@charset "UTF-8";
/*
	getbiefang CSS
	Format//Webdesign
*/

*
{
	padding:			0;
	margin:				0;
}

body
{
	background:			#F9F9F9;
	text-align:			center;
	font-family:		Arial, Helvetica, sans-serif;
}

#wrapper
{
	background:			#fff;
	width:				770px;
	margin:				0 auto;
	border:				#999999 1px solid;
	border-width:		1px 1px 1px 1px;
	text-align:			left;
}

/* ::: Logo ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#logo
{
	padding:			5px 5px 0 5px;
	height:				102px;
	border:				#006699 1px solid;
	border-width:		0px 0px 4px 0px;
}

#logo img
{
	float:				right;
	border:				0;
	width:				236px;
	height:				98px;
}

#logo h1
{
	float: 				left;
	padding: 			80px 10px 0 10px;
	font-size:			16px;
}

#titel
{
	height:				26px;
	border:				#cccccc 1px solid;
	border-width:		0px 0px 13px 0px;
}

#titel p
{
	float: 				right;
	padding:			3px 5px;
	font-size:			16px;
	font-weight:		bold;
}

/* ::: Content / Subnavigation :::::::::::::::::::::::::::::::::::::::::: */

#content
{
	margin:				1px 0 0 0;
	background:			#F9F9F9;
	border:				#006699 1px solid;
	border-width:		4px 0px 4px 0px;
}

#navibox
{
	float:				left;
	margin:				25px 0 0 0;
	padding:			0;
	width:				160px;
	border:				#cccccc 1px solid;
	border-width:		0px 1px 0px 0px;
}


#navibox ul
{
	margin:				0px 0 0px 0;
	list-style-type:	none;
}

#navibox ul li
{
	padding:			0 0 0 10px;
}

#navibox ul li a
{
	color:				#666666;
	text-decoration:	none;
	font-size:			12px;
	line-height:		18px;
}

#navibox a.navaktiv
{
	font-weight:		bold;
}

#navibox ul li a:hover
{
	font-weight:		bold;
}

#imagebox
{
	float:				right;
	margin:				0;
	padding:			25px 3px 0 3px;
	width:				206px;
}

* html div#imagebox 
{
	padding:			22px 0 0 0;
}

#imagebox img
{
	border:				0;
	width:				200px;
	height:				200px;
}


#inhaltcont 
{
	margin:	 			0 220px 0 160px;
	padding:			0px 0px 10px 0px;
}

* html div#inhaltcont 
{
	padding:			0px 0px 10px 0px;
}


#inhaltcont h1
{
	padding:			22px 50px 8px 20px;
	font-size:			14px;
	font-weight:		bold;
	color:				#003366;
}

#inhaltcont h2
{
	padding:			4px 50px 4px 20px;
	font-size:			12px;
	font-weight:		bold;
	color:				#003366;
}

#inhaltcont p
{
	padding:			0 50px 8px 20px;
	font-size:			12px;
	line-height:		18px;
}

#inhaltcont a
{
	color:				#003366;
	text-decoration:	underline;
	font-weight:		bold;
}

#inhaltcont a:hover, #inhaltcont a:active
{
	text-decoration:	none;
}

.auflistung
{
	margin:				0 0 8px 10px;
	list-style-type:	none;
}

.auflistung li
{
	padding:			0 0 0 25px;
	background:			url(/pix/motive/square.gif) 10px 1px no-repeat;
	font-size:			12px;
	line-height:		18px;
}

.clear
{
	clear:		both;
}

/* ::: Copyright ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#copyright
{
	margin:				1px 0 0 0;
	padding:			5px 0 20px 5px;
	font-size:			11px;
	text-align:			right;
	color:				#aaa;
	height:				10px;
	border:				#cccccc 1px solid;
	border-width:		13px 0px 0px 0px;
}

#copyright a
{
	text-decoration: 	underline;
	color: 				#999;
}

#copyright a:hover, #copyright a:active
{
	color: 				#000;
}