html { height: 101%;}
* { padding: 0; margin: 0;}

body {
  color: #FFF;
  background: #333333 url(../gfx/bg_seite.gif) no-repeat center top;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	DIV-Bereiche
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#wrapper {
	color: #FFF;
	width: 720px;
	margin: 0px auto;

}
#kopfbereich {
  color: black;
  background: #FFF url(../gfx/bg_kopf.jpg) no-repeat;
  height: 250px;
}

#infospalte {
	float: right;
	width: 200px;
	padding: 40px 0px 0 0px;
	}

#textbereich {
	color: #000;
	min-height: 540px;
	width: 540px;
	padding: 40px 0px 0 60px;
	}

#fussbereich {
 	height: 40px;
  	padding: 10px 0px 5px 0px;
  	border-top:1px dotted #999;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	F U S S
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#fussbereich address {
	text-align: center;
	color:#000;
	font-size: 70%;
	font-style: normal;
	letter-spacing: 1px;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Allgemeine HTML-Elemente
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
h1 {
	font-size: 120%;
	letter-spacing: 2px;
	margin-bottom: 0.7em;
	color: #FFF;
	}
h2 {
	font-size: 105%;
	margin-bottom: 0.5em;
	color: #FFF;
	}
p { 
	margin: 0 0 1em 0;
	line-height: 1.8em;
	}
	
p a {
	outline: none;
	color: #C35A05;
	}
p a:hover, p a:active { color: #CC3300; }


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Sonstiges
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.skiplink { display: none; }
a.toplink { font-size: 70%; letter-spacing: 1px; float:right; }

