@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

html, body {
           height: 100%;

      }

body{
	min-height: 100%;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	background: #dce2e8;
	background-image: url(../image/hgbody.jpg);
    	background-repeat: repeat-x;

}

/* Allgemeine Definitionen */

h1{
	color: #888;
	font-size: 14px;
	font-weight: bold;
	font-family: georgia,verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
.csc-firstHeader {
	color: #888;
	font-size: 16px;
	font-weight: bold;
	font-family: georgia,verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	border-bottom: 1px solid #888;
	padding-bottom: 5px;

}
p{
	padding-bottom: 10px;
}

.bodytext {
	line-height: 140%;
}
li{

	margin-left: 25px;
	line-height: 140%
}
ul li {
	list-style-image: url(../image/aufzaehlung.gif);
}

ul, ol {
	
	margin-bottom: 10px;
}

#right a, #left a {
	text-decoration: none;
	color: #5087C8;
	font-weight: bold;
}

#right a:hover, #left a:hover {
	text-decoration: underline;
}

#main{
	margin : 0 auto 0 auto;
	width:779px;
     	background-image: url(../image/hg-779.gif);
     	background-repeat:repeat-y;
}

#head{
	background-image:url(../image/head.jpg);
	background-repeat:no-repeat;
	width:760px;
	height:223px;
	margin-left:9px;
}

#menutop{
	margin-left:30px;
/*	height: 37px;
	margin-bottom: -14px; */
}


.mt1,.mt1end{
/*	float:left;*/

	margin:0px;
	padding:0px;
/*	border-right:1px dotted #fff;*/
}
.mt1end{
	border-right:0px;
}


.mt1 a,.mt1end a{
	display:block; 
	color:#fff;
	font-size:10px;
	font-weight:bold;
	padding:12px 6px 13px 6px;
	text-decoration:none;
	float:left;
	border-right:1px dotted #fff;
}

* html .mt1 a,* html .mt1end a{
	display:block; 
	color:#fff;
/*	font-size:10px; */
	font-weight:bold;
	padding:10px 6px 15px 6px;

	
	text-decoration:none;
/*	border:1px solid red; */

}


.mt1 a:hover,.mt1end a:hover{
	background-color: #5087C8;
}
.mt1end a{
	border-right:0;
}

#content{
	margin-left:9px;
}
#oben{ 
	width:779px;
	height:36px;
	background-image:url(../image/oben.gif);
	background-repeat:no-repeat;
	float:left;
}

#unten{
	width:760px;
	height:30px;
	background-image:url(../image/unten.gif);
	background-repeat:no-repeat;
	float:left;
	margin:0px;
}

#left{
	width: 158px;
	/*height: 30px;*/
	margin: 24px 30px;
	float: left;
}
* html #left{
	margin: 24px 20px 24px 15px;;
}

#right{	
	width:500px;
	padding-right:30px;
	float:left;
}
.mehr{
	margin:8px 0 3px 0;
}
       	
#footer{
	margin:0px;
	margin-left:9px;
	font-size: 10px;
	width:760px;
	height:35px;
	padding-top:10px;
	text-align:center;
	color:#fff;
	background-image:url(../image/footer.gif);
	background-repeat:no-repeat;
}

#footer a{
	color:#fff;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

/* Rahmen */

.csc-frame-frame1 {
	border-bottom: 1px dotted #888;
	margin-bottom: 15px;
}
.csc-frame-frame2 {
	border: 1px solid #888;
	padding: 10px;
	margin-bottom: 15px;
	
	background: url(../image/hg-frame2.gif);
	background-repeat: repeat-x;
	background-color: #fff;

	font-size:10px;
}
.csc-frame-frame2 h1{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, sans-serif;
	border: 0;
}

/* Bildunterschrift */
.csc-textpic-caption {
	font-size: 10px;
	padding-bottom: 5px;
}	

/*Formular*/


.csc-mailform {
	border: 0;
	margin-bottom: 10px;
}
label {
	display:block;
	width:85px;
	height:15px;
	float:left;
}
.csc-mailform-submit {
	margin-left: 87px;
	margin-top: 5px;
	background-color: #CEC696;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	padding: 4px;
}
#uid3 input{
	margin-bottom:3px;
}