﻿* { padding: 0; margin: 0; }
html { height:101%; } /* erzwingt Scrollbar in Firefox */

body {
	color: #996600; /* Schriftfarbe */
	background-color: #E4E4E4;
	text-align: left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 180%;
	background-image: url(../img/bg.jpg);
}

img {
	border: 0;
}

#wrapper{
	background-color: #fff;
	width: 850px; /* Breite Inhaltsbereich */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#kopfbereich{
	overflow: hidden;
	height: 50px;
	color: #000000;
	padding: 65px 20px 0 30px;
	background-image: url(../img/bg2_01.jpg);
}

#hauptnavi {
	overflow: hidden;
	height: 16px;
	background-image: url(../img/bg2_02.jpg);
	font-size: 13px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 49px;
	letter-spacing: 0.0em;
}


#hauptnavi li {
	display: inline;
	list-style-type: none;
	margin: 6px;
	line-height: 1.5em;
	text-decoration: none;
}

#hauptnavi a:link {
	color: #000066;
	text-decoration: none;
}

#hauptnavi a:hover {
	background-color:#AD0516;
	color:#FFFFFF;
}

#hauptnavi a:visited {
	color: #999999;
	text-decoration: none;
}

#textbereich {
	overflow: hidden;
	background-image: url(../img/bg2_02.jpg);
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 55px;
}
td {
	color: #996600;
}


#fussbereich {
	clear: both;
	background-position: center;
	background-repeat: no-repeat;
	height: 50px;
	color: #8c8c8c; /* Schriftfarbe */
	text-align: center;
	padding: 5px 40px 10px 60px;
	margin-top: -1px; /*Außenabstand oben, oberhalb Linie */
	background-image: url(../img/bg2_03.jpg);
}

h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	font-style: normal;
} 
  
 
h2 {
	font-size: 26px;
	font-weight: normal;
	padding-bottom: 2px;
	font-style: italic;
}

h3 {
	font-size: 110%;
	margin: 0 0 1em 0;
}

address {
	font-variant:small-caps;
	font-style: normal;
	color: #333366;
	line-height: 2.5em;
}
/* Hyperlinks */

a:link {
	color: #000066;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #660000;
	text-decoration: underline;
}

/* Benutzerdefinierte Klassen */

.text {
	font-size: 12px;
	line-height: 140%;
	letter-spacing: .08em;
	padding-left: 10px;
	padding-right: 30px;
}
.zitat {
	font-size: 12px;
	line-height: 140%;
}

.zitati {
	font-size: 10px;
	font-style:italic;
}

.kopfzeile {
	padding: 0px;
   line-height: 1.5em;  /* Zeilenabstand */ 
	margin: 50px;
}


h2, p, ul, ol { margin-bottom: 1em;}

ul ul {margin-bottom: 0; }

li { margin-left: 1em; }

.strong {
	font-weight:bold;
}
