/* ---------- tags ---------- */
html {
/*\*/
	height: 100%;
	width: 100%;
/**/
}

body 	{
	margin: 0px;
	padding: 0px;
/*\*/
	width: 100%;
	height: 100%;
/**/
	text-align:center;
	background-color: #d8e4ea;
	font-family: Arial, Helvetica, sans-serif;
}

a {color:#434343; text-decoration: underline}

p, li, td, th {
	font-size: 12px;
	color: #434343;
}

h1 {
	font-size: 18px;
	font-weight:normal;
	color: #434343;
}

h2 {
	font-size: 16px;
	font-weight:normal;
	color: #434343;
}

h3 {
	font-size: 14px;
	font-weight:bold;
	color: #434343;
}

/* ------------- IDs ------------- */

#container {
	width: 880px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

#top {
	width: 880px;
	height: 175px;
	background-color: #fff;
}

#blasen {
	width: 131px;
	height: 123px;
	top: 0px;
	left: 30px;
	position: absolute;
}


#logo {
	width: 218px;
	height: 78px;
	top: 90px;
	left: 392px;
	position: absolute;
}

#header {
	width: 880px;
	height: 50px;
	background-image: url(../_images/hg_header.gif);
	margin-bottom: 18px;
}

#center {
    width: 880px;
	padding-bottom: 60px;
	margin-bottom: 28px;
}


#main {
	display: block;
	width: 610px;
	background-color: #fff;
}

#divright {
	float: right;
	width: 270px;
	display: block;
}

/* Fix IE6 WIN 3px bug. Hide from IE5-mac. Only IE-win sees this. \*/
* html #divright { 
	margin-left: -3px;
}
/* End hide from IE5/mac */

#divright h1.blau {
	width: 260px;
	margin: 0px;
	padding: 5px;
	background-color: #81a4b5;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

#divright h1.gelb {
	width: 260px;
	margin: 0px;
	padding: 5px;
	background-color: #fcc515;
	font-size: 11px;
	font-weight: bold;
	color: #434343;
}

#content {
    padding: 30px;
}


#footer {
	clear: right;
	height: 60px;
	width: 880px;
	background-image: url(../_images/hg_footer.gif);
	margin-top: -68px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	border-top: 8px solid #fcc515;
}


#copyright {
	width: 300px;
	margin-left:30px;
	font-size: 11px;
	color: #434343;
	margin-top: 25px;
}

#impressum {
	float: right;
	width: 270px;
	display: block;
	text-align: center;
	margin-top: 25px;
	font-size: 11px;
	color: #434343;
}



/* typo */

.titel {
	font-size: 18px;
	font-weight:normal;
	color: #434343;
}

.titelkl {
	font-size: 16px;
	font-weight:normal;
	color: #434343;
}

.text {
	font-size: 12px;
	color: #434343;
}

.textkl {
	font-size: 11px;
	color: #434343;
}







/* ---------- Formular ---------- */


.sendform label {
	font-size: 11px;
	color: #434343;
	width: 60px;
	display:block;
	float:left;
	text-align:left;
	padding-right:5px;
}

.sendform input {
	width: 160px;
	margin: 0px 0px 2px 0px;
	font-size: 11px;
	color: #434343;
	border:1px solid #434343;
	background:#fff;
}

.sendform .inputradio{
	width: 20px;
	margin: 2px 0px 0px 0px;
	border: none;
	background: none;
}

.sendform .submitblau {
	display: block;
	width: 164px;
	height: 20px;
	background: #81a4b5;
	color: #fff;
	font-size: 11px;
	margin: 10px 0px 0px 65px !important;
	margin: 10px 0px 0px 68px;
	text-align: center;
	padding-top: 1px;
	border: 1px solid #434343;
}

.sendform .submitgelb {
	display: block;
	width: 164px;
	height: 20px;
	background: #fcc515;
	color: #434343;
	font-size: 11px;
	margin: 10px 0px 0px 65px !important;
	margin: 10px 0px 0px 68px;
	text-align: center;
	padding-top: 1px;
	border: 1px solid #434343;
}


.error {
	display: block;
	color: #d83236;
	padding-bottom: 10px;
	font-size: 11px;
}

