/* CSS Document */ 
* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	background-image: url(../bg_bild.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF; /*background-repeat: repeat-x;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	height: 100%;
}



h1{
	margin-bottom: 10px;
	font-size: 120%;
}

h2,h3,h4,h5,h6 {
	margin-bottom: 10px;
	font-size: 100%;
}

h3 {
	margin-top: 10px;
	margin-bottom: 0px;
}

h4{
	margin-top:16px;
	margin-bottom:6px;
}

a {
	color: #2D79B7;
	text-decoration: none;
}

p.bodytext {
	margin-bottom: 10px;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	border-left: 1px solid #B7B7B7;
	border-right: 1px solid #B7B7B7;
	/*height: 100%; */
	/*background-color: #65BBEE;*/
	background-image:url(../bg_wrapper.jpg);
	background-repeat:no-repeat;
	background-position:0 160px ;
}

.clear {
	clear: both;
}

#header {
	background-image: url(../bg_header.jpg);
	background-repeat: no-repeat; /*
margin-top:16px;
margin-bottom:15px;
*/
	height: 160px;
}

#meta-nav {
padding-top:120px;
padding-left:20px;

}

#left {
	width: 210px;
	float: left; /*text-align: right;*/
}

#center {
	margin: 0 20px 0 210px;
	padding: 10px 10px 10px 20px;
	text-align: left;
}

#center p {
	margin: 10px 0;
}

#center li {
	margin-left: 20px;
}

#footer {
	clear: both;
	padding-right: 10px;
	background-image: url(../bg_footer.png);
	background-repeat: no-repeat;
	/*background-color:#FFFFFF;*/
	color: #000000;
	font-size: 90%;
	text-align: right;
	height: 180px;
}

#copy {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom:20px;
	background-color: #5DB4EB;
	color: #FFFFFF;
	font-size: 90%;
	text-align: right;
	
	
}



/* Menu */
ul#menu-ul, ul#menu-2-ul {
	list-style-type: none;
}

ul#menu-ul {
	margin-top: 10px;
	margin-left: 10px;
	width: 184px; /*
border-right: 1px solid #CFCFCF;
border-left: 1px solid #CFCFCF;*/
	padding-bottom: 50px; /*border-top: 1px solid #999999;*/
	background-image: url(../bg_nav_ul.gif);
	background-repeat: repeat-y;
}

ul#menu-ul li {
	margin: 0 2px; /*
border-bottom:1px solid #B9B9B9;
border-top: 1px solid #FFFFFF;
*/
	background-image: url(../bg_nav.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #85C6EE;
	line-height: 21px;
}

li.menu-no a, li.menu-act a, li.menu-meta-no a, li.menu-meta-act a {
	padding-left: 10px;
	display: block;
	color: #FFFFFF; /*font-weight:bold;*/
	text-decoration: none;
}

li.menu-no a:hover, li.menu-act a {
	padding-left: 10px; /*	border-left: 8px solid #2D79B7;*/
	font-weight: bold; /*background-color:#F39500;*/
}

 
ul#menu-2-ul li {
	padding-bottom: 5px;
	background-image: none;
	line-height: 15px;
}
 
 
 li.menu-2-no a,li.menu-2-act a {
	padding-left: 5px; /*border-left: 8px solid #2D79B7;*/
	background-image: none;
}

 
 ul#menu-2-ul li.menu-2-no a {
	padding-left: 30px;
	font-size: 90%;
	font-weight: normal;
}

 
  ul#menu-2-ul li.menu-2-act a {
	padding-left: 30px;
	font-size: 90%;
}

ul#menu-2-ul li.menu-2-no a:hover {
	font-weight: bold;
}

/* FORM */
input, textarea, select {
	border: 1px solid #000000;
	font-size: 100%;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

ul#sitemap-ul li a {
color:#000000;

}

 
 
