@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	text-align: center;
	padding: 0px;
	background-color: #EEE;
	font:16px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;

}
h2 {
	color: #FF290B;
	font-weight: bolder;
	font:25px/27px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
	
ul {
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	list-style: none;
}
ul li {
	background: transparent url(img/hg_li.gif) no-repeat top left;
	padding-left: 18px;
	margin: 8px 0px;
}
#container {
	width: 838px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	background: #FFF url(img/hg_container.png) no-repeat top left;
	height: 100%;
	min-height: 600px;
}
#inner {
	position: relative;
	width: 100%;
	height: 100%;
}
#inner h1 {
	position: absolute;
	top: 217px;
	left: 76px;
	height: 90px;
	width: 693px;
	margin: 0px;
	padding: 0px;
}
#inner h1 a {
	display: block;
	width: 693px;
	height: 90px;
	outline: none;
	text-indent: -9999px;
}
#content {
	padding-top: 345px;
	padding-left: 50px;
	padding-bottom: 80px;
	width: 738px;
	height: auto;
}
.csc-linkToTop {
	text-align: right;
	border-top: 1px dotted #333;
	padding-top: 10px;
	margin-top: 10px;
}
#content .csc-textpic-caption {
	font-size: 12px;
	color: #666666;
}

#content .csc-textpic-imagewrap img {
	border: #666 solid thin;
	padding: 4px;
	background-color: #F2F2F2;
	color: #333333;
}
.rahmen {
	background-color: #F8F8F8;
	border: thin solid #333;
	color: #333;
	padding: 10px;
}
.rahmen h2 {
	color: #333;
	margin-top: 0px;
	padding-top: 0px;
	font:18px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
