/********************************************************************************************************
	created by:		ICSurselva AG	http://www.icsurselva.ch
	project:		DLV Deutschschweizer Logopaeden Verband
	date:			05/2008, Claudia
	version:		4.1.5
	file:			layout.css
	function:		layout elements -style 
********************************************************************************************************/
body#thebody {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background:url(../html/img/bg_body.gif) center top repeat-y;
}

#main_center {
    color: black; 
	margin:0pt auto;
	padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
	/*min-height:930px;*/
	width:980px;
	background:#FFFFFF;
}
    
/*#main_page {
    margin:0;     
	height:784px;
    padding: 18px 15px 0px 15px;
    background-color:#FFFFFF;	
}*/
#main_page {
background-color:#FFFFFF;
height:auto;
min-height: 784px;
margin:0;
padding:18px 15px 0;
}
 
#main_top {
	text-align:right;    /* Seiteninhalt wieder links ausrichten */
	margin:0;
	color: #000000;
	height: 50px;
	padding-right:16px;	
}

#main_logo {
	text-align: right; 
	height: 50px;
	color: #000000;
}
  
#main_header {
	float:left;
    margin:0;
    padding:0.5em;
	background-color: #FFFFFF;
	display:block;
}
   * html #main_header {
   		/* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    	margin-bottom: 0;
  }
  
#main_content {
	width: 980px;
}

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

#main_left {
	float:left;
	width:300px;
}

#main_nav {
	font-family:Arial, Helvetica, sans-serif;
	float:left;					
	text-align: left;
	width:300px;
	min-height:255px;
	height:auto;
	border: 1px ridge black;
}

	* html #main_nav {
   		/* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
	}
	
#main_special_field {
	float:left;						
	margin-top:15px;
	text-align: left;
	width:300px;
	height:445px;
}

	* html #main_special_field {
   		/* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
	}
	
/*#content {
	display:block;
	text-align: left; 
	overflow:auto;
	height:719px;
	width:650px;						
}  */

#content {
float:left;
text-align:left;
width:auto;
height:auto;
min-height: 721px;
/*background:url(../html/img/linie_footer.png) right bottom no-repeat;*/
}

	/*IE 6*/
	* html #content {
		width:645px;
	}	

/*#main_footer {
    font-size: 9px;
   	margin:2px 0px 1px 0px ;
	padding:0px 17px 0px 0px;
    text-align:right;
	width:auto;
	float:right;
}*/

#main_footer {
font-size:11px;
width:607px;
background:#FFFFFF;
background:url(../html/img/linie_footer.png) right top no-repeat;
/*display:inline;
position:absolute;*/
float: right;
margin: 0 auto;
text-align:right;
margin: 0px 28px 0 0;
bottom: 0;
}

#main_address {
float:left;
/*margin: 0 10px 0 315px;*/
margin: 0 10px 0 0px;
padding:8px 0 8px 0;
}


#footer_assets {
float:left;
width:auto;
display:inline;
padding: 8px 0 0 0;
}

.copyright {
padding:8px 0 8px 0;
float:left;
}

