body {
	font-family: Arial, Helvetica, sans-serif;

}

	#content_inhalt{
	margin-top: 30px;
	margin-left: 28px;
	margin-right: 28px;
	margin-bottom: 20px;
	}
	
	h1{
	font-size: 20px;
	font-weight: bold;
	color:#b41e30;
	margin-bottom: 7px;
	
}
	h2 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 7px;
	color:#b41e30;
}
	 h3,h4{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
	color:#b41e30;
}
	a {
 	font-weight: normal;
 	text-decoration: underline;
  	color: #000000;
}
	a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}

	a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}

	a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}

	.text_small {
	font-size: 11px;
	}

	.text_normal {
	font-size: 14px;
	}

	.text_normal_bold {
	font-size: 14px;
	font-weight: bold;
}

	.text_normal_kursiv {
	font-size: 14px;
	font-style: italic;
}

	.text_normal_bold_kursiv {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

	.text_middle {
	font-size: 16px;
}

	.text_middle_bold {
	font-size: 16px;
	font-weight: bold;
	font-weight: bold;
}

	.text_middle_kursiv {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
}

	.text_middle_bold_kursiv {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

	.text_big {
	font-size: 18px;
	font-weight: normal;
}

	form label {
	width: 120px;
	padding: 1px;
	float: left;
	line-height:13px;
	
}
	form label.message {
	width: 120px;
	height: 30px;
	padding: 1px;
	vertical-align: top;
	float: left;
}
	form label.field {
	width: auto;
	background: #ffffff;
	padding: 1px;
	margin-left: 120px;
	float: left;
}
	form input {
	border: 1px solid #000000;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	margin-bottom:1px;
	font-family: arial, helvetica, verdana, geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffcc;
}
	form input.field200 {
	width: 200px;
	height:13px;	
}

	form input.field300 {
	width: 300px;
}

	form input.field300-120 {
	width: 300px;
	margin-left: 120px;
}

	form .text_right {
	margin-left: 120px;
}

	form select {
	border: 1px solid #000000;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	margin-bottom:1px;
	font-family: arial, helvetica, verdana, geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffcc;
}

	form input.submit {
	padding: 0px;
	background-color:#b41e30;
	color: #ffffff;
	font-weight: normal;
	border: 1px solid #000000;
	line-height:14px;
}
	form textarea {
	border: 1px solid #000000;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	font-family: arial, helvetica, verdana, geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 200px;
	background-color: #ffffcc;

}
	form textarea.field200 {
	width: 200px;
}
	span.markup {
	padding-left: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
#list{
	margin-left:0px;
	padding-left:30px;
	}

#list li{
	list-style-type:square;
	padding-left:0px;
	margin:0px 0px 4px 10px;
	font-size: 12px;
	font-weight: normal;
	}


#list .subliste li{
	color:#000000;
	list-style-type:disc;
	padding-left:0px;
	margin:1px 0px 1px 1px;
	font-size: 12px;
	font-weight: normal;
	}
	
.rahmenaussen {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}
.rahmen {
	border-collapse: collapse;
}

.rahmen td { 
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	padding: 6px; 
	}
	
.rahmen th {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	padding: 6px; 
	}

.lexikon_headline {
	font-size: 14px;
	font-weight: bold;
}
.lexikon_content {
	font-size: 12px;
}

