body {
	margin: 0;
	padding: 0;
	background-image:  url("images/bg_mvi.jpg");
	background-repeat: repeat-y;
	background-color: #D7E2E8;
	font: 14px Arial, Helvetica, sans-serif;
	text-align: left;
}

a img {
	border: none;
}

/* KOPFBEREICH mit Logo und horizonatlem Hauptmenue */

#kopf {
	background-image: url("images/bg_mvi_kopf.jpg");
	background-repeat: no-repeat;
	margin: 0;
	height: 210px;
}


/* MENUE oben */

#kopf ul {
	list-style-type: none;
	margin: 0 0 0 230px;
	padding: 0;
	font-size: 12px;
	line-height: 30px;
}

#kopf li {
	float: left;
	border-left: 1px solid #EE3338;
	padding-left: 10px;
	margin-top: 148px;
}

#kopf li a:link,
#kopf li a:visited {
	margin: 0 20px 0 0;
	text-decoration: none;
	color: #1C5BA2;
	font-weight: normal;
}

#kopf li a:focus,
#kopf li a:hover {
	margin: 0 20px 0 0;
	color: #EE3338;
	font-weight: normal;
}

#kopf li a:active,
#kopf li a#currenthaupt {
	margin: 0 20px 0 0;
	color: #1C5BA2;
	font-weight: bold;
}

#sprache {
	position: absolute;
	top: 148px;
	left: 910px;
	margin: 9px 0 0 0;
	font-size: 10px;
	color: #777;
	text-align: left;
}

#sprache a:link,
#sprache a:visited,
#sprache a:active	{
	font-size: 10px;
	color: #777;
	margin: 0;
	text-decoration: none;
}

#sprache a:focus,
#sprache a:hover {
	font-size: 10px;
	color: #1C5BA2;
	margin: 0;
	text-decoration: none;
}

/* Ende KOPFBEREICH */

/* NAVIGATION links vertikal */

#navi {
	float: left;
	width: 230px;
	margin: 0;
	color: #1C5BA2;
}

/* MENUE links */

#navi ul {
	list-style-type: none;
	margin: 0px 0px 0px 30px;
	padding: 0;
	font-size: 12px;
	line-height: 30px;
}

#navi ul li a:link,
#navi ul li a:visited {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #1C5BA2;
	font-weight: normal;
}

#navi ul li a:focus,
#navi ul li a:hover {
	color: #EE3338;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

#navi ul li a#current {
	background: transparent url("images/pfeil.gif") left center no-repeat;
	color: #1C5BA2;
	font-weight: bold;
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*Untermenuepunkte*/

#navi ul li ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 12px;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	border: none;
}

#navi ul li ul li a:link,
#navi ul li ul li a:visited {
	padding: 0;
	text-decoration: none;
	color: #1C5BA2;
	font-weight: normal;
	border: none;
}

#navi ul li ul li a:focus,
#navi ul li ul li a:hover {
	color: #EE3338;
	border: none;
	font-weight: normal;
}

#navi ul li ul li a#currentsub {
	color: #1C5BA2;
	border: none;
	font-weight: bold;
}

/* Ende NAVIGATION */

/* INHALTE */

#content {
	float: left;
	width: 700px;
	min-height: 270px;
	background-color: #D7E2E8;
	margin-bottom: 60px;
	font: 12px Arial, Helvetica, sans-serif;
}

#content h1 {
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: bold;
	color: #1C5BA2;
}

#content h2 {
	margin: 18px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

#content h2.nachh1 {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

#content p {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #333;
	line-height: 18px;
	text-align: left;
}

#content p.zitat  {
	color:      #1c5ba2;
	font-size:   12px;
	line-height: 18px;
	text-align:  left;
	margin:      0 0 3px }


#content p.autor {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #333;
	text-align: right;
}

#content table.aktuelles {
	width: 680px;
	float: left;
}

#content p.aktuelles {
	margin: 0 0 8px 0;
	font-size: 12px;
	color: #333;
}

#content p.uebersicht {
	margin: 0;
	font-size: 11px;
	color: #333;
}

#content p.uebersichtrechts {
	margin: 0;
	font-size: 11px;
	color: #333;
	text-align: right;
}

#content p.uebersichtblau {
	margin: 0;
	font-size: 11px;
	color: #1C5BA2;
	font-weight: bold;
}

#content p.uebersichtblaurechts {
	margin: 0;
	font-size: 11px;
	color: #1C5BA2;
	font-weight: bold;
	text-align: right;
}

#content a:link.blau,
#content a:visited.blau,
#content a:focus.blau,
#content a:hover.blau,
#content a:active.blau
{
	color: #1C5BA2;
	text-decoration: none;
}

#content p.legende {
	font-size: 12px;
	color: #666;
}

#content form {
	border: 2px solid #ACC5CF;
	width: 500px;
	padding: 0 6px 10px 6px;
	background-color:#EEEEEE;
}


#content label {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #1C5BA2;
	line-height: 22px;
}

#content option {
	font-size: 12px;
}

#content a:link,
#content a:visited
 {
	color: #333;
}

#content a:focus,
#content a:hover,
#content a:active
{
	color: #1C5BA2;
}

#content ul {
	list-style-type: disc;
	font-size: 14px;
	margin: 16px;
	padding: 0;
}

#content li {
	padding: 0 0 12px 0;
}

#content img {
	float: right;
	margin: 1px 10px 1px 10px;
	border: none;
}
#content img.left {
	float: left;
	margin: 0 10px 0 0;
	border: none;
}

#content img.vspace   {
	margin-top: 4px;
	margin-left: 0 }




#content img.regular {
	float: none;
	margin: 0;
	border: none;
}


/* Ende INHALTE */

/* FUSSBEREICH */

#fuss {
	clear: both;
	height: 102px;
}

#fuss p {
	margin: 0 0 0 230px;
	font-size: 12px;
	color: #666;
}

#fuss a:link,
#fuss a:visited {
	margin: 0;
	color: #666;
}

#fuss a:focus,
#fuss a:hover,
#fuss a:active {
	margin: 0;
	color: #1C5BA2;
}

/* Ende FUSS */
