
body { font-family: helvetica, arial, sans-serif; }

td { vertical-align: top; }

li { margin-left: 20px; }




/*
 *	Styles
 */
h1,h2,h3,h4 { 
	font-weight: 		normal; 
	color: 			#CC3300; 
}

h1 { 
	font-size: 		20px; 
	margin-top: 		12px; 
	line-height: 		24px;  
}

h2  { 
	font-size: 		18px; 
	margin-top: 		6px;
	margin-bottom: 		6px; 
}

h3 { 
	font-size: 		12px; 
}

h4 { 
	font-size: 		12px; 
	margin: 		0; 
}

p, td, li, dt, dd, label { 
	font-size: 		12px; 
	line-height: 		140%; 
}

fieldset {
	border:			0;
}

legend {
	display:		none;
}

input, textarea { 
	border: 		1px solid gray; 
	width: 			90%;  
	font-size: 		12px; 
}

.csc-linkToTop { 
	text-align: right; 
	width: 100%; 
}

.weiter { 
	margin: 0; 
	width: 100%; 
	text-align: right; 
}

a { 
	color: #669933; 
	text-decoration: none; 
}

a:hover  { 
	text-decoration: underline; 
}




/*
 *	Main menu
 */
#hauptmenu { 
	padding-top: 17px; 
}

* html #hauptmenu { 
	padding-top: 0px; 
}

.menulevel1, 
.menulevel1first, 
.menulevel1last  { 
	margin: 0; 
}

.menulevel1last { 
	line-height: 100%; 
}

.menulevel1last img { 
	margin-bottom: 0; 
}

.menulevel1first { 
	margin-top: 0px; 
}

.menulevel2 { 
	margin: 8px 0 0 15px; 
	line-height: 120%; 
}





/*
 *	Main content
 */
#content .csc-firstHeader {
	margin-top: 0;
}

#content .csc-mailform-label {
	font-size: 		12px; 
	line-height: 		150%; 
}

#content .csc-mailform-label,
#content .csc-mailform-field {
	padding-bottom:		12px;
}

#content .csc-mailform-field label {
	float:			left; 
	width: 			180px;
}

#content .csc-mailform-field input, 
#content .csc-mailform-field select, 
#content .csc-mailform-field textarea {
	width: 			200px; 
	border: 		1px solid gray; 
	margin-bottom: 		15px; 
	padding-top: 		2px; 
	padding-bottom: 	2px;
	font-size: 		10px; 
	color: 			#606060; 
}

#content .csc-mailform-field input.csc-mailform-check {
	width:			15px;
	padding-bottom: 	14px;
	border:			0;
	text-align:		left;
}

#content .csc-mailform-field radio { 
	padding-bottom: 	14px; 
	line-height: 		180%; 
}

#content .csc-mailform-field radio .radio-wrap
{ padding-left: 15px; color: #606060; }

#content .csc-mailform-field .csc-mailform-submit {
	margin-left:		180px;
}




/*
 *	Right column
 */	
#rightcol { 
	font-style: italic; 
	/*white-space: nowrap;*/ 
	margin-bottom: 16px; 
}

#rightcol a { 
	color: #CC3300; 
}

#rightcol .csc-menu p {
	margin-bottom: 12px;
}

#rightcol label {
	display:		block;
}

#rightcol .csc-mailform-submit {
	margin-top:		15px;
	width:			100px;
}

#rightcol .csc-textpic-caption {
	margin-top:		5px;
}

#rightcol .csc-textpic-text .bodytext {
	/*font-style:		normal;*/
}



/*
 *	Footer menu
 */
#footer .level1 {
	list-style: none;
}

#footer .level1-listelement {
	display: inline;
	padding-left: 10px;
}





/*
 *	Printversion
 */
#printversion { 
	margin-top: 20px; 
	margin-bottom: 20px; 
	width: 90%; 
}

#printversion #verfasser { 
	margin-bottom: 20px; 
}

#printversion h1,
#printversion h2,
#printversion h3,
#printversion h4,
#printversion p { 
	color: black; 
}

#printversion .trenner { 
	border-bottom: 1px solid black; 
	width: 80%; 
}

#printversion .csc-linkToTop { 
	display: none; 
}




