@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
*    {padding: 0;margin: 0;border: 0;}
body {background: rgb(252,246,241) ;color: rgb(116,63,34);
      font-family: "Lucida Grande","Lucida Sans Unicode", Geneva, Verdana, sans-serif;
      font-size: 80%;
      line-height: 1.45em;
      text-align: center;}
	  
/* Typografie
----------------------------------------------- */
.active { text-decoration:underline;}
a.extern {color:rgb(187,167,155);}
.kursiv {font-style:italic;}
.impr {text-align:left;line-height:1.5em;}


a {	text-decoration: none;}
a:hover { text-decoration: underline; }
a:active,  a:focus { text-decoration: underline; }

h1, p, a {color: rgb(116,63,34);}


h1 {
font-family: Georgia, "Times New Roman", Times, serif;
padding-top:20px;
text-align:center;
font-size: 4em;
font-weight: normal;}

ul {list-style-type: none;}


/* Layout
----------------------------------------------- */
#container0 {
margin: 7% auto 1px auto;
padding-left:25px;
width: 700px;
height:496px;
background-image:url(/images/haende.jpg);
background-repeat: no-repeat;
color: #3F3F3F;
text-align: left;}

#container {
margin: 7% auto 1px auto;
padding-left:25px;
width: 700px;
height:496px;
background-image:url(/images/haendehell.jpg);
background-repeat: no-repeat;
color: #3F3F3F;
text-align: left;}

#menue {
margin-top:125px;

width: 200px;
line-height:2em;}

#content {
position:absolute;
margin-top:-127px;
margin-left:195px;
width: 400px;
text-align:center;
line-height:2em;}

#content1 {
position:fixed;
margin-top:40px;
margin-left:167px;
text-align:center;
line-height:2em;}

#footer {
margin: 4px auto 1px auto;
width: 700px;
height: 1px;
background-image:url(/images/line.jpg);
background-repeat: no-repeat;}

#footer1 {
margin: 0 auto 1px auto;
padding-top:5px;
padding-bottom:20px;
width: 700px;
height: 15px;}
