/* CSS Document */

@import url(head.css); 			/*head-area*/
@import url(mailform.css); 		/*typo3-mailforms*/
@import url(general_styles.css);/*for general styles no concerning layout(colors etc)*/
@import url(typo3.css); 		/*for all classes inserted by typo3 (like "bodytext" ...*/
@import url(login.css); 		/*login-formular*/
@import url(menu.css); 			/*all Menus*/
@import url(fce.css); 			/*all fce's*/

html{
	height:100%;
	margin-bottom:1px;
}
*{	/*avoid lots of trouble ;-) */
	margin:0px;
	padding:0px;
}
body{
	background-color:#fff;
	padding-top:33px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.all{ /*overall div*/
	width:975px;
	margin-left:-487px;
	position:absolute;
	left:50%;
	overflow: hidden;
}
.head{
	width:975px;
	height:71px;
	overflow: hidden;
}
.main{ /*containing 3 cols: left, middle(content!!), right*/
	margin-top:3px;
	background:url(images/bg_content.jpg) repeat-y;
	float:left;
}* html .main{
	margin-top:1px;} /*for some IE-bug*/
.background-left{ /*big backgound picture behind nav; wraps around all 3 "cols"*/
	background:url(images/bg-left.jpg) top left no-repeat;
	float:left;
}
.left-area{ /*container for nav*/
	width:245px;
	float:left;
}
.content-wh{ /* "box in a box" to avoid box model bug */
	width:468px;
	float:left;
}
.content{
	padding:15px 34px 0px 25px;
	float:left; /*to strech surrounding div*/
}
.right-area-wh{	/* "box in a box" to avoid box model bug */
	width:262px;
	float:left;
}
.right-area{
	padding:55px 18px 0px 10px;
	float:left; /*to strech surrounding div*/
}



/*****************************************************************************
 *****************************************************************************
                     BIS HIERHER CSS gecleaned!!!
 fce.css noch machen!
 *****************************************************************************
 ****************************************************************************/

.right-area .hr-img{
	height:1px;
	width:100%;
	display:block;
	postition:relative;
	padding-top:12px;
	margin-bottom:12px;
	
}

