@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 15px;
}

#container {
	text-align: left;
	margin: auto;
	width: 931px;
	
}

#footer,
#content-area,
#navigation-area {
	width: 901px;
	float: left;
	padding-left: 30px;
}

#navigation-area {
	background-image: url(../img/content.jpg);
	background-repeat: no-repeat;
	height: 135px;
}


#navigation {
	background-image: url(../img/bg_navi-leiste_links.gif);
	background-repeat: no-repeat;
	background-color: #657585;
	height: 27px;
	width: auto;
	width: 646px;
	margin-top: 38px;
}

#navigation ul {
	list-style-type: none;
	background-image: url(../img/bg_navi-leiste_rechts.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 27px;
}

#navigation ul li {
	float: left;
	margin-left: 17px;
}

#navigation ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 17px;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Arial;
}

#navigation ul li a.aktiv {
	color: #9ac2c2;
}

#content-area {
	padding-left: 47px;
	background-image: url(../img/bg_content.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 650px;
	float: left;
	line-height: 20px;
	font-size: 14px;
}

#content p {
	margin-bottom: 18px;
}

#content a {
	color: #ac0115;
}

#content h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #657585;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 16px;
}

#content .csc-textpic-imagewrap {
	margin-bottom: 18px;
}

#content img {
	border: 0px;
	border-bottom: #ac0115 9px solid;
}

#subnavi {
	margin-left: 31px;
	float: left;
	width: 200px;
	margin-top: 30px;
}

#subnavi h2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #393845;
	margin-bottom: 10px;
	font-size: 16px;
}

#subnavi ul {
	list-style-type: none;
	width: 160px;
}

#subnavi ul li {
	border-bottom: 1px solid #d7e0d0;
	padding: 6px 0px 6px 20px;
	font-size: 13px;
}


#subnavi ul li a {
	text-decoration: underline;
	color: #ac0115;
}

#footer {
	text-align: right;
	margin-top: 20px;
	padding-right: 30px;
	width: 871px;
}

#footer #generic-nav {
	float: left;
	margin-left: 17px;
}


#footer #generic-nav a {
	text-decoration: none;
	color: #333;
}

.slideInfoZone h2 {
	font-size: 12px;
}

.csc-sitemap ul {
	margin-left: 25px;
	list-style-type: square;
}

#additionaltext  {
	width: 900px;
	text-align: left;
	margin: auto;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #333;
	float: left;
}

#additionaltext h1 {
	font-size: 13px;
}
