/* CSS Document */

*{
	padding: 0;
	margin: 0;
	border: 0;
}



html, body {
 	height: 100%; /* wichtig */
	font-family: "Arial MT", Arial, Helvetica, sans-serif;
	color: #585858;
	background: #fff url(../images/streifenkachel.gif) repeat-x; 
	}
	


#box{
	width:980px;
	margin:0;
	position: relative;
  	min-height: 100%;
	height:auto !important;/* moderne Browser */
	height:100%; /* IE */
	background:  url(../images/navkachel.gif) repeat-y;
}

#header{
	height:110px;
	width: 980px;
	z-index:0;
}

* html #inhalt {
	height: 1%;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
	margin-bottom: -3px;
}


#footer {
  	width: 100%;
  	background:  url(../images/navkachel.gif) repeat-y;
  	position: absolute;
  	bottom: 0;
  	height: 20px;
 	line-height: 20px;
}





ul {
      margin: 0;
      padding: 0; } 


#menu {
font-family: "Arial MT", Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
position: absolute;
list-style: none;
width: 152px;
left: 20px;
margin: 0;
}

#menu a, #menu a:active, #menu a:visited {
border-bottom: 3px solid #555;
text-decoration: none;
height: 20px;
display: block;
padding: 0 0 0 5px;
width: 152px;
color: #585858;
}

#menu a:hover {
color: #3a3a3a;
}

#menu .orange {
background-color: #fdaa33;
}

#menu .grau {
background-color: #9c9c9c;
}





#text {
	font-family: "Arial MT", Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
position: relative;
width: 275px;
left: 200px;
}

#text p { 
	font-size: 13px; 
	line-height: 18px;
	margin-bottom: 10px; 
}

#text .orange { 
	color: #e58d1c;
}

#text h1 { 
	font-weight: bold; 
	font-size: 17px; 
	line-height: 24px;
}


#text a:link { 
	text-decoration: none; 
	color: #585858;
}
#text a:visited { 
	text-decoration: none; 
	color: #585858;
}
#text a:hover, a:active { 
	text-decoration: none; 
	color: #2a2a2a;
}



#thumbs {
	position: absolute;
	left: 495px;
	top: 156px;
	margin: 0;
	width: 480px; 
	height: 340px;
	background-color: #ffffff;
}

.thumbs {
	padding-right:15px; 
	padding-bottom:15px;
	border: none;
	outline: none;
}

#bild {
	position: absolute;
	left: 495px;
	top: 156px;
	margin: 0;
	width: 455px; 
	height: 340px;
	background-color: #c8c8c8;
}

#bildunterschrift {
	font-size: 12px;
	line-height: 17px;
	padding: 2px 0 0 5px;
}		


a {
   outline: none;
}

dl {
	margin: 0px; 
	padding: 0px;
}

dt {
	float: left;
	margin-right: 0px; 
	padding: 0px;
	display: inline;
}

dd {
	display: block;
	padding: 0px;
	margin-left: 30px;
}

.pfeil{
	margin-left: -10px;
	position: relative;
}
