/* CSS-Print 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;
}

body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9pt;
   color: #000000;
   margin-top: 50px;
   margin-left: 0px;
   margin-right: auto;
   width: 85%;
   line-height: 11pt;
}

img {
	border: 0px;
}

h1 {
	color: #e64814;
	font-size: 1.2em;
	line-height: 1.0em;
	margin: 20px 0px 4px 0px;
}

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

#zentriert { /* Seite zentrieren */
	float: left;
}

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

#titelbild {
	position: absolute;
	left: 0px;
	top: 90px;
}

#emblem {
	display: none;
}

#navi-MV {
	display: none;
}

#titelbild-unten {
	display: none;
}

#aktuell {
	float: left;
}

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

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

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

.content-aktuell a {
	color: #e64814;
	line-height: 1.35em;
}

#schwung-aktuell {
	display: none;
}

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


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

#navi {
	display: none;
}

#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;
}



