* {
	margin: 0px;
	padding: 0px;
}
.vollhoehe {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.logo {
	font-size: 18px;
}

.logo a {
	color:#3a3232;
}

.logo a:hover, .logo a:active {
	color:#3a3232;
	font-weight: normal;
}

.hauptnavigation {
	font-size: 13px;
}
.subnavigation {
	font-size: 11px;
}
a {
	color: #675858;
	text-decoration: none;
	outline:none;
}
a:hover, a:active, a.aktiv {
	color: #312c2c;
	font-weight: bold;
}
.untertitelbilder {
	font-size: 10px;
	color: #312c2c;
}
.thumb {
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a img { border:none;}

.fliestext {
	font-size: 11px;
}

.fliestext a { 
	font-weight:normal;
}
.fliestext a:hover { 
	text-decoration:underline;
}

.fixx { position:fixed;}
@media screen and (max-width:480px) { 
.fixx { position: absolute; }
}
.unsichtbar {
	display: none;
}
