/* CSS Document */
body {
	background-color:#ede9e8;
	background-image:url(../images/bg-mountains.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
    background-attachment: fixed;
	margin:0em auto;
	color:#000000;
	}

/* Rahmen um alles */	
#wrapper {
	margin: 0em auto;
	width:724px;
	}	
	
/* Logo */
#logo {
	position:absolute;
	top:54px;
	padding-left:1em;
}	
	
/*Seitenkopf */
#header-top {
	height:120px;
	background-image:url(../images/bg-footer.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border-left:1px solid #918d8c;
	border-right:1px solid #918d8c;
}	

#header-top p {
	text-align:right;
	padding-top:88px;
	padding-right:2px;
}	

#header-top img {
	margin-left:3px;	
}	

#header-bottom {
	height:166px;
	border-left:1px solid #918d8c;
	border-right:1px solid #918d8c;
}	

#header-bottom img {
	border-bottom:6px solid #ff5304;
}	

/* CONTENT */
#content {
	/*height:330px;*/
	background-image:url(../images/content-border.png);
	background-repeat:no-repeat;
	float:left;
	width:724px;
	/*
	width:45.245em;
	padding-top:1em;
	*/
}

#content .bottom {
	float:left;
	background-image:url(../images/content-bottom.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	width:724px;
}

/*Navigation */
#navigation {
	width:11.2em;
	float:left;
	font-size:13px;
	font-weight:normal;
	margin-left:1px;
	margin-bottom:1em;
	text-shadow: 0px 1px 0px #fff;
	/*
	border-right:1px solid #959190;
	*/
	/*min-height:20em;*/
	/* für alte IE*/
	/*height:20em;*/
	/*
	border-right:1px solid black;
	*/
}	

/* Erste Naviebene */
#navigation li {
	width:12.5em;
	padding-top:0.4em;
	padding-bottom:0.4em;
	/*font-variant:small-caps;*/
	text-transform:uppercase;
	font-size:11px;
	list-style-type:none;
	border-bottom:1px solid #959190;
	border-top:1px solid #fff;	
	padding-left:0.8em;
	color:#000000;
}

#navigation li:hover {
/*
	background-color:#ff5304;	
	*/
	color:#ff5304;
}

/* IE 6 Fix 
*html #navigation li.top {
	margin-top:0.0em;
	padding-top:0.2em;
	padding-bottom:0.2em;
	font-variant:small-caps;
	list-style-type:none;
	border-bottom:1px solid #959190;
	padding-left:0.8em;
}
*/


#navigation li.top {
	margin-top:0.45em;
	padding-top:0.4em;
	padding-bottom:0.4em;
	list-style-type:none;
	border-bottom:1px solid #989493;
	padding-left:0.8em;
}

#navigation li.last {
	border-bottom:0px none !important;
}

/* Zweite Naviebene */
#navigation ul ul li {
	border:0px;
	background-color:none;
	font-size:11px;
	border-bottom:1px solid #989493;
	margin-left:1em;
	width:11.5em;
	padding-left:0px;
	padding-right:0px;
}

#navigation a, #navigation a:visited, #navigation a:active {
	text-decoration:none;
	color:#000000

}

#navigation a:hover {
	color:#ff5304;	
	text-decoration:none;
}

#navigation a.active {
	color:#ff5601;	
	text-decoration:none;
	
}

#navigation li.active {
	/*border-bottom:2px solid #FF5304;
	background-color:#FFFAFA;*/
}

#navigation li.active.top {
	border-top:1px solid #fff;	
}

#navigation a.active:hover {
	color:#ff5304;	
	text-decoration:none;
}


/*Text */
#text {
	width:518px;
	height:350px;
	float:right;
	margin-top:0.8em;
	margin-bottom:0.8em;
	margin-left:0.6em;
	padding-top:1em;
	padding-right:1.6em;
	padding-left:1em;
	overflow:auto;
	float:left;
	/*height:280px;*/
	/*
	margin-right:1.3em;
*/
}	

#text h1 {
	font-weight:bold;
	padding-bottom:0.8em;
	font-size:1em;
	
}

#text h2 {
	margin-bottom:0.8em;
	font-size:0.9em;
	padding-top:0.5em;
	border-bottom:1px solid #ff5304;
	
}

#text h3 {
	margin-top:0.8em;
	margin-bottom:0.8em;
	font-size:0.8em;
	font-weight:bold;
	font-style:italic;
	padding-top:0.5em;
	
}

#text p {
	font-size:0.8em;
	padding-bottom:0.8em;
	line-height:1.3em;
	
}

#text a {
	text-decoration: underline;
}

#text a:hover {
	text-decoration: none;	
	background-color:#ffa154;
}

#text ul {
	padding-left:2em;
	font-size:0.8em;
	
}

#text li {
	list-style-image:url(../images/bg-list.gif);
	
}

/* Footer */
#footer {
	background-image:url(../images/bg-footer.jpg);
	background-repeat:repeat;
	background-color:#ccc;
	font-size:0.6em;
	text-align:right;
	color:#fff;
	padding-right:1em;
	clear:left;
	margin-bottom:1em;
	border-top:1px solid #BCBBB9;
	border-bottom:1px solid #918D8C;
	/*

	border-left:1px solid #918D8C;
	border-right:1px solid #918D8C;
	border-bottom:1px solid #918D8C;*/
}

#footer a, #footer a:link, #footer a:hover, #footer a:visited {
	text-decoration:none;
	color:#fff;
}

