@CHARSET "UTF-8";

/* DIV CLASSES*/

#rahmen
{
	z-index: 1;
	height: 650px;
	width: 996px;
	position: relative;
	padding: 0px;
	/*top: -160px;*/
}

#nav_block
{
	float: left;
	position: relative;
	width: 310px;
	height: 480px;
	margin: 0;
	background-image: URL('../images/schatten.jpg');
	background-repeat: repeat-y;
	padding: 160px 20px 10px 10px;
}

#content_block
{
	float: left;
	position: relative;
	width: 289px;
	height: 480px;
	margin: 0;
	/*background-image: URL('../images/startseite/balke.png');*/
	padding: 160px 10px 10px 10px;
}

#image_block
{
	float: left;
	position: relative;
	width: 330px;
	height: 640px;
	margin: 0;
	/*background-image: URL('../images/startseite/firma.jpg');*/
	text-align: right;
	vertical-align: baseline;
	padding: 0 10px 10px 0;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
}

#header
{
	z-index: 2;
	width: 993px;
	height: 140px;
	position: relative;
	top: 20px;
}

/* IE Box Model workaround */
*+html #header
{
	top: -630px;
}

#logo
{
	width: 279px;
	height: 104px;
	border: 0;
	position: relative;
	background-image: URL('../images/schriftzug.png');
	background-repeat: none;
	z-index: 3;	
}

#linie
{
	height: 3px;
	width: 836px;
	background-color: #008000;
	top: -28px;
	position: relative;
	z-index: 4;
}

#abc
{
	height: 130px;
	width: 126px;
	border: 0;
	position: relative;
	background-image: URL('../images/logo.png');
	background-repeat: none;
	z-index: 3;
	left: 833px;
	top: -95px;	
}

#welcome
{
	color: #008000;		
}

#titel
{
	position: relative;
	top: -747px;
	left: 340px;
	float: left;
	width: 269;
	height: 20px;
	padding: 0 10px 0 10px;
	z-index: 10;
	color: #008000;
}

#navigation
{
	position: relative;
	float: left;
	width: 155px;
}

#subnavigation
{
	position: relative;
	float: left;
	width: 155px;
}

#green_block
{
	position: relative;
	height: 44px;
	width: 320px;
	z-index: 5;
	float: left;
	background-color: #008000;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;		
}

#impressum
{
	position: relative;
	height: 44px;
	width: 320px;
	z-index: 5;
	float: right;
	color: #FFFFFF;
	font-size: 8pt;
	padding: 10px 10px 10px 10px;	
}

#impressum_copy
{
	font-size: 6pt;
	position: relative;
	float: right;
	top: 4px;	
}

*+html #impressum_copy
{
	top: -10px;
}

#footer
{
	width: 989px;
	height: 64px;
	top: -64px;
	position: relative;
	z-index: 4;
	font-size: 8pt;
	letter-spacing: 1px;
	font-weight: normal;
	float: left;
}

*+html #footer
{
	top: -204px;
}

#natur
{
	position: relative;
	top: 560px;
}

/* HTML TAGS */

body
{
	font-family: Arial;
	font-size: 8pt;
	color: #666666;
	font-weight: 900;
	letter-spacing: 0.5px;
}

a
{
	color: #008000;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}

a:hover
{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

ul.navigation
{
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	float: left;
	margin-left: -20px;
}

*+html ul.navigation
{
	margin-left: 20px;
}

ul.subnavigation
{
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	margin-left: -20px;
}

*+html ul.subnavigation
{
	margin-left: 20px;
}

ul.subnavigation li
{
	/*float: left;*/
	margin-left: 15px;
	
}

ul.subnavigation li:hover
{
	list-style-image: url(../images/nav_punkt.jpg);
	list-style-position: outside;
	/*float: left;*/
	margin-left: 15px;
	z-index: 1;
}

#footer a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
}

#navigation a:active
{
	color: #008000;
}

#navigation a
{
	color: #666666;
}

#footer a:hover
{
	color: #666666;
	text-decoration: none;
}

ul.weit li
{
	margin-bottom: 15px;
	margin-left: -10px;
}

input, select, textarea
{
	font-size: 8pt;
}
/* div
{
	border: 1px solid #000000;
}*/
