body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62,5%;
	margin: 0px;
	background-color: #e0e0e0;
	background-image:url(../img/bg-body.jpg);
	background-repeat: repeat-x;
}
h1,h2,h3 {
	font-size: 16px;
}
#cage {
	width: 950px;
	background-color: white;
	padding: 0 10px 50px 10px;
}
#header {
 	min-height: 200px;
        max-height: 200px;
        height: 211px;
	width: 950px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#inhalt {
	float: left;
	width: 520px;
	min-width: 457px;
	max-width: 457px;
	text-align: left;
	/*background-color: #F7F7EF;*/
	background-color: #F7F7F7;
	
	border: 1px solid #cccccc;

	margin-left: 10px;
	margin-right: 10px;
	
	padding: 0 35px 30px 35px;
}
#inhalt h3,#inhalt h2,#inhalt h1 {
	padding-top: 15px;
	border-bottom: 2px solid #BF0042;
}
#inhalt p {
	text-align: justify;
	line-height: 25px;
}
#inhalt img {
	/*margin-left: 35px;*/
}








#links {
	width: 200px;
	float: left;
	text-align: left;
}
#links h3 {
	margin: 0px;
	color: white;
	padding: 5px;
	border-right: 10px solid #CAC6DB;
	margin-bottom: 10px;
	background-color:#542D81;
}
#links ul {
	border-top: 1px dotted #666666;
}
#links .link, #links .alink, #links .sublink, #links .subalink {
	background-color: white;	
	height: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 5px;

	border-bottom: 1px dotted #666666;
}
#links li:hover {
	background-color: #CAC6DB;
	font-weight: bold;
}
#links .alink, #links .subalink {
	font-weight: bold;
}
#links .sublink, #links .subalink {
	padding-left: 40px;
}
#links a {
	text-decoration: none;
}

#links ul {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
  	margin-bottom: 20px;
}













#rechts p {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
  	border-bottom: 1px solid #cccccc;
  	margin-bottom: 20px;
}
#rechts .csc-textpic-caption {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
  	border-bottom: 1px solid #cccccc;
  	margin-bottom: 20px;
  	font-size: 0.7em;
}
#rechts {
        width: 200px;
	min-width: 200px;
	max-width: 200px;
	float: left;

	text-align: left;
}
#rechts h3,#rechts h2,#rechts h1 {
	margin: 0px;
	color: white;
	padding: 5px;
	border-left: 10px solid #D65783;
	background-color:#BF0042;
}
#rechts li {
	padding: 10px;
}
#rechts img {
	margin-top: 10px;
	margin-bottom: 10px;
}

#footerclear {
	clear: both;
}

fieldset {
	margin-top: 15px;
	border: 0;
}
#mailform fieldset.csc-mailform {
 /*margin-left:		10%;
 padding:			10px;*/
 width:			340px; }
  
#mailform fieldset.csc-mailform-field {
 padding:			5px 0px; }
  
#mailform fieldset.csc-mailform .csc-mailform-field label {
 float:			left;
 font-size:		90%;
 font-weight:		bold;
 width:			200px; }