html {
   height: 100%;
   margin: 0px;
   padding: 0px;
} 

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #6FA885;
	background-image:url(images/image_bg.jpg);
	background-repeat:repeat-x;
	background-position: top center;
	font-family:tahoma;
	
}

#container {
	min-height: 100%; 
	height: 100%;
	height: auto !important;
	width: 980px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
background-image:url(images/frame_bg.jpg);
	background-repeat:repeat-y;
}

* html #container {
	min-height: 100% !important; 
	height: 100% !important;
}

#header {
	float: left;
	width: 980px;
	height: 50px;
	background-color: #6FA885;	
	background-image:url(images/navi_oben_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#logo {
	float: left;
	width: 250px;
	height:169px;
	background-image:url(images/logo_image_transparent.jpg);
	padding: 50px 0px 0px 0px;
	background-repeat:no-repeat;
	background-position:bottom left;
	cursor:pointer;
}

#logo_100 {
	float: left;
	width: 250px;
	height:169px;
	background-image:url(images/logo_image.jpg);
	padding: 50px 0px 0px 0px;
	background-repeat:no-repeat;
	background-position:bottom left;
	cursor:pointer;
}



#navigation {
	float: left;
	width: 330px;
	height: 38px;
	padding: 6px 0px 0px 400px;
    background-position:bottom right;
	font-size: 1em;
}

#navigation ul {
	margin: 0px;
   	padding: 0px;
	width: 360px;
}

#navigation ul li {
	float:left;
	margin: 0px;
   	padding: 0px;
	list-style: none;
}

#navigation ul li a {
	display:block;
	color: #304049;
	text-decoration:none;
	text-transform:lowercase;
	padding: 10px 20px 5px 20px;
}

#navigation ul li a:hover, 
#navigation ul li a.active {
	display:block;
	color: #547E64;
	text-decoration:none;
	text-transform:lowercase;
	padding: 10px 20px 5px 20px;
}

#size {
	width: 100px;
	height: 20px;
	float: left;
	position: relative;
	bottom: 20px;
	right: 83px;
}


#language {
	float: left;
	width: 200px;
	height: 32px;
	padding: 93px 0px 0px 0px;
}

#header_image {
	float: left;
	width: 980px;
	height: 169px;
	background-image:url(images/header_panorama_transparent.jpg );
	padding: 0px 0px 0px 0px;
        background-position:bottom right;
	background-repeat:no-repeat;
}

#header_image_100 {
	float: left;
	width: 980px;
	height: 169px;
	background-image:url(images/header_panorama_image.jpg);
	padding: 0px 0px 0px 0px;
        background-position:bottom right;
	background-repeat:no-repeat;
}


#frame {
	float: left;
	width: 980px;
	height: auto !important;
	background-image:url(images/frame_image.jpg);
	background-repeat:no-repeat;
	background-color: #B7D4C2;
	padding: 0px 0px 0px 0px;
}



#subnavigation {
	float: left;
	width: 170px;
	height: auto !important;
	padding: 20px 0px 0px 80px;
}

#subnavigation ul {
	margin: 0px;
   	padding: 0px;
	width: 171px;
}

#subnavigation ul li {
	margin: 0px;
   	padding: 0px;
	list-style: none;
}

#subnavigation ul li.level_2 a {
	display:block;
	color: #304049;
	text-decoration:none;
	text-transform:lowercase;
	padding: 5px 0px 5px 19px;
	font-size:0.9em;
}

#subnavigation ul li.level_3 a {
	display:block;
	color: #304049;
	text-decoration:none;
	text-transform:lowercase;
	padding: 0px 0px 3px 44px;
	font-size:0.9em;
}

#subnavigation ul li.level_2 a:hover, 
#subnavigation ul li.level_2 a.active,
#subnavigation ul li.level_3 a:hover, 
#subnavigation ul li.level_3 a.active {
	display:block;
	color: #547E64;
	text-decoration:none;
	text-transform:lowercase;
}

#sidebar {
	float: left;
	width: 230px;
	height: auto !important;
	padding: 25px 0px 0px 0px;
	font-size: 0.9em;
	text-align:right;
}


#content {
	float: left;
	width: 450px;
	padding: 25px 25px 25px 25px;
	min-height: 540px;
	height: auto !important;
	height: 540px;
	color: #304049;
	font-size: 0.9em;
	text-align:justify;
}

h1 {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	font-weight:bold;
}

h2 {
	padding: 15px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight:bold;
}

h3 {
	padding: 10px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight:bold;
}

input, select, textarea {
	font-size:11px;
	border: 1px solid #5E4452;
	background-color: #FDF9DF;


	color: #304049;
	padding: 1px 1px 1px 1px;
	margin: 0px 2px 2px 0px;
}


#content a {
	color: #304049;
}

#content a:hover {
	color: #547E64;
}

#footer {
	float: left;
	width: 730px;
	padding: 0px 0px 0px 250px;
	height:32px;
	color: #304049;
	font-size: 11px;
background-image:url(images/frame_bg.jpg);
	background-repeat:repeat-y;
}

#footer a {
	color: #304049;
	text-decoration:none;
}

#footer a:hover {
	color: #547E64;
	text-decoration:none;
}


#copyright {
	float: left;
	width: 225px;
	padding: 0px 0px 0px 25px;
}

#powered {
	float: left;
	width: 225px;
	padding: 0px 25px 0px 0px;
	text-align:right;
}


/*
	min-height: 200px;
	height: auto !important;
	height: 200px;
*/