@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	color:#000000 ;
	background-image: url(pics/hintergrund.jpg);
	background-repeat:no-repeat;
	
	margin:0;
}

#container {
	width: 1200px;
}

#logo {
	background-image: url(pics/logo.jpg);
	height: 153px;
	width: 296px;
}
#middle{
	width:1200px;
}

#navi {
	background-image:url(pics/navi.jpg);
	background-repeat:no-repeat;
	margin: 2px 0 0 30px;
	width:255px;
	height: 560px;
	float: left;
	font-weight:bold;
}

#navitext {
	margin:34px 0 34px 33px;
}

#textbild {	
	background-image:url(pics/text-bild.jpg);	
	background-repeat:no-repeat;
	margin:2px 0 0 30px;
	width: 615px;
	height:562px;
	float:left;	
}

#fliestext {
	margin: 34px 34px 34px 34px;
}

.headline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 24px;
	color: #e2001a;
}

a {
	color: #000000;
	text-decoration:none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #e2001a;
	text-decoration: underline;
}

.clear {
	clear:both;
}

p.iLink a{
	font-size:11px;
}