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

body{
	margin:0;
	padding:0;
	background-image:url(images/farbverlauf.png);
	background-attachment:fixed;
}

#head {
	height:109px;
	width:800px;
	position:fixed;
	left:0px;
	top:0px;
	z-index:1;
}

#logo{
	height:91px;
	width:178px;
	float:left;
	
	background-image:url(images/logo-t.png);
	background-repeat:no-repeat;

}

#picture{
	width:621px;
	height:91px;
	margin-left:178px;
	position:relative;
	
	background-image:url(images/skyline.jpg);
	background-repeat:no-repeat;

}

#company_name{
	padding-top:1px;
	height:17px;
	width:178px;
	float:left;
	
	color:white;	
	background-color:#ffbb02;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;	
	text-align:center;
	font-weight:bold;

}

#address{
	padding-top:1px;	
	height:17px;
	width:621px;
	margin-left:178px;
	position:relative;
	
	
	background-color:#ffbb02;
	color:#696969;
	
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	font-weight:bold;
}

#body{
	width:800px;
}

#menu{
	top:109px;
	width:178px;
	float:left;
	margin-top:32px;
	position:fixed;
	left:0px;
}

#lang {
	position:relative;
	top:-15px;
	left:45px;
	margin-left:50px;
	width:27px;
	height:17px;
}

#menu_item, #menu_item_select {
	height:16px;
	width:143px;
	margin-bottom:5px;
	padding-left:35px;
	padding-top:1px;
	float:left;
	
	background-color:#ffbb02;
	color:white;

	
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#menu_empty {
	height:16px;
	width:143px;
	margin-bottom:5px;
	padding-left:35px;
	padding-top:1px;
	float:left;
}

#menu_item a:link{ text-decoration:none; color:white; }
#menu_item a:active{ text-decoration:none; color:white;  }
#menu_item a:visited{ text-decoration:none; color:white;  }
#menu_item a:hover{ text-decoration:underline; color:white; }
#menu_item a:focus{ text-decoration:underline; color:white; }

#menu_item_select a:link{ text-decoration:none; color:#777777; }
#menu_item_select a:active{ text-decoration:none; color:#777777;  }
#menu_item_select a:visited{ text-decoration:none; color:#777777;  }
#menu_item_select a:hover{ text-decoration:none; color:#777777; }
#menu_item_select a:focus{ text-decoration:none; color:#777777; }

#main{
	width:586px;
	min-height:435px;
	margin-left:178px;
	top:109px;
	position:absolute;
	
	background-color:#fef8bc;
	color:#696969;
	padding-left:20px;
	padding-bottom:20px;
	padding-top:20px;
	padding-right:15px;
	
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-align:left;
	line-height:150%;	
	/*overflow:auto;*/
}

#main H1 {
	padding-top:7px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	line-height:130%;
	color:#7e3232;
	font-weight:bold;
	font-size:16px;
}

#main H2 {
	padding-top:7px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	line-height:130%;
	color:#7e3232;
	font-weight:bold;
	font-size:14px;
}

#main H3 {
	padding-top:7px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	line-height:130%;
	color:#7e3232;
	font-weight:bold;
	font-size:13px;
}

#main P {
	margin-top:4px;
	margin-bottom:4px;
	padding-top:0px;
	padding-bottom:0px;
}

#main ul {
	margin-top:4px;
	margin-bottom:4px;
	padding-top:0px;
	padding-bottom:0px;
}
#main a:link, #main a:active, #main a:visited{
	text-decoration:underline;
	color:#696969;
}
#main a:hover, #main a:focus{
	text-decoration:underline;
	color:black;
}
#img_right {
	float:right;
	padding:10px;
}
#img_left {
	float:left;
	padding:10px;
}
