html, body {
	margin: 0;
	text-align: center; /* fuer IE */
	background-image:  url(../Bilder/bg.gif);
	background-repeat: repeat-y;
	background-color:#FEF4EA;
}

#wrapper {
	left:0px;
	top:0px;
	position: absolute;
	width: 1000px;
	text-align: left;
	height: 100%;
}

#head {
	position: relative;
	background-image:  url(../Bilder/banner_dpb_neu.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	height: 201px;
	width:1000px;
}

#head_pbeh {
	position: relative;
	background-image:  url(../Bilder/banner_pbeh_neu.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	height: 201px;
	width:1000px;
}

#menu {
	float: left;
	/*
	position:absolute;
	left:0;
	top: 201px;
	width:227px;*/
	width:228px;
	height:500px;
	display: block;
	text-align: left;
	background-image: url(../Bilder/ranke2.jpg);
	background-repeat: no-repeat;
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	/*padding-right: 50px;*/
	padding-left: 25px;
}

#pathmenu {
	color:#0E843C;
	left:232;
	top: 180;
	width:480;
	height:50;
	position:absolute;
	display: inline;
	text-align: left;
	position: absolute;
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	line-height: 18px;
	font-variant: normal;
	text-decoration: none;
	padding: 0px 50px 0px 8px;
}

#logo_pbeh {
	position: absolute;
	left:15;
	top: 480;
}

#logo_dpb {
	position: absolute;
	left:15;
	top: 550;
}

#content {
	float: left;
	color: #000;
	/*position: absolute;
	top:210px;
	left:232px;
	480
	*/
	width:480px;
	text-align: left;
	text-decoration: none;
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	padding: 8px 8px 0px 8px;
}

#footer {
	color: #000;
	position: absolute;
	top:600px;
	left:400px;
	width:505px;
	text-align: left;
	text-decoration: none;
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	padding: 8px 8px 0px 8px;
}

#rightcol {
	color: #000;
	/*position: absolute;
	top:232px;
	left:740px;
	width:260px;*/
	width: 240px;
	float: right;
	text-align: left;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 100%;
	font-style: normal;
	padding: 8px 0px 8px 8px;
    /*border: 1px #09A345 dotted;*/
    border-bottom: 1px #09A345 dotted;
    border-left: 1px #09A345 dotted;
}

#rightcol_um {
	color: #000;
	/*position: absolute;
	top:232px;
	left:740px;
	width:260px;*/
	width: 240px;
	float: right;
	text-align: left;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 100%;
	font-style: normal;
	padding: 8px 0px 8px 0px;
    /*border: 1px #09A345 dotted;
    border-bottom: 1px #09A345 dotted;
    border-left: 1px #09A345 dotted;*/
}

/* ################################################# map24 Styles ################################## */

.map24_input 
	{
		background-color	: #ffffff;
		width				: 232px;
		color				: #0D3D6A;
		font-family			: Arial, Verdana, Helvetica;
		font-size			: 11px;
		font-weight			: normal;
		border				: 1px #bebebe solid;
	}
	
.map24_list	 
	{
		background-color	: #FFFFFF; 
		border-style		: groove;
		font-family			: Arial, Arial,  Geneva, Arial, Helvetica, sans-serif; 
		font-size			: 9px;
	}
	
.map24_text   
	{
		font-family			: Arial; 
		font-size			: 11px; 
		color				: #586A75;
	}
	
.map24_margin 
	{
		margin-left			: 10px;
	}
.map24_padding
	{
		padding-left		: 10px;
	}
	
	
.map24_title  
	{
		font-family			: Arial; 
		font-size			: 11px; 
		color				:#FFFFFF; 
		padding-left		: 10px; 
		padding-top			: 31px; 
		font-weight			: bold;
	}
	
.map24_cell   
	{
		padding-left		: 10px; 
		padding-top			: 5px; 
		padding-right		: 5px; 
		padding-bottom		: 5px; 
		background-color	: #F8F9FA;
	}
	
.blockborder
	{
		border-bottom-width	: 1px;
		border-bottom-style	: solid;
		border-top-width	: 1px;
		border-top-style	: solid;
		border-left-width	: 1px;
		border-left-style	: solid;
		border-right-width	: 1px;
		border-right-style	: solid;
		border-color		: #BEBEBE;
	}	


