@charset "UTF-8";
/* CSS Document */

/* Globaler Reset */
* {
	padding: 0;
	margin: 0;
}

html {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color:#000000;
	/* Blinden Scrollbalken im IE/PC entfernen */
	overflow: auto;
}
	
body {
	background-color: #dad2b1;
	}
p {
	margin-bottom: 8px;
}
a {
	color: #456582;
	text-decoration: none;
	font-weight: bold;
}
#stage #content a.icon_info {
	height: 9px;
	width: 8px;
	background-image: url(../img/icon_info_p.gif);
	background-repeat: no-repeat;
	line-height: 1%;
	font-size: 10px;
}
#stage #content a.icon_info:hover {
	background-image: url(../img/icon_info_a.gif);
}
#stage #content a.icon_sicherheit {
	height: 9px;
	width: 8px;
	background-image: url(../img/icon_sicherheit_p.gif);
	background-repeat: no-repeat;
	line-height: 1%;
	font-size: 10px;
}
#stage #content a.icon_sicherheit:hover {
	background-image: url(../img/icon_sicherheit_a.gif);
}
#stage  #content  .icons {
	width: 20px;
	display: inline;
	height: 9px;
	line-height: 1%;
	margin-right: 8px;
}
a:hover {
	text-decoration: underline;
}
/*#stage #content ul {
	margin-bottom: 14px;
	}

#stage #content ul li {
	list-style-type: none;
	list-style-position: outside;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-left: 0px;
	padding-left: 10px;
}*/




/* Layout und Bereiche */
/*-------------------------------------------------------------------------*/
#top {
	margin: 0 auto 0;
	height: 112px;
	position: relative;
	background-color: #002c54;
}




#stage {
	margin: 0 auto 0;
	background-color: #FFFFFF;
	min-height:360px;
	/* es folgt ein Hack für min-height auch im IE6 */
	/*	http://www.dustindiaz.com/min-height-fast-hack/ */	
	height:auto !important;
	height:360px;
	position: relative;
}


#content {
	position: relative;
	margin: 0 auto 0;
	width: 952px;
	padding-top: 84px;
	min-height:276px;
	/* es folgt ein Hack für min-height auch im IE6 */
	/*	http://www.dustindiaz.com/min-height-fast-hack/ */	
	height:auto !important;
	height:276px;
}
#content h1 {
	color: #000000;
	font-size: 12px;
	margin-left: 320px;
	height: 24px;
	display: block;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 6px;
}
ul.contentliste {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: list-item;
}
ul.contentliste     li {
	color: #456582;
	font-style: italic;
	background-image: url(../img/bullet_blau.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 9px;
}
ul.contentliste li.listhead  {
	font-style: italic;
	font-weight: bold;
	background-image: none;
	padding-left: 0px;
}




#footer {
	margin: 0 auto 0;
	width: 632px;
	height: 190px;
	background-image: url(../img/footer_hg.gif);
	background-repeat: no-repeat;
	background-position: 0px 150px;
	position: relative;
}
.footer_re_bue {
	text-align: right;
}
#head {
	margin: 0 auto 0;
	width: 632px;
	height: 112px;
	position: relative;
}
#head img {
	position: absolute;
	top: 38px;
	left: -160px;
}
.marginright8px {
	margin-right: 8px;
}
.marginleft8px {
	margin-left: 50px;
}


#linkkasten  {
	width: 152px;
	position: absolute;
	top: -23px;
	left: 480px;
}
.linkpfeil1 {
	background-image: url(../img/pfeil_beige.gif);
	background-repeat: no-repeat;
	background-position: 130px 0px;
}
.linkpfeil2 {
	background-image: url(../img/pfeil_weiss.gif);
	background-repeat: no-repeat;
	background-position: 130px 0px;
}
#linkkasten p {
	margin-bottom: 8px;
}
#linkkasten  a      {
	font-weight: bold;
	display: block;
	height: 18px;
	padding-top: 4px;
}



/* Klassen */
/* ------------------------------------------------------------------------- */
.clearelement {
	clear: both;
	height: 10px;
}
.displaynone	{
display:none	}

/* Es folgt die Clearfixlösung. Siehe  http://little-boxes.de/?p=149 */
/* ------------------------------------------------------------------------- */

/* Der Kern von Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE-Patches für Clearfix */
.clearfix { display: inline-block; }
/* Vor IE5/Mac verstecken mit dem Commented Backslash Hack \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
a.kontaktmenue/* Ende des Versteckspiels für den IE5/Mac */
  {
	color: #999999;
}
a.kontaktmenue:hover {
	color: #456582;
	text-decoration: none;
}
#formularbereich {
	width: 400px;
}

/*Definitionen für Formulare*/
/* ------------------------------------------------------------------------- */


.formularzeile {
	width: 420px;
	position: relative;
	margin-bottom: 8px;
	float: left;
}
.formularbeschriftung {
	float: left;
	width: 100px;
	display: block;
}

.textfeld {
	width: 300px;
	float: right;
	border: 1px solid white;
	height: 18px;
	background-color: #e6e6e6;
	padding: 2px;
}
textarea.textfeld  {
	height: 120px;
}
	
input:focus, textarea:focus	{
	background-color:#DAD2B1;
	}
	
input.submit {
	background-color: #456582;
	color: #FFFFFF;
	border: 1px solid white;
	padding: 5px;
	font-weight: bolder;
	width: 110px;
	padding-top: 4px;
}
input.submit:hover  {
	background-color: #DAD2B1;
	color: #002C54;
	border: 1px solid #002C54;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
}

