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

body {
	margin:0px;
	background:url(bg_aussen.jpg);
	height:100%;
	padding:0;
}

html {
	height:100%;
}

.logo {
	position:relative;
	top:0px;
	left:0px;
	width:950px;
	height:150px;
	background-image:url(logotop3.jpg);
}

.zeile_aussen {
	position:absolute;
	top:150px;
	height:24px;
	width:100%;
	background:url(menu_zeile.jpg);
	z-index:-1;
	margin-bottom:-24px;
}

.main_div {
	position:relative;
	width:950px;
	top:0px;
	min-height:100%;
	
	border-right:1px solid #AAA; 
	border-left:1px solid #AAA;
	
	margin:auto;
	
	background-color:#FFF; 
}

.menu_1 {
	position:relative;
	top:0px;
	left:0px;
	width:950px;
	height:22px;
	z-index:21;
	
	background-image:url(menu_bg.jpg);
	
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9;
	margin-bottom:18px;
	padding-top:-1px;	
}
