/* config */
* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* elemente */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
}
h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #F4F4F4;
	font-size: 26px;
}
h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 20px;
	border-bottom: 1px solid #F4F4F4;
	letter-spacing:0.1em;
}
p, ol, ul, blockquote {
	line-height: 24px;
}
ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
a {
	color: #EC5600;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
#textfield1 {
	width: 185px;
	margin-bottom: 10px;
	border: 1px solid #E0E0E0;
	border-right-color: #F6F6F6;
	border-bottom-color: #F6F6F6;
}
#submit1 {
	border: 1px solid #EBEBEB;
	border-bottom-color: #DDDDDD;
	background: #FBFBFB url(../images/img7.gif) repeat-x;
	text-transform: lowercase;
	font-size: 12px;
	color: #7A7A7A;
}
/* Layout */
body {
	margin: 30px 0;
	padding: 0;
	background: #EDA86A;
	font-size: 12px;
	color: #6B6B6B;
	text-align:center;
}
#wrapper { margin:0 auto; text-align:left; width:925px; }
#header {
	width: 917px;
	height: 115px;
	background: url(../images/img2.gif) repeat-x;
}
/* Logo */
#logo {
	float: left;
	height: 115px;
	padding: 0 0 0 0;
	background: url(../images/img1.gif) no-repeat;
}
#logo * {
	text-decoration: none;
}
#logo h1 {
	float: left;
	padding: 50px 0 0 40px;
	font-size: 45px;
	font-weight:bold;
	color: #B22600;
}
#logo h1 span {
	font-weight: bold;
}
#logo h2 {
	float: left;
	padding: 72px 0 0 8px;
	font-size: 12px;
	border: none;
}
#logo h2 a {
	color: #B4B4B4;
}
/* Menu */
#menu {
	float: right;
	height: 45px;
	padding: 70px 25px 0 0;
	background: url(../images/img3.gif) no-repeat right top;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	padding: 0 15px 0 20px;
	border-left: 1px solid #DBDBDB;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 13px;
	color: #3B3B3B;
}
#menu .first a {
	border: none;
}
/* Splash */
#splash {
	width: 877px;
	height: 230px;
	background: url(../images/img5.gif) repeat-x left bottom;
	border-right: 20px solid #FFFFFF;
	border-left: 20px solid #FFFFFF;
}
/* Content */
#content {
	width: 925px;		
	background: transparent url(../images/img9.gif) repeat-y left top;
}
#content_bottom {  
	height:30px;
	width:917px; 
	background: #FFFFFF url(../images/img8.gif) no-repeat left bottom;
	z-index:0;
}
#colOne {
	float: left;
	margin:30px 0 0 35px;
	width: 600px;
	text-align:justify;
}
#colOne .imgImpresDat { margin:20px 35px 20px 0; }
#sidebar {
	margin:118px 0 0 0;
	float: right;
	width: 228px;
	padding: 0 0 0 0;
	height: 45px;
}
#sidebar li { 
	width:228px;
	height:34px;
}
#sidebar a {
	margin:0 0 0 20px;
	font-size: 18px;
	text-decoration: none;
}
#sidebar a:hover {
	font-weight: bold;
}	
#sidebar .active { background:url(../images/sb_bg2.png) no-repeat; }
#sidebar .active a { color:#fff; }
/* Footer */
#footer {
	margin:0 auto;
	text-align:center;
}
#footer p {
	text-align: center;
	color: #777777;
}
#footer a {
	color: #5D5D5D;
}