html * {
	border: 0px;
	margin:	0px;
	padding: none;
	font-size: 100.01%;
}

body {
	font-family: Arial, sans-serif;
	font-size: 75.00%;
	font-weight: 400;
	background-color: #ffffff;
	padding: 10px 0px 0px 0px;
	height:98%;
	text-align: center;
	color: #003d80;


	background-repeat: no-repeat;
	background-attachment:fixed;
}

#mainbg {
	margin: 0 auto;
	text-align:left;
	width:950px;
/* 	background-color:#aaff00; */
}

#main {
	overflow: hidden;
	width:950px;
}

/*******************************************
 *************** Header ********************
 *******************************************/

#logo {
	width:133px;
	height:133px;
	float:left;

	text-align:right;
	font-size:75%;
	font-weight:700;
}

#header {
	height:133px;
	margin-left:159px;
	background-image: url("../img/bg-line.gif");
	background-repeat: repeat-x;
	background-position: left 91px;
}

#header-headlines {
	padding: 25px 0px 0px 0px;
	width:296px;
	float:left;
	z-index:50;
}

h1.head-url {
	font-size: 240%;
	margin: 0px;
	font-weight:700;
	color:#f38e00;
}

h2.head-area {
	color:#003d80;
	font-size: 15px;
	font-weight:700;
	margin: 0px;
}

#header-key {
	background-repeat: no-repeat;
	background-position: left 1px;
	width:191px;
	height:111px;
	float:left;
	z-index:40;
}

#header-auswahl {
	float:left;
	width:211px;
	z-index:55;
	padding-top:5px;
}
#header-auswahl img.first-heada-img {
	margin-right:15px;
}

/*******************************************
 *************** Footer ********************
 *******************************************/

#footer {
	line-height:25px;
}

/*******************************************
 ************* Left Navigation *************
 *******************************************/

#left-nav {
	width:133px;
	float:left;
}

#left-nav ul {
	list-style-type:none;
	margin: 46px 0px 0px 0px;
	padding: 0px;
	text-align:right;
}
#left-nav ul li {
	margin-left: 0px;
	padding: 0px;
}
#left-nav ul li a {
	display: block;
	width: 113px;
	height: 18px;
	padding: 2px 20px 0px 0px;
	color: #003d80;
	text-decoration: none;
}

#left-nav ul li a:focus,
#left-nav ul li a:hover,
#left-nav ul li a:active {
	font-weight:700;
}

#left-nav ul li a.current_link,
#left-nav ul li a.active_link {
	background-repeat: no-repeat;
	background-position: top left;
	color: #ffffff;
	font-weight:700;
}

#left-nav ul li ul {
	list-style-type:none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align:right;
}
#left-nav ul li ul li a {
	display: block;
	width: 93px;
	height: 18px;
	padding: 2px 40px 0px 0px;
	color: #003d80;
	text-decoration: none;
}
#left-nav ul li ul li a.current_link,
#left-nav ul li ul li a.active_link {
	background:none;
	color: #003d80;
	font-weight:700;
}

/*******************************************
 *************** Content *******************
 *******************************************/

#content{
	width: 450px;
	margin-left:26px;
	float:left;
/* 	min-height:473px; */
}

#content-right {
/* 	margin-left:26px; */
	width: 250px;
	float:right;
/* 	background-color:#aa00ff; */
}

/*******************************************
 ************** Startpage ******************
 *******************************************/

#header-startpage {
	height:60px;
	margin-left:159px;
	background-image:none;
	padding-top:18px;
}
#header-headline {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	border-left: 2px solid #9ea6b5;
	border-right: 2px solid #9ea6b5;

	height: 31px;
	width: 741px;

	background-image:url('../img/bg-startpage-kasten.gif');
	background-repeat: repeat-x;
	background-position: center bottom;

	color:#f38e00;
	font-size: 210%;
	font-weight:700;

	z-index:50;
}

#content-startpage {
	width: 776px;
	height: 450px;
/* 	margin-left:26px; */
	float:left;
	background-image:url('../img/bg-kaestchen.gif');
	background-position: 26px 25px;
	background-repeat: no-repeat;
}
#content-right-startpage {
	display:none;
}

#content-bottom-menue {
margin-left:26px;
}

#content-bottom-menue a {
	display:block;
	width: 335px;
	height: 38px;
	float:left;

	background-image: url("../img/bg-startpage-bottommenue.gif");
	background-repeat: repeat-x;
	background-position: left top;

	padding: 2px 0px 0px 39px;

	font-size: 140%;
	font-weight: 700;
}

#content-bottom-impressum  {
	text-align:right;
}

/*******************************************
 ************** Startpage ******************
 *******************************************/

#header-impressum {
	height:60px;
	margin-left:159px;
	background-image:none;
	padding-top:18px;
/* 	background-color:#ff00aa; */
}
#header-headline {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	border-left: 2px solid #9ea6b5;
	border-right: 2px solid #9ea6b5;

	height: 31px;
	width: 741px;

	background-image:url('../img/bg-startpage-kasten.gif');
	background-repeat: repeat-x;
	background-position: center bottom;

	color:#f38e00;
	font-size: 210%;
	font-weight:700;

	z-index:50;
}

#content-impressum {
	width: 745px;
	height: 425px;
	margin-left:26px;
	padding:25px 0px 0px 5px;
	float:left;

	background-image:url('../img/bg-kaestchen.gif');
	background-position: left 25px;
	background-repeat: no-repeat;
}
#content-right-impressum {
	display:none;
}

#content-bottom-link-back {
	text-align:right;
	padding-right:3px;
	padding-top:10px;
}

/*******************************************
 **************** Links ********************
 *******************************************/
/* 
	f38e00 < orange
	003d80 < blue
*/


a {
	color:#f38e00;
	text-decoration:underline;
}
a:focus, a:hover, a:active {
	text-decoration:none;
}

/*******************************************
 *************** Headlines *****************
 *******************************************/

h1 {
	color:#003d80;
	font-size: 160%;
	font-weight:700;
	margin: 0.4em 0 0.3em 0;
}

h2 {
	color:#003d80;
	font-size: 125%;
	font-weight:700;
	margin: 0.4em 0 0.3em 0;
}

h3 {
	color:#003d80;
	font-size: 116.67%;
	font-weight:700;
	margin: 0.4em 0 0.3em 0;
}

h4 {
	color:#003d80;
	font-weight:700;
	font-size: 100%;
	margin: 0.4em 0 0.3em 0;
}

h5 {
	color:#003d80;
	font-size: 100%;
	margin: 0.4em 0 0.3em 0;
}



/*****************************************/
/********** Kontaktformular **************/
/*****************************************/

.contact-form {
	width:352px;
	padding-top:1em;
	margin-bottom:1em;
}

.remark {
/* 	display:block; */
	color:#b60016;
}

.contact-form form {
	
}

.contact-label,
.contact-label-captcha {
	display:block;
	float:left;
	width:110px;
	
	margin-top:9px;
}

.contact-label-radio {
	width:260px;
}
.contact-input-text {
	display:block;
	float:left;
	width:150px;

	border:1px solid #f38e00;

	color:#004b93;
	font-size:10px;
	
	margin-top:6px;
}

.contact-textarea {
	display:block;
	float:left;
	width:240px;
	height:80px;

	border:1px solid #f38e00;

	color:#004b93;
	font-size:10px;
	
	margin-top:6px;
}

.contact-radio-shell {
	display:block;
	float:left;
	width:65px;
}

.contact-form .error {
	color:#b60016;
}

.contact-radio {
	margin-right:5px;
	vertical-align:middle;
}

#contact-form-captcha {
	margin-top:15px;
}

.contact-submit {
	margin: 15px 0 0 110px;
/* 	border:1px solid #2E6785; */
	border:none;
	padding:3px;

/* 	background-image:url(../img/bg_box.gif); */
	background-color:#003d80;
	color:#ffffff;
}

.error-box {
	padding:5px 0 5px 0;
	color:#b60016;
}

/*******************************************
 **************** Misc. ********************
 *******************************************/

.float_left {
	float:left;
}
.clearer,
.clear-both {
	clear:both;
}

.bold {
	font-weight:700;
}
.underline {
	text-decoration:underline;
}
p {
 	padding: 0px 0px 0px 0px;
}
.align-center {
	text-align:center;
}