/* Diese Formatierungen beeinflussen das Design der Hompage,  Änderungen nicht empfehlenswert*/

/* ===================================
	Allgemein
====================================*/
* { margin: 0; padding: 0; }	/* alle Abstände auf Null setzen */
html { height: 101%;} 	/* erzwingt Scrollbalken in Firefox */

/* ===================================
	Hintergrund/ Bilder
====================================*/
body {background: #666633 url("images/hintergrund.gif") repeat;
margin: 0; padding : 0; 
text-align: center; font-family : Arial, Helvetica, Verdana, sans-serif;
font-size: 13px; line-height: 18px;
color : #333333;}

#header {width: 750px; height: 210px;
background: #FFFFFF url("images/keyvisual.jpg") no-repeat;
background-position: top right;}

#wrapper {width: 750px;
background: #FFFFFF; border: solid 10px #FFFFFF;
margin: 30px auto; 
text-align: left;}

/* ===================================
	Navigation
====================================*/
#navigation {list-style: none; background-color: #E5E5E5;
z-index: 2; border-right: 1px solid #fff;
height: 210px; width: 150px;
text-decoration: none; outline: none;}

#navigation li a {width: 135px; height: 28px; display: block;
border-bottom: 1px solid #FFFFFF;padding-left: 15px;
font: normal 11px/24px Verdana, Arial, Tahoma, sans-serif;
color: #000000;}

#navigation li a:hover {background-color: #666633; color: #FFFFFF}
#navigation li a:active {background-color: #999966;}

#current a {background-image: url("images/quadrat_d.gif");
background-repeat: no-repeat;
background-position: 3% 45%;}

/* ===================================
	Inhalt und Textformatierungen
====================================*/
#inhalt {background-color: #E5E5E5;
width: 565px; min-height: 350px; 
padding: 20px 24px 60px 10px ;
margin: 20px 0  0 151px;}

h1, h2  {cursor: default; float: left; padding-left: 10px;}
h2, h3  {arial, verdana, tahoma, sans-serif;}

h1 {width: 140px; height: 30px;
background-color: #999966;
font-size: 15px;
line-height: 30px;
margin: 1px 1px 1px 0;}

h2 {width: 589px; height: 30px; 
background-color: #666633; color: #FFFFFF;
font-size: 16px; margin-top: 1px;
line-height: 30px;
padding-top: 0px;
margin-bottom: 0px;}

h3{font-size: 15px;
line-height: 25px;
margin: 20px 0 10px 0;}

p {margin-bottom: 10px;}
p span, li span {font-weight: bold;}


/* ===================================
	Auflistung
====================================*/
ul {list-style-type: none;
list-style-position:inside;
padding: 0; margin: 0;
padding-left: 15px;}

#auflistung li {list-style-image: url("images/quadrat_h.gif");
list-style-position: outside;
padding: 0px;
margin-bottom: 5px;}


/* ===================================
	Hyperlinks
====================================*/
a, a:hover, a:visited {text-decoration: none; outline: none; }

a {color: #666633; font-weight: bold;}
a:visited {color: #C0C0C0; font-weight: bold;}
a:hover {color: #990000;}

.uplink {background-image: url("images/up.gif");
background-repeat: no-repeat;
background-position: 0% 0%;
padding-left: 15px; margin-left: 0px;}

a.uplink {color: #999966; font-weight: semibold;}
a.uplink:hover {color: #666633; }

/* ===================================
	Fussbereich 
====================================*/
#fussbereich {clear: both;
width: 579px; padding-top: 5px; margin-left: 155px;}
#fussbereich a {font-size: 12px;}
#fussbereich p {margin-bottom: 0;}

/* ===================================
	Copyright
====================================*/
#copyright {text-align: right; font-size: 10px; margin-top: 20px; cursor: default;}




