
html {
	margin:0;
}
body {
	margin:0;	
	background-color:#FEF3D5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}

a:link, a:visited {
	color:black;
}

#bildleiste {
	margin:0;
}

#bildleiste img {
	display:block;
}

/*Slide-Show*/


#css_slideshow {
	position:relative;
	width:100%;
}

#css_slideshow img {
	display:block;
	width:100%;
}

.slider {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

.pic1 {
	-webkit-animation: haus1 20s infinite;
	animation: haus1 20s infinite;
}

.pic2 {
	-webkit-animation: haus2 20s infinite;
	animation: haus2 20s infinite;
}

.pic3 {
	-webkit-animation: haus3 20s infinite;
	animation: haus3 20s infinite;
}


@keyframes haus1 {
	0% {opacity: 1;}
	31% {opacity: 1;}
	35% {opacity: 0;}
	95% {opacity: 0;}
}

@keyframes haus2 {
	0% {opacity: 0;}
	31% {opacity: 0;}
	35% {opacity: 1;}
	66% {opacity: 1;}
	70% {opacity: 0;}
	100% {opacity: 0;}
}

@keyframes haus3 {
	0% {opacity: 0;}
	66% {opacity: 0;}
	70% {opacity: 1;}
	97% {opacity: 1;}
	100% {opacity: 0;}
}	

a img {
	border:0px;
}

/*Navigation*/

#nav a {
	text-decoration:none;
	color:white;
}

#nav  {
	background-color:#284B67;	
	font-family:Bradley Hand ITC, Lucida Handwriting, Verdana;
	color:white;
	font-weight:bold;
}

#nav ul li {
	list-style-type:none; 
    white-space: nowrap;
}

#titel1 h1 {
	font-family:Bradley Hand ITC, Lucida Handwriting;
	text-align:center;
}

/*Allgemein*/

p {
	clear:both;
}

.text {
	text-align:center;
}

.impressum {
	clear:both;
	text-align:center;
}

/*Index*/
#adresse {
	text-align:center;
}

#facebook {
	display:inline-block;
	width:3%;
	vertical-align:baseline;
}

/*Wohnungen*/

#ausst {
	text-align:center;
}

#tabelle {
	display:table;
}

.zeile {
	display:table-row;
}

.feld {
	display:table-cell;
}

#backtotop {		
	position: fixed;
    right: 1%;
    bottom: 3%;
	padding:1% 2% 0;	
	border:1px solid #284B67;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height:1.3em;
	background-color:rgba(40,75,103,0.8);
	color:white;
	text-shadow:  
     1px  1px 1px #284B67,
     1px -1px 1px #284B67,
    -1px  1px 1px #284B67,
    -1px -1px 1px #284B67;
}

.backtotop_hidden {
		opacity:0;
}

#gruendeich iframe, #hollern iframe {
	max-width:400px;
}

/*Ausflüge SVG*/
  
rect:hover {
	fill: #FEF3D5;
	opacity:0.5;
}

