/* layout.css */

#layout {
	position			: absolute;
	left				: 50%;
	top					: 40px;
	width				: 800px;
	height				: 600px;
	margin-left			: -400px;
		
	}
#header {
	position			: absolute;
	left				: 0px;
	top					: 0px;
	width				: 800px;
	height				: 120px;
	border				: 1px solid #cccccc;
	background-color	: #ffffff;
	border-top-color	: #D4D0C8;
}

#header1 {
	position			: absolute;
	left				: 2px;
	top					: 2px;
	width				: 799px;
	height				: 119px;
}

#header2 {
	position			: absolute;
	left				: 0px;
	top					: 128px;
	width				: 800px;
	height				: 24px;
	border				: 1px solid #cccccc;
	background-color	: #ffffff;
}

#logo {
	position			: absolute;
	left				: 1px;
	top					: 6px;
	width				: 788px;
	height				: 110px;
}

#navigation {
	position			: absolute;
	left				: 0px;
	top					: 160px;
	width				: 160px;
	height				: 430px;
	border				: 1px solid #cccccc;
	background-color	: #ffffff;
	padding-top			: 20px;
}
#nav {
	position			: absolute;
	left				: 10px;	
	top					: 10px;
	width				: 170px;
	height				: 410px;
	background-color	: #cccccc;
}
#subnav {
	position			: absolute;
	left				: 10px;	
	top					: 120px;
	width				: 780px;
	height				: 20px;
	background-color	: #cccccc;
}
#inhalte {
	position			: absolute;
	left				: 170px;
	top					: 160px;
	width				: 630px;
	height				: 450px;
	border				: 1px solid #cccccc;
	background-color	: #ffffff;
}

#inhalte-text {
	position			: absolute;
	left				: 190px;
	top					: 180px;
	width				: 580px;
	height				: 380px;
	background-color	: #FFFFFF;
	font-size			: 11px;
	overflow			: auto;
}

#inhalte-text-title {
	position			: absolute;
	left				: 8px;
	top					: 14px;
	width				: 430px;
	height				: 25px;
}
#inhalte-pic {
	position			: absolute;
	left				: 20px;
	top					: 332px;
	width				: 528px;
	height				: 61px;
}

#footer {
	position			: absolute;
	left				: 0px;
	top					: 620px;
	width				: 800px;
	height				: 20px;
	border				: 1px solid #cccccc;
	background-color	: #ffffff;
	padding-top			: 1px;
	padding-left		: 1px;
}
