@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
	font-weight: normal;
	background-color: #EDEBE3;
}


h1{
	margin-top: 0;
	padding-right: 10px;
	padding-left: 0px;
	font-size:16px;
	font-weight: normal;
	color: #005BA0;
	}
h2{
	margin: 0;
	padding-right: 10px;
	padding-left: 0px;
	font-size:14px;
	font-weight: normal;
	}
	h3{
	margin: 0;
	padding:0;
	font-family: ITCKrist;
	font-size:13px;
	font-weight: normal;
	color: #F90;
	}
.container {
	width: 983px;
	margin: 0 auto; /* Der mit der Breite gekoppelte automatische Wert an den Seiten zentriert das Layout. */
	background-image: url(images/wist_22.jpg);
	background-repeat: repeat;
}

/* ~~ Für die Kopfzeile wird keine Breite angegeben. Sie erstreckt sich über die gesamte Breite des Layouts. Sie enthält einen Bild-Platzhalter, der durch Ihr eigenes, mit Hyperlink versehenes Logo ersetzt werden sollte. ~~ */
#header {
	height: 256px;
	background-image: url(images/header_03.gif);
	width: 983px;
	background-position: right;
}


	#home{float:left; width:30px;}
#logo{
	float:left;
	margin: 20px 0 0 30px;
	width:310px;
}
#adress{
	float:left;
	width:220px;
	margin: 115px 0 0 350px;
	color:#FFF;
}
p.adress{
	font-size:11px;
	margin: 0;
	padding: 0;
}
p{
	font-size:11px;
	margin: 0;
	padding: 0;
}
.sidebar1 {
	float: left;
	width: 365px;
	padding-bottom: 10px;
	margin-left: 60px;
	text-align: left;
}
.sidebar2{
	float: left;
	width: 220px;
	padding-bottom: 10px;
	margin-left:170px;
	text-align: left;
	margin-right: 30px;
}
.sidebar3{
	width: 720px;
	padding-bottom: 10px;
	margin-left:170px;
	text-align: left;
	margin-right: 30px;
}
.content {
	padding: 10px 0;
	width: 470px;
	float: left;
}



/* ~~ Fußzeile ~~ */
#footer {
	position: relative;/* Hiermit erhält IE6 die Eigenschaft hasLayout, damit die clear-Anweisung korrekt ausgeführt wird. */
	clear: both; /* Diese clear-Eigenschaft bewirkt, dass .container das Ende der fließenden Spalten erkennt und ihren Inhalt aufnimmt. */
	background-image: url(images/wist_30.jpg);
	height: 51px;
	background-repeat: no-repeat;
	background-color: #EDEDE2;
}

/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt {  /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn #footer entfernt oder aus dem #container herausgenommen wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.men{
	width: 983px;
	height: 42px;
	margin: 0;
	background-color: #FFF;
	background-image: url(images/wist_07.jpg);
	
}

#menu ul{
	
	z-index:100;
	padding: 0;
	margin: 0 0 0 50px;
}

/*Top level list items*/
#menu ul li.blau{
	display: inline;
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius:  0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	-opera-border-radius:  0px 0px 8px 8px;
	-khtml-border-radius:0px 0px 8px 8px;
	background-color: #005BA0;
	width: 130px;
	margin-left: 2px;
	float: left;
}

#menu ul li.orange{
	display: inline;
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius:  0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	-opera-border-radius:  0px 0px 8px 8px;
	-khtml-border-radius:0px 0px 8px 8px;
	background-color: #F90;
	width: 130px;
	margin-left: 2px;
	float: left;
}


/*Top level menu link items style*/
#menu ul li.blau a{
	display: block; /*background of menu items (default state)*/
	color: white;
	padding: 5px 15px 5px 15px;
	border-right: 0px solid #990;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	margin: 0 1px 0 0;
	
}
#menu ul li.orange a{
	display: block; /*background of menu items (default state)*/
	color: white;
	padding: 5px 15px 5px 25px;
	
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	margin: 0 1px 0 0;
	
}

* html #menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

#nav ul {
	float:left;
	
	padding: 0;
	margin: 3px 0 0 100px;
	list-style-type: circle;
}
#nav ul li {
	display: inline; /* Hiermit wird die Trennung der Schaltflächen erstellt. */
	margin: 5px 10px 5px 10px;
	padding-right: 25px;
	padding-bottom:3px;

	font-size: 13px;
	border-right: 1px dotted #f90;
}

#nav ul li#last {
	display: inline; /* Hiermit wird die Trennung der Schaltflächen erstellt. */
	margin: 5px 10px 5px 10px;
	padding-right: 25px;
	font-size: 13px;
	border-right:0px dotted #f90;
}
#nav ul li a{
text-decoration: none;	
color:#036;
}
#nav ul li a:hover{
	text-decoration: none;
	color:#666;
	
}
#nav ul li:hover{
	background-image: url(images/shade.png);
	background-repeat: no-repeat;	
}



#menu ul li.blau a:hover{
	color: #D4DBEE;
	background-color: #005BA1;
	height: 40px;
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius:  0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	-opera-border-radius:  0px 0px 8px 8px;
	-khtml-border-radius:0px 0px 8px 8px;
}
#menu ul li.orange a:hover{
	color: #CCC;
	background-color: #F90;
	height: 40px;
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius:  0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	-opera-border-radius:  0px 0px 8px 8px;
	-khtml-border-radius:0px 0px 8px 8px;
}
#menu ul li.orange_on{
	background-color: #F90;
	height: 40px;
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius:  0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	-opera-border-radius:  0px 0px 8px 8px;
	-khtml-border-radius:0px 0px 8px 8px;
	width: 130px;
	margin-left: 2px;
	float: left;
	list-style-type: none;

}
#menu ul li.orange_on a{
	text-decoration: none;
	font-size: 14px;
	margin: 0 1px 0 0;
	color:#fff;
padding: 10px 15px 5px 25px;
}
#menu ul li.blau_on{
	background-color: #095795;
	height: 40px;
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius:  0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	-opera-border-radius:  0px 0px 8px 8px;
	-khtml-border-radius:0px 0px 8px 8px;
	width: 130px;
	margin-left: 2px;
	float: left;
	list-style-type: none;
	
}
#menu ul li.blau_on a{
	text-decoration: none;
	font-size: 14px;
	margin: 0 1px 0 0;
	color:#fff;
	padding: 10px 15px 5px 15px;
}

p.text{
	font-size:12px;}
p.fuss{
	font-size:12px;
	margin: 0;
	padding-left: 430px;

	font-size:13px;
	padding-top: 40px;
	color: #039;
	background: transparent;
}
.dot {
	color: #F90;
	font-size: 13px;
	
	font-weight: normal;
}
.dot1 {
	color: #039;
	font-size: 13px;
	font-family: ITCKrist;
	font-weight: normal;
}
#orange{
	width:100%;
	height:8px;
	position:relative;
	bottom:0px;
	background-color: #F90;
}
ul.leistungen{
	list-style-image:dot.gif;
	color: #666;
	font-size: 14px;
	line-height: 160%;
	list-style-image: url(images/dot.gif);
}
ul.leistungen a{
	
	color: #666;
	font-size: 14px;
	text-decoration:none;
}
li.on{
	background-image: url(images/shade.png);
	background-repeat: no-repeat;
	}
	table.home{
	font-size:11px;
}
	table.border{border:1px solid #ccc;}
a {
	color:#095795;
	font-size: 11px;
	text-decoration: none;
}
/* set millions of background images */
.rbroundbox {
	background: url(nt.gif) repeat;
}
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent {
	margin: 0 10px;
}
.rbroundbox {
	width: 250px;
	margin-top: 25px;
}
ul.text{
	font-size:13px;
	list-style-type:disk;
	color:#F60;
	line-height: normal;
	margin-left: 0px;
	padding-left: 20px;
}

li span {
	color: #666;
}
