* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
}

body {
    width: 100%;
    color: #000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 0.8em;
    line-height: 160%;
    background-color: #fff;
}

a, a:visited {
    color: #000;
}

a:hover {
	text-decoration: none;
}

table {
	font-size: 10pt;
}

#head {
	min-width: 1000px;
	width: 100%;
	width:expression(document.body.clientWidth < 1000? "1000px": "auto" );	
    color: #ffffff;
	height:248px;
    margin: 0px;
    text-align: left;
    background: url(../img/header.jpg);
}

#header_img {
    color: #ffffff;
	height:248px;
    margin: 0px;
    text-align: left;
    background: url(../img/header_bg.jpg) no-repeat;
}



#main {
	mind-width: 1000px;
	width: 100%;
	width:expression(document.body.clientWidth < 1000? "1000px": "auto" );	
	display: block;
	color: #fff;
    background: url(../img/bg.jpg) repeat;
}

#footer {
	clear: left;
	background: url(../img/footer.jpg);
	height: 61px;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
	font-family: Verdana,Arial;
	font-size: 8pt;
	color: #3b4061;
}


/* Main Navigation */
#navigation_main {
	position: absolute;
	top: 195px;
	left: 250px;
	font-family: Verdana, Arial;
	font-size: 10pt;
}

/* Normal Settings */
ul#navi_main {
	height: 20px;
	background-color: #3b4061;
	border: 1px #8490af solid;
	padding-right: 20px; /* remove asap */
	padding-left: 20px; /* remove asap */
	list-style: none;
}

ul#navi_main li {
	background: url(../img/nav.gif) no-repeat 0px center;
	float: left;
	padding-right: 20px;
	padding-left: 12px;
}

/* Active Background Image */
ul#navi_main li#active {
	background: url(../img/nav_active.gif) no-repeat 0px center;
}

/* Unactive Menu Item */
ul#navi_main li a, ul#navi_main li a:visited {
	color: #739bde;
	text-decoration: none;
}

ul#navi_main li a:hover {
	color: #fff;
}

/* Link - Active Menu Item */
ul#navi_main li#active a {
	color: #fff;
	text-decoration: none;
}

/* End Main Navigation */

/* Top RIght Navigation and the Flags */
#top_right {
	position: absolute;
	font-size: 8pt;	
	top: 25px;
	left: 660px;
	color: #0065ff;
}

#top_right_flags {
	position: absolute;
	font-size: 8pt;	
	top: 28px;
	left: 850px;
	color: #0065ff;
}

#top_right a {
	color: #0065ff;
	text-decoration: none;
}

#top_right a:hover {
	color: #0065ff;
	text-decoration: underline;
}
/* End Top Right Navigation */

/* Sidebar */

#sidebar {
	display: inline;
	font-size: 8pt;	
	color: #0065ff;
	width: 230px;
	margin-left: 20px;
	border: 0px #fff solid;
	float:left;
}


/* SUB Navigation */
#subnav {
	font-family: Verdana, Arial;
	font-size: 8pt;
}

/* Normal Settings */
ul#subnav {
	background-color: #576389;
	border: 1px #8490af solid;
	list-style: none;
	padding-bottom: 5px;
}

ul#subnav li {
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
}

/* Subnavigation Header */
ul#subnav li#sub_head {
	padding-left: 12px;
	padding-bottom: 3px;
	border-bottom: 1px #fff dotted;
	background: url(../img/nav_active.gif) no-repeat 2px 6px;
	font-weight: bold;
}

/* Active Background Image */
ul#subnav li#sub_active {
	color: #fff;
}

/* Unactive Menu Item */
ul#subnav li a, ul#subnav li a:visited {
	color: #fff;
	text-decoration: none;
}

ul#subnav li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* End SUB Navigation */

.box {
	background-color: #3b4061;
	border: 1px #8490af solid;
	list-style: none;
	background: #576389 url(../img/subnav_box.jpg) no-repeat 0px top;
	padding-bottom: 5px;
	color: #fff;
	font-family: Verdana, Arial;
	font-size: 8pt;
}

#kontakt {
	padding-top: 5px;
	padding-left: 20px;
	line-height: 1.4;
}

.sidebar_header {
	text-align: left;
	padding-top: 2px;
	padding-left: 12px;
	padding-bottom: 3px;
	border-bottom: 1px #fff dotted;
	background: url(../img/nav_active.gif) no-repeat 2px 8px;
	font-weight: bold;
}

#wetterbox {
	text-align: right;
}

div#wetterbox input {
	margin-top: 5px;
	margin-right: 3px;
	width: 210px;
	background-color: #3b4061;
	color: #739bde;
	border: 1px solid #739bde;
	font-size: 8pt;
}


div#wetterbox a {
	color: #fff;
	padding-right: 5px;
}


#contentside {
	float: left;
}

#sideimage {
	width: 200px;
}

#subsubnav {
	text-align: left;
	width: 190px;
	padding-left: 3px;
	font-size: 7pt;
}

div#sideimage img {
	width: 200px;
}

#content {
	border: 1px #8490af solid;
	width: 700px;
	margin-left: 270px;
    background: #fff url(../img/content_bg.gif) repeat-y;

}

#text {
	width:480px;
	margin-left: 207px;
	padding-bottom: 5px;
	color: #000;
}

#subsubnav {
	background-color: #576389;
}

div#text h1 {
	padding-top: 3px;
	padding-bottom: 10px;
	font-size: 13pt;
}

div#text ul {
	padding-left: 20px;
}

blockquote { position: relative; margin: 10px 50px 10px 50px;
	padding:5px; font-style:italic; 
	border-left:solid #576389 4px; 
}

/* SUB Navigation */
#navsubsub {
	font-family: Verdana, Arial;
	font-size: 8pt;
	padding-left: 10px;
}

/* Normal Settings */
ul#navsubsub {
	background-color: #576389;
	list-style: none;
}

ul#navsubsub li {
	padding-top: 0px;
}

/* Active Background Image */
ul#navsubsub li#subsub_active a {
	color: #fff;
	text-decoration:underline;
}

/* Unactive Menu Item */
ul#subnav li a, ul#subnav li a:visited {
	color: #fff;
	text-decoration: none;
}

ul#subnav li a:hover {
	color: #fff;
	text-decoration: underline;
}

form#inside {
	width: 450px;
	padding-top: 20px;
	padding-left: 20px;
}

form#inside label {
	cursor: pointer;
	width: 100px;
	float: left;
}

form#inside input {
	border: 1px #000 solid;
	width: 200px;
}

form#inside input#submit {
	width: 100px;
}

form#inside textarea {
	border: 1px #000 solid;
	width: 300px;
	height: 100px;
}

/* Partner Page */

div#partner {
	text-align: center;
	padding-top: 10px;
}

div#partner img {
	border: 1px #bbb solid;
	padding: 7px;
	height: 50px;
	float: right;
	margin: 7px;
}
/* End Partner Page */

/* Funktionen Page */
ul#funktionen {
	padding-right: 20px; /* remove asap */
	padding-left: 20px; /* remove asap */
	list-style: none;
}

ul#funktionen li {
	background: url(../img/check.gif) no-repeat 0px center;
	padding-right: 20px;
	padding-left: 25px;
	margin-bottom: 10px;
}
/* End Funktionen Page */

/* Forward Page */
ul#forward {
	padding-right: 20px; /* remove asap */
	padding-left: 20px; /* remove asap */
	list-style: none;
}

ul#forward li {
	background: url(../img/advance.gif) no-repeat 0px center;
	padding-right: 20px;
	padding-left: 25px;
	margin-bottom: 10px;
}
/* End Forward Page */