/* basic elements */
html,body { 
	font: 8pt/16pt Arial;   
	margin: 0px; 
	height 100%;
	scrollbar-base-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#CCCCCC;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;	
}
*html body {
	min-height: 100%;	
}
p { 
	font: 8pt/16pt Arial;
	text-align: justify;
	margin: 5px;
}
a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	color: #000000;
	text-decoration:none;
}
a:link {  
	text-decoration: none; 
	color: #000000;
}
a:visited {  
	text-decoration: none; 
	color: #000000;
}
a:hover, a:active { 
	text-decoration: none; 
	color: #0000CC;
}
select {
	font-size:10px;
	font-family:Verdana,sans-serif;
	background-color:#FFFFAA;
	width:160px;
}
input
{
	font-family: Verdana;
	font-size:8pt;
}
td {
	font-size:11px;
	font-family:Verdana,sans-serif;
}

/* specific elements */

	
/* specific divs */
#container_1 {  
	width: 810px;
	height: 100%;
	float: left;
	}
#container_2 {
	width: 160px;
	height: 100%;
	margin-left: 810px;
	float: none;
}
#header { 
	background-image: url(http://www.hf-illtal.de/daten/bilder/contentbilder/head.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 810px;
	float: none;
	}
*html #header {
	margin-bottom: -3px;	
}	
#newsline { 
	background-color: #CCCCCC;
	height: 15px;
	width:810px;
	float: none;
	vertical-align: center;
}
#links { 
	width: 130px;
	height: 768px;
	float: left;
	background-color: #CCCCCC;
	}
#navigationsinhalt {
	position: relative;
	top: 2px;
	left: 3px;
	width: 120px;
	height: 100%;	
}
#pageBody {
	width: 668px;
	text-align: left;
	float: left;	
	height: 100%;
}
#sponsorenleiste {
	width: 160px;
	vertical-align: top;
}

/*Innerhalb des PageBody*/
#main {
	width: 670px;
	padding: 5px;	
	height: 100%;	
}