* {
	padding:0;
	margin:0;
}

body {
	background: transparent url(images/bg_body.gif) center top repeat-y;
}

.pfeil_unten {
	background: transparent url(images/pfeil_unten.gif) left center no-repeat;
}

.pfeil_oben {
	background: transparent url(images/pfeil_oben.gif) left center no-repeat;
}

.pfeil_links {
	background: transparent url(images/pfeil_links.gif) left center no-repeat;
}
.pfeil_rechts {
	background: transparent url(images/pfeil_rechts.gif) left center no-repeat;
}

.linkbox { 
	border: 2px solid #444;
	background-color: #666;
	color: #EEE;
	width: 270px;
	margin: 1em 0 0.5em 20px;
}

.navbox {
   float: right;
   border: 2px solid #444;
	background-color: #666;
	width: 270px;
	margin: 1em 0 0.5em 20px;
}

#container {
	width : 800px;
	margin: 1px auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #555; 
	font-size: 100%;
}

#header {
	width: 100%;
	height: 200px;
	background: transparent url(images/bg_header.jpg) 0 0 no-repeat;
}

#header h1 {
	margin-left: -9999px;
}

#content {
	background: #c3d0e0 url(images/bg_content.jpg) 0 0 no-repeat;
	padding: 10px 220px 30px 30px;
}

#content a {
   text-decoration: none;
   color:  #ef9623;
}

#content a:hover {
   text-decoration: underline;
}

#content h2 {
	font-size: 120%;
	padding-top: 0.75em;
	border-bottom: 1px dotted;
	color : #ef9623;
}

#content p { 
	font-size: 80%;
	line-height: 1.2;
	padding: 0.4em 0 0.4em 20px;
}
#content ul {
	padding: 0.5em;
}

#content li.aufzaehlung {
	font-size: 80%;
	padding: 0 0 0 0px;
	margin-left: 30px;
	list-style-type: square;
}

#content ul li {
	list-style: none;
	font-size: 85%;
	margin:0;
	padding: 5px 0 5px 30px;
}

#content ul li a {
	text-decoration: none;
	color:  #ef9623;
	font-weight: bold;
}

#galerie {
	clear: right;
}

#galerie div.foto {
  border-top: 1px solid;
  padding: 10px 0; 
}  

div.foto p {
  width: 175px;
  padding-top: 20px;
  font-size: 80%;
  float:right;
}

div.schatten { 
  background: transparent url(images/bg_schatten.png) 0 0 no-repeat;
  position: relative;
  margin: 10px 0 10px 20px;
  left:8px;
  top: 8px;
}  

div.schatten img {
  position: relative;
  left: -8px;
  top: -8px;
  border: 1px solid;
}


#footer {
	clear : both;
	width : 100%;
	background-color: #555;
	color: #ef9623;
	border-top: 5px solid #EEE;
}

#footer p {
	padding : 0.5em 20px;
	font-size:75%;
	text-align: right;
	
}

#footer a{
	color:  #ef9623;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}