﻿/* CSS-Layout für die Stadtwerke Hollfeld  */
* {
	padding: 0; margin: 0;
}

body {
	color: black;
	background-color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	color: black;
	background: white;
	width: 780px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#kopfzeile {
	position: relative;
	height: 150px;
	color: black;
	background: white;
	padding: 10px;
}

#logo {
	background-image: url(wappen_hollfeld_100_107.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 130px;
	position: absolute;
	left: 10px;
	top: 10px;
}

#header {
	padding: 0 10px 10px 0;
	margin-left: 200px;
	font-size: 1em;
}
h1{
	font-size: large;
	padding: 10px;
	color: #990000;
	font-size: 2em;
	font-weight: bold;
}
#navibereich {
	text-align: right;   /*rechtsbündig ausgerichtet*/
	color: navy;
	background: white; 
	font-size: 0.8em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-bottom: 1px solid black;
}
    #navibereich ul {
	    margin-bottom: 0;
}
    #navibereich li {
		display: inline; /*li nebeneinander anzeigen*/
	    list-style-type: none;
	    margin: 0 0 0 0;   /*früher rechts 10 px, sonst 0*/
}
    #navibereich a {
	color: maroon;
	padding: 4px 8px 4px 8px;
	border: 1px solid black;
	text-decoration: none;
}
    #navibereich a:hover,
    #navibereich a:focus,
    #startseite #navi01 a
    #hollfeld #navi02 a
    #impressum #navi03 a {
	    color: black;
	    background-color: white;
	    border-bottom-color: white; /*Rahmenlinie unten wird weiß*/
	    }
	 #navibereich a:active {   
	    color: black;
	    background-color: white;
}

#container {
	position: relative;
	width: 100%;
}
/*alte navigation
#navlinks {
	float: left;
	width: 12em;
	margin-left: 10px;
	background-color: #666666;
}

#navlinks ul {
	list-style-type: none;
	background-color: #990000;
	padding: 10px 10px 10px 20px;
}

#navlinks li {
	position: relative;
	padding: 0;
	font-size: 1.1em;
}

#navlinks ul ul{
	position: relative;
	top: 0;
	background-color: #666666;
	list-style-type: square;
	color: #990000;
	font-size: 0.9em;
	padding: 10px 0 10px 0;

}
#navlinks ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: 100;
}

#navlinks ul li a:hover {
	color: #fff;
	font-weight: 600;
}
*/
.left {
	float: left;
	width: 210px;
	margin-top: 10px;
	background: #cccccc;
}
.left h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 0.9em;
	background: #990000;
}
.left ul {
	list-style-type: square;
	color: #990000;
	padding: 10px 0 10px 20px;
}
.left ul li a {
	color: black;/*#fff*/
	text-decoration: none;
	font-size: 0.8em;
	font-weight: 100;
}
.left ul li a:hover {
	color: black;/*#fff;*/
	font-weight: 600;
}

#inhalt {
	margin-left: 200px;
	padding: 20px;
}
h2{
	font-size: 1.2em;
	padding: 10px;
	color: #990000;
	font-weight: bold;
}
h3{
	font-size: 1.1em;
	padding: 10px;
	color: #990000;
	font-weight: bold;
}
h4{
	font-size: 1.0em;
	padding: 10px;
	color: #990000;
	font-weight: bold;
}
a:link {
text-decoration: none;
color: #990000; }
a:visited {color: #666666; }
a:hover, a:focus {
text-decoration: none;
font-weight: bold; }
a:active {color: #666666; }


#fusszeile {
	font-size: 0.7em;
	text-align: center;
	padding-top: 10px; /*unterhalb rahmenlinie*/
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top: 2px solid #cccccc; /*Rahmenlinie oben*/
	margin-top: 20px; /*Außenabstand oben, oberhalb Linie*/
}
