/*
body onLoad="init()"    { 
	color: #666666; 
	font-weight: normal;  
	font-size: 12px;  
	line-height: 16px;  
	font-family: Tahoma, Arial, Helvetica, sans-serif;  
	background-color: #ffffff; 
	margin: 0; 
}

body {
	margin: 0px;
	padding: 0px;
}


*/
body {
		background-image: url(Images/Hintergrund_hell.jpg);
		background-repeat: repeat;
		color: #666666;
		font-weight: normal;
		font-size: 12px;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		margin: 0;
                text-align: center
	}
	
	img.navigation  {
		width: 100px; 
		height: 1px; 
		margin-left: 55px; 
		margin-bottom: 5px; 
		margin-top: 5px;
	}
	
	a {
		color: #888888;
		text-decoration: none;
		font-size: 12px;
	}
p {
	/*
        color: #666666;
	font-weight: normal;
	font-size: 12px;
        
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	*/
        
        color: #666666;
	font-weight: normal;
	font-size: 12px;
	line-height: 30px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	height: auto;
	padding-top: 5px;
	width: auto;
	padding-right: 20px;
        
	
}

a:link { text-decoration:none; font-weight:normal; color:#015aaa; }
a:visited { text-decoration:none; font-weight:normal; color:#015aaa; }
a:hover { text-decoration:underline; font-weight:normal; color:#9999ff;}
/*a:focus { text-decoration:none; font-weight:normal; color:#015aaa; }*/
a:active { text-decoration:none; font-weight:normal;  color:#015aaa }




.header      	{  
	color: #666666;  
	font-size: 16px;
	font-weight: bold;  
	line-height: 18px; 
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
}

.subtitle      	{  
	/* color: #0A3E71; */
	color: #015aaa;
	font-size: 12px;
	font-weight: normal;  
	line-height: 18px; 
	font-family:  Tahoma, Arial, Helvetica, sans-serif;

}

.basic     	{  
	color: #666666;  
	font-size: 12px;
	font-weight: normal;  
	line-height: 18px; 
	font-family:  Tahoma, Arial, Helvetica, sans-serif;

}

.language      	{  
	color: #666666;  
	font-size: 10px;
	font-weight: normal;  
	line-height: 12px; 
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	
}

#menu {
    float:left;
    width: 190px;
    max-width: 190px;
    min-width: 190px;
    background: white;
    max-height: 520px;
    min-height: 500px;
    height: 550px;
    text-align: left
}

/*#menu a:hover {
    font-weight: bold;
}*/

#container {
    width:854px;
    min-width:854px;
    max-width:854px;
    background: white;
    margin : 50px auto;
    min-height: 660px;
    padding: 0px;
    border: solid 3px #015A99; 
    text-align: left
}

#maincontent {
    margin-left: auto;
    background:white;
    max-width:619px;
    min-width:619px;
    width:619px;
    height: 520px;
    max-height: 520px;
    min-height: 520px;
    overflow:auto;
    text-align: left
    
}

#top_header{
    width: 854px;
    height: 110px;
    text-align: left
}


#formtable td {
                border-bottom: blue 1px dashed;
                border-right: blue 1px dashed;
                padding: 3px;
                background-color: rgb(230, 230, 255);
                -moz-border-radius: 0px;
             }
             
 select {
     font-family: Tahoma, Arial, Helvetica, sans-serif;
     color: #333333;      
             }
