/* Layout Sytle */

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	position: absolute; top: 0;
	
}

.full {
	height: 100%; width: 100%;
	background: #C4EB86;
	text-align: center;
	margin: 0;
	padding: 0;
	
}

/* Seitenlayout ( Top: Main, Left Menu, Rigth: Content ) */
#page {
	width: 800px;
	height: 645px;
	position: relative; top: 0;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	text-align: left;
	background: White;
	min-height: 600px;
	min-width: 800px;
}

#left {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	border-right: 1px solid #AAAAAA;
	text-align: center;
}

#right {
	position: absolute; top: 0; left: 201px;
	width: 600px; height: 100%;
	text-align: center;
	/*overflow: auto;*/
}

/* Full Page Layout ( Top: Main, Fullpage ) */
#fullsite {
	width: 780px; height: 500px;
	position: absolute; top: 110px; left: 0;
	text-align: center;
	background: White;
	margin: 10px 10px 10px 10px;
}

/* Heimdienst */
#heim_left {
	position: absolute; top: 0; left: 0;
	width: 200px; height: 100px;
	text-align: center;
}

#heim_right {
	position: absolute;
	top: 0;
	left: 201px;
	width: 600px;
	height: 100px;
	text-align: right;
}

#heim_top {
	width: 100%; height: 60%;
	background-color: White;
	border: 1px solid #AAAAAA;
	position: absolute; top: 0; left: 0;
	
}

#heim_top_left {
	width: 70%;
	background-color: White;
	position: absolute; top: 0; left: 0;
	text-align: center;
}

#heim_top_right {
	width: 30%;
	position: absolute; top: 0; left: 70%;
	background-color: White; 
}

#heim_bottom {
	position: absolute; top: 60%; left: 0;
	width: 100%; height: 40%;
	background-color: Red;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

#heim_bottom_left {
	width: 50%; height: 100%;
	position: absolute; top: 0; left: 0; 
	background-color: White;
	border-left: 1px solid #AAAAAA;
}

#heim_bottom_right {
	width: 50%; height: 100%;
	position: absolute; top: 0; left: 50%; 
	background-color: White;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}

/* */
#impressum {
	background: #F5A53D;
	position: absolute; bottom: 0; left: 0; 
	height: 15px; width: 780px;
	text-align: right;
	padding: 0 10px 0 10px;
}

#impressum_site {
	padding: 0 0 0 0;
	border: 1px solid #AAAAAA;
	height: 100%; width: 100%;
	text-align: left;
}

