/*------body allgememein------*/
body 	{
	font-family: verdana;
	font-style:normal;  
	font-size:10pt;
     	color:#000000;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	background-color: #ffffff;
	}
/*------body allgememein end------*/


/*------normaler anker------*/
a	{
	color:#008040;
	text-decoration: underline;
	}

	
a:hover { color:#008040;
	text-decoration: underline;
	background-color:#EEEEEE;
 	}
/*------normaler anker end------*/

 
/*------menu------*/  
a.menu{
	color:#FFFFFF;
	text-decoration: none;
	background-color: #0066CC;
	border-left: 1px solid #0066CC;
	border-right: 1px solid #0066CC;
	}	
a.menu:hover {
	color:#008040;
	text-decoration: none;
	background-color:#ffffff;
 	}
 a.menuactiv {
 	color:#FFFFFF;
	text-decoration: none;
	background-color: green;
	border-left: 1px solid #0066CC;
	border-right: 1px solid #0066CC;
	}	
/*------menu end------*/  			


/*-------menuleft------*/
a.menuleft{
	color:#FFFFFF;
	line-height:12pt;
	width: 128px;
	text-decoration: none;
	background-color: #000000;
	border-left: 1px solid #0066CC;
	border-right: 1px solid #0066CC;
	border-top: 1px solid #0066CC;
	border-bottom: 1px solid #0066CC;
	margin-left:5px;
	}	
a.menuleft:hover {
	color:#008040;
	text-decoration: none;
	background-color:#EEEEEE;
	margin-left:5px;
 	}
 a.menuactivleft {
 	line-height:12pt;
 	width: 128px;
 	color:#FFFFFF;
	text-decoration: none;
	background-color: green;
	border-left: 1px solid #0066CC;
	border-right: 1px solid #0066CC;
	border-top: 1px solid #0066CC;
	border-bottom: 1px solid #0066CC;
	margin-left:5px;
	}
 a.menuactivlefttitel {
 	font-size: 12pt;
 	line-height:20pt;
 	width: 128px;
 	color:#FFFFFF;
	text-decoration: none;
	background-color: #0066CC;
	border-left: 1px solid #0066CC;
	border-right: 1px solid #0066CC;
	border-top: 1px solid #0066CC;
	border-bottom: 1px solid #0066CC;
	}
/*-------menuleft end------*/

	
/*------fonts------*/
.titel	{ 
     	font-family:Verdana; 
     	font-style:normal;  
     	font-size:11pt;
     	color:#000000;
     	text-decoration:underline;
     	}
     	
.bold	{ 
      	font-family:Verdana; 
      	font-style:normal;
      	font-weight:bold;
      	font-size:11pt;
      	color:#000000;
     }

.red { 
     font-family:Verdana; 
     font-style:normal;
     font-size:11pt;
     color:red;
     }
     
.redbold { 
     font-family:Verdana; 
     font-style:normal;
     font-weight:bold;
     font-size:11pt;
     color:red;
     }     
 
 .blue { 
      font-family:Verdana; 
      font-style:normal;
      font-size:11pt;
      color:#0066CC;
     }
     
 .bluebold{ 
      font-family:Verdana; 
      font-style:normal;
      font-weight:bold;
      font-size:11pt;
      color:#0066CC;
     }     
  .small { 
       font-family:verdana; 
       font-style:normal;
       font-size:7pt;
       color:#000000;
     }
  .li {
  	font-family:Verdana; 
      	font-style:normal;
      	font-size:10pt;
      	color:#000000;}

/*------fonts end------*/



/*------construct------*/

/*main windos*/
.mainwindows {
	position: relative;
	width: 700px;
	border-left: 1px solid #0066CC;
	border-right: 1px solid #0066CC;
	border-top: 1px solid #0066CC;
	border-bottom: 1px solid #0066CC;
	margin: 0 auto;
	text-align: center;
	}

/*menupic*/	
.menupic {
	position: relative;
	margin: 0 auto;
	width: 700px;
	height:96px;
	text-align: center;
	margin: 2px auto;
	}

/*menubar*/	
.menubar {
	position: relative;
	font-size: 11pt;
	width: 700px;
	text-align: center;
	border-top: 1px solid #0066CC;
	border-bottom: 1px solid #0066CC;
	background-color: #EEEEEE;
	text-align: center;
	margin: 0 auto;
	}

/*mainfield*/	
.mainfield {
	width: 692px;
	position: relative;
	text-align: left;
	margin: 2px auto;
	}

/*leftmenu*/
.leftcolumn {
	border-left: 1px solid #0066CC;
	border-right: 1px solid #0066CC;
	border-top: 1px solid #0066CC;
	border-bottom: 1px solid #0066CC;
	width: 136px;
	height: 256px;
	background-image:url(../gif/leftpic.gif);
	float:left;
	text-align: auto;
	margin: 2px auto;
	}	
.lefttext {
	width: 128px;
	float:left;
	text-align: left;
	}

/*parentwindows*/	
.maincolumn {
	position: relativ;
	border-left: 1px solid #0066CC;
	border-right: 1px solid #0066CC;
	border-top: 1px solid #0066CC;
	border-bottom: 1px solid #0066CC;
	width: 549px;
	text-align: left;
	margin: 2px auto;
	margin-left:140px;
	}
	
.maintext {
	width: 506px;
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	}

/*footbar*/
.footbar {
	font-size:8pt;
	clear:both;
	width: 700px;
	border-top: 1px solid #0066CC;
	text-align: left;
	background-color: #EEEEEE;
	}


