@charset "UTF-8";
/* CSS Document */

#logo_main{
	position:absolute;
	top:50px;
	left:50px;
	background-image:url(images/logo_klein.jpg);
	background-repeat:no-repeat;
	width:272px;
	height:178px;	
}

#text_main{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	position:absolute;
	top:180px;
	left:30px;
	width:600px;
}

#text_main a{
	font-size:18px;
}

#mainmenu a{
	font-size:12px;
}

#mainmenu{
	position:absolute;
	top:210px;
	left:30px;
	border:#CCCCCC;
	display:none;
	border-style:solid;
	border-width:1px 2px 2px 1px;
	background-color:#EEEEEE;
	z-index:101;
	
}

a{
	color:#008bc6;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:hover{
	text-decoration:underline;
}

.imageright{
	margin: 10px 10px 0px 10px;
	padding: 4px 4px 4px 4px;
	float: right; 
	border:#CCCCCC;
	border-style:solid;
	border-width:1px;
}

.imageleft{
	margin: 10px 10px 10px 0px;
	padding: 4px 4px 4px 4px;
	float: left; 
	border:#CCCCCC;
	border-style:solid;
	border-width:1px;
}

#language{
	position:absolute;
	padding: 2px 2px 2px 2px;
	top:20px;
	left:700px;
	width:90px;
	border-top:#DDDDDD;
	border-left:#DDDDDD;
	border-bottom:#BBBBBB;
	border-right:#BBBBBB;
	border-style:solid;
	border-width:1px 2px 2px 1px;
}
#language a{
	font-size:10px;
}


#languagemenu{
	position:absolute;
	padding: 2px 2px 2px 2px;
	top:38px;
	left:700px;
	width:90px;
	display:none;
	border:#CCCCCC;
	border-style:solid;
	border-width:1px 2px 2px 1px;
	background-color:#DDDDDD;
	z-index:101;
}

#languagemenu a{
	font-size:11px;
}

#logo{
	position:absolute;
	top:20px;
	left:20px;
	width:153px;
	height:100px;
	background-image:url(images/logo_menu.png);
	background-repeat:no-repeat;
	overflow: visible;
}

#menu{
width:800px;
}

#menuitems a{
	color:#008bc6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
}

#menuitems a:hover{
	text-decoration:underline;
}

#menuitems{
	position:absolute;
	top:50px;
	left:180px;
	width:647px;
}

#divider{
	position:absolute;
	top:102px;
	left:0px;
	height:1px;
	width:800px;
	border:#CCCCCC;
	border-style:solid;
	border-width:1px 0px 0px 0px;
}

#content{
	position:absolute;
	top:120px;
	left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#008bc6;
	font-size:13px;
	width:780px;
}
