@charset "utf-8";
/* CSS Document */

* {
   	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	width: 1200px;	font-size: 0.8em;
	text-align: center;
	background-color:#FEF9E2;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	color:#000066;
}



p {
	margin-top: 1em;
}


#seite {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}

#header {
	width: 700px;
	height: auto;
	color: #830026;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-top: 3px;
}

#container1, #container2 {
	width: 100%;
	
}


#container1 {
	background-color:#830026;
	height: 200px;	
	margin-top: 3px;
}

#container2 {
	height: auto;
	margin-top: 3px;
}

#c1_menu, #c1_bildershow {
	height: 200px;
	float: left;

	border-right: 3px solid #FEF9E2;
}

#c1_bildershow {
	width: 500px;
	background-color:#FFFFFF;
	text-align: left;
}

* html #c1_bildershow
{
	margin-bottom: -5px;
}


#c1_rechts {
	height: 200px;
	float: left;
	width: auto;
	font: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

#c1_rechts_inhalt {
	margin-top: 39px;
	margin-left: 1em;	
}

#c1_rechts_inhalt a:link {
	text-decoration: none;
	color: #CCCCCC;
}

#c1_rechts_inhalt a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

#c1_rechts_inhalt a:hover {
	text-decoration: none;
	color:#999999;
}


#c1_menu, #c2_menu {
	width: 200px;
}

#c2_menu {
	height: 100%;
	float: left;
}

#c2_inhalt {
	margin-left: 3px;
	width: 500px;
	height: 100%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	float: left;
}

#c2_rechts {
	width: 400px;
	text-align: left;
	margin-left: 40px;
	font-size: 0.8em;
	float: left;
}

#c2_rechts a:link {
	color: #0033CC;
}

#c2_rechts a:visited {
	color: #0033CC;
}

#c2_rechts a:hover {
	color: #333333;
}


#c2_rechts h1 {
	font-size: 12px;
	font-weight: bold;
}

#menu {
	width: auto;
	height: auto;
	margin-left: 40px;
	margin-top: 45px;
	margin-bottom: auto;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#c2_inhalt a:link {
	text-decoration: none;
	color:#0033CC;
	font-weight:bolder;
}

#c2_inhalt a:visited {
	text-decoration: none;
	color:#0033CC;
	font-weight:bolder;
}

#menu ul {
	list-style-type: none;
}

#menu a:link, a:visited {
	text-decoration: none;
	color:#FFFFFF;
}

#menu a:hover {
	color:#999999;
}

.untermenu a:link {
	text-decoration: none;
	color:#830026;
}

.untermenu a:visited {
	text-decoration: none;
	color:#830026;

}

.untermenu a:hover {
	color:#999999;
}


.untermenu {
	width: 150px;
	height: 1.5em;
	text-align: center;
/*	
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bolder;
	margin-top: 1em;
}

fieldset.csc-mailform {
   border: 0;
}

fieldset.csc-mailform .csc-mailform-field label {
   display: block;
   font-weight: bold;
}

