h1 {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	color: #2892D0;
}

h2, h2 a:link, h2 a:visited, h2 a:hover {
	color: #2892D0;
	margin-bottom: -5px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

h3, h3 a:link, h3 a:visited, h3 a:hover {
	color: #2892D0;
	margin-bottom: -5px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

legend {
	color: #2244CC;
	font-size: 13px;
	font-weight: bold;
	padding: 0 3px;
}

label {
	font-weight: bold;
}

/* ------------------------------------ */
.bluehead {
	color: #2892D0;
}

.blackhead {
	color: #000000;
}

.imprint {
	font-size: 11px;
	line-height: 1.35em;
}

.greyBG {
	background-color: #D2D3D2;
}

.whiteBG {
	background-color: #FFFFFF;
}

.hint {
	font-size: 10px;
	padding-top: 5px;
}

.kontaktform td {
	padding-bottom: 3px;
}

.input {
	color: #444546;
	width: 200px;
	border: 0;
	border-bottom: 1px solid #444546;
	background-color: transparent !important;
	background-color: #E7E8E9;
}

.dateinput {
	color: #444546;
	height: 1.2em;
	border: 0;
	border-bottom: 1px solid #444546;
	background-color: #E7E8E9;
	width: 123px;
}

.submit {
	color: #2892D0;
	width: 113px;
	height: 20px;
	border: 0;
	margin: auto;
	padding: 0;
	text-align: left;
	left: 0px;
	background-color: #E7E8E9;
}

.checkbox {
	width: 15px;
	height: 15px;
	border: 0;
	border-bottom: 0px;
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	font-family: Arial, Helvetica, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2em;
	color: #444546;
	width: 320px;
	height: 57px;
	border: 1px solid #444546;
	background-color: transparent !important;
	/*background-color: #E7E8E9;*/
}

select {
	color: #444546;
	width: 195px !important;
	border: 1px solid #444546;
	background-color: #E7E8E9;
}

.error {
	color: #DD0000;
	font-weight: bold;
}
.error span {
	color: #006600;
}

a:link {
	color: #444546;
	text-decoration: none; 
}

a:visited {
	color: #444546;
	text-decoration: none; 
}

a:hover {
	color: #444546;
	text-decoration: underline; 
}

ul {
	margin-top: 0.1em; 
	padding-top: 0.1em; 
	margin-left: 0.6em; 
	padding-left: 0.6em;
}

li {
	list-style-type:square;
}

img { border: 0px; }
table { border: 0px; }
td { padding: 0px; }

/*---------------------------------------------------*/

body {
	background-color: #FBFBFB;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 150%;
	color: #444546;
	padding: 0px;
	margin: 0px;
}

#layoutContainer {
	position: absolute;
	height: 598px; 
	width: 948px;
	margin: -300px 0px 0px -475px;
	top: 50%; 
	left: 50%;
	padding: 0px;
}

#innerContainer {
	position: relative;
	width: inherit;
	height: 598px;
	background-image: url(../images/bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#logo {
	position: relative;
	width: inherit;
	height: 115px;
	text-align: right;
}

#vline {
	position: absolute;
	top: 0px;
	left: 214px;
	width: 3px;
	height: 100%;
	background-image: url(../images/blueline_v.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.whiteLine {
	position: relative;
	width: inherit;
	height: 3px;
	background-color: #F5F6F6;
	background-image: url(../images/blueline_h.gif);
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
}

#search {
	position: absolute;
	overflow: hidden;
	width: 214px;
	height: 28px;
	left: 1px;
	top: 8px;
	font-size: 10px;
	text-align: center;
	opacity:.6; filter: alpha(opacity=60); -moz-opacity: 0.6;
}
#search form {
	padding: 0; margin: 0;
}
#search label {
	display: none;
}
#search #searchterm {
	position: absolute;
	height: 14px;
	top: 3px;
	left: 14px;
	padding: 2px;
	padding-left: 4px;
	font-size: 10px;
	width: 150px;
	border: 1px solid #000;
	border-right: none;
	background-color: #fff;
}
#search #search_send {
	position:absolute;
	top: 3px;
	left: 168px;
	padding: 0 4px;
	border: 1px solid #000;
	border-left: none;
	background-color: #fff;
}

#menu {
	position: relative;
	overflow: auto;
	width: 731px;
	min-height: 28px;
	margin-left: auto;
	line-height: 28px;
	font-size: 14px;
	font-weight: bold;
	color: #6d6e6f;
	background-color: #D2D3D2;
	background-position: center;
}
#menu ul, #submenu ul {
	clear: both;
	margin: 0; padding: 0;
	padding-left: 70px;
}
#menu ul li, #submenu ul li {
	display: block;
	float: left;
	list-style: none;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	padding-right: 50px;
}
#menu ul .last {
	padding-right: 0;
}
#menu a {
	color: #6d6e6f;
	text-decoration: none;
}
#menu a:hover, #menu .active {
	color: #2a5e7d;
}

#content {
	position: relative;
	overflow: auto;
	width: 731px;
	height: 449px;
	margin-left: auto;
	background-color: #E7E8E9;
	background-position: bottom right;
	background-repeat: no-repeat;
}

#submenu {
	position: relative;
	overflow: auto;
	padding-top: 28px;
	padding-bottom: 29px !important;
	padding-bottom: 44px;
	line-height: 15px;
	font-size: 13px;
	font-weight: bold;
	background: none;
}
#submenu ul li {
	padding-right: 25px;
	background-image: url(../images/menu_spacer.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#submenu ul .last {
	background-image: none !important;
}
#submenu a {
	color: #6d6e6f;
	text-decoration: none;
}
#submenu a:hover, #submenu .active {
	color: #2a5e7d;
}

#textContainer {
	padding-left: 70px;
}
#text {
	width: 602px;
}