body,html {
	height:					100%;
	min-height:				100%;
	background-color:		#6E7B7E;
	margin:					0 0 0 0;
	padding:				0 0 0 0;
	
	color:					#1c1c1c;
	font:					13px arial, sans-serif;
	line-height:			18px;
	text-decoration: 		none;
	text-align:				center;
	
	background-image:		url('../images/verlauf.jpg');
	background-repeat:		repeat-y;
	background-position:	center;
}

a:link, a:visited {
	color:					#000000;
	font:					13px arial, sans-serif;
	text-decoration:		none;
}

a:hover, a:active{
	text-decoration:		underline;
}

img {
	border:					0;
}

form {
	border:					none;
	margin:					0;
	padding:				0;
}

input, textarea {
	color:					#1c1c1c;
	font:					13px arial, sans-serif;
}

.clear {
	clear:					both;
}

a.extern:link, a.extern:visited {
 color:						#194c86;
 text-decoration:			none;
}

a.extern:hover {
 text-decoration:			underline;
}

.display_none {
	display:				none;
}

.date {
	border:					1px solid #e2e2e2;
	background-color:		#f6f6f6;
	padding: 0px 3px 0px 3px;
}

#mitte {
	min-height:				100%;
	margin:					auto;
	width:					1000px;
	background-color:		white;
}

#kopf {
	width:					1000px;
	height:					124px;
	border-top:				solid 10px #E8E9E9;
	background-image:		url('../images/kopf.gif');
	border-bottom:			1px solid white;
}

#logo {
	display:				inline;
	margin-top:				30px;
	margin-left:			12px;
	float:					left;
}

#werbung {
	display:				inline;
	margin-top:				18px;
	margin-right:			17px;
	float:					right;
}

#streifen_hell {
	width:					1000px;
	height:					33px;
	background-color:		#96989d;
	border-bottom:			1px solid #dddddd;
	background-image:		url('../images/navi.jpg');
	background-repeat:		repeat-x;
}

#navigation_ul {
	overflow:				visible;
	list-style-type: 		none;
	padding:				0px;
	margin:					0px;
	float:					left;
	height:					32px;
	text-align:				center;
}

#navigation_ul a {            
	text-decoration:		none;
	color:					white;
	font:					bold 14px arial, sans-serif;
}

#navi_lang {
	display:				inline;
	margin-top:				9px;
	margin-left:			20px;
	width:					50px;
	float:					left;
}

.navigation_li {
	overflow:				visible;
	list-style-type:		none;
	float:					left;
	padding:				9px 15px 8px 15px;
	border-right:			1px solid white;
	color:					white;
	font:					bold 14px arial, sans-serif;
}

.navigation_li_fokus {
	overflow:				visible;
	list-style-type:		none;
	float:					left;
	padding:				9px 15px 8px 15px;
	border-right:			1px solid white;
	color:					white;
	font:					bold 14px arial, sans-serif;
	border-bottom:			1px solid #365f87;
	background-color:		#365f87;
	background-image:		url('../images/navi_fokus.jpg');
	background-repeat:		repeat-x;
}

.navigation_li:hover {
	list-style-type:		none;
	float:					left;
	padding:				9px 15px 8px 15px;
	border-right:			1px solid white;
	color:					white;
	font:					bold 14px arial, sans-serif;
	background-color:		#84868b;
	background-image:		url('../images/navi_hover.jpg');
	background-repeat:		repeat-x;
}

#streifen_dunkel {
	width:					1000px;
	height:					10px;
	background-color:		#365f87;
	border-bottom:			1px solid white;
	line-height:			0;
	font-size:				0;
}

#suche {
	display:				inline;
	float:					right;
	margin-right:			30px;
	height:					21px;
	margin-top:				6px;
}

.input {
	border: 				1px solid #777;
	font-family: 			Arial;
	font-size: 				12px;
	font-weight:			bold;
	color:					#777777;
	padding-left:			5px;
	padding-top:			2px;
	padding-bottom:			2px;
}

.center {
	text-align:				center;
}

.abschicken {
	border: 				1px solid #777;
	font-family: 			Arial;
	font-size: 				12px;
	font-weight:			bold;
	color:					#777777;
	height:					21px;
	text-align:				center;
	width:					21px;
	margin-bottom:			-1px; /* nur FireFox */
}

#inhalt {
	width:					1000px;
	background-image:		url('../images/inhalt_verlauf.gif');
	background-repeat:		repeat-x;
	padding-top:			35px;
	padding-bottom:			0px;
	text-align:				left;
}

#hauptspalte {
	width:					610px;
	float:					left;
	display:				inline;
	margin-right:			0px;
	margin-left:			30px;
	text-align:				justify;
}

#nebenspalte {
	width:					300px;
	float:					right;
	display:				inline;
	margin-right:			30px;
}

.news_abstand {
	margin-bottom:			10px;
}

.news_foot {
	margin-bottom:			0px;
}

.news_foot span {
	float:					left;
}

.news_foot span+span {
	float:					right;
}

.news_foot span, .news_foot span a:link, .news_foot span a:visited {
	color:					#585858;
	font:					12px arial, sans-serif;
	text-decoration:		none;
}

.news_foot span a:active, .news_foot span a:hover {
	color:					#58;
	font:					12px arial, sans-serif;
	text-decoration:		underline;
}

.news_bild_bottom {
	margin-left:			20px;
	margin-top:				20px;
	margin-right:			20px;
	text-align:				center;
}

.news_bild_bottom div {
	width:					110px;
	min-height:				110px;
	margin-bottom:			20px;
	float:					left;
	line-height:			normal;
	font-size:				10px;
	color:					#494949;
}

.news_bild {
	width:					150px;
	float:					right;
	margin-left:			20px;
	margin-top:				10px;
	margin-right:			10px;
	margin-bottom:			20px;
	text-align:				center;
}


.news_bild div {
	line-height:			normal;
	font-size:				10px;
	color:					#494949;
}

.news_bild div+div{
	margin-top:				10px;
}

.aufmacher {
	float:					left;
	margin-right:			20px;
	margin-top:				18px;
}

.aufmacher_text {
	float:					right;
	width:					370px;
}

h1, h1 a:link, h1 a:visited {
	margin:					0;
	color:					#194c86;
	font:					22px arial, sans-serif;
	text-decoration:		none;
	margin-bottom:			10px;
}

h1 a:active, h1 a:hover {
	text-decoration:		underline;
}

.h1_news {
	margin-bottom:			3px;
}

h2, h2 a:link, h2 a:visited {
	margin:					0;
	color:					#194c86;
	font:					bold 17px arial, sans-serif;
	text-decoration:		none;
	text-align:				left;
	margin-bottom:			10px;
}

h2 a:hover, h2 a:active {
	text-decoration:		underline;
}

.h2_dia {
	margin:					0px;
}

.h2_black {
	color:					#585858;
}

h3, h3 a:link, h3 a:visited {
	margin:					0;
	color:					#487ca8;
	font:					bold 13px arial, sans-serif;
	line-height:			16px;
	text-decoration:		none;
}

h3 a:hover, h3 a:active {
	text-decoration:		underline;
}

.h1_artikel {
	margin-bottom:			6px;
	margin-top:				2px;
}

.fokus, .fokus a:link, .fokus a:visited, .fokus a:active, .fokus a:hover {
	color:					#585858;
	text-decoration:		none;
}

h4, h4 a:link, h4 a:visited{
	margin:					0;
	color:					#585858;
	font:					bold 12px arial, sans-serif;
	text-decoration:		none;
	margin-bottom:			3px;
}

h4 a:hover, h4 a:active {
	text-decoration:		underline;
}

.h4_dia {
	margin:					0px;
}

h5{
	color:					#515151;
	font:					bold 11px arial, sans-serif;
	text-transform:			uppercase;
	padding:				1px 0 0 10px;
	margin:					0;
}

.weiter a:link, .weiter a:visited, .weiter a:active {
	color:					#194c86;
	font:					bold 13px arial, sans-serif;
	text-decoration:		none;
}

#hauptspalte hr{
	padding:				0;
	width:					610px;
	margin-bottom:			25px;
	border:					0;
	height:					1px;
	color:					#e0e1e1;
	background-color:		#e0e1e1;
}

.box {
	width:					610px;
	background-image:		url('../images/punkt_vertikal.gif');
	background-repeat:		repeat-y;
	background-position:	center;
}

.box_abstand {
	height:					30px;
}

.box img{
	margin:					8px;
}

.box_links {
	width:					285px;
	float:					left;
	margin:					0px;
}

.box_links div {
	height:					70px;
	float:					left;
}

.box_rechts {
	width:					285px;
	float:					right;
}

.box_rechts div {
	height:					70px;
	float:					left;
}

.greybox {
	margin-bottom:			20px;
}

.box2 {
	width:					610px;
	margin-bottom:			30px;
}

.box2_mitte {
	margin:					0;
	width:					570px;
}

.box2_text {
	width:490px;
	float:right;
}

.box2 img {
	margin:					8px;
	float:					left;
}

.greybox_titel {
	width:					300px;
	height:					21px;
	background-color:		#f2f3f5;
	padding:				7px 0 0 0;
	border-bottom:			1px solid white;
}

.greybox_inhalt {
	width:					300px;
	background-color:		#f2f3f5;
}

.greybox_artikel {
	padding:				10px;
}

.greybox_artikel img {
	float:					left;
	margin-right:			10px;
}

.greybox_artikel ul {
	margin:					0;
	padding:				0;
	margin-left:			10px;
	padding-left:			8px;
	list-style-type:		square;
}

.greybox_artikel li {
	margin-top:				2px;
}

.greybox_artikel table {
	background-color:		#f2f3f5;
}

.greybox_center {
	text-align:				center;
}

.greybox_center form{
	margin-bottom:			10px;
}

.rechts_inhalt hr {
	padding:				0px;
	margin:					0px;
	margin-left:			10px;
	margin-right:			10px;
	border:					0;
	height:					1px;
	color:					#d2d4d6;
	background-color:		#d2d4d6;
}

.rechts_inhalt_bild {
	width:					80px;
	float:					left;
}

.rechts_inhalt_bild img {
	width:					70px;
	border:					0px;
}

.komm_div {
	margin-top:				12px;
}

.komm_text {
	font:					12px arial, sans-serif;
}

.komm_top {
	height:					21px;
	background-color:		#dee3e7;
	padding:				7px 0 0 0;
	border-bottom:			1px solid white;
}

.komm_top h4 {
	padding-left:			7px;
}

.komm_bottom {
	line-height:			16px;
	background-color:		#efefef;
	padding:				10px;
	color:					#424242;
	font-size:				11px;
	font-family:			Verdana;
}

.komm_senden_div {
	background-color:		#efefef;
	margin-top:				8px;
	padding:				10px;
}

.komm_senden_div textarea {
	width:					99%;
	margin-bottom:			10px;
}

.komm_senden_div table {
	margin-left:			auto;
	margin-right:			auto;
	background-color:		#efefef;
}

.komm_error {
	margin-bottom:			10px;
	color:					#e80000;
	text-align:				left;
}

.lexikon_link, .lexikon_link:link, .lexikon_link:visited {
	text-decoration:		underline;
}

.lexikon_link:hover, .lexikon_link:active {
	text-decoration:		none;
}

.suche_input {
	width:					155px
}

.suche_select {
	width:					160px
}

.suche_margin {
	margin-top:				3px;
}

#artikel_inhaltsverzeichnis form {
	margin-left:			30px;
	float:					left;
}

#artikel_inhaltsverzeichnis select {
	width:					250px;
}

#artikel_links {
	margin-right:			30px;
	float:					right;
	vertical-align:			middle;
}

#artikel_links span {
	font:					13px arial, sans-serif;
	font-weight:				bold;
	color:					#999;
}

#artikel_links a {
	font:					13px arial, sans-serif;
	font-weight:			bold;
	color:					#444;
 	text-decoration:		none;
}
#artikel_links a:hover {
	text-decoration:		underline;
}

#artikel_inhaltsverzeichnis #artikel_links #space {
	margin-left:			15px;
	margin-right:			15px;
}

.dia_text {
	font:					12px Verdana, Sans-Serif;
	color:					#000;
 	text-decoration:		none;
}

#fuss {
	height:					50px;
	width:					1000px;
	background-color:		#ebebeb;
	padding-top:			10px;
	border-bottom:			7px solid #d3d3d3;
}

#fuss_nav {
	margin:					0 auto;
}

#fuss_nav ul {
	list-style-type: 		none;
	display:				inline;
	padding:				0;
	margin:					0;
}

.fuss_nav_li {
	list-style-type:		none;
	display:				inline;
	padding:				0 8px 0 8px;
	margin-bottom:			3px;
	border-right:			1px solid #7a7a7a;
	height:					17px;
}

#fuss_nav_last {
	list-style-type:		none;
	display:				inline;
	padding:				0 8px 0 8px;
	margin-bottom:			3px;
	border-right:			0;
	height:					17px;
}

#fuss_nav ul li a {
	color:					#272727;
	font:					13px Verdana;
	line-height:			20px;
}

#fuss span {
	color:					#7a7a7a;
	font:					13px Verdana;
}