body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #b7c7e3;
	margin: 0px;
}
.copyright {
	color: #ffffff;
	font-size: 11px;
	padding: 2px 0 0 6px;
}
.jumper {
	background-image: url(jumper.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 195px;
	height: 300px;
	margin: 0px;
}

a.icmsCrumb {
	font-size: 12px;
	color: #476fb7;
	background-color: transparent;
	text-decoration: underline;
}
a.icmsCrumb:visited {
	color:#476fb7;
}
a.icmsCrumb:hover {
	color: #91a9d4;
}
a.navleft {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a.navleft:visited {
	color:#000000;
}
a.navleft:hover {
	color: #fbab54;
}
span.navleftactive {
	font-size: 12px;
	font-weight: bold;
	color: #fbab54;
}
a.navtop {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a.navtop:visited {
	color:#000000;
}
a.navtop:hover {
	color: #ffffff;
}
span.navtop {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
a.navauthor {
	font-size: 11px;
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}
a.navauthor:visited {
	color:#ffffff;
}
a.navauthor:hover {
	color: #000000;
}
h1 {
	margin: 0 0 10px 0;
	padding: 2px 0 2px 5px;
	font: bold 14px verdana, sans-serif;
	border-left: 10px solid #91a9d4;
	border-bottom: 1px solid #91a9d4;
	color: #476fb7;
}
h2 {
	margin: 0;
	padding: 10px 0px 0px 0px;
	font: bold 12px verdana, sans-serif;
	color: #476fb7;
}
h4 {
	margin: 0 0 10px 0;
	padding: 2px 0 2px 5px;
	font: bold 12px verdana, sans-serif;
	border-left: 10px solid #91a9d4;
	border-bottom: 1px solid #91a9d4;
	color: #476fb7;
}
h5 {
	font-size: 12px;
	padding-top: 10px;
	text-transform: uppercase;
	text-decoration: underline;
}
h6 {
	font-size: 10px;
}
hr {
	color: #005BAA;
}
li {
	font: normal 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
}
p {
	font: normal 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
}
input, textarea {
	background: #E9EBED;
	border: 1px dotted;
	width: 240px;
	color: #005BAA;
	font-size: 11px;
}
table.footer {
	background-color: #fbab54;
	margin: 0;
	padding: 0;
	width: 730px;
	border-top: 3px solid White;
	font-size: 10px;
	text-align: right;
}

.icmsNavigationLeft {
	float: left;
	width: 195px;
}

.icmsNavigationLeft ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	width: 195px;
}

.icmsNavigationLeft li {
	padding: 0 0 1px 0;
	/*der abstand zw den menupunkten kann wegen dem ie nicht mit margin gesetzt werden*/
	margin: 0;
}

.icmsNavigationLeft a.icmsLevel1 {
	display: block;
	color: white;
	background: #476fb7;
	border-bottom: 1px solid white;
	padding: 4px 4px 4px 4px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.icmsNavigationLeft a.icmsLevel1:hover {
	color: black;
	background: #91a9d4;
	border-bottom: 1px solid white;
}

.icmsNavigationLeft a.icmsLevel2 {
	display: block;
	color: #476fb7;
	background: #c8d4e9;
	border-bottom: 1px solid white;
	padding: 4px 4px 4px 10px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.icmsNavigationLeft a.icmsLevel2:hover {
	color: black;
	background: #91a9d4;
	border-bottom: 1px solid white;
}

.icmsNavigationLeft a.icmsLevel3 {
	display: block;
	color: #476fb7;
	background: #e3e9f4;
	border-bottom: 1px solid white;
	padding: 4px 4px 4px 16px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.icmsNavigationLeft a.icmsLevel3:hover {
	color: black;
	background: #91a9d4;
	border-bottom: 1px solid white;
}

/*----Kontakt-form----*/
#form-1 { text-align:left;}
#form-1 br { clear: left; }
#form-1 input { width:300px; font-size:12px; height:18px; color:#000000; background:#FFF; border:1px solid #d3d3d3; margin-top: 5px; padding:0px 0px 0px 5px;}
#form-1 textarea { width:300px; font-size:12px; height:100px; color:#86817e; background:#FFF; border:1px solid #d3d3d3; margin-top: 5px; padding:2px 0px 0px 5px; font-family:Arial, Helvetica, sans-serif;}
#form-1 label { display: block; float: left; width: 300px; padding-top:8px; line-height:normal; }
#form-1 .form-submit{ background: #e5e5e5; color: #000000; font-size:14px; height:24px; margin: 0px 0px 0px 0px; padding:0; }
#form-1 img { margin-top: 5px; padding:0;}
#form-1 p.error { color: red; margin-top: 0; padding:0; line-height:100%;}
/*-------------------------*/
