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

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

html {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	/* Blinden Scrollbalken im IE/PC entfernen */
	overflow: auto;
	color: #666666;
}

	
body {
	background-color: #eef0f2;
	}
	
p {
	margin-bottom: 14px;
}

a {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}

h1 {
	font-size: 19px;
	line-height: 24px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 14px;
}
h2 {
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 14px;
}

#topnav ul {
	list-style-type: none;
}
#topnav {
	padding-left: 344px;
	margin-top: 0px;
	padding-top: 24px;
}
#topnav li {
	display: inline;
	color: #333333;
	font-size: 10px;
	letter-spacing: 1px;
	margin-left: 8px;
	text-transform: uppercase;
}
#topnav li a {
}
#topnav li a:hover {
	text-decoration: none;
	color: #000000;
}

#top {
	margin: 0 auto 0;
	width: 934px;
	height: 44px;
	margin-top: 0px;
}
#bildbereich {
	margin: 0 auto 0;
	width: 934px;
	height: 236px;
	position: relative;
}

#content {
	padding: 16px 60px 0px 354px;
}
#content li {
	padding-left: 14px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#content ul {
	list-style-type: none;
	margin-top: 14px;
	margin-bottom: 14px;
}
#pfeil {
	position: absolute;
	z-index: 10;
	top: 120px;
	right: 0px;
}

#flashzone {
	float: left;
	width: 350px;
	height: 236px;
	clear: both;
	position: absolute;
}
#mainzone {
	float: right;
	width: 580px;
	clear: both;
	position: absolute;
	right: 0px;
}


#stage {
	margin: 0 auto 0;
	width: 934px;
	background-color: #FFFFFF;
	min-height:260px;
	/* es folgt ein Hack für min-height auch im IE6 */
	/*	http://www.dustindiaz.com/min-height-fast-hack/ */	
	height:auto !important;
	height:260px;
	position: relative;
}
#footer {
	margin: 0 auto 0;
	width: 934px;
	background-image: url(../img/higru_footer.gif);
	background-repeat: no-repeat;
	height: 24px;
	position: relative;
	font-size: 11px;
	margin-bottom: 14px;
}
#footerlinks {
	position: absolute;
	top: 3px;
	left: 20px;
}
#footerrechts {
	position: absolute;
	top: 3px;
	left: 354px;
}



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

.clear	{
clear:both
}

/* 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 */
.topnavaktiv {
	color: #000000;
	cursor: default;
}
.nomarginbottom {
	margin-bottom: 0px;
}
h3 {
	font-style: italic;
	font-weight: normal;
	margin-bottom: 14px;
}
h4 {
	color: #003399;
	font-size: 14px;
	font-weight: normal;
}
#wrapper {
	width: 1000px;
	background-color: #FFFFFF;
	margin: 0 auto 0;
	margin-top: 45px;
	padding-bottom: 18px;
}

