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

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

html {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color:#000000;
	/* Blinden Scrollbalken im IE/PC entfernen */
	overflow: auto;
}

/* Schriftgröße auch im IE 6 korrigieren */
* html {
	font-size: 70%;
		}
		
body {
	font-size: 1.1em;
	line-height: 1.4em;
	background-color: #742936;
	background-image: url(../img/body_bg_img.gif);
	background-repeat: no-repeat;
	background-position: center 600px;
	}
p {
	margin-bottom: 0.5em;
}
a {
	color: #98092B;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}



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




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


#content {
	position: relative;
	margin: 0 auto 0;
	width: 964px;
	min-height:380px;
	/* es folgt ein Hack für min-height auch im IE6 */
	/*	http://www.dustindiaz.com/min-height-fast-hack/ */	
	height:auto !important;
	height:380px;
}

#claim	{
	position:absolute;
	top:-46px;
	z-index: 10;
	left: 390px;
}

#headline {
	margin-left: 90px;
	margin-bottom: 20px;
	margin-top: 46px;
}



#footer {
	margin: 0 auto 0;
	width: 636px;
	height: 113px;
	position: relative;
}

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;
}

#topmenu ul {
	list-style-type: none;
}
#topmenu ul li {
	display: inline;
	padding: 1px 10px 1px 10px;
	border-left: 1px solid #c4c6c9;
}
#topmenu ul li a {
	color: #c4c6c9;
	text-decoration: none;
	font-weight: normal;
}
#topnav {
	text-align: right;
}
#topmenu {
	margin-right: 154px;
	padding-top: 4px;
}
#topmenu ul li a:hover {
	color: #98092B;
}
#head {
	margin: 0 auto 0;
	width: 964px;
	height: 112px;
	position: relative;
}
#head img {
	position: absolute;
	top: 16px;
	left: 164px;
}
#rechtespalte {
	width: 556px;
	float: right;
	padding-right: 154px;
}
.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;
}
#page_impressum #impressum a {
	color: #98092B;
	cursor: default;
}
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;
}
h2 {
	font-size: 16px;
	margin-bottom: 16px;
}
#besseresicht  {
	position: absolute;
	width: 76px;
	height: 70px;
	bottom: 0px;
	left: 88px;
}
