html
{
height: 100%;
}
h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	font-variant: small-caps;
	font-style: normal;
	color: #005592;
}
h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	font-variant: small-caps;
	font-style: normal;
	color: #000000;
}
h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
body
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	background-color: #A8BFEA;
	line-height: 1.2;
}
a:link {
	color: #005592;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #005592;
}
a:hover {
	text-decoration: underline;
	color: #005592;
}
a:active {
	text-decoration: none;
}
#aussenwrapper
{
	height: 100%;
	position: relative;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container {
	height: 100%;
	width: auto;
	overflow: auto;
}
#header {
	background-color: #A8BFEA;
	height: 100px;
	width: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navileft {

	width: 200px;
	float: left;
	overflow: auto;
	margin-top: 135px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#content {
	height: auto;
	margin-top: 120px;
	margin-left: 260px;
	margin-bottom: 80px;
	background-color: #A8BFEA;

}

#inhalte {
	height: 320px;
	width: 55%;
	background-color: #FFFFFF;
	float: left;
	margin: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
	overflow: auto;
}
#bilder {
	background-color: #FFFFFF;
	height: 320px;
	width: 30%;
	float: left;
	margin: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius:15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	overflow: hidden;
	padding: 10px;
}
#bild {
	text-align: center;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: -5px;
}

#regie {
	float: left;
	height: 220px;
	width: 55%;
	background-color: #FFFFFF;
	margin: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius:15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
	overflow: auto;
}
#kritik {
	float: left;
	height: 220px;
	width: 30%;
	background-color: #FFFFFF;
	margin: 15px;


	-webkit-border-radius: 15px;
	-khtml-border-radius:15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
	overflow: auto;
}
#footer {
	bottom: 0;
	left:0;
	width: 100%;
	background-color: #A8BFEA;
	height: 40px;
	position: absolute;
	font-size: 1.0em;
	font-weight: bold;
}
#footer_left {
	float: left;
	height: 30px;
	width: 120px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 100px;
	color: #FFFFFF;
}
#footer_right {
	float: right;
	height: 30px;
	width: 400px;
	margin-top: 10px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: right;
	color: #FFFFFF;
}
#karin {
	float: left;
	width: 42%;
	font-size: 1.0em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#andrea{
	float: right;
	width: 42%;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.0em;
}

