body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000;
	background-color:#FFFFFF;
	margin:0px;
	behavior: url(http://www.pressless.de/templates/css/hover.htc); 
}

/* Container */

#header {
	width:765px;
	padding-left:29px;
	height:95px;
	text-align:left;
	margin-left:0px;
	margin-top:40px;
}
#header_img {
	height: 210px;
	background-image:url(../../images/bg.jpg);
	background-repeat: no-repeat;
	text-align:left;
	margin-top: 0px !important;
	margin-top: -3px; /* IE 6 */
	margin-left:0px;
}
#naviLeiste {
	width: 950px;
	margin-top:1px !important;
	margin-top: -2px; /* IE 6 */
}
#navi {
	width:764px;
	margin-left:30px !important;
	margin-left:15px; /* IE 6 */
	float: left;
}
#news {
    width: 149px;
    line-height: 20px;
    margin-left: 1px;
    padding-left: 6px;
    padding-top: 2px;
    float:left;
    background-image: url(../../images/news_img.jpg);
    background-repeat: no-repeat;
	background-position: left;
}
#content {
	width: 795px;
	height: 318px;
	margin-left: 30px;
	margin-top: 0px !important;
	margin-top: -2px; /* IE 6 */
	clear: left;
}
#contentLeft {
	width: 188px;
	height: 318px;
	margin-top: 1px;
	border-left: 1px solid #d9d9d9;
	text-align: left;
	float: left;
	line-height: 160%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contentRight {
	width: 605px;
	height: 318px;
	padding-top: 1px;
	margin-left: 1px;
	text-align: left;
	float: left;
	background-image:url(../../images/wr1.jpg);
	background-repeat: repeat-y;
	background-position: right;
	line-height: 160%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contentRightText {
    width: 485px;
	height: 300px;
  /*  height: 288px;*/
    padding: 30px 50px 0 18px;   
	text-align: left;
}
#contentBottom {
	width: 795px;
	height: 35px;
	margin-left: 30px;
	margin-top: 0px !important;
	margin-top: -3px; /* IE 6 */
	clear: left;
	background-image: url(../../images/wr2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#foooter {
	width: 906px;
	margin-left: 22px;
	margin-top: 60px;
	color: #666666;
	font-size:10px;
}




/* Klassen */


/* Schriftformatierung */
h1 {
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000;
}
.navi_top {
	color: #aaaaaa;
}

/* Links */
a:link, a:visited, a:active {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:underline;
}
a.navi:link, a.navi:visited, a.navi:active {
	color: #000;
	text-decoration:none;
	font-size: 11px;
}
a.navi:hover {
	color: #000;
	text-decoration:none;
	font-size: 11px;
	font-weight:bold;
}

a.foooter:link, a.foooter:visited, a.foooter:active {
	color: #999999;
	text-decoration:none;
	font-size: 10px;
}
a.foooter:hover {
	color: #000;
	text-decoration:underline;
	font-size: 10px;

}

.button
{
    color:#ffffff;
    font:Arial, Helvetica, sans-serif; font-size:11px;
    background-color:#999999;
    border-width:1px;
    border-color:#4f4f4f;
    border-style:solid;
}
.form {
    width: 200px;
    border: 1px solid #999999;
    font:Arial, Helvetica, sans-serif; font-size:11px;
    margin-top: 10px;
}
