/* CSS für Website MV www.mein-maerkisches-viertel.de - Startseite */

/* Farben:
weiss = #ffffff (HG-Content, Text-Marginal, H1-Marginal)
grau (hell) = #f4f4f4 (HG)
grau = #87888a (Links)
rot = #e64814 (Marginal)
orange = #f4a036 (Schwung)
*/

/* Holly-Hack, Problematik: 3Pixel-Textsprung IE \*/
* html #head  { 
	height: 1%; 
}

/* verhindert Mozilla-Zucken (Scrolli immer da) > Firefox 1.5 */
html[xmlns^="http"] {
   overflow-y: scroll;
}

/* vorgegebene Werte der Browser überschreiben */
* {
	margin: 0;
	padding: 0;
}

html, body {
	background-color: #ffffff;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	line-height: 1.3em;
}

img {
	border: 0px;
}

h1 {
	color: #ffffff;
	margin: 0px 0px 7px 0px;
	font-size: 1.0em;
}

a, a:hover {
	text-decoration: none;	
}

#zentriert { /* Seite zentrieren */
	width: 980px;
	height: 600px;
	margin: -300px 0px 0px -490px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #ffffff;
}

.zeilenhoehe-niedriger {
	line-height: 1.23em; 
}

/* Inhalt -------------------------------------------------------------------------------------------------------------------------- */

#titelbild {
	position: absolute;
	left: 15px;
	top: 30px;
}

#emblem {
	position: absolute;
	left: 725px;
	top: 30px;
}

#navi-MV {
	position: absolute;
	left: 15px;
	top: 271px;
	height: 43px;
	width: 950px;
	background-color: #e64814;
}

#titelbild-unten {
	position: absolute;
	left: 15px;
	top: 314px;
	width: 710px;
}

#aktuell {
	position: absolute;
	left: 725px;
	top: 281px; /* bei Abstand wie auf Folgeseiten: 314px */
	width: 240px;
	height: 225px; /* bei Abstand wie auf Folgeseiten: 167px */
	background-color: #e64814;
	overflow: hidden;
}

.content-aktuell-h1 { /* damit H1 in eine Zeile passt */
	padding: 30px 10px 0px 20px;
}

.content-aktuell {
	padding: 0px 20px 0px 20px;
}

.content-aktuell p {
	margin-top: 0px;
	margin-bottom: 16px;
}

.content-aktuell a {
	color: #ffffff;
	font-weight: normal;
	padding-left: 12px;
	background-image: url(images/buttons/pfeil-marginal.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

.content-aktuell a:hover {
	background-image: url(images/buttons/pfeil-marginalOver.gif);
	text-decoration: underline;
}

#schwung-aktuell {
	position: absolute;
	left: 725px;
	top: 487px;
}

#logo-MV {
	position: absolute;
	left: 15px;
	top: 549px;
}

#gesobau {
	position: absolute;
	left: 755px;
	top: 550px;
}

/* Navi -------------------------------------------------------------------------------------------------------------------------- */

#navi {
	position: absolute;
	left: 11px !important;
	left: 14px;
	top: 2px;
}

#navlist {
	list-style: none;
	margin-top: 5px;
	padding-top: 0px;
	padding-left: 3px;
	margin-left: 0px;
    margin-bottom: 5px;
	color: #87888a;
	float: left;
	width: 708px;
	overflow: hidden;
}

#navlist li {
	display: inline;
	margin: 0;
	color: #87888a;
	float: left;
	line-height: 1.7em;
	background-image: url(images/mittelpunkt.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0.6em 0 0.6em;
	margin: 0 0.6em 0 -0.6em;
}

#navlist a { 
	color: #87888a;
}

#navlist a:hover { 
	color: #e64814;
}

#navlist a.naviActive { 
	color: #e64814;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { 
	height: 1%;
}

* html #navlist li {
	display: block;
	float: left;
}

