/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(http://fonts.googleapis.com/css?family=Fira+Sans:400,300,500,700,300italic,400italic,500italic,700italic|VT323);
@font-face {
	font-family: websymbol;
	src: url('fonts/WebSymbols-Regular.otf');
}

html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 14px;
	vertical-align: baseline;
	font-family: 'Fira Sans', Arial, sans-serif;
	font-weight: 400;
	color: #000; /*#626366;*/
}

input, textarea {
	font-family: 'Fira Sans', Arial, sans-serif;
	font-weight: 400;
	color: #000; /*#626366;*/
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	padding-left: 15px;
	list-style: disc;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

hr{
	border: 0;
	border-bottom: 1px solid #DEDEDE;
	color: #DEDEDE;
	height: 1px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table tr td, table th td{
	vertical-align: top;
}


strong{
	font-weight: 700;
}

a, a:hover{
	color: #12C;
	font-weight: inherit;
	text-decoration: underline;
}

/*************
Editor
*************/

body#tinymce {
    line-height: 1;
	min-width: 98%;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: 400;
	margin: 0;
	padding: 1%;
}

p {
	color: #000; /*#626366;*/
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
}

p#tinymce  {
	color: #000; /*#626366;*/
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 14px;
}

h1, h2, h2 a, h1 a{
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 400;
	line-height: 24px;
}

h2, h2 a, h2#tinymce, h2 a#tinymce{
	margin-bottom: 5px;
	color: #000 !important; /*#626366;*/
}

h3, h3 a{
	color: #ff4f28 !important; /*#626366;*/
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;
	font-weight: 700;
}

h4{
	font-size: 14px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

strong{
	font-weight: 700 !important;
}

.schwarz {
	color: #000 !important;
}

.tabelle{
	border: 0px;
}

.tabelle .tabellen-ueberschrift, .tabelle .tabellen-ueberschrift td{
	background-color: #E3E3E3;
	/*border: 0px !important;*/
	border-bottom: 1px solid #FFF !important;
	border-top: 0px !important;
	font-weight: 700;
}

.tabelle .tabellen-kopfzeile, .tabelle .tabellen-kopfzeile td{
	padding: 8px 5px 8px 5px;
	text-align:left;
	color: #FFF;
	background-color: #999A54; 
	border-bottom: 1px solid #999A54 !important;
	font-weight: 700;
	border-top: 0px !important;
}
.tabelle tr td{
	color: #404040;
	line-height: 12px;
	padding: 7px;/*8px 5px 8px 5px;*/
	text-align:left; 
	border-top: solid 1px #000;
	/*border-bottom: solid 1px #000;*/
}

