@charset "iso-8859-1";
/* CSS Document */
* { margin: 0; padding: 0; }

* html #wrapper {
	height:100%;/* 100% Height IE */
}

h1, h2, h3, h4, h5, h6, p, br {
	padding-bottom: 0.8em;
}

h1 {
	color: #0d7bc2;
	font-size: 1.5em;
	font-style: italic;
}

h2 {
	color: #0d7bc2;
	font-size: 1.1em;
	font-style: italic;
}

h3 {
	font-size: 1em;
	font-style: italic;
}

html { 
	height: 101%;
}

a, a:visited { color: #0d7bc2;	}

body {
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #9cb5c5;
	height:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #5a5c5d;
}

#wrapper {
	background-image: url(../images/content_lang.jpg);
	background-position: top;
	background-repeat: repeat-y;
	margin: 0px auto;
	width: 980px;
}

#wrapper2 {
	margin: 0px auto;
	width: 980px;
}

#head {
	background-image: url(../images/head.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 980px;
	height: 249px;
}

#content_left {
	float: left;
	width: 220px;
}

#menu1 {
	padding-left: 5px;
}

ul.menu1_level {
	list-style-type: none;
}

.menu1_level1 {
	list-style-type: none;
	display: block;
	font-size: 1em;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 200px;
	font-weight: bolder;
	background-image: url(../images/navi.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.menu1_level1 a, .menu1_level1 a:visited {
	text-decoration: none;
	color: #0d7bc2;	
	padding-left: 25px;

}

.menu1_level1 a:hover {
	padding-top: 8px;
	padding-bottom: 8px;
	width: 200px;
	font-style: italic;
	font-weight: bolder;
	color: #0d7bc2;	
}

.menu1_level1_act {
	list-style-type: none;
	display: block;
	font-size: 1em;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 200px;
	font-style: italic;
	font-weight: bolder;
	background-image: url(../images/hover.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.menu1_level1_act a, .menu1_level1_act a:visited {
	list-style-type: none;
	text-decoration: none;
	color: #fff;
	padding-left: 25px;
	font-weight: bold;
	font-style: italic;
}

#menu1_footer {
	background-image: url(../images/navi_footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 200px;
	height: 40px;
	padding-left: 10px;
}

#adresse {
	color: #0d7bc2;
	padding-left: 30px;
	line-height: 2em;
}

#content_right {
	float: right;
	width: 660px;
	padding:30px 50px;
	line-height: 1.7em;
}

#bild {
	float: right;
	padding-left: 30px;
}

#footer {
	clear: both;
	background-image: url(../images/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 980px;
	height: 10px;
}