﻿/* Seitengliederung - layout.css*/

body {
	min-width:78em;
	font-size:80%;
}

#banner {
	height:160px;
}

#wrapper {
	border-style:solid;
	border-color:#ccc;
	border-width:0 1px 0 1px;
/*  für zentriertes Layout  aktivieren: */
	width:78em;
	position:relative;	
	left:50%;
	margin-left:-39em;
}

#fuss {
	clear:both;
	margin-top:2em;
	border-top:1px #ccc solid
}

.links {
	position:relative;
	width:16em;
	float:left;
}

.mitte {
	margin:0px 18em 0px 18em;
	position:relative;
}

.rechts {
	float:right;
	width:16em;
	position:relative;
	padding-left:1em;
	font-size:0.9em;
}
