body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg_body.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #d2d2d2;
	
	font-family: Cambria,Georgia,Palatino,Palatino Linotype,Myriad Pro,Serif;
	font-size: 12pt;
	line-height: 24px;
}
h1 {
	font-size: 140%;
}
.rot {
	color: #db0a00;
}
#container {
	width: 960px;
	margin: auto;
	border: solid 1px white;
}
#header {
	width: 960px;
	height: 220px;
	padding: 0;
	margin: 0;
}

#header ul {
	float: right;
	list-style: none;
	margin-top: 170px;
	margin-right: 0;
	height: 50px;
	border: 0;
}

#header ul li {
	float: left;
	width: auto;
	display: block;
	height: 50px;
	margin-left: 1px;
}

#logo { 
	position: absolute;
	margin:0;
	margin-left: 40px;
	height: 82px;
	width: 266px;
	background: url(../img/logo.jpg);
}
#spacer { 
	background: url(../img/shadow.jpg);
	background-repeat: repeat-x;
	width: 960px;
	height: 28px;
}
#content {
	margin: 0;
	width: 960px;
	background: #f7f7f7;
	background-image: url(../img/bg_main.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.inhalt {
	padding: 12px;
}	
.boxed {
	background: #f0f0f0;
	color: #444;
	border: solid 1px #ddd;
	padding: 6px;
}
.boxed a {
color: #444;
}
.boxed:hover a {
color: #fff;
}
.boxed:hover {
	background: #bf0206;
	color: white;
	border: solid 1px #bf0206;
	padding: 6px;
}
.boxed h3 {
	margin: 0;
}
.boxed:hover .rot {
	color: #fff;
}
.copyright {
	color: #444;
	border: solid 1px #bf0206;
	font-size: 10pt;
	line-height: 14pt;
	padding: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	width: 275px;
	height: 170px;
	float: left;
}
.copyright:hover {
	border: solid 1px #ccc;
}
.copyright h3 {
	color: #bf0206;
	font-size: 14pt;
	margin: 0;
}

img {
	border: 0;
}
.small {
	font-size: 10pt;
	line-height: 13pt;
}
a {
	color: #bf0206;
	text-decoration: underline;
}
a:hover {
	color: #bf0206;
	text-decoration: none;
}
.home {
	background-image: url(../img/header_home.jpg);
}
.kontakt {
	background-image: url(../img/header_kontakt.jpg);
}
.kommunikation {
	background-image: url(../img/header_komm.jpg)
}
.messe {
	background-image: url(../img/header_cater.jpg)
}
.konzeption {
	background-image: url(../img/header_konzept.jpg)
}
.personal {
	background-image: url(../img/header_personal.jpg);
}
.events {
	background-image: url(../img/header_tagung.jpg);
}
#contact_form  {
	width: 94%;
	background: #eee;
	border: solid 1px c4020a;
	color: #000;
}
