/************************************************************
*   CSS Stylesheet 23.10.2006	DDD by BB					*
*															*
************************************************************/




/************************************************************
*															*
*	First body is for displaying the main-template body.	*
*	 														*
*															*
*************************************************************/

body
{
	background-color		: #FFFFFF;
	margin					: 0px;
	padding					: 0px;
  	-moz-box-sizing			: border-box;
  	color					: #3B3B3B;
	font-size				: 11px;
	font-family				: Verdana;
}


/************************************************************
*															*
*	Clearing up all floatings.								*
*															*
*************************************************************/

.clear
{
	clear					: both;
}


.outer
{
	position				: relative;
	width					: 712px;
	height					: 310px;
	padding					: 0px;
	margin					: 0px;
}

.content_left
{
	position				: relative;
	width					: 211px;
	height					: 310px;
	padding					: 0px 0px 0px 0px;
	
	margin					: 0px 0px 0px 31px;	
	#margin					: 0px 0px 0px 15px;

	background-color		: #989085;
	float					: left;
	
	
}

.content_left h1
{
	color					: #FFFFFF;
	font-size				: 15px;
	font-family				: Arial;
	text-transform			: uppercase;
	padding					: 20px 17px 0px 17px;
	
}

.content_left p
{
	color					: #FFFFFF;
	font-size				: 11px;
	font-family				: Verdana;
	padding					: 0px 17px 17px 17px
}


.content_right
{
	position				: relative;
	width					: 470px;
	height					: 310px;
	padding					: 0px;
	margin					: 0px 0px 0px 0px;
	background-color		: #FFFFFF;
	float					: right;
	
}


.link_box
{	
	position				: relative;
	width					: 150px;
	#width					: 200px;
	padding					: 0px;
	margin					: 19px 0px 0px 60px;
	#margin					: 19px 0px 0px 20px;
	float					: left;
}

.link_box a
{
	margin					: 0px 0px 7px 11px;
	text-decoration			: underline;
	color					: #3B3B3B;
	font-weight				: normal;
	display					: block;
	
}

.link_box span
{
	margin					: 0px 0px 11px 0px;
	padding					: 0px 0px 0px 11px;
	font-weight				: bold;
	background-image		: url(../images/pfeil.gif);
	background-position		: left center;
	background-repeat		: no-repeat;
	display					: block;
}


.text_box
{
	position				: relative;
	width					: 450px;
	margin					: 0px 0px 0px 250px;
	background-color		: #ffffff;
}


.link_ext
{
	position				: relative;
	font-size				: 10px;
	width					: 725px;
	max-width				: 725px;
	color					: #746256;
	margin					: 10px 0px 0px 0px;
	text-align				: right;
}


.select_box
{
	position				: absolute;
	top						: 445px;
	left					: 45px;
}

.select_box select
{
	width					: 180px;
	font-size				: 10px;
	border					: 1px solid #A5ACB2;
}