/*
CSS Formatierungen fuer das Grundlayout der Seite
*/

html, body {
	 height: 100%; 
}

body {
	font-family: Verdana, Arial, Sans-Serif, Helvetica;
	background-image: url(../pix/hg_bildung.gif); 
	backpround-repeat: repeat;
	color: black;
	text-align:  justify;
	padding: 0px;
	margin: 0px;
}

div#wrapper {
}

/* Container, der alles umschliesst */
div#basic {
	background-color: #ffffff;
/*	border: 2px solid #e4e4e4; 
	border: 1px solid #f00000; */
	position: absolute;
	top: 0px;
	left: 50%;
	width: 800px;
	margin-top: 10px;
	margin-left: -400px;
}

/* Kopfcontainer*/
div#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 115px;
}

/* dynamisches Pfadmenue*/
div#path {
	height: 18px;
	right: 120px;
	position: absolute;
	margin-top: 0;
	margin-right: 0;
	z-index:2;
}

div#land {
	height: 25px;
	right: 5px;
	top: 3px;
	position: absolute;
	margin-top: 0;
	margin-right: 0;
	z-index:2;
}

div#path p, div#path a, div#path a:visited {
	padding:2px 4px 4px 5px;
	text-align: right;
	color: #295E2F;
}

/* Container fuer das Logo */
div#logo {
	border-style:none;
	position: absolute;
	height: 82px;
	z-index:2;
}	

/* Container fuer das Bild im Header und der Seitentitel */
div#header_img {
	position: absolute;
	top: 2px;
	right: 2px;
	height: 120px;
	width: 720px;		
	z-index:0;
	
	/*background-image: url(../pix/hallo.gif);
	z-index:1;*/
	
}

div#easyLine {
	position: absolute;
	left: 10px;
	top: 75px;
	z-index: 3;
}
div#easyLine  a{	
	
}

div.clearer {
	clear: both;
	width: 100%;
}


div#con_container {
	width: 800px;
	margin: 0px;
	margin-top: 40px;
	/*top: 140px;*/
	position: absolut;
}

/* Spalte fuer die linkte Navigationsliste 
div#col_left{

} */

/* Spalte für den Inhalt Mitte */
div#col_center { 
top: 120px;
}

/* Spalte fuer den Inhalt Rechts */ 
div#col_border {

}

/*  Fusszeile */ 
div#footer {
	border-top: 1px solid #333333;
	background-color: #ffffff;
	text-align: center;
	padding: 8px 50px 8px 15px;
} 

div#footer p, div#footer a {
	background-color: #ffffff;
	font-size: 90%;
	text-align: center;
	
} 

/* Copyrightvermerk in Fusszeile 
div#copy {
	margin-left:0px;
}
div#copy p {
	padding: 8px 5px 8px 5px;
}
div#copy a {
	text-decoration: none;
}*/


