@charset "utf-8";
/* CSS Document */


body  {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	     background:#ffffff url(Bilder/transgitter.jpg);
         background-repeat:no-repeat;
		 background-attachment:fixed;
		 background-position:center;
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 60px 60px;
	font-size:12px;
	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 */
	
	
}

p {font-size:12px;}

hr {border:0.1em dotted #0000fa;}

ul#menu {
  font-size: 12px;
  float: left; width:100%;
  margin: 0; padding: 0;
  }
ul#menu li {
  list-style:none;
  margin: 0; padding: 0;
  text-decoration:none;
}
ul#menu a {
  display: block;
  font-weight: bold;
  padding: 4px 5px;
}


ul#menu a:link,ul#menu a:visited   {
  color: #ffffff; background-color:#0066bb; 
   text-decoration:none;
}

ul#menu a:hover {
  color: black; background-color:#a0a0ff; padding-left:10px;
}

.twoColLiqLtHdr #container { 
	width: 80%;  /* this will create a container 80% of the browser width */
	background:none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColLiqLtHdr #header {
	padding: 0;  
	background-color:#0066bb;
} 
.twoColLiqLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
}


.twoColLiqLtHdr #sidebar1 {
	float: left; 
	width: 140px; /* since this element is floated, a width must be given */
	background: #0066bb; 
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColLiqLtHdr #status {
margin: 0 0 0 140px;
border:#FF9900 solid 0px;
background-color:#FFFFFF;
width:50%;
float:right;
}

.twoColLiqLtHdr #mainContent { 
	margin: 0 0 0 140px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	background-color:#ffffff;
	padding: 20px 20px 20px 20px;
	border:#CC0099 solid 0px;
	}
	


/*-###-Spezialformarierung für Starseite "eyecatcher" -###-*/
.twoColLiqLtHdr #mainContent .FS1 {
font-family:"Times New Roman", Times, serif; 
color:#0066bb; 
font-size:24px;
font-style:italic;
margin: 20px 20px;
}
.twoColLiqLtHdr #mainContent .FS2 {
color:#000099; 
font-size:36px; 
font-style:normal;
font-weight:bold;
}
/*.twoColLiqLtHdr #mainContent .FS3 {
color:#0066CC;
font-size:36px;
font-weight:bold;
}
.twoColLiqLtHdr #mainContent .FS4 {
font-size:72px;
color:#0066CC;
font-weight:bold;
}*/

/*-#######- Standartformatierung -########-*/


.twoColLiqLtHdr #mainContent h2 {
color:#0099CC;
}

.hinterlegt {
background-color:#0066bb;
color:#FFFFFF;
line-height:1.6em;
text-indent:5px;
}

.twoColLiqLtHdr #mainContent ul.normal {
font-size:12px;
}
.twoColLiqLtHdr #mainContent ol.normal{
font-size:14px;
color:#000000;

}

.twoColLiqLtHdr #mainContent ul.spezial,dl.spezial {
list-style:none;
font-size:12px;
}

.twoColLiqLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0066bb;
} 
.twoColLiqLtHdr #footer span {
	margin: 5px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px ; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	color:#FFFFFF;
	}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.nonefloat { /* clearfloat bloß ohne Umbruch */
clear:none;
}

/*allgemeine kleine Box rechts */
.box1 {
		border:0px solid red;
         width:45%;
		 float:right;
		 margin-left:15px;
		 margin-top:15px;
		 vertical-align:top;
         }
/* allgeimeine kleine Box links */
.box2 {
	border:0px solid yellow;
         width:45%;
		 float:left;
		 margin-right:15px;
		 margin-top:15px;
		 vertical-align:top;
		 }
		 
/* Box die sich automatisch anpasst*/
.boxlf {
	border:0px solid blue;
         margin-left:5px;
		 margin-top:15px;
		 width:auto;
		 float:left;
		 vertical-align:top;
}

.boxrt { 
border:0px solid green;
margin-right:5px;
margin-top:15px;
width:auto;
float:right;
vertical-align:top;		 
}