body
{
	height: 100%;
	width: 100%;
	overflow: hidden;
	
	background: #fff;
}

/* Template */
div#logo
{
	position: absolute;
	top: 0px;
	left: 27px;
	width: 200px;
	height: 152px;
	z-index: 3;
}
div#logo img {text-decoration: none; border: 0px;}

div#headbar
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 111px;
	
	background-image: url(/gfx/template/hbbg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	z-index: 2;
}

div#headbar div.title
{
	position: absolute;
	left: 227px;
	top: 0px;
	height: 100px;
	width: 573px;
	
	background-image: url(/gfx/template/title.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div#headbar div.institution
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 150px;
	height: 100px;
}
div#headbar h1, div#headbar h2 { display: none; }

div#navigation
{
	position: absolute;
	left: 227px;
	top: 111px;
	width: 100%;
	height: 32px;	
	
	background-image: url(/gfx/template/navibg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	z-index: 2;
}

div#navigation div.nav_startseite, div.nav_uns, div.nav_programm, div.nav_chc, div.nav_ahchc, div.nav_forum, div.nav_links, div.nav_anfahrt, div.nav_gallerie
{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration:none;
	
	background-image: url(/gfx/template/button.gif);
	background-position:0px 0px;
	background-repeat: no-repeat;
	
	padding: 6px 0 0 0;
	margin: 0px 0px 0px 0px;
	height: 39px;
	width: 84px;
	float: left;

}

div#navigation div.nav_startseite a, div.nav_uns a, div.nav_programm a, div.nav_chc a, div.nav_ahchc a, div.nav_forum a, div.nav_links a, div.nav_anfahrt a, div.nav_gallerie a
{
	color: #FFFFFF;
	text-decoration: none;
}

div#navigation div.nav_startseite a:hover, div.nav_uns a:hover, div.nav_programm a:hover, div.nav_chc a:hover, div.nav_ahchc a:hover, div.nav_forum a:hover, div.nav_links a:hover, div.nav_anfahrt a:hover, div.nav_gallerie a:hover
{
	color: #0E5F18;
	text-decoration: none;
	font: bold 12px, Tahoma, Verdana, sans-serif
}

div#navigation img { border: 0px; }
div#navigation_left
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 309px;
	height: 100%;
	overflow: hidden;
}
div#navigation_left div.bleft
{
	position: absolute;
	width: 27px;
	height: 100%;
	background-image: url(/gfx/template/navi_l.gif);
	background-position: top left;
	background-repeat: repeat-y;
	z-index: 1;
}
div#navigation_left div.content
{
	position: absolute;
	top: 152px;
	left: 27px;
	width: 200px;
	height: 100%;
}
div#navicontent div.login
{
	position: absolute;
	top: 152px;
	left: 27px;
	width: 200px;
	height: 200px;
	
	background-image: url(/gfx/template/title_login.gif);
	background-position: top center;
	background-repeat: no-repeat;
	

}

div#navicontent div.login h1 { display: none; }
div#navicontent div.lastnews
{
	position: absolute;
	top: 360px;
	left: 27px;
	width: 200px;
	height: 200px;
	
	background-image: url(/gfx/template/title_lastnews.gif);
	background-position: top center;
	background-repeat: no-repeat;
	

	z-index: 5;
}
div#navicontent div.lastnews h1 { display: none; }

div#navigation_left div.bright
{
	position: absolute;
	top: 0px;
	left: 227px;
	width: 90px;
	height: 100%;
	background-image: url(/gfx/template/navi_r.gif);
	background-position: top left;
	background-repeat: repeat-y;
	z-index: 1;
}



div#content
{
	position: absolute;
	top: 160px;
	left: 240px;
	right: 10px;
	bottom: 40px;
	overflow: auto;
	
	z-index:3;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div#content a
{
	color: #10681A;
	text-decoration: none;
}

div#content a:hover
{
	color: #998334;
	text-decoration: underline;
}

div#content h1 
{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #10681A;
}

div#content img
{
	float: left;
	padding: 0 15px 0 0;
}

div#content div.impressum h1
{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid medium #10681A;
}

div#content div.impressum
{
	font: 12px, Tahoma, Arial, Helvetica, sans-serif;
}

div#content div.impressum div.disclaimer p
{
	font: 12px, Tahoma, Verdana, Helvetica, sans-serif;
}

div#content div.disclaimer h1
{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#content div.disclaimer p
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#footbar
{
	position: absolute;
	bottom: 0px;
	height: 33px;
	left: 0px;
	width: 100%;
	
	background-image: url(/gfx/template/footer.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	
	z-index: 3;
}

div#footbar div.p1
{
	font: 12px, Tahoma , Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:left;
	
	padding: 11px 0 0 6px;
	float: left;
	
}

div#footbar div.p2 a
{
	font: 12px, Tahoma , Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
	
	float: right;
	padding: 11px 6px 0 6px;
}

div#footbar div.p2 a:hover
{
	font: bold 12px, Tahoma , Verdana, Helvetica, sans-serif;
	color: #FFF;
	text-align: right;
	text-decoration: none;
	
	float: right;
	padding: 11px 6px 0 6px;
}
	
	