* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}

body {
	height: 100%;
	background:  url(../images/bg.jpg) 0 0 repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #c1dfff;
	line-height: 225%;
	text-align: center;
}

h1 {
	color: #c5c272;
	font-size: 16px;
	margin-bottom: 15px;
}

h2{
	font-size: 14px;
}

#left p {
	margin-bottom: 21px;
}

a {
	color: #fff;

}

#right h3 {
	font-size: 12px;
	font-weight: bold;
}

/* CONTAINS ALL WRAPPER PARTS */
#wrapper {
	position: relative;
	margin: 10px auto;
	width: 820px;
	min-height: 100%;
	background: #fff;
	text-align: left;	
}

* html #wrapper {
	height: 100%;
}

#header{
	width: 820px;
	height: 169px;
	background: url(../images/header.jpg) 0 0 no-repeat;
}

#flag {
	background: url(../images/naturpur.jpg) 0 0 no-repeat;
	width: 42px;
	height: 154px;
	position: absolute;
	left: 820px;
	top: 54px;
}

#nav {
	width: 820px;
	height: 37px;
	background: url(../images/nav_bg.jpg) 0 0 repeat-y;
}

#contentwrapper {
	float: left;
	width: 820px;
	background: url(../images/content_bg.jpg) 0 0 repeat-y #1C5695;
}


#navi {
	float: left;
	background: url(../images/bg_navi.jpg) 0 0 no-repeat;
}


#left {
	float: left;
	width:482px;
	min-height: 310px;
	padding: 40px 20px 0 48px;
}

#right{
	float: left;
	width:270px;
	min-height: 310px;
}

#rightcontent {
	padding: 40px 40px 0 10px;
}

#adresse {
	background: url(../images/adresse.jpg) 1px 0 no-repeat;
	height: 132px;
	width: 249px;
	margin: 20px 0 0 0;
	color: #0c3968;
	padding: 16px 0 0 21px;
	line-height: 17px;
}

#adresse strong {
	display:block;
	margin: 0 0 15px 0;
	font-size:14px;
	font-weight: bold;
}

* html #center {
	height: 372px;
	padding-bottom: 101px;
}

#footer {
	position:relative;
	clear:both;
	width: 820px;
	height: 399px;	
	margin: 0 auto;
	margin-top: -399px;	
	background: url(../images/footer.jpg) 0 0 repeat-x;
	font-size: 11px;
}
#clear {
	clear: both;
	float: none;
	font-size: 1px;
	line-height: 1px;
}


/*NAVI*/

#nav ul {
	list-style: none;
	
}

#nav ul li {
	float: left;
	padding: 6px 0 0 0;
}

#nav ul li.first {
	margin-left: 40px;
}

#nav ul li.active {
	background: url(../images/nav_active.gif) top center no-repeat;
}

#nav ul li.active a{
	color: #c5c272;
}

#nav ul li a {
	color: #a1cfff;
	text-decoration: none;
	font-size: 14px;
	border-right: 2px solid #9b9848;
	padding: 0 10px;
}

#nav ul li.last a {
	border: none;
}

#nav ul li a:hover {
	color: #c5c272;
}

#header ul {
	list-style: none;
	padding: 54px 0 0 560px;
}

#header ul li {
	float: left;
}

#header li a {
	color: #d4dade;
	text-decoration: none;
	border-right: 2px solid #9b9848;
	padding: 0 10px;
}

#header li a:hover {
	color: #fff;
}

#header li.last a {
	border: none;
}

#header li.active a {
	color: #fff;
}

.imgborder {
	border: 2px solid #c1dfff;
}

.imgbordergal {
	border: 2px solid #c1dfff;
	margin: 0 10px 10px 0;
}

.imgborderfloatleft {
	border: 2px solid #c1dfff;
	margin: 4px 10px 0 0;
	float: left;
}

.imgborderfloatright {
	border: 2px solid #c1dfff;
	margin: 0 10px 0 10px;
	float: right;
}

/*****************************************
* =nav                        		 *
******************************************/	
#nav {
	margin: 0px;
	padding: 0 0 0 37px;
	text-align: left;
	float: left;
	color: #666666;}	

#nav ul#navi {
	margin: 0;
	padding: 0;
	width: 750px;}


#nav ul#navi li {
    position: relative;
	list-style-type: none;
	float: left;
	margin: 0 1px 0 0;}	

#nav ul#navi li a {
	color: #a1cfff;
	text-decoration: none;
	font-size: 14px;
	border-right: 2px solid #9b9848;
	padding: 0 10px;
}

#nav ul#navi li a:hover {
	color: #c5c272;
	text-decoration: none;
	font-size: 14px;
	border-right: 2px solid #9b9848;
	padding: 0 10px;
	
}
	
#nav ul#navi li#nummer1 ul
{display: none; list-style: none;
top: 32px;
left: 2px;
}

#nav ul#navi li#nummer1 ul li{
	background: none;
	display: block;
	margin: 0;
	padding: 0px;
	position: relative;
	float: none;}

#nav ul#navi li ul a {
	color: #a1cfff;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	padding: 0 10px;
	display:block;
	height:30px;
	background-color:#0C3867;
	width: 150px;
	border-right: none;}

#nav ul#navi li ul a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	padding: 0 10px;
	display:block;
	height:30px;
	background-color:#979445;
	border-right: none;}

#nav ul#navi li ul a, 
#nav ul#navi li ul a:hover {}
	
#nav ul#navi li#nummer1 ul{
	margin: 0px;
	padding: 0px;
    position: absolute;
	right: 0px;
	width: 145px;
	height: auto;}

#nav ul#navi li#nummer1:hover ul
 {display: block;}

#nav ul#navi li#nummer1 ul li
 {float: none; position: relative; display: inline; clear: both;}
		
/************ END of nav ***************/

/*****************************************
* =table                        		 *
******************************************/	

body_table {
	font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	background: #E6EAE9;
}

a_table {
	color: #c75f3e;
}

#mytable {
	width: 700px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #c1dfff;
	background: none;
}

td {
	border-right: 1px solid #c1dfff;
	border-bottom: 1px solid #c1dfff;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #dae3ec;
	color: #797268;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #58585a;
}

td.alt_white {
	background: #fff;
	color: #797268;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #58585a;
}

th.spec {
	border-left: 1px solid #c1dfff;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #c1dfff;
	border-top: 0;
	background: #dae3ec url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #58585a;
}

.clear{
	clear: both;
}

/************ END of table ***************/