/*allgemeine Einstellungen*/
* {
	margin: 0;
	padding: 0;
}
/*Allg Texte, Links*/
html {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #012952;
	font-size: 0.75em;
	line-height: 1.4em;
}
p {
	margin: 0 0 0.5em 0;
}
h1, h2, h3, h4, h5 {
	margin: 0.7em 0 0.2em 0;
}
h1 {
	font-size: 130%;
	color: #012952;
	padding-bottom: 7px;
	border-bottom: 1px solid #ec7137;
	display: block;
	padding-bottom: 5px;
}
right {
}

h2 {
	font-size: 110%;
	color: #415F7E;
}
h3 {
	font-size: 105%;
	color: #237abd;
}
h3 b {  
	color: #c12244;
	font-size: 115%;
}
h4 {
	font-size: 110%;
	font-weight: normal;
	border-bottom: 1px dotted #012952;
	padding-bottom: 5px; 
	color: #c12244;
}
h4 a {
	font-size: 100%;
	font-weight: normal;
	border-bottom: 1px dotted #e2f0fa;
	padding-bottom: 5px; 
	text-decoration: none;
	color: #c12244;
}
h4 a:hover {
	font-weight: normal;
	border-bottom: none;
	text-decoration: underline;
	color: #c12244;
}
h5 {
	font-size: 125%;
	font-weight: bold;
	padding-bottom: 1px; 
	color: #c12244;
}
a {
	color: #003366;
}
a:hover {
	text-decoration: none;
}
body {
	text-align: center;
}
/*um alles drumherum*/
#all {
	width: 900px;
	text-align: left;
	background-color: #e2f0fa;
	background-image: url(../images/cgk-header.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
/*Header*/
#header {
	height: 0px;
}
#header h1 {
	text-indent: -9999px;
	margin: 0;
	border-bottom: none;
}
/*Menü links*/
#menu {
	float: left;
	margin: 180px 5px 0 15px;
}
#menu ul {
	list-style: none;
}
#menu li {
	margin: 10px 10px 7px 10px;
}
#menu li a {
	border: 1px solid #FFFFFF;
	display: block;
	padding: 5px;
	width: 115px;
	background-color: #e2f0fa;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
#menu li a:hover, #menu li a.act {
	color: #003366;
	text-decoration: underline;
	background-color: #B8C7D5;
}
#menu .usb {
	display: none;
}
/*Menü 2. Ebene*/
#menu ul ul {
	list-style: none;
	margin: 0;
}
#menu ul ul li {
	margin: 0 0 0 5px;
        background-color: #e2f0fa;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu ul ul li a {
	padding: 2px 0 2px 2px;
	width: 95px;
	font-size: 85%;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu ul ul li a:hover, #menu ul ul a.act {
	color: #012952;
	background-color: #e2f0fa;
}
/*Inhalte*/
#normal {
	float: left;
	width: 500px;
	margin: 75px 0 50px 5px;
}
#right {
	float: left;
	width: 180px;
	margin: 180px 5px 0 20px;
}
/*Fußzeile*/
#footer {
	clear: both;
	float: left;
	text-align: right;
	width: 100%;
	background-color: #012952;
	padding: 10px 0;
	background-image: url(../images/briefchen.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#footer ul {
	list-style: none;
	margin: 0 25px 0 0;
}
#footer li {
	display: inline;
	margin: 0;
}
#footer li a {
	color: #333333;
	text-decoration: none;
	font-size: 0.9em;
}

/*Bildunterschriften*/
.csc-textpic-caption {
	font-size: 80%;
	padding-top:3px;
	line-height: 1em;
}
.formu {
display: inline;
width:100%;
padding-top:10px;
padding-bottom:10px;
padding-left:0px;
border: 1px solid #e2f0fa;
}

.mf-radio {
border:0px;
}

.mf-text {
color: #000000;
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-check {
border:0px;
}
.mf-select {
border:0px;
}

.mf-input {
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-submit {
color: #ffffff;
background-color: #C0C0C0;
border: 0px;
}
