/**************************************************'*/
/* Backhaus Marketingberatung.css			      	*/
/* copyright 2008 tp-werbeagentur, freiburg			*/
/*											 	    */
/****************************************************/
body {
	*background: url("images/test.gif");*
	margin: 0px;
    padding: 0px;
	leftmargin: 0px; 
	topmargin: 0px;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #999;
	text-align: left;	
}
table, tr, td {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}
#containerMain {
	width: 754px;
	text-align: left;
	display: block;
	margin: 34px 0px 0px 23px;
}
#stoerer{
	position: absolute;
	top: 10px;
	left: 745px;
	z-index: 400;
}
/***********************************************/
/*********** Header  ***************************/
/***********************************************/
#header {
	width: 754px;
	height: 214px; /*216*/
	text-align: left;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
#containerContent{
	width: 754px;
	padding: 0px 0px 0px 0px;
	height: auto;	
}
/***********************************************/
/*********** navi  *****************************/
/***********************************************/
#nav{
	float: left;
	width: 244px;
}
#nav, #nav ul {     
	padding: 0px;
	margin: 0px;   
	list-style: none; 
} 
#nav a {     
	display: block;     
	font: bold 11px/18px Georgia, verdana, arial, sans-serif; 
	background: #000;
  	margin: 0; 
	padding: 0px 5px 0px 5px;
	color: #FFF;
	text-decoration: none;
	width: 234px;
} 
#nav a:hover, #nav .navActive{
	background: #000;
	color: #FFF;
}
#nav li {     
	float: left;    
}
#nav li ul {     
	position: absolute;          
	display: none;
} 
#nav li:hover ul {     
	display: block; /*darstellen des Submenus*/ 
}	
#nav li:hover ul, #nav li.sfhover ul {     
	display: block;
}
/* 2. Ebene */
#nav li ul{
	width: 234px;
	
}
#nav li ul li a{
	display: block;
	border-bottom: 1px solid #FFF;
	display: block;
	width: 234px;
	float: none;
	font-weight: bold;
	background: #000;
	font: bold 11px/20px Georgia, verdana, arial, sans-serif;
}
#nav li ul li a:hover{
	background: #FFF;
	color: #000;
}
.floatKiller{
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}
.nocursor{
	cursor: default;
}

/************************************************/
/******** MainContent ***************************/
/************************************************/
#contentText{
	width: 499px; /*683 - 643*/
	padding: 0px 0px 0px 11px;
	float: left;
	color:#333;
}
#blackContentBorder{
	background: #000;
	height: 18px;
	margin-bottom: 20px;
	color: #FFF;
	font-size:12px;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
}
#contentText h1, .newsteaser h1{
	font: bold 14px/16px Georgia, verdana, arial, sans-serif;
	margin: 0;
	font-weight: bold;
	color: #FFF;
	background: #000;
	display: inline;
	padding: 2px 4x 0px 4px;
}
#contentText h2{
	font: bold 11px/16px Georgia, verdana, arial, sans-serif;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-style: italic;
	color: #000;
	padding: 2px 4x 0px 4px;
	float: right;
}
.boxLeft{
	width: 244px;
	float: left;
}
.boxRight{
	width: 244px;
	padding-left: 11px;
	float: left;
}
#contentText ul, #contentText ol{
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#contentText ul li, #contentText ol li{
	padding: 0px;
	margin-bottom: 3px;
	line-height: 15px;
}
.trennlinie{
	height: 2px;
	line-height: 2px;
	font-size: 2px;
	margin: 10px 0 5px 0;
	padding: 0;
	background: url("images/trenner.gif") top left repeat-x;
}
/*************************************************************/
#footer{
	width: 754px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
	text-align: left;
	color: #333;
}

/********** Seiten Navigation ************************************/
.seitennavigation{
	margin: 0;
	text-align: right;
}
.seitennavigation a{
	text-decoration: none;
	float: left;
	width: 12px;
	margin: 0 2px 0 2px;
	padding: 0 2px 0 2px;
	text-align: center;
}
.seitennavigation a.seitenNaviActive, .seitennavigation a:hover{
	text-decoration: none;
	background: #000;
	color: #FFF;
	padding: 0 2px 0 2px;
	display: block;
	
}
/*************************************************************/

/*************************************************************/
/*-- Links ----------------*/
/*************************************************************/
a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
	font-size: 12px;
}
a:link {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
/*************************************************************/
/*---------------Sonder-Links-----------------------*/
/*************************************************************/
a.buttonL:link, a.buttonL:visited {
	width: 150px;
	height: 22px;
	background: #000;
	color: #FFF;
	font-weight: bold;
	float: none;
	border: 1px solid #000;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
	padding: 5px;
}
a.buttonL:hover, a.buttonL:active {
	background: #FFF;
	color: #000;
	font-weight: bold;
	float: none;
	border: 1px solid #000;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
}

a.kundenlinks{
	display: block; 
	padding: 3px; 
	background: #EEE; 
	margin-bottom:2px;
	text-decoration: none;
}
a.kundenlinks:hover{
	color: #FFF;
	background: #000; <br>
	text-decoration: none;
}

/*************************************************************/
.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: Georgia, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;	
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	border: 1px solid #000;
	height: 12px;
	padding: 1px 2px 2px 2px;
	background: #FFF;
	width: 235px;
	float: left;
}
form br{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

/**************************************************'*/
/**************************************************'*/
.labelData{
	float: left; 
	width: 150px;
	margin: 0px 0px 5px 0px;
	font-size: 12px;
}
.labelText{
	float: left; 
	width: 200px;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	background: #f5f5f5;
	padding: 2px 0 2px 2px;
}
.labelTextarea{
	float: left; 
	width: 270px;
	height: 120px;
	margin: 0px 0px 10px 0px;
	font-size: 10px;
	background: #f5f5f5;
}
select{
	float: left; 
	width: 205px;
	height: 18px;
}
.button {
	width: 150px;
	height: 18px;
	background: #000;
	color: #FFF;
	font-weight: bold;
	float: none;
	border: 1px solid #000;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
	padding: 0 5px 0 5px;
}	text-decoration: none;
	padding: 0 5px 0 5px;
}
