/* CSS Document */
html, body {
	position:relative;
	width:100%;
	height:100%;
	background:#ccc;
	font-family:verdana;
	font-size:12px;
	margin:0;
	padding:0;
	background:#D7D7D7;
	background-image:url(../gfx/higru-body.jpg);
	background-repeat:repeat-x;
}

.cent {
	width:100%;
	height:100%;
	position:relative;
	}
	
.content{
	position:relative;
	width:920px;
	height:100%;
	background:#fff;

	
}
/********************  header ****************/
.header {
	top:0;
	left:10px;
	position:absolute;
	width:900px;
	height:200px;
	background:#fff;
	z-index:100;
}
.head1 {
	position:relative;
	width:900px;
	height:73px;
}
.head2{
	position:relative;
	width:900px;
	height:127px;
}


.head3 {
	position:absolute;
	width:219px;
	padding:53px 0 0 10px;
	height:74px;
	top:73px;
	left:671px;
	background-color:#0d140d;
	color:#fff;
	font-size:11px;
	font-family:tahoma;
	}
.logo {
	position:absolute;
	width:45px;
	height:45px;
	top:52px;
	left:142px;
	
}
.logonp {
	position:absolute;
	width:45px;
	height:45px;
	top:52px;
	left:650px;
	
}
.head_links {
	position:absolute;
	left:670px;
	top:10px;
}
.head_links a {	
	text-decoration:none;
	color:#333333;
	font-size:10px;
	font-face:arial;
	font-weight:bold;
}
.head_links a:hover {
	color:#fdcc8a;
	}
/*********** main box **************/
.main {
	position:relative;
	float:left;
	width:920px;
	min-height:100%;
	background:#fff;
	background-image:url(../gfx/higru-main.jpg);
}

	
.main .main_sch_left {
	position:relative;
	float:left;
	width:10px;
	height:800px;
	background:url(../gfx/schatt_left.jpg);
}
.main_sch_right {
	position:relative;
	float:right;
	width:10px;
	height:800px;
	background:url(../gfx/schatt_right.jpg);
}


*html .main {
	height:100%}

.main_box{
	width:900px;
	min-height:100%;
	float:left;
		background:#fff;
/*	background-image:url(../gfx/higru-main.jpg);*/
}
	
	

/***********  main *****************/
.main_head {
	position:relative;
	width:900px;
	height:220px;
}

.main_content {
	position:relative;
	float:left;
	width:630px;
	padding:10px 20px 10px 20px;
	
}
.main_right {
	position:relative;
	float:right;
	width:229px;
}
/*********** boxen ********/
.main_right_box_grau {
	position:relative;
	width:208px;
	padding:10px;
	background:url(../gfx/box-back.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #eee;
	height:120px;
	}
.main_right_box_dark{
	margin-top:1px;
	position:relative;
	width:208px;
	padding:10px;
	background:url(../gfx/box-back-dark.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	border-bottom: 3px solid #6D9634;
	border-left: 2px solid #ccc;
	height:auto;
	}
.np {height:25px;	
	padding-left:100px;
	padding-top:5px;
	background:url(../gfx/np-back.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	width:118px;
}
.bw {height:25px;
	padding-left:100px;
	padding-top:5px;
	background:url(../gfx/baumwipfelpfad-back.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	width:118px;
}
.su {height:25px;
	padding-left:100px;
	padding-top:5px;
	background:url(../gfx/nationalpark-sumava.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	width:118px;
}
/*********** navi **************/
.navi {
	position:absolute;
	height:20px;
	width:900px;
	top:200px;
	left:10px;
	background:url(../gfx/navback.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	border-bottom:solid 1px #ccc;
}
	
/************** flend ****************/
.flend {
	position:relative;
	clear:both;
	width:900px;
	margin-left:10px;
	background:#0d140d;
	height:20px;
	
	}

.main_content ul {
	list-style-type:none;
	list-style-image:url(../gfx/list.jpg);}

.main_content img {
	border:none;}
/********** galerielist ***********/
table.galerielist img {
	border:2px solid #fff;
}

table.galerielist hr {
	border:none;
	border-bottom:1px #ccc dotted ;
}
/******* links *********/

a:link, a:visited {
	color:#96c84d;
}
a:hover {
	color:#3E5220
}
table.fuehrungen h3 {
	padding: 0 0 3px 0;
	margin:0 0 0 0;
}
/********** NEWSTICKER ***********/
#nti {
	position:absolute;
	left:20px;
	top:20px;
	width:900px;
	height:150px;
	z-index:1111;
	font-size:15px;
	color:#96C84D;
	font-weight:bold;
}

