/* 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.gif);
	background-repeat:no-repeat;
	/*
	width:45.245em;
	padding-top:1em;
	*/
}

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

/* Erste Naviebene */
#navigation li {
	width:10.4em;
	padding-top:0.2em;
	padding-bottom:0.2em;
	font-variant:small-caps;
	list-style-type:none;
	border-bottom:1px solid #959190;
	border-top:1px solid white;	
	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.2em;
	padding-bottom:0.2em;
	font-variant:small-caps;
	list-style-type:none;
	border-bottom:1px solid #959190;
	padding-left:0.8em;
}

/* Zweite Naviebene */
#navigation ul ul li {
	border:0px;
	background-color:none;
	font-size:11px;
	border-bottom:1px solid #959190;
}

#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 a.active:hover {
	color:#ff5304;	
	text-decoration:none;
}


/*Text */
#text {
	width:33em;
	float:right;
	margin-top:1em;
	margin-right:5px;
	padding-top:1em;
	padding-right:1em;
	padding-left:1em;
	overflow:auto;
	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:#ff5304;
}

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

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