/* CSS layout screen */
body {
	margin: 0;
	padding: 0;
	}

#keywords {
	display: none;
	}
	
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height:100%;
	
	}

/* Header */
#header {
	position: relative;
	top: 0px;
	width: 100%;
	}

.logo {
	position:absolute;
	top:5px;
	right:10px;
	border-width: 0;
	}

.claim {
	position:absolute;
	top:10px;
	left: 5px;
	}
	
.phone {
	position:absolute;
	top:40px;
	left:5px;
	}
.social {
	position: absolute;
	top:80px;
	right:10px;
	z-index: 2;	
	}

/* Container */
#inhaltcontainer_fenster {
	position: absolute;
	padding: 25px;
	overflow: visible;
	width: 950px;
	}

#container {
	position: absolute;
	top: 75px;
	width: 1000px;
	height: auto;
	z-index: 1;	
	}
	
#navitop {
	position: absolute;
	top: 0px;
	left: 200px;
	width:auto;
	z-index: 2;
	}

/* 240px  */
#left {
	margin-top: 40px;
	float: left; 
	width: 230px;
	padding-left: 5px;
	padding-right:5px;
	height: 100%;
	}

/* 760px  */
#right {
	margin-top: 26px;
	float: right;
	width: 719px; 
	padding-left: 25px;
	padding-right: 15px;
	border-left: 1px dotted #7a7a7a;
	min-height: 957px;
	}

#footer {
	clear:both;
	width: 990px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right:5px;	
	}

