body {
	background-color: #ecebf2;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 160%;
}

table {
	margin: 0;
	padding: 0;
}

td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 160%;
}

img {
	border: 0px;
}

a {
	color: #ff1e35;
	text-decoration: none;
}

a:visited {
	color: #ff1e35;
}

a:hover {
	color: #ff1e35;
	text-decoration: underline;
}

.csc-textpic-caption {
	font-size: 10px;
	color: #999;
	line-height: 130%;
}

.clearer {
	clear: both;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

#wrapper {
	margin: 30px auto 30px auto;
	width: 940px;
}

#content_wrapper {
	background: #fff;
	box-shadow:8px 8px 8px #666;
	-webkit-box-shadow:4px 4px 6px #666;
	min-height: 580px;
	text-align: left;
}

#header {
	background: #97ccf2 url(../media/header_bg.png) repeat-x;
	border-bottom: 3px solid #120070;
	height: 100px;
	width: 940px;
}
#logo {
	margin: 15px 0 0 15px;
	float: left;
}
#footer {
	float: right;
	margin: 80px 15px 3px 0;
}

#inhalt {
	margin: 40px 80px;
	padding-bottom: 30px;
}

h1 {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-family: times;
	color: #ff1e35;
}

h4 {
	margin: 0px 0 0 10px;
	padding-top: 0px;
	font-size: 18px;
	font-family: times;
	color: #000000;
	font-weight: normal;
}

h5 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	color: #ccc;
	clear: both;
	text-align: center;
	margin: 0;
	padding: 3px 0;
	font-weight: normal;
}

/* @group menu */

.menu {
	width: 940px;
	height: 25px;
	background: #ff1e35;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	font-size: 13px;
	height: 25px;
	position: relative;
}

.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu ul li {
	float: left;
}

.menu ul li a {
	padding: 4px 15px;
	display: block;
	border-right: 2px solid #fff;
	line-height: 17px;
}

.menu a {
	color: #fff;
}

.menu a:hover {
	color: #fff;
	text-decoration: none;
	background: #120070;
}

.menu a:visited {
	color: #fff;
}
/* @end */

/* @group footer */

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	float: right;
}

#footer ul li a {
	margin-left: 15px;
}

#footer a {
	color: #120070;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

/* @end */




