body {
	background-color: #efebf7;
}
/* Überschriften */
h1 {
	font-family: verdana;
	font-size: 12pt;
	color: #d61021;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-size: 10pt;
	color: #d61021;
	font-weight: bold;
	text-align: left;
}
h3 {
	font-family: Verdana;
	color: black;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}
/* Formatierung Absatz */
p {
	border-style: none;
	border-left-color: white;
	border-bottom-width: thick;
}



/* bei imgtext Textgröße Bildunterschriften verkleinern */
.csc-textpic-imagewrap { font-size: 8px; }

/* Formatierung Header*/
#header_logo {
	background-color: #efebf7;
	font-family: verdana;
	width: 25%;
	height: 100px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}
#header_ueberschrift {
	font-family: verdana, sans-serif;
	width: 65%;
	line-height: 100px;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 30px;
	font-weight: bold;
	margin-left: 25%;
	text-align: left;
}
/* Formatierung Inhalt */
#content {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: black;
	text-align: left;
	overflow: hidden;
	padding: 10px;
	background-color: #ffffff;
	width: 65%;
}
#content a:link {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #ff0000;
}
#content a:visited {
	font-family: verdana, sans-serif;
	text-decoration: none;
	color: #ff0000;
	font-size: 10pt;
}
#content a:hover {
	font-family: verdana, sans-serif;
	text-decoration: underline;
	color: #ff0000;
	font-size: 10pt;
	background-color: #ffffff;
}
#content a:active {
	font-family: verdana, sans-serif;
	text-decoration: underline;
	color: #ff0000;
	font-size: 10pt;
	background-color: #ffffff;
	font-weight: bold;
}
#content a:focus {
	font-family: verdana, sans-serif;
	text-decoration: underline;
	color: #ff0000;
	font-size: 10pt;
	background-color: #ffffff;
	font-weight: bold;
}
/* Formatierung Menü_1*/
#menu_1 {
	font-family: verdana, sans-serif;
	font-size: 12pt;
	width: 25%;
	float: left;
	list-style-type: none;
	padding-right: 10px;
	padding-bottom: 30px;
	/*background-color: #efebf7;
*/
	text-align: left;
	margin-left: 0px;
	line-height: 16pt;
}
#menu_1 a:link {
	font-family: verdana, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	color: #ff0000;
	background-color: #efebf7;
}
#menu_1 a:visited {
	font-family: verdana, sans-serif;
	text-decoration: none;
	color: #ff0000;
	font-size: 12pt;
	background-color: #efebf7;
}
#menu_1 a:hover {
	font-family: verdana, sans-serif;
	text-decoration: underline;
	color: #ff0000;
	font-size: 12pt;
	background-color: #efebf7;
}
#menu_1 a:focus {
	font-family: verdana, sans-serif;
	text-decoration: none;
	color: #ff0000;
	font-size: 12pt;
	font-weight: bold;
}
#menu_1 a:active {
	font-family: verdana, sans-serif;
	text-decoration: underline;
	color: #ff0000;
	font-size: 12pt;
	font-weight: bold;
}
#menu_1 actifsub {
	font-family: verdana, sans-serif;
	text-decoration: underline;
	color: #ff0000;
	font-size: 12pt;
	font-weight: bold;
	background-color: #ffffff;
}

#menu_1 img {

border: 0px;
padding-top: 10px;
margin-left: 50px;
margin-top: 10px;
}
/* Formatierung Menü_2*/
#menu_2 {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	float: left;
	list-style-type: none;
	padding: 0px;
	text-align: left;
	margin: 0px;
	white-space: nowrap;
	line-height: 12pt;
	background-color: #ffffff;
}
#menu_2 a:link {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #ff0000;
	background-color: #ffffff;
}
#menu_2 a:visited {
	font-family: verdana, sans-serif;
	text-decoration: none;
	color: #ff0000;
	font-size: 10pt;
	background-color: #ffffff;
}
#menu_2 a:hover {
	font-family: verdana, sans-serif;
	text-decoration: underline;
	color: #ff0000;
	font-size: 10pt;
}
#menu_2 a:focus {
	font-family: verdana, sans-serif;
	text-decoration: none;
	color: #ff0000;
	font-size: 10pt;
	font-weight: bold;
	background-color: #ffffff;
}
#menu_2 a:active {
	font-family: verdana, sans-serif;
	text-decoration: none;
	color: #ff0000;
	font-size: 10pt;
	font-weight: bold;
	background-color: #ffffff;
}


@media print {
body {
	background: #fff;
	color: #000;
	font-size: 12pt;
}
a[href]:after {
	content: " <"attr(href)">";
	color: #888;
	background-color: inherit;
	font-style: italic;
	size: 80%;
}
#menu_1 {
	display: none;
}
#menu_2 {
	display: none;
}
#content {
	font-family: "times new roman", times, serif;
	font-size: 12pt;
	float: left;
	margin: 10px;
	width: 95%;
}
#header_ueberschrift {
	font-family: "times new roman", times, serif;
	font-size: 16 pt;
}
#header_logo {
	display: none;
}
}
