body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-image: url(../grafiken/background.jpg);
	background-repeat: repeat-y;
	background-color: #EFEFEF;
	width: 100%;
	height: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #393939;

}

p, h1, h2, h3, h4, h5 {
  margin: 10px;
  padding: 4px;
}
h1 {
  margin-top: 28px;
}
a.switch_small {
	font-weight: bold;
	font-size: 10pt;
}
a.switch_middle {
	font-weight: bold;
	font-size: 13pt;
}
a.switch_big {
	font-weight: bold;
	font-size: 16pt;
}

ul#ul {
   padding-top:0px;
   margin-top:0px;
   padding-bottom:1px;
   list-style-type:square;
  
}
ul#ul li {
margin-top:3px;
}
p.switch {
margin: 0px;
padding: 0px;
padding-top: 10px;
font-size: 8pt;
line-height: 10pt;
}
div#logo {
	width: 630px;
	height: 100px;
	position: relative;
	left: 120px;
	text-align: right;
	vertical-align: bottom;
	background-color: #DEE8DF;
	background-image: url(../grafiken/logo_neu.jpg);
}

div#navigation {
	width: 150px;
	height: 140px;
	background-color: green;
}



div#picture {
	width: 163px;
   min-height: 300px;
	position: absolute;
	left: 120px;
}

div#content {
	width: 450px;
   min-height: 300px;
	background-color: #BDDABE;
	position: absolute;
	left: 300px;
	background-image: url(../grafiken/background_grafikleiste.jpg);
	background-repeat: no-repeat;
	background-position: top right;	
	padding: 0px;
	margin: 0px;
	
}

div.pic_box {
	width: 163px;
	height: 120px;
   color: #005101;
  	background-color: #BDDABE;
	vertical-align: middle;
	margin: 0px;
	margin-bottom: 10px;
	background-image: url(../grafiken/background_grafikleiste.jpg);
	background-repeat: no-repeat;
	background-position: top right;		
}

div.pic_element {
	vertical-align: middle;
	padding-top: 12px;
}












ul#clink_top {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width:100%;
	color: White;
}

li#clink_aktiv {
 background-color: #003F00;
}

ul#clink_top a {
	color: White;
	padding-left: 5px;
	font-weight: bold;
	text-decoration: none;
}

ul#clink_top li {
   height: 20px;

}



