﻿
html,body {
  margin: 0px;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  background-color: white;
}


body  {
	padding-bottom: 40px;
}

img {
  border: none;
  vertical-align: middle;
}

img.right {
	float: right;
}

input, textarea {
	width: 98%;
}

select {
	width: 50%;
}

#imglogo {
	position: absolute;
	left: 8px;
	top: 24px;
}

#imgslogan {
	position: absolute;
	left: 312px;
	top: 24px;
}

#imgiso {
	position: absolute;
	top: 18px;
	right: 8px;
	height: 60px;
}

#imgmv {
	position: absolute;
	top: 18px;
	right: 8px;
	height: 60px;
}

div.error {
	color: white;
	padding: 32px;
	background-color: red;
	font-size: 18px;
}

div.page {
	max-width: 792px;
	padding: 8px;
	margin: auto;
	text-align: left;
}

div.pagefotos {
	#max-width: 792px;
	padding: 8px;
	margin: auto;
	text-align: left;
}

div.kontakt {
	margin: 16px;
	padding: 16px;
	padding-top: 0px;
	width:  320px;
	border: 1px solid black;
	float: left;
	box-shadow: 4px 4px 4px gray;
	vertical-align: top;
}

div.partner {
	margin: 16px;
	padding: 16px;
	float: left;
}


div.text {
	width: 70%;
	float: left;
	border: 2px solid blue;
}

div.fotos {
	width: 25%;
	float: left;
	border: 2px solid green;
}

div.fotos img {
	width: 150px;
}

div.banner {
   width: 800px;
   height: 96px;
   margin: auto;
   position: relative;
}

div.vcard {
	margin: 16px;
	padding: 8px;
	width:  340px;
	height: 200px;
	border: 1px solid black;
	float: left;
	box-shadow: 4px 4px 4px gray;
}

div.vcard img {
	height: 200px;
	float: left;
	padding-right: 16px;
}

div.anfahrt {
	margin: 16px;
	padding: 16px;
	padding-top: 0px;
	width:  190px;
	height: 300px;
	border: 1px solid black;
	float: left;
	box-shadow: 4px 4px 4px gray;
}



div.leistung {
	margin: 16px;
	padding: 16px;
	padding-top: 0px;
	border: 1px solid black;
	box-shadow: 4px 4px 4px gray;
}

div.leistung img {
	float: right;
	padding: 0px;
	margin: 8px;
	margin-top: 16px;
	height: 150px;
	width: 150px;
}


div.foto {
	margin: 16px;
	padding: 0px;
	width:  352px;
	-height: 280px;
	border: 1px solid black;
	float: left;
	box-shadow: 4px 4px 4px gray;
	vertical-align: top;	
}

div.foto2 {
	margin: 16px;
	padding: 0px;
	-width:  352px;
	height: 302px;
	border: 1px solid black;
	float: left;
	box-shadow: 4px 4px 4px gray;
	vertical-align: top;	
}
div.foto2 img {
	height: 280px;
}

div.foto, div.foto2 div {
	padding: 3px;
}

div.foto img {
	#float: right;
	width: 100%;
}

div.partner img{
	width: 100%;
	max-width: 400px;
}

-img.map {
	margin-top: 16px;
	border: 1px solid black;
	box-shadow: 4px 4px 4px gray;
}


header {
	background-color: white;
	background-image: url(img/header.gif);
	text-align: center;
}

article {
	text-align: center;
}

nav, footer {
	color: white;
	padding: 8px;
	background-color: #606060;
	background-image: url(img/menubkgnd.gif);
	background-size: 100% 100%;
	vertical-align: middle;
	text-align: center;
}

nav a,footer a{
	margin: 4px;
	margin-top: 8px;
	color: white;
	font-weight:bold;
}

nav a {
	font-size: 15px;
}

nav a:hover, footer a:hover {
	color: #ccddff;
}

nav a:active, footer a:active {
	color: #aabbff;
}


footer {
    position: fixed;
	bottom: 0;
	left: 0; 
	right: 0;
}

.center {
		text-align: center;
}

ol.e1 {
	list-style-type: upper-roman;
}

ol.e3 {
	list-style-type: lower-alpha;
}

li {
	margin: 4px;
}

dt {
	font-weight: bold;
}

dd {
	padding-bottom: 16px;
}

span.tel {
	color: navy;
}

span.fotocap {
	height: 58px;
}

td {
	vertical-align: top;
}

a {
	text-decoration:none;
	-font-weight:bold; 
	color: black;

}	   

a:hover {
	
}

a:active {
	
}	   
	   
