body {
 font-family:Verdana;
 font-size:12px;
}

h1 {font-size:18px;margin-bottom:10px;}
h2 {font-size:16px;margin-bottom:10px;}
h3 {font-size:14px;margin-bottom:10px;}

p{
	margin: 0px;
	padding: 0px;
}

td{
	margin: 0px;
	padding: 3px;
}

.bodytext {
	margin-top:0px;
	font-size: 12px;
	margin-bottom: 10px;
	}

code {font-size:14px;}

pre {
 font-size:14px;
 padding:5px;
}

hr {
	color: #008040;
	height: 1px;
}

a img {
	border: 0px;
	}

a:link, a:visited, a:active, a:hover { 
  text-decoration: underline;
  font-weight: bold;
  color: #000000;
}

a:hover { 
 text-decoration: none;
 color: #DB4700;
}

a.menue_act:visited, a.menue_act:link, a.menue_act:active {
	color: #DB4700;
	text-decoration: underline;
	font-weight: bold;
}

a.menue_act:hover {
	color: #DB4700;
	text-decoration: none;
	font-weight: bold;
}

#title {
height:149px;
padding:5px;
}

#title_text {
	position: absolute;
	padding:5px;
	margin-top:110px;
	margin-left: 120px;
	font-size: 16px;
	font-weight: bold;
	font-family:Verdana;
	color: #008040;
}

#sub_header {
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
	font-family:Verdana;
	text-align: center;
	border-top: #008040 solid 1px;
	border-bottom: #008040 solid 1px;
	color: #008040;
}

#left,#right {
line-height:18px;
}

#left {
	float:left;
	width: 22%;
}

#right {
	float:right;
	width: 20%;
}

.menutitle {
font-weight:bold;
border-top:1px dashed #000000;
margin-top:15px;
}

#content {
	width: 75%;
	float: left;
}

#content_index {
	width: 55%;
	float: left;
}

/* Forms Layout */
.form_feld {
	font-family: Verdana;
	font-size: 12px;
	border: 1px solid #808080;
	width: 300px;
	color: #333333;
	font-weight: normal;
	position: left;
}

.form_select {
	font-family: Verdana;
	font-size: 12px;
	border: 1px solid #808080;
	width: 302px;
	color: #333333;
	font-weight: normal;
}

/* für IE */
*html .form_select {
	width: 305px;
}

.form_button {
	font-family: Verdana;
	font-size: 12px;
	border: 1px solid #808080;
	width: 152px;
	background-color: #eeeeee;
	color: #333333;
	font-weight: bold;
	padding: 2px;
	margin-top: 5px;
}

/* für IE */
*html .form_button {
	width: 154px;
}

.csc-mailform {
	border: none;
	}

.csc-mailform-field {
	width: 300px;
	margin-top: 5px;
	font-weight: bold;
	text-align: left;
	}

.csc-form-label {
	margin: 3px;
}

.csc-form-fieldcell {
	margin: 3px;
}

.csc-form-label-req {
	margin: 3px;
}

/* Such Wörter Farbe */
.csc-sword {
	color: Red;
}