@charset "UTF-8";

 html * { font-size: 100.01% }

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FDF3D7;
	background-color: #000000;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: normal;	
}
.oneColFixCtr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /*this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../../media/Logo_Web_v14.jpg);
	background-repeat: no-repeat;
	border: thin solid #0033FF;
	background-color: #020518;
}
.oneColFixCtr #mainContent {
	padding-top: 360px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

 h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
  }

  h1 {
	font-size: 160%;
}                        
  h2 {
	font-size: 120%;
	line-height: 130%;
}

p + h2,h3 {margin-top: 2em;} /*im Text größerer Abstand für h2,h3 nach oben*/
/*p + h3 {margin-top: 2em;} im Text größerer Abstand nach oben*/	
img + h2,h3 {margin-top: 1.5em;} /*größerer Abstand nach oben*/
          				
  h3 {	font-size: 100%;}							

  h4 {font-size: 110%;} 
	
                    
  h5 { font-size: 100%}                     
  h6 { font-size: 80%; font-style:italic }  

p {line-height:normal}


a {	color: #FDF3D7;
	text-decoration: none;
}
a:link {
	color: #FDF3D7;
	text-decoration: none;
}
a:visited {
	color: #FDF3D7;
	text-decoration: none;
}
a:hover {
/*	font-weight: bold;*/
	text-decoration: underline;
	color:#0099FF
}
a:active {
	font-weight: bold;
	color: #0000FF;

}
.klein {
	font-size: 90%;
}
.rahmen {
	background-color: #CAEEFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding-top: 0.3em;
	padding-bottom: 0.5em;
	color: #00F;
}
p.rahmen > a {
	color: #00F;
	}
ul {list-style-image: url(../../media/listenzeichen_not.png);
	list-style-type: square;
	margin-left: -25px;
	
}
.ossino {text-indent:-9999px;margin-top:-10px}
.ossiyes {
	font-size:9px;
	color:#999;
	padding:10px
}

.vid {list-style-image: url(../../media/listenzeichen_vid.png);}
.web {list-style-image: url(../../media/listenzeichen_web.png);}
.sonst {list-style-image: url(../../media/listenzeichen_sonst.png);}
.linkbild-index {
	margin-top:30px;
	border: 0;
}
