@charset "UTF-8";
/* CSS Document */
html {
	background-image:url(images/menu/pageBackground.jpg);
	background-repeat:repeat-y;
	background-position: center 0px;
}
body, a, p, ul, li, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #263B65;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
}
body {
	background-color: #FFF;
	background-image: url(images/menu/bodyBackground.jpg);
	background-repeat: repeat-x;
}
#page {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 11px;
	background-image: url(images/menu/pageBackground.jpg);
	background-repeat: repeat-y;
	background-position: 44px 0px;
}
#header p {
	font-size: 10px;
	color: #FFF;
	text-align:right;
	padding-right: 20px;
	padding-top:140px;
	width: 900px;
	height: 15px;
	background-image: url(images/menu/header.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	display: none;
}
#header a {
	color: #FFF;
}
#header a:hover {
	text-decoration: underline;
}
#headerBottom {
	float: left;
	width: 116px;
	height: 80px;
	background-image: url(images/menu/header_bottom.jpg);
	z-index: 2;
	position: relative;
}
#mainmenu {
	float: right;
	width: 792px;
	background-image: url(images/menu/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 46px;
	list-style-type: none;
	margin-right: 50px;
	padding: 1px;
}
#mainmenu li {
	float: left;
	display: inline;
	height: 38px;
	text-align: center;
	background-image: url(images/menu/mainmenu-button.jpg);
	background-repeat: no-repeat;
	background-position: right 1px;
	width: 120px;
}
#mainmenu .activeLink {
	background-image:url(images/menu/mainmenu-button-over.gif);
	background-position: 0px 1px;
	margin-left: -15px;
	padding-left:15px;
	position: relative;
}
#mainmenu li a {
	width: 105px;
	display: block;
	height: 26px;
	padding-top: 12px;
	color: #FFF;
	padding-right: 15px;
	position: relative;
	left: 0px;
}
#mainmenu li a:hover {
	background-image:url(images/menu/mainmenu-button-over.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	left: -15px;
	padding-left: 15px;
	font-weight: bold;
}
#subnavi {
	float: left;
	width: 199px;
	padding-top: 80px;
	margin-left: -78px;
	margin-top: -7px;
	background-image: url(images/menu/subaviBackground.jpg);
	background-repeat: repeat-x;
}
#subnavi li {
	display: inline;
}
#subnavi .subnaviTitel {
	width: 194px;
	display: block;
	padding-left: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#subnavi li a {
	width: 189px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: block;
	text-align: left;
	background-image: url(images/menu/subnaviButtonBackground.jpg);
	background-position: 0px 0px;
	color: #FFF;
}
#subnavi li a:hover {
	background-position: 0px -55px;
}
#subnavi .activeLink {
	background-position: 0px -55px;
}
#contentAndSidebar {
	float: left;
	margin-left: 15px;
	margin-top: 10px;
	width: 645px;
	line-height: 120%;
}
#contentAndSidebar a {
	color: #6C8710;	
}
#contentAndSidebar a:hover {
	text-decoration: underline;
}
#content {
	float: left;
	width: 400px;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 8px;
	line-height: 120%;
}
#content h3 {
	margin-top: 16px;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 24px;
}
#content h4 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 12px;
}
#page th {
	text-align: left;
}
#contentAndSidebar p {
	margin-bottom: 12px;
}
#content ul {
	margin-bottom: 20px;
}
#content li {
	list-style-type: disc;
	list-style-image: url(images/menu/icon_liste_1.gif);
	margin-left: 20px;
	margin-bottom: 8px;
	font-weight: bold;
}
#content li li{
	list-style-image: url(images/menu/icon_liste_2.gif);
	font-weight: normal;
}
#breadcrumb {
	list-style-type: none;
	height: 25px;
	margin-left: 0px;
	margin-top: 10px;
}
#breadcrumb li {
	float: left;
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
	font-weight: normal;
}
#sidebar {
	float: right;
	width: 200px;
	overflow: hidden;
}
#sidebar div {
	background-color: #CECEE3;
	margin-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-image: url(images/menu/sidebarHeaderBackground.jpg);
	background-repeat: repeat-x;
}
#sidebar div h3, #sidebar div h4 {
	font-size: 12px;
	margin-top: 5px;
}
#sidebar div p {
	margin-top: 5px;
	margin-bottom: 0px;
}
#sidebar div img {
	margin-left: -4px;
	border: #FFF 1px solid;
}
#sidebar ul {
	list-style-type: disc;
	margin-left: 25px;
}
#sidebar ul li {
	list-style-type: disc;
	margin-bottom: 5px;
}
#sidebar .link {
	color: #263B65;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
	background-image: url(images/menu/sidebarBottomBackground.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 185px;
	margin-left: -5px;
}
#sidebar .link:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.formBig {
	width: 320px;
}

.kontaktFormular {
	margin-left: 8px;
}
.kontaktFormular td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
}


