body {
	background:#f2f2f2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}
* {
	margin:0;
	padding:0;
}
a {
	color:#dc5134;
	text-decoration:none;
}
a:hover {
      color:#dc5134;
      text-decoration:underline;
}
a img {border:0;}
div.clear {
	display:block;
	width:1px;
	height:1px;
	font-size:1px; /* IE Fix */
	line-height:0%; /* IE Fix */
	clear:both;
}

#container {
	background:#fff;
	width:980px;
	margin:0 auto;
	padding:10px 8px;
}

h1 {
	padding:20px 0;
	font-family:"Times New Roman", Times, serif;
	color:#6d2d3e;
	font-weight:normal;
	font-size:20pt;
}

#menu {
	background:#dc5134;
	width:100%;
	line-height:32px;
	overflow:hidden;
}
#menu li {
	float:left;
	display:block;
}
#menu li a {
	float:left;
	display:block;
	padding:0 20px;
	color:#fff;
}
#menu li.active a, #menu li a:hover {background:#E88570;}
#body {
	width:100%;
	margin:20px 0 0 0;
	border-left:1px solid #e1e1e1;
}
#content {
	float:left;
	width:593px;
	padding:8px 18px;
	border-top:1px solid #e1e1e1;
}
h2 {
	padding:10px 0;
	font-weight:normal;
	font-size:14pt;
}
h3 {
	padding:10px 0;
	font-size:12pt;
	color:#6f2c3e;
}
a.titel {
	display:block;
	margin:10px 0 10px 0;
	font-size:11pt;
	font-weight:bold;
	text-decoration:underline;
}
#colom {
	float:right;
	width:336px;
}
div.border {
	background:#e1e1e1;
	height:1px;
	margin:15px 0 5px 0;
	line-height:0%;
	font-size:0pt;
}
ul.list-image li {
	background:url(images/list-image.gif) no-repeat left;
	line-height:175%;
	padding:0 0 0 10px;
	list-style:none;
}
div.block {
	background:#dc5134;
	line-height:200%;
	margin:10px 0 0 0;
	padding:12px;
	color:#fff;
}
div.block span {font-size:14pt;}
div.block a {
	background:url(images/list-image2.gif) no-repeat right;
	padding:0 8px 0 0;
	color:#fff;
}

#footer {
	padding:60px 0 10px 0;
	border-bottom:1px solid #e1e1e1;
	text-align:center;
	color:#676767;
	font-size:8pt;
}
