@charset "utf-8";
body {
	background: #EDEEEF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#mainContent {
	margin: 20px auto;
	width:830px;
	border-right:solid 30px #B90F24;
	background:#FFF;
}

#logo {
	text-align:center;
	padding: 30px 0 45px 0 ;
}

#seite {
	padding-left: 20px;
	width: 200px;
	float: left;
	text-align:left;
}

#seite a:link, #seite a:visited {
	display:block;
	padding: 4px 0 11px 40px;
	text-decoration:none;
	color: #B90F24;
}


#seite a:hover {
	background-image:url(images/federball.gif);
	background-repeat: no-repeat;
}

#seite .o_link a:link, #seite .o_link a:visited, #seite .o_link a:hover{
	display:block;
	padding: 0px;
	text-decoration:none;
}


#inhalt {
	width: 500px;
	margin-left:40px;
	float: left;
	text-align:left;
	line-height: 15px; 
	text-align: justify;
}

a, a:link, a:visited {text-decoration:none; color: #B90F24; }

#footer {
	clear:left;
	text-align:right;
	padding: 30px 60px 20px 0;
}

.link_o a:link, .link_o a:visited  { color:#777 }
.link_o a:hover { color:#B90F24; }

.link_intern a:link, .link_intern a:visited  { color:#666; text-decoration:underline; }
.link_intern a:hover { color:#B90F24; }

.abschnitt {
	border-bottom:dotted 1px #777;
	height:130px;
	width:400px;
	margin-bottom:10px;
}

img { border:0; }

h1 {
	font-variant:small-caps;
	font-size:15px;
	font-weight:bold;
	letter-spacing: 1px;
	margin-bottom:30px;
	color: #666666; 	
}

h2 {
	font-size:10px;
	color: #B90F24;
}

h3  {
	font-size:10px;
	color: #B90F24;
	margin-top:20px;
	margin-bottom:0px;
	padding-bottom:0px;
}

td {
	padding: 3px;
	margin: 2px;
	vertical-align:top;
}

th {
	padding: 5px;
}

th, h4 {
	font-size: 12px; 
	font-weight: bold; 
	color: #666666;
	text-align:left;
}




.hervorhebung { color: #B90F24;}

td.caption {
	text-align:right;
}

tr.h_effekt:hover {
	background-color:#FFC;
}

td.tab_abschnitt {
	color: #B90F24;
	padding-top:20px;
	padding-bottom:0px;
	vertical-align:text-bottom;
}

