html, body, iframe {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	line-height: 1.6em; 
	scrollbar-3d-light-color: #ccc; scrollbar-arrow-color: #fff; scrollbar-base-color: #000; scrollbar-dark-shadow-color: #431B13; scrollbar-face-color: #D78737; scrollbar-highlight-color: #e7bb69; scrollbar-shadow-color: #431B13; scrollbar-track-color: #431B13;
}

p, td{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 1.6em;
	margin-right: 12px;
	margin-left: 0px;
}
td {
	line-height: 17px;
	margin-right: 12px;
	margin-left: 0px;
}
li {
	margin-left: 0px;
	line-height: 2.2em;
	list-style-image:url(Bilder/list.jpg);
	list-style-position: inside;
	overflow:visible;


}
a, a:link, a:visited, a:active {
	color: #FCD8A0;
	font-weight:bold;
	text-decoration: none;
}


 a:hover, a:focus, {

	text-decoration: none;
}
h1 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #FCD8A0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	letter-spacing: 0.3em;
}
h2 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #E7BB69;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -12px;
	margin-left: 0px;
	letter-spacing: 0.3em;
}
ul {
	margin-left: 0px;
	padding-left: 0px;
	overflow:visible;}
	
.block{
	background-color: #751313;
	display: block;
		width:136px;
	padding:2px;
	}
.rightpic{
	clear:both;
	width:180px;
	height:auto;
	padding:10px;
	float:right;}
	
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #b91025;
	border: 1px #e7bb69;
	cursor:pointer;
}
#Kontakt {
	position:relative;
	width:140px;
	height:520px;
	left:20px;
	top:58px;
	overflow:hidden;
	line-height:1.5em;

}

	
/* The Morpher */

	.photoArrow {
	display: none;
	padding: 0.1em;
	text-align: center;
	cursor: pointer;
		float: left;

} 
.photoPrevActive {
	display: block;
	float: left;
	font-size: 11px;
	line-height: 13px;
}
.photoNextActive {
 display: block;
 font-size: 11px;
line-height: 13px;
 float: left;
}


.photoListActive {
 margin: 0 0 1em 0;
 padding: 0em 0em;
 text-align: left;
 list-style: none;
 list-style-image:none;
}
.photoListActive li {
 margin: 0;
 padding: 0;
 display: none;
 list-style-image: none;

}
.photoListActive li.photoItemActive {
 display: block;
 list-style-image: none;


}
.photoListActive a {
 color: #8d0707;
  list-style-image: none;
 
}


/* It's a good idea to wrap your photos in an area the size of the largest photo */

.photoContainer {
  height: 280px;
  width: 460px;
  text-align: left;
  list-style-image: none;

}


/* OK, the photo area itself. Nothing too special here, a border and some padding. */

.photoArea {
 position: relative;
 visibility: hidden;
 margin: 0 auto 0 auto;
  list-style-image: none;
   	clear:both;

}
.photoAreaActive {
 visibility: visible;
 border: 0px solid #fff;
 padding: 0px;
 	text-align: left;
	 list-style-image: none;

}


/*
 The AutoPlay setup is complicated; the two styled spans are alternately hidden and
 shown depending on the script state. I also have a small loading message that is
 shown to the right.
*/

.photoAutoDisabled {
 display: none;
}
.photoAutoPlay, .photoAutoPause {
	display: block;
	padding: 0.1em;
	font-size: 11px;
	line-height: 13px;
	color: #999999;
	cursor: pointer;
	float: left;
}
.photoAutoPlay span, .photoAutoPause span {
 display: none;
 width: 5em; /* IE/Mac fix */
}
.photoAutoPlay .photoAutoPlayLabel {
 display: block;
}
.photoAutoPause .photoAutoPauseLabel {
 display: block;
}

.photoLoadMessage {
 float: left;
 visibility: hidden;
 font-style: italic;
 text-align: left;
}
