/********************************************************************************************************
	created by:		ICSurselva AG	http://www.icsurselva.ch
	project:		BPHASH
	date:			August/2008, Gérard Mathiuet
	version:		4.1
	file:			layout.css
	function:		layout elements -style 
********************************************************************************************************/
body#thebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#main_center {
    color: #000000; 
    margin: 0; 
	padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer6 */
}
  
#main_page {
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 989px;
    padding: 0;
	background: url(/fileadmin/templates/bphash/html/img/layout/bg-page.gif) repeat-y top left;
    border: 1px solid #AAC1B9;
	text-align:left;
}

/** html #main_page{width:?;}*/

#main_top {
	display:block;
	float:left;
	height:24px;
	padding:5px 0;
	width:990px;
	background:#AAC1B9;
	/*background:url(../html/img/layout/label.png) no-repeat 15px center #AAC1B9;
	padding-left:760px;*/
}

#language{
float:right;
width:235px;
}

#schriftzug{
float:left;
width:692px;
padding: 2px 0 0 15px;
}

#main_nav {
	background-color:#618578;
	height: 25px;
	width:990px;
}

#main_image {
	background-color: #999999;
}

#main_service{
	color:#FFFFFF;
	background:#880000;
	height:25px;
	width:990px;
}

#main_middle{
	color:#FFFFFF;
	border-top:1px solid #AAC1B9;
}

#sub_nav {
	float:left;
	text-align: left; 
	width:197px;
	margin:0px;
	background:#618578;
}

	* html #sub_nav {/* Workaround gegen den 3-Pixel-Bug des Internet Explorers */}

#logo a img{
	margin:60px 30px;
}
	
#main_content {
	float:left;
	text-align: left; 
	margin: 0px 0px 0px 0px;
	width:594px;
}
  * html #main_content {
   /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
}

#main_footer{
	background:#618578;
	border-top:1px solid #AAC1B9;
	height:25px;
	line-height:25px;
	padding-left:15px;
	color:white;
}
#main_footer a, #main_footer *{
	color:white;
	text-decoration:none;
}

*html #main_footer {
padding-top: 7px;
height:18px;
line-height:normal;
}

*html #main_footer .contentElement {
margin-bottom:0;
}


#print{
}

#content {
	color:#000000;
	min-height:314px;
}  

* html #content {height:310px;} 

*+html #content {min-height:308px;}

#content_slide{
	background:#618578;
	float:left;
	height:auto;
	width:177px;
	border-left:1px solid #AAC1B9;
	text-align:left;
		padding:10px;
}  
#content_slide p.bodytext{
/*padding:10px; g. wieso??, wieso header bei columns, wieso, themenbilder mit schriftfarben, wiesowurde der ie7 nicht getestet???*/
}
  
/*-------------------------------------------------------------------------*/
/*	SEARCH	*/
div.tx-macinasearchbox-pi1 {
	float:left;
	padding-left:2px;
	margin-left:30px;
	margin-top:3px;
	width:145px;
	border:1px solid #800;
	background:transparent;
	color:#800;
	height:15px;
}
#Search.searchfiled{
	background:transparent;
	color:#800;
	border:none;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	width:130px;
}
.search-button{
	padding-top:4px;
}
* html .search-button{vertical-align: middle;}
*+html .search-button{vertical-align: middle;}


*+html #content{float:left;}

/*-------------------------------------------------------------------------*/
/*	WRAP UM GANZES CONTENTELEMENT	*/
.contentElement{
margin-bottom: 22px;
}
