/* stylesheet*/


/*Globale Vorgaben zum Design */

body 
	{ font-size: 12px; font-family: arial; font-weight: normal; }
p 
	{ font-size: 12px; font-family: arial; font-weight: normal; }
td 
	{ font-size: 12px; font-family: arial; font-weight: normal; }
a
	{ font-family: arial;}
h1 
	{ font-size: 1.6em; font-family: arial; font-weight: bold; margin: 0.67em 0; }
h2 
	{ font-size: 1.3em; font-family: arial; font-weight: bold; margin: 0.83em 0; }
h3 
	{ font-size: 1.17em; font-family: arial; font-weight: bold; margin: 1em 0; }
h4 
	{ font-family: arial; font-weight: bold; margin: 1.33em 0; }
ul 
	{list-style-image: url("img/punkt.jpg");}

/*Textfenster-Objekt*/

#inhalt {              
         width: 800px;
         height: 426px;

         position: absolute;
         top: 157px;
         left: 130px;

         display:inline;
         background-color: #FFFFFF;
         border-style: solid;
         border-width: 1px;
         border-left-width:10px;
         border-left-color:#FFFFFF;
         border-top-style:none;
         border-bottom-width:1px;
         z-index:1;
         overflow:auto;
         padding-right:50px;
         	}
#schnellstart {		      
         width: 208px;
         height: 100px;
		 position: absolute;
         top: 187px;
         left: 760px;
         display:inline;
         background-color: #b5C9F2;
         border-style:solid;
		 border-color:#0B99B5;
         border-width: 1px;
         border-bottom-width:1px;
		 z-index:2;       
                 	}
					
#kontaktstartseite {		      
         width: 208px;
         height: 195px;
		 position: absolute;
         top: 295px;
         left: 760px;
         display:inline;
         background-color: #b5C9F2;
         border-style:solid;
		 border-color:#0B99B5;
         border-width: 1px;
         border-bottom-width:1px;
		 z-index:2;
		           	}					
#kontaktstartseite a	
	{	color:#000000;}
#kontaktstartseite a:hover{
		color:#FFFFFF;
	}
/*Buttons Startseite*/

#rotebuttons{                 
	background-color: #DC0000;
         -moz-border-radius:50px;
	-khtml-border-radius:50px;
         border-radius:50px;
         font-weight:bold;
         font-size:12px;
         }

#rotebuttons a	
	{color:#FFFFFF;}
#rotebuttons a:hover{
	font-style:italic;
	}


/*Logo*/

#titelleiste {               
         width: 860px;
         position: absolute;
         top:15px;
         left:130px;
         border-style: solid;
         border-width: 1px;
         border-left-style:none;
         border-bottom-style:none;
         z-index:2;
         }


/*Horizont links*/

#linkeleiste {             
         width: 120px;
         position: absolute;
         top:15px;
         left:10px;
         background-color: #FFFFFF;
         border-style: solid;
         border-width: 1px;
         border-right-style:none;
         border-bottom-style:none;
		 border-left-style:none;
         }


#Navigation {
    width: 979px;
    height: 20px;
    position: absolute;
    top:135px;
    left:11px;
    background-color:#0B99B5;
    border-style: solid;
    border-width: 1px;
    border-left-style:none;
    font-size:14px;
    z-index:2;
}

#Navigation ul {
    list-style: none;
    float: right;
margin:0px;
     }

#Navigation ul li {
    list-style: none;
    float: left;
    position: relative;
    top:0px;
    right:20px;

    text-decoration:none;
    font-weight:bold;
    color:#ffffff;

     }

#Navigation ul li a{
    color:#FFFFFF;
    text-decoration:none;
     }

#Navigation ul li a:hover {
    color:#FFFF00;
    text-decoration:underline;
     }


#untermenue ol
{
position:absolute;
top:200px;
left:-25px;
list-style: none;
}

#untermenue ol li
{
width:110px;
margin-top:5px;
padding:1px;

border-style: solid;
border-width:1px;
   border-color:#A7C1EA;
background-color:#2C5992;
}


#untermenue ol li a
{

text-decoration:none;
color:#b5C9F2;
font-family:arial;
font-weight: bold;

vertical-align:middle;
text-align:center;
}


#untermenue ol li a:hover
{
text-decoration:none;
color:#FFFFFF;
}


#untermenue ul li
{
position:relative;
left:-35px;
list-style: none;
width:102px;
margin-top:0px;

border-style: none;
border-width:1px;
border-color:#A7C1EA;
background-color:#2C5992;
}


#untermenue ul li a
{
	
text-decoration:none;
color:#A2BCE5;
font-family:arial;
font-weight: normal;

vertical-align:middle;
text-align:center;
}


#untermenue ul li a:hover
{
text-decoration:none;
color:#FFFFFF;
}
