html,body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	color:#919191;
}


#global_wrapper{
	font-size:12px;
	text-align:left;
	position:relative;
	width:705px;
}

#menu_wrapper{
	position:relative;
}

#menu1{
	width:385px;
	padding: 11px 0px 5px 1px;
	border-bottom: 2px solid #e41d22;
}

#menu2{
	padding: 2px 0px 10px 2px;
}

#menu3{
	padding: 2px 0px 5px 2px;
}


#content_wrapper{
	position:relative;
	width:100%;
	height:270px;
}

#left_content{
	position:absolute;
	top:0px;
	left:0px;
	width:390px;
	height:100%;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#right_content{
	position:absolute;
	left:390px;
	top:0px;
	height:100%;
	padding: 0px 10px 0px 15px;
	width:290px;
	overflow:auto;
}

#logo{
	position:absolute;
	z-index:10;
	right:0px;
	top:0px;
	height:36px;
	width:298px;
}

#footer_wrapper{
	border-top: 2px solid #e41d22;
	margin-top:10px;
	width:100%;
	height:40px;
}


/*
	standard Styles
*/

h1, h2, h3, h4{
	font-size:12px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px;
}

p{
	margin:5px 0px 5px 0px;
	padding:0px;
}

a, a:LINK, a:VISITED, a:ACTIVE{
	color:#919191;
	text-decoration:none;
}
	
a:hover{
	text-decoration:underline;
}

#menu1 a, #menu2 a, #menu3 a{
	margin-right:10px;
}

#menu2 a, #menu3 a{
	font-size:11px;
}

#menu1 a.active, #menu2 a.active, #menu3 a.active{
	font-weight:bold;
}


/*
	Input fields and labels
*/

input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px 0px 0px 2px;
	border:1px solid #919191;
	width:190px;
	margin:0px;
}

input.submit{
	width:auto;
	margin:0px;
	padding:0px;
	cursor:pointer;
	border:none;
	color:red;
	background-color: #FFF;	
}

textarea{
	height:100px;
}

div.formfield{
	padding-bottom:3px;
}

div.formfield div{
	float:left;
	width:70px;
}


#right_content ul, #left_content ul{
	margin:0px;
	padding:0px;
	list-style-type: none; 
}
#right_content ul li, #left_content ul li{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	padding-left: 10px;
	background-image: url('/fileadmin/template/main/images/bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 0.4em;
}

#right_content table th, #right_content table td, #left_content table th, #left_content table td{
	vertical-align:top;
}

#right_content table th p, #right_content table td p, #left_content table th p, #left_content table td p{
	margin:0px;
}

div.impressum{
	font-size:11px;
}

/** download list **/
#right_content dd.ddl_description ul li, #left_content dd.ddl_description ul li{
	background-image: none;
	padding:0px;
}

#right_content dd.ddl_description , #left_content dd.ddl_description{
	padding: 0px;
	margin: 0 0 20px 10px;
}