@charset "utf-8";

/* ------------- layout ----------------- */
   
   
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background-color: white;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
	overflow-y:scroll;
}
#container {
	background: white;
	width:650px;
	min-height: 500px; /* auto*/
	margin: 0px auto;
	padding: 0px;
	/* border: #000000 solid 10px; */
}
#header {
	background:url(pix/layout_header.jpg) no-repeat;
	height:150px;
	padding-top: 20px;
}
#content {
	background:url(pix/layout_kachel.jpg) repeat-y;
	height:auto;
	padding: 10px 30px 20px 30px;
	text-align:justify;
}
#footer {
	background:url(pix/layout_bottom.jpg) no-repeat;
	height:50px;
	text-align:justify;	
}
#header li {
	background:black;
	color:#FFFFFF;
	float:left;
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
	height:20px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:1px 0 0 20px;
	padding:0 3px 3px;
	width:68px;
}
#navigation {
	margin-left:170px;
	margin-top: 100px;
}
#header a {
	text-decoration:none;
	color:#FFFFFF;
}
#header a:hover {
	text-decoration:none;
	color:#0066cc;
}


/*elemente*/
a {
	color:black;
	text-decoration:underline;
}
a:hover {
	color:white;
	background:black;
}
h1 {
	font-size:14px;	
	color:#0066cc;
	
}
h2 {
	font-size:10px;
	font-weight:normal;
}