/********************************************************************************************************
	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;
}

#main_center {
    color: black; 
	margin:0pt auto;
	padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
	height:780px;
	width:980px;
}
    
#main_page {
    margin:0;      /* standardkonforme horizontale Zentrierung */
	height:784px;
    padding: 18px 15px 0px 15px;
    background-color:#FFFFFF;	
}
 
#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;
	height:255px;
	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;						
}  

	/*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:120px;*/
	width:auto;
	float:right;
}