html {}
body {

	background:url(images/bg_seite.gif) repeat-x;
	background-color: #191919;
	color: #ffffff;
	font-family: Gill Sans, Tahoma, Verdana, Helvetica, Arial, Sans Serif;
 	font-size: 101%;
	margin: 0px;
	text-align:center;
}

div,img {
border:0px;
margin:0px;
padding:0px;
}


.hide
{
	display: none;
}


#seite   {
border: 0px;
	width: 787px;
	margin: 0 auto;
	text-align: left;
	border: 0;
}

a span {
  display: none;
}


a:link, a:visited {color: #ff0000; text-decoration: underline;}
a:hover {color: #666666; text-decoration: none;}


/*HEADER -------------------------------------------------*/

div#header {
clear: both;
height: 164px;
margin: 0 0 0 0;
background-color:#b60000;
border:0;
}



/*Schmuck -------------------------------------------------*/

#schmuck {
width: 787px;
background-color: #1e9f00;
margin:0 0 0 0;
}


/*INHALT -------------------------------------------------*/

#inhalt {
margin: 0;
background-color: #000000;
border: 0;
padding:20 40 20 40;

}

#inhalt img {
float:left;
border: 1px solid #ffffff;
margin: 10 30 10 0;

}

h1 {
font-size:100%;
padding:0 0 0 0;
}

h2 {
font-size:95%;
padding:0 0 0 0;
}

p {
font-size:90%;
line-height: 140%;
font-weight:lighter;
padding:0 100 20 0;
border-bottom: 1px solid #333333;
background-image: url(images/bg_absatz.gif);
background-repeat: no-repeat;
background-position: right bottom;
}

#inhalt ul {
font-size:90%;

}



/*FOOTER -------------------------------------------------*/

#footer {
text-align:center;
margin: 20 0 20 0;
padding: 0 0 60 0;
border:0;
background-image: url(images/bg_footer.gif);
background-repeat: no-repeat;
background-position: bottom;
}


