﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F2F9FF;
	padding: 10px;
	margin: 0px;
}
div {
	float: left;
}
#banner {
	width: 100%;
	margin-bottom: 20px;
}
#navivert {
	margin-right: 2%;
	position: relative;
	width: 22%;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	left: 0px;
	height: 295px;
}
#inhalt {
	margin: 0px;
	width: 73%;
	color: #000066;
	bottom: 4px;
}
#banner p {
	background-color: #FFFFFF;
	background-image: url('Bilder/Bildgross24.jpg');
	background-repeat: no-repeat;
	background-position: center -5px;
	line-height: 190px;
	text-align: center;
	border-bottom-style: ridge;
	border-bottom-width: 4px;
	border-bottom-color: #000066;
}
a {
	color: #000066;
	text-decoration: none;
	font-size: large;
}
#navivert ul {
	list-style-type: none;
	border-right-style: double;
	border-right-color: #000066;
	padding-left: 32px;
	margin-left: 0px;
}
#navivert a {
	line-height: 50px;
	border-bottom-style: double;
	border-bottom-width: medium;
	border-bottom-color: #000066;
}
#navivert a:hover,#navivert a:active {
	line-height: 40px;
	border-bottom-style: double;
	border-bottom-width: medium;
	border-bottom-color: #000066;
	display: block;
	font-weight: lighter;
	font-style: italic;
}
#Textinhalt {
	margin: 0px;
	width: 73%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 237px;
}
