/*CSS Seite für Naturpark*/

html, body {
	height:100%;
	margin: 0;
}
	
body {
	background-color: #ededed;
	color: #474747;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

p {margin: 0; padding: 0;}

td {
	font-size: 12px;
	font-weight: normal;
}

a {
	color: #004c99;
	text-decoration: none;
}

a:hover {
	color: #666;
}

h1 {
	font-size: 12px;
 	color: #333333;
	font-weight: bold;
	margin-top: 0;
}

.size_20px {
	font-size: 20px;
}

.size_16px {
	font-size: 16px;
}

.size_14px {
	font-size: 14px;
 	color: #999999;
}

.size_11px {
	font-size: 11px;
}

.size_10px {
	font-size: 10px;
}

.bild_links {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	border: 0 none;
}

.bild_rechts {
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
	border: 0 none;
}

.blue {
	color: #004c99;
}

.blue_titel {
	color: #004c99;
	font-size: 18px;
}


/*Mainbox*/

#topframe {
	margin:0 auto;
	position: relative; /* puts container in front of distance */
	width: 959px;
	height: 205px;
	border-left: 1px solid #ACACAC;
	border-right: 1px solid #ACACAC;
}


#picture_box {
	width: 768px;
	height: 181px;
	float: left;
}

#logo_box {
	width: 173px;
	height: 25px;
	float: left;
	padding-top: 156px;
	padding-right: 18px;
	text-align: right;
	background-image: url(../images/headerbild_logo.gif);
	background-repeat: no-repeat;
}

#container {
	margin:0 auto;
	position: relative; /* puts container in front of distance */
	width: 961px;
	height: 67%;
	background-color: #FFFFFF;
	background-image: url(../images/box_border.gif);
	background-repeat: repeat-y;
}

#container_bottom {
	margin: 0;
	text-align:left;
	width: 961px;
	height: 100%;
	background-image: url(../images/box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content_box {
	width: 580px;
	height: 93%;
	float: left;
	margin: 20px;
	padding-right: 20px;
	text-align: left;
}

.newsbox {
	margin-top: 22px;
	width: 292px;
	height: 42%;
	background-image: url(../images/newsbox_border.gif);
	background-repeat: repeat-y;
	float: left;
}

.newsbox_bottom {
	margin: 0;
	width: 292px;
	height: 100%;
	background-image: url(../images/newsbox_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.newsbox_green {
	width: 264px;
	height: 24px;
	padding: 6px 14px 0 14px;
	background-color:#87BA36;
	color: #FFFFFF;
	font-size: 14px;
}

#newsbox_content, infobox_content {
	width: 264px;
	height: 70%;
	margin: 12px 14px 0 14px;
	overflow: auto;
}

#print {
	display: none;
}

/* Navigation*/

#top_nav_box {
	width: 959px;
	height: 24px;
	clear: left;
	background-image: url(../images/nav_ground.gif);
	background-repeat: repeat-x;
}

.top_nav { 
	height: 18px;
	padding: 6px 20px 0 20px;
	display: block;
	float: left;
}

.top_nav_seperator { 
	height: 24px;
	width: 1px;
	display: block;
	float: left;
}


/* Scroll Bar Master Styling Starts Here */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
	width: 10px;
	background-color: #CCC;
}
.vscrollerbar {
	width: 10px;
	background-color: #666;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

