/* CSS Document */

html{
	width:100%; 
	height:100%; 
	overflow: -moz-scrollbars-vertical;
}

body { 
	width:100%; 
	height:100%; 
	margin:0;
	padding:0;
	text-align:left; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color : #333; 
	line-height:18px;
	background:url(/img/bg.gif) repeat-x top left #fef8e8; 
}

.clear {
	clear:both;
}
a, a:link, a:active, a:visited { 
color : #333;
} 

a:hover { 
color : #333;
} 

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	letter-spacing:1px;
	color:#333;
	margin-top:0;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	letter-spacing:1px;
	color:#333;
}

#site_border{ 
	width:978px;
	height:100%;
	margin:0 auto;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	background:url(/img/inner_border.gif) 4px 0px repeat-y #d8d7d7;
}
html > body #site_border{
	min-height:100%;
	height:auto;
}
#site{ 
	width:968px; 
	height:100%;
	margin:0 auto;
	background:url(/img/site_bg.gif) top left repeat-x;
}


/*Headerbereich*/

#site #header{ 
	height:230px;
	background:url(/img/header_back.jpg) no-repeat top left;
}
#site #header #logo{ 
	float:left;
	width:190px;
	padding:60px 0 0 20px;
}
#site #header #header_img{ 
	float:left;
	padding-top:10px;
}
/*Metanavigation*/
#site #header #lang{
	width:160px;
	padding:10px 40px 0 20px;
	float:right;
}
#site #header #lang a,
#site #header #lang a:link,
#site #header #lang a:active,
#site #header #lang a:visited,
#site #header #lang a:hover{
	text-decoration:none;
	font-size:11px;
	color:#555658;
}
#site #header #lang a.meta_act{
	font-weight:bold;
}

/*Hauptnavigation*/

#site #navi {
	float:left;
	display:inline;
	width:170px;
	margin:0 0 0 20px;
}
#navi ul{
	margin-left:4px;
	margin-top:-6px;
	padding:0;
	list-style:none;
}
#navi ul li{
	line-height:30px;
	min-height:30px;
	padding-left:15px;
	background:url(/img/bullet.gif) 0 12px no-repeat;
}
#navi ul li a{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	letter-spacing:0.05em;
	text-decoration:none;
}
#navi ul li a:hover {
	font-weight:bold;
}
#navi ul li.main_act a {
	font-weight:bold;
}
#navi ul li ul{
	margin-top:-3px;
	margin-bottom:3px;
	margin-left:0;
}
#navi ul li ul li.subm,
#navi ul li ul li.sub_act {
	background:none;
	padding-left:0;
	line-height:18px;
	min-height:18px;
}
#navi ul li.subm a,
#navi ul li.sub_act a{
	font-size:11px;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:normal;
}
#navi ul li.subm a {
	color:#333;
	font-weight:normal;
}
#navi ul li.subm a:hover,
#navi ul li.sub_act a {
	font-weight:bold;
}
/*Hauptinhalt*/

#content{ 
	float:left;
	width:498px;
	padding:0 0 40px 0;
	margin:0 40px;
}

#site #content p{ 
	margin: 13px 0;
}
#site #content hr{ 
	height:1px;
	line-height:2px;
	background:url(/img/hr.gif) center left repeat-x;
	border:none;
	color:#000000;
	font-size:1px;
	border:none;
}
#site #content img{ 
	border-color:#999999;
}
#site #content h1{ 

}
#site #content h2{ 

}
#site #content a{ 

}
#site #content a:hover{ 

}
#site #content table{ 
}
#site #content table img{ 
}
#site #content ul{
	margin-left:17px;
	padding-left:0;
}
#site #content ol{
	margin-left:40px;
	padding-left:0;
}
#site #content ul li,
#site #content ol li{ 
	margin:0;
}						

/*Rechte Spalte*/

#site  #content_right{ 
	float:right;	
	display:inline;
	width:160px;
	margin:0 40px 0 0;
}
#content_right ul{
	margin-left:17px;
	list-style-image:url(/img/bullet.gif);
}