/**************************************************'*/
/* bhs binkert.css			      					*/
/* copyright 2008 tp-werbeagentur, freiburg			*/
/*											 	    */
/****************************************************/
body {
    background-color: #d9e1eb;
	margin: 10px 0 0 0;
    padding: 0px;
	leftmargin: 0px; 
	topmargin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #89898c;
	text-align: center;	
}
html, body{
	height: 100%;
}
table, tr, td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
}
#containerMain {
	width: 982px;
	height: auto;
	text-align: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/***********************************************/
/*********** Header  ***************************/
/***********************************************/
#left{
	width: 274px; /*246*/
	height: 838px;
	background: url("images/left.jpg") 0px 0px no-repeat;
	float: left;
	padding-top: 20px;
	text-align: center;
}
.lefttext{
	padding: 700px 0 0 0;
	color: #264370;
	font-size: 13px;
	line-height: 18px;
}
#containerContent{
	width: 576px;
	padding: 0;
	overflow: hidden;
	float: left;
}
#header {
	width: 576px;
	height: 151px;
	text-align: left;
	margin: 0;
	padding: 0;
	background: url("images/header.jpg") 0px 0px no-repeat;
}
#contentTop{
	background: url("images/content_top_bg.gif") 0px 0px no-repeat;
	width: 576px;
	height: 10px;
	font-size: 10px;
	line-height: 10px;
	margin: 0;
}
#contentMiddle{
	background: url("images/content_middle_bg.gif") 0px 0px repeat-y;
	width: 530px;
	color: #004071;
	padding: 0 26px 0 20px;
	height: 652px;
	overflow: hidden;
	padding-top: 5px;
	font-size: 12px;
}
#contentBottom{
	background: url("images/content_bottom_bg.gif") 0px 0px no-repeat;
	width: 576px;
	height: 20px;
	font-size: 10px;
	line-height: 10px;
}
#right{
	width: 131px;
	height: 838px;
	background: url("images/right.jpg") 0px 0px no-repeat;
	float: left;
}
.nocursor{
	cursor: default;
}

/*************************************************************/
/* footer  */
/*************************************************************/
#footer{
	color: #AAA;
	padding-right: 15px;
	text-align: right;
	font-size: 10px;
	width: 901px;
	margin-top: 5px;
	margin-bottom: 10px;
}


/*************************************************************/
/*-- Links ----------------*/
/*************************************************************/
.lefttext a{
	color: #264370;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
}
.lefttext a:hover{
	text-decoration: underline;
}
/*************************************************************/
/*---------------Sonder-Links-----------------------*/
/*************************************************************/

/*************************************************************/
.floatKiller{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
/*************************************************************/
/*************************************************************/
/*  Formulare */
/*************************************************************/
form {
	padding: 0px;
	margin: 0px;
	display: inline;
}
input, select, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;	
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	border: 1px solid #c5cbd4;
	height: 14px;
	padding: 2px 2px 2px 2px;
	background: #FFF;
	width: 150px;
	float: left;
}
form br{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

/**************************************************'*/
/**************************************************'*/
.labelData{
	float: left; 
	width: 75px;
	margin: 2px 0px 5px 0px;
	font-size: 12px;
	font-weight: bold;
}
.labelText{
	float: left; 
	width: 367px;
	margin: 0px 10px 5px 0px;
	font-size: 12px;
	background: #FFF;
	color: #004071;
}
.labelTextarea{
	float: left; 
	width: 367px;
	height: 60px;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	background: #FFF;
	color: #004071;
}
select{
	float: left; 
	width: 205px;
	height: 24px;
	line-height: 14px;
	color: #004071;
}
.button {
	background: #25426f;
	color: #FFF;
	font-weight: bold;
	float: none;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
	width: 136px;
	text-align: center;
	padding: 2px 2px 2px 2px;
	height: 16px;
}