/* style.css by phw/von Borstel GmbH 09 */

html, body {
	font-size:12px;
	font-family: Arial;
	color:#000000;
	background-color: #F4F4F4;
	margin:0px;
	padding:0px;
	height:100%;
}

table {
	font-size:12px;
	font-family: Arial;
}

div.body_page {
	width:960px;
	height: 100%;

}

div.logo {
	float: left;
	width:100px;
	height:126px;
	margin-left: 30px;
	margin-top: 10px;
	background-image: url('images/logo_gross.gif');
	
}

div.ueberschrift {
	float: left;
	width:500px;
	margin-top: 60px;
	
	margin-left: 150px;
}

div.links {
	float: left;
	width:250px;
	height:500px;
	margin-left: 30px;
	font-size: 13px;
	background-image: url('images/bg_links.jpg');

	
}

div.content {
	float:left;
	height: 100%;
	
	margin-left: 20px;

}

#fliesstext {
  margin: 0 auto;
  text-align: left;
  height:100%;
  width: 400px;
}


h2 {
	color: #97005E;
}

li {
	list-style: none;
}

a:link {color:#666666;text-decoration: none;}
a:active {color:#666666;text-decoration: none;}
a:visited {color:#464646;text-decoration: none;}
a:hover {color:#333333;text-decoration: underline;}

