/* CSS Document */


/* Grundeinstellungen
_____________________________________________*/

body {	background-color:#FFFFFF;
    	color: #FFFFFF;
    	font-size: 12px;
		line-height: 15px;
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	padding: 0px;
    	margin: 0px;}


img {border: 0px;}

/* Text definitionen
_____________________________________________*/

h1 { font-size: 16px;
	 font-weight: bold;}


h2 { font-size: 14px;
	 font-weight: bold;
	 padding-top: 2px;
	 padding-bottom:0px; }

h3 { font-size: 12px;
	 font-weight: bold;}

p {	background-color:#A9A45B;
    color:#FFFFFF;  }
	
	
a {	color:#73E1FF;
    text-decoration: none;
    background-color: transparent;
    letter-spacing: 0.03em;	}
      
a:visited { color:#660066;
        	background-color: transparent; }

a:hover {	color:#000000;
        	background-color: transparent; }
			
a:active {	color:#FF0000;}



/* DIVs
_____________________________________________*/


#container		{ background-color:#FFFFFF; 
				  margin-top: 10px; 
				  margin-right: auto; 
				  margin-left: auto; 
				  position: relative; 
				  width: 896px; 
				  height: 600px;}

#dach			{ background-image: url("../logo/dachneu.gif");
				  position:absolute;
				  width: 900px;
				  height:130px; }

/* HAUPTNAVIGATION
_____________________________________________*/				  

#hauptnavi		{ background-color:#73E1FF;
				  position:absolute;
				  width: 200px;
				  height:465px;
				  top: 140px; 
				  padding-top:5px;}
				  
#hauptnavi ul	{ list-style-type:none;
				  display:block;
				  font-size:14px;
				  font-weight:bold;
				  line-height: 20px;
				  margin-top:10px;
				  margin-left:0px;}
				  
#hauptnavi li	{ letter-spacing: 1px;}

#hauptnavi li a	{ color:#FFFFFF;}

#hauptnavi li a#current {color:#A9A45B;}

#hauptnavi li a:hover { text-decoration:underline;}

/* UNTERNAVIGATION
_____________________________________________*/	

#unternavi		{background-color:#A9A45B;
				 position:absolute;
				 width:650px;
				 height:50px;
				 top: 140px;
				 left:200px;
				 padding-left: 0px;}
				 
#underline		{background-color:#73E1FF;
				 position:absolute;
				 width: 630px;
				 height: 2px;
				 top: 48px;
				 left: 10px;}
				 
#unternavi ul	{ text-decoration:none;
				  font-weight:bold;
				  letter-spacing:1px; }
					 
#unternavi li	{display:inline;
				margin-right: 5px;}
					 
#unternavi li a	{color:#FFFFFF; }

#unternavi li a#current {color:#73E1FF;}

#unternavi li a:hover { text-decoration:underline;}

/* INHALT
_____________________________________________*/	


#inhaltfenster 	{ background-color:#A9A45B;
				  position:absolute;
				  width: 646px;
				  height:420px;
				  top: 190px;
				  left:200px; }
				  
#text			{ position:absolute;
				  width:625px;
				  height:400px;
				  top: 10px;
				  left: 10px;
				  padding-right: 10px;
				  overflow:auto;
				 }
				 
#text li		{ padding-bottom: 5px;}

#text td		{ vertical-align: top;
    			  padding-top: 4px;}		
#text td a { color:#73E1FF;
        	background-color: transparent; }

#text td a:hover {	color:#000000;
        	background-color: transparent; }
			
#text td a:active {	color:#FF0000;}


#bidler-float	{ float:right;
				  min-width:200px;
				  min-height:200px;
				  top: 10px;
				  margin-left: 10px;
				  left: 436px;
				  }
#bidler-float  p {	background-color:#A9A45B;
    				color:#666666;  }
				  
				  

#druckversion	{ float:right;
				  min-width:100px;
				  min-height:16px;
				  top: 10px;
				  margin-left: 10px;
				  left: 436px;
				  color:#73E1FF;
				  }


/* RAND RECHTS
_____________________________________________*/	

#randrechts		{ background-color:#73E1FF;
				  position:absolute;
				  width: 50px;
				  height:470px;
				  top: 140px;
				  left: 846px; }
				  
				  
/* CLASSES
_____________________________________________*/	

.error {
    color:#CC3333;
}
