@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: 14px;
	color:#000000;
	/* Blinden Scrollbalken im IE/PC entfernen */
	overflow: auto;
}
	
body {
	background-color: #e6e6e6;
	}
p {
	margin-bottom: 14px;
}
a {
	color: #6e6e6e;
	border-bottom: 1px solid #6e6e6e;
	text-decoration: none;
}
div#content a:hover {
	color: #f07c00;
	border-bottom: 1px solid #f07c00;
}
div#adresse {
	position: absolute;
	top: 60px;
	left: 108px;
	width: 251px;
	height: 115px;
	color: #f07c00;
}
#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;
	width: 997px;
	height: 330px;
	background-repeat: no-repeat;
	position: relative;
}




#stage {
	margin: 0 auto 0;
	width: 997px;
	background-color: #FFFFFF;
	min-height:230px;
	/* es folgt ein Hack für min-height auch im IE6 */
	/*	http://www.dustindiaz.com/min-height-fast-hack/ */	
	height:auto !important;
	height:230px;
	position: relative;
	color: #000000;
	z-index: 10;
}


#content {
	padding: 38px 146px 0px 392px;
	position: relative;
}



#linkespalte {
	float: left;
	width: 220px;
}
#linkespalte  h1, #rechtespalte h1 {
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 8px;
}


#rechtespalte {
	width: 220px;
	float: right;
}


#footer {
	margin: 0 auto 0;
	width: 997px;
	background-color: #FFFFFF;
	height: 36px;
	padding-top: 8px;
}
#footertext {
	margin-left: 392px;
	position: relative;
}
#footertext  ul li a {
	color: #6e6e6e;
	text-decoration: none;
	border-bottom: 0px;
}
#footertext ul li a:hover {
	color: #000000;
}
#footertext ul {
	list-style-type: none;
}
#footertext ul li {
	display: inline;
	margin-right: 20px;
}




/* 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; }
/* Ende des Versteckspiels für den IE5/Mac */#navbereich {
	margin: 0 auto 0;
	width: 997px;
	background-color: #FFFFFF;
	position: relative;
	overflow: visible;
	height: 45px;
}
#navbereich img {
	position: absolute;
	left: 0px;
	top: 0px;
}
a  img  {
	text-decoration: none;
	border-bottom: 0px;
}
.auszeichnung {
	background-color: #f07c00;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px;
}
