/* CSS layout print */
body {
	margin: 0;
	padding: 0;
	}

#keywords, #navitop, .social, #left, #footer, .ohnedruck {
	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:5px;
	border-width: 0;
	}

.claim {
	position:absolute;
	top:10px;
	left: 5px;
	color: #a35151;
	}
	
.phone {
	position:absolute;
	top:40px;
	left:5px;
	color: #a35151;
	}

/* Container */

#inhaltcontainer_fenster {
	position: absolute;
	padding: 15px;
	overflow: visible;
	width: 95%;
	}

#container {
	position: absolute;
	top: 75px;
	width: 1000px;
	height: auto;
	z-index: 1;
	}
		
/* 760px  */
#right {
	border-top: 1px solid #a35151;
	margin-top: 20px;
	width: 100%;
	height: 100%;
	}

