@charset "utf-8";

html, body {
    height: 100%;
 
}

#main {display: table; width: 100%; height: 100%; vertical-align: middle;}

#container-startseite {
	margin: auto;
	display: table-cell;
	height: 350px;
	width: 550px;
	text-align: center;
	vertical-align: middle;
	padding-top: 100px;
}

a {
	font-size: 14px;
	color: #333;
}

a img {border: none;}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: inherit;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

#inhalt {
	background-color: #FFF;
	background-image: url(../images/bg-text.jpg);
	background-repeat: no-repeat;
	height: 85px;
	width: 970px;
}
#inhalt-it {
	background-color: #FFF;
	background-image: url(../images/bg-text-it.jpg);
	background-repeat: no-repeat;
	height: 85px;
	width: 970px;
}
#inhalt-en {
	background-color: #FFF;
	background-image: url(../images/bg-text-en.jpg);
	background-repeat: no-repeat;
	height: 85px;
	width: 970px;
}
#inhalt-o {
	background-color: #FFF;
	background-image: url(../images/bg-text-o.jpg);
	background-repeat: no-repeat;
	height: 85px;
	width: 970px;
}
#text {
	
	font-size: 12px;
	color: #333;
	float: left;
	padding-left: 20px;
	height: 65px;
	width: 550px;
	margin-top: 7px;
}
#footer a img {
	border: none;
}
#adresse, #adresse a{
	font-size: 10px;
	color: #6D5E49;

}
#adresse {
	padding-right: 20px;
}


#container {
	margin: auto;
	height: 730px;
	width: 970px;
}
#container menu {
	margin: auto;
	height: 127px;
	width: 970px;
}
#container main {
	height: 603px;
	width: 970px;
	margin: auto;
}
#header {
	height: 170px;
	width: 970px;
}
#balken {
	height: 5px;
	width: 970px;
	margin: 0px;
	padding: 0px;
}

#bild {
	height: 349px;
	width: 970px;
	margin: 0px;
}

#ani {
	height: 501px;
	width: 970px;
	margin: 0px;
}
#title {
	float: left;
	padding-top: 7px;
}

#title h2 {
	font-size: 18px;
	color: #6D5E49;
	font-weight: normal;
	padding-top: 0px;
	padding-left: 60px;
	line-height: normal;
	display: inline;
}

#info {
	cursor: pointer;
	float: left;
	height: 50px;
	width: 150px;
}
#menu h2, #footer h2 {
	visibility: hidden;
	line-height: normal;
	display: inline;
	overflow: hidden;
}
#adresse-startseite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6D5E49;
}
div#bild img {border: none;}

#balken img {display: block;}
#menu object {display: block;}

label.labelfix {
	display: block;
	float: left;
	width: 110px;
	clear: both;
}

.message {
	color: red;
	font-size: 90%;
}

td input {
	float: left;
}