/**************************************************'*/
/* styles.css				      					*/
/* copyright 2009 tp-werbeagentur				    */
/*											 	    */
/****************************************************/

@import "navi.css";
@import "forms.css";

body {
	background: #e3e5e4;
	margin: 0px;
  	padding: 0px;
	leftmargin: 0px; 
	topmargin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #6E7878;
	text-align: center;	
}
/*************************************************************/
#containerMain {
	width: 980px;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;	
	padding: 0;
}
/***********************************************/
/*********** Header  ***************************/
/***********************************************/
#header {
  	width: 765px; 
	height: 90px;
	margin: 0;
	padding: 0 0 0 215px;
	background: #FFF url("../images/header_bg_new.jpg") 0px 0px no-repeat;
}
/***********************************************************************************/
/******** MainContent **************************************************************/
/***********************************************************************************/
#bigpic{
	width: 960px;
	height: 245px;
	padding: 0;
	/*display:none;*/
}
#bigpic2{
	width: 960px;
	height: 280px;
	padding: 0;
	/*display:none;*/
}
.showreelBt{
	width: 95px;
	margin: -18px 0 0 800px;
}
#containerContentAll{
	width: 960px;
	padding: 0 10px 20px 10px;
	background: url("../images/content_bg.jpg") 0px 0px repeat-y;
}
#containerContent{
	width: 530px;
	padding: 0px 0px 0px 10px;
	height: auto;
	float: left;
}
#containerContent h1, #containerContent h1.noh2, #containerContent h2, #bigpic2 h1, #bigpic2 h2{
	color: #911c26;
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	letter-spacing: -1;
}
#containerContent p{
	padding: 0;
	margin: 0;
}
#containerContent h1.noh2{
	margin: 0 0 10px 0;
}
#containerContent h2, #bigpic2 h2{
	text-transform: none;
	margin: 0 0 10px 0;
}
#containerContentRight{
	width: 200px;
	float:left;
	padding: 0 5px 0 10px;
}
.contentSepLine{
	background: #1c3f50;
	height: 1px;
	margin: 20px 0 20px 0;
	font-size: 1px;
	line-height: 1px;
}
.trennlinie{
	background: #D5D5D5;
	height: 1px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 1px;
	display: block;
}
/***************************************************************/
/************* Boxen ***************/
/***************************************************************/

/***********************************************************************************/
/******** Footer **************************************************************/
/***********************************************************************************/
#footer{
	width: 755px;
	padding: 0 0 0 225px;
	margin: 0;
	background: #FFF url("../images/footer_bg.jpg") 0px 0px no-repeat;
	text-align: left;
	height: 50px;
	line-height: 40px;
	color: #6E7878;
	font-size: 10px;
}
/*************************************************************/
.floatKiller{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
/***********************************************************************************/
/******** Links **************************************************************/
/***********************************************************************************/
a {
	color: #911c26; /*6E7878*/
	font-weight: normal;
	text-decoration: none;
}
a:hover{
	color: #911c26;
	font-weight: normal;
	text-decoration: underline;
}


/*************************************************************/
/*  Formulare */
/*************************************************************/
form {
	padding: 0px;
	margin: 0px;
	display: inline;
}
input, select, textarea {
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;	
	margin: 0;
	padding: 0;
	font-weight: normal;
	
	float: left;
}
form br{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
/**************************************************'*/
/**************************************************'*/
.labelData{
	float: left; 
	width: 120px;
	margin: 0px 0px 2px 0px;
}
.labelText{
	float: left; 
	width: 250px;
	margin: 0px 10px 5px 0px;
	padding: 2px;
	border: 1px solid #d2d2d2;
	background: #FFF;
	font-size: 11px;
	color: #909893;
}
.labelTextarea{
	float: left; 
	width: 250px;
	height: 70px;
	margin: 0px 0px 10px 0px;
	padding: 2px;
	border: 1px solid #d2d2d2;
	background: #FFF;
	font-size: 11px;
	color: #909893;
}
.radio{
	float: left;
	width: 25px;
	margin: 2px 5px 10px 0;
}
.button {
	width: 190px;
	background: #911c26;
	color: #FFF;
	font-weight: bold;
	border: none;;
	font-size: 11px;
	height: 21px;
	line-height: 21px;
	cursor: pointer;
	text-decoration: none;
	margin: 0 0 0 120px;
}
