@import "content.css";
@import "tabs.css";
@import "news.css";
* {
	font-family: Arial,Tahoma,sans-serif;
	
}
html { height: 100%;}

body {
	background-color: #bfaf8e;
	margin: 0;
	overflow: scroll;
}

div#outerouterspace {
	width: 990px; 
	margin: auto;
	position: relative;
}

div#outerspace {
}

div#head {
	overflow:hidden;
	text-align:center;
	width:100%;
	z-index:-10;
}

div#outernavigation,
div#outercontent {
	text-align:center;
	width:100%;

}


div#outernavigation {
	background-color: #49540f;
	position: absolute;
	top: 260px;
	z-index: 500;
	width: 980px;

}

div#fries,
div#content,
div#navigation {
	width:985px;
	margin: auto;
	text-align: left;
}

div#fries ul,
div#fries ul li {
	list-style-type: none;
	position: absolute;
	margin: 0;
	padding: 0;
}

div#fries {
	overflow:hidden;
	position:relative;
	text-align:center;
		height: 230px;
}

div#navigation {
	font-size: 12px;
	z-index: 1;
}

div#outercontent {
	position: relative;
	top:20px;
	bottom: 0;
	margin-bottom: 20px;
}

p.rootline {
	margin-top: 0;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}

p.rootline a {
	text-decoration: none;
	color: #999;
}

div#outercontent p.trenner {
	position: relative;
	margin: 20px;
	margin-bottom: 0;
	margin-right: 20px;
	text-align: right;
}

div#outercontent p.trenner a {
	position: relative;
	top: -20px;
}

#left-content {
	float: left;
	width: 180px;
	font-size: 11px;
	padding-bottom: 0;
	margin-right: -20px;
}

div#content {
	background-color: #FFFDEA;
	padding: 20px;
	WIDTH: 940px;
}
div#innercontent {
	float: right;
	width: 745px;
}

div#right-innercontent {
	float: right;
	
	margin-left: 20px;
}

.clearfix {
	clear: both;
}

div.webcam-teaser h1 {
	font-size: 16px;
	font-weight: bold;
}

div.webcam-teaser h1 a {
	color: #49540f;
}

#navigation li.bottom2 {
	display: none;
}

a.url {
	text-decoration: none;
	
}

a.url:HOVER * {
 	color: #000000;
	font-weight: bold;
	border: 0;
}

p.helpnav a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

div.frame {
	border: 5px solid white;
	margin-bottom: 20px;
}
