body {
	font-family: Arial;
	font-size: 15px;
	background-color: #ffffff;
	padding: 5px;
	margin: 0px;
}

#full_page {
	border: 1px solid black;
	width: 980px;
}

#header {
	height: 106px;
}

#header_logo {
	background-image: url(img/header_logo.jpg);
	width: 400px;
	height: 106px;
	float: left;
	margin: 0pt 0pt 0pt 190px;
}

#header_text {
	float: right;
	padding: 29px 190px 0pt 0pt;
}

#menu {
	color: #ffffff;
	background-color: #000000;
	clear: both;
	text-align: center;
	font-size: 21px;
}

#menu a {
	color: #ffffff;
	text-decoration: none;
}

#heading h1 {
	border-bottom: 1px solid #000000;
	font-size: 19px;
	font-weight: normal;
	padding: 2px;
	margin: 0pt;
	text-align: center;
}

#heading h2 {	
	background-color: #000000;
	color: #ffffff;
	font-size: 19px;
	font-weight: normal;
	padding: 2px;
	margin: 0pt;
	text-align: center;
}

#content_inner {
	padding: 10px 190px 10px 190px;
}

#footer {
	background-color: #000000;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
}

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

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

/* Seitenfüllendes Bild (Startseite) ohne Abstand */
#content > div.csc-textpic > div.csc-textpic-imagewrap > dl.csc-textpic-image {
	margin-bottom: 0pt !important;
}

.bodytext,
.align-left,
.align-right,
.align-center {
	margin: 2px 0pt 2px 0pt;
}
.bodytext {
	text-align: justify;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}


#content h1 {
	font-size: 20px;
	margin: 5px 0pt 2px 0pt;
}
#content div.csc-header h1 {
	margin: 20px 0pt 2px 0pt;
}
#content div.csc-header h1.csc-firstHeader {
	margin: 5px 0pt 2px 0pt;
}
#content div.csc-textpicHeader h1.csc-firstHeader {
	margin: 0pt 0pt 2px 0pt;
	padding: 10px 0pt 0pt 0pt;
}


#content h2 {
	font-size: 19px;
	font-weight: normal;
	margin: 2px 0pt 2px 0pt;
}
#content h3,
#content h4,
#content h5,
#content h6,
#content h7 {
	font-size: 18px;
	font-weight: normal;
	margin: 2px 0pt 2px 0pt;
}
#content a {
	color: #555555;
	text-decoration: none;
}
#content a:hover {
	color: #000000;
	text-decoration: underline;
}
#content > div.csc-textpic > div > div.csc-textpic-text > ul > li > a {
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
#content > div.csc-textpic > div > div.csc-textpic-text > ul > li > a:hover {
	text-decoration: underline;
}
#content ul {
	margin: 2px 0pt 2px 0pt;
}
