f/* CSS Document */

/*----------------------------------------*
**  Global
**----------------------------------------*/

body { 
	font-size: 0.80em; 
	font-family: verdana; 
	color: #333333;  
	background-color: #ffffff; 
	text-align: left; 
	line-height: 17px; 
}

/*----------------------------------------*
**  Layout
**----------------------------------------*/

#container { 	
	margin: 0 auto; 
	width: 95%; 
	margin-top: 0px;  
	background-image: url(../img/logo_swbplus.gif); 
	background-repeat:no-repeat;
}


#head { 
	font-size: 0.85em; 
	font-weight: bold; 
	padding-left: 150px; 
	padding-top: 20px; 
	color: #999999; 
	height: 40px;  
}

#datensatz { 	
	margin-top: 5px;  
	background-color: #ffffff;  
	border:#336699 solid 2px; 
	border-left: none; 
}		

#metadaten { 	
	float: left;
	margin-left: 15px;  
	margin-top: 0px; 
	width: 72%; 
	padding: 10px 0px 20px 10px;
}		

#navigation { 	
	float: left;
	margin: 0px 0px 0px 20px; 
	background-color: #fbfbfb;  
	width: 19%; 
	padding: 3px 10px 3px 10px;
	border-left:#cfe0e6 solid 1px; 
	border-right:#cfe0e6 solid 1px; 
	border-bottom:#cfe0e6 solid 1px; 
}	

div.clear
{
	clear: left;
	height: 0;
	margin: 0;
	padding: 0;
}

#block1 { 	
	margin: 0px 0px 0px 0px; 
	padding: 20px 20px 20px 20px;   
	line-height: 20px; 
	background-color: #ffffff;  
	border-left: #336699 solid 2px; 
	border-bottom: #336699 solid 2px; 
	text-align: left;
}		
	
#block2 { 	
	margin: 0px 0px 0px 0px; 
	padding: 20px 20px 20px 20px;   
	background-color: #ffffff; 
	line-height: 20px;  
	border-right: #336699 solid 2px; 
	border-bottom: #336699 solid 2px; 
}		
		
#foot { 
	font-size: 0.85em; 
	font-weight: bold; 
	padding: 0px 0px 0px 0px; 
	text-align: right;
	color: #999999; 
	height: 30px;  
}

/*----------------------------------------*
**  #navigation
**----------------------------------------*/

#navigation  ul { 
	list-style-type: none;  
	list-style-image:url(../img/lupe.gif);
	margin: 0px; 
	padding: 2px 0px 0px 20px;
}

#navigation  li { 
	padding-left: 0px; 
	padding-bottom: 6px;
	line-height: 12px; 
}

a.navigation:link,
a.navigation:visited { 
	font-size: 0.85em; 
	font-family: verdana; 
	color: #e67f20; 
	text-decoration: none; 
	font-weight: 600; 
}
a.navigation:hover { 
	color: #336699; 
}
a.navigationakt:link,
a.navigationakt:visited { 
	font-size: 0.85em; 
	color: #336699; 
	text-decoration: none; 
	font-weight: 600; 
}
/*----------------------------------------*
**  #links
**----------------------------------------*/
a:link,
a:visited { 
	color: #336699; 
	text-decoration: underlined; 
	font-weight: normal; 
}
a:hover { 
	color: #e67f20; 
}

a.foot:link,
a.foot:visited { 

	font-family: verdana; 
	color: #999999; 
	text-decoration: none; 
	font-weight: 600; 
}
a.foot:hover { 
	color: #FF0000; 
}


/*----------------------------------------*
**  #table
**----------------------------------------*/
table { 
	border-collapse: separate; 
	width: 100%; 
}

td { 
	font-size:0.85em; 
	font-weight: normal; 
	border-left: none; 
	border-bottom: none; 
	vertical-align: top; 
	line-height: 15px; 
	padding: 0px 0px 0px 0px ; 
	border-bottom: 1px dotted #cccccc; 
}

th { 
	font-size:0.85em; 
	font-weight: normal; 
	padding: 0px 0px 0px 0px;  
	vertical-align: top; 
	line-height: 15px; 
	border-bottom: 1px dotted #cccccc;   
}

	
	
	
	
	
	
	
