/* CSS Document */



*
{
	padding: 0;
	margin: 0;
}

body 
{
	font: 85%/150% Verdana;
	color: #fff;
	margin-top: 44px;
	background-image: url(images/layout/dbbgbody.jpg);
	background-color: #000000;

}

img {
	border: none;
}

a   {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #9af065;
}

a:hover
	{
		color: #000;
		text-decoration: none;
		background-color: #9af065;	
	}

	
/* =Top.
---------------------------------------------------*/

div#top
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 12px;
	border-bottom: 1px solid #363636;
	background-color: #000;
}

	body > div#top
	{
		position: fixed;
		top: 0;
		left: 0;
	}

			
	/* Naviobenrechts
	---------------------------------------------------*/
	
	ul#obenrechtsnavi
	{
		list-style: none;
		float: right;
		padding-right: 25px;
	}
		
		ul#obenrechtsnavi li
		{
			font-size: 12px;
			padding: 8px;
			display: inline;
			list-style: none;	
		}
		
		
			
	/* Naviobenlinks
	---------------------------------------------------*/
	
	ul#nav
	{
		list-style: none;
		float: left;
	}
		
		ul#nav li
		{
			font-size: 13px;
			padding: 8px;
			display: inline;
			list-style: none;	
		}

/* Header
---------------------------------------------------*/

div#header
{
	clear: both;
	width: 800px;
	height: 66px;
	padding: 26px 20px 0;
	margin: 0 auto 25px;
	background-image: url(images/layout/header.gif);	
}

	div#header h1
	{
		float: left;
	}
	
/* wrapper bzw.seite
---------------------------------------------------*/

div#wrapper_big
{
	clear: both;
	width: 834px;
	margin: 0 auto 0;
	background: url(images/layout/kachel.jpg);
	background-repeat: repeat-y;
}

	div#main
	{
		width: 834px;
		margin: 0 auto;
		background: url(images/layout/bodybg.jpg) no-repeat;
	}

		div#content
		{
	margin: 0 auto;
	padding: 40px 20px 30px 30px;
	background: url(images/layout/main-bottom_faux.gif) no-repeat bottom center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}



/* leftcontent
	---------------------------------------------------*/		

	div#left-content
	{
		float: left;
		width: 485px;
	}
    div#left-content img
		{
			clear: right;
			float: right;
			margin: 10px 20px 20px 10px;
		}	

/* subnavi
---------------------------------------------------*/	
	div#subnavi
	{
	width: 485px;
	background-color: #333300;
	height: 20px;
	}
		


	/* contentrechts
	---------------------------------------------------*/

	div#right-content
	{
	float: right;
	width: 210px;
	margin-top: 300px;
	}

	


/* sidebars ---------------------------------------------------*/

.box {
	padding: 20px 0 9px 0;
	line-height: 1.3em;
	color: #000000;
	background-image: url(images/layout/oben.png);
	background-repeat: no-repeat;
	margin-top: 30px;
	}
.box h1{
	color: #FFFFFF;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/layout/h1_bg.jpg);
	background-repeat: no-repeat;
	line-height: 1.3em;
	padding-left: 8px;
	border-bottom-color: #3B1E0D;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	}
/*#wrapper {
	color: #000000;
	font-size: 0.9em;
	font-weight: bold;
	background-color:transparent;
}*/
.box p, .box ul {
	margin: 0;
	padding: 10px 12px 0 20px;
	}
.box ul li {
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: none;
}
	
.innerbox{
	background-image: url(images/layout/background_transparent.png);
}

.boxaktuelles {
	padding: 18px 0 0 0;
	line-height: 1.2em;
	color: #000000;
	background-image: url(images/layout/oben.png);
	background-repeat: no-repeat;
	}
.boxaktuelles h1{
	color: #FFFFFF;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/layout/h1_bg.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 7px;

	}
.boxaktuelles p{
	color: #000000;
	font-size: 0.9em;
	padding-left: 7px;
	font-weight: bold;
	padding-right: 2px;

	}
.trennstrich{
	border-width: 1px;
	background-image: url(images/layout/booksmall.gif);
	height: 35px;
}

		
		
/* Footer
---------------------------------------------------*/

div#footer
{
	width: 840px;
	height: 62px;
	margin: 25px auto 0;
	background: url(images/layout/footer.gif) no-repeat;
}

	div#footer ul
	{
		list-style: none;
	}
	
		div#footer ul li
		{
			list-style: none;
		}
		
		div#footer ul li#copyright
		{
			float: left;
		}
		
		div#footer ul li#poweredby
		{
			float: right;
		}
		
/* Footer
---------------------------------------------------*/
div#clear{
	clear: both;
}

