/* SEITENFORMATIERUNG _______________________________________*/

* { margin: 0; }


img {
	border:0;
	margin:0;
	padding:0;
}

html, body {
  height: 100%; /* Required */
}


body {
	background-color: #6d757b;
	background-image: url(../images/hg.png);
	background-position: top center;
	background-repeat:repeat-x;
	font-family: Helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 1em;
	text-align: center;
	color:#5c5b59; 
}

#layout { 
	position:relative;
	margin:0;
	padding:0;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */

}

#content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1px;
}

#left {
	position:absolute;
	left:0;
	top:0;
}


* html #content {
	background-image:none;
}

#content {
	background-image: url(../images/schatten_main.png);
	background-position: center center;
	background-repeat:repeat-y;
	width: 932px;
	position:absolute;
	left:236px;
	top:0;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}

* html #mainContent {
	background-image: url(../images/hg_ie.gif);
	background-repeat:repeat-y;
	margin:0;
}

#mainContent {
	background-image: url(../images/hg_global.png);
	background-repeat:no-repeat;
	position: relative;
	float:left;
	width: 909px;
	margin: 0 0 0 10px;
	padding: 0 0 0 3px; 
	font-size: 0.85em;
}

* html #top {
	margin:40px 0 132px 0;
}

#top {
	text-align:left;
	width:587px;
	margin:40px 0 145px 0;
	position:relative;
	float:left;
}

* html #innerLeft {
	width:589px;
	padding:0;
	margin: 0 30px 0 10px;
}

#innerLeft {
	position:relative;
	text-align:left;
	width:587px;
	min-height:828px;
	margin:0;
	float:left;
	margin: 0 30px 0 30px;
	padding:0;
}

#innerRight {
	margin: 0 0 0 2px;
	padding: 52px 0 0 0;
	min-height:828px;
	position:relative;
	float:left;
	color:#4b6688;
	text-align:left;
	width:260px;
}


* html #innerRight h1 {
	margin: 22px 0 15px 8px;
}

#innerRight h1 {
	font-size:1em;
	color:#4b6688;
	margin: 22px 0 15px 18px;
	font-weight:bold;
	line-height:1.3em;
	width:200px;
}

#innerRight p {
	font-size:0.925em;
	margin: 10px 0 0 18px;
	width:200px;
}

.textSidebar {
	width:100%;
}


.clearer {
	width:100%M
	height:1px;
	clear:both;
}
 
/* HEADER    ____________________________________________________ */

#logo {
	background-image: url(../images/logo.gif);
	background-repeat:no-repeat;
	width:218px;
	height:236px;	
}

#logo h1 {
	text-indent:-2000px;
	font-size:0.01em;	
	margin: 0;
	padding: 0; 
}



/* HAUPTNAVIGATION____________________________________________________ */
#mainNavigation {
	font-family:Lucida Grande, sans-serif;
	font-size:1em;
	line-height:1.2em;
	text-align:right;
	width: 217px;
	margin:27px 0 0 0;
}


.navtext {
	display:none;
}

/* SUBNAVIGATION____________________________________________________ */

#subNavigation {
	position:relative;
	float:left;
	margin: 0 0 44px 0;
	padding: 0;
	width:587px;
}

#subNavigation ul { 
	list-style-type: none;
	margin: 0;
	padding: 0; 
}

#subNavigation li#title {
	display:none; 
}

#subNavigation ul li {
	list-style-image: none;
	width: auto;
	margin: 0 10px 0 0;
	padding: 0;
	font-weight:bold;
	line-height:1.5em;
}

#subNavigation ul li a { 
	font-size: 1.05em;
	color:#8094a9;
	background-image:url(../images/list_subnav.gif);
	background-repeat:no-repeat;
	background-position: 0 3px;
	padding: 0 0 0 11px;
}

#subNavigation ul li a:hover { 
	color:#355a8b;
	background-image:url(../images/list_subnav_active.gif);
	background-repeat:no-repeat;
	background-position: 0 3px;
	padding: 0 0 0 11px;
}

#subNavigation a { 
	text-decoration:none;
}

#subNavigation ul li a.current {
	color:#355a8b;
	background-image:url(../images/list_subnav_active.gif);
	background-repeat:no-repeat;
	background-position: 0 3px;
	padding: 0 0 0 11px;
}
