/* ------------------------------------------------------ BASICS */

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}


html {
	background: #fff;
	}

body {
	height: 100%;
	overflow: auto;

	/* - - - - - - - - - - - - - - - - - - - - - - - - Typo global */
	font-family: Arial, "Times New Roman", "Trebuchet MS", serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-stretch: normal;
	
	line-height: 1.4em;
	white-space: normal;
	text-align: left;

	text-decoration: none;
	text-transform: none;
	letter-spacing: 0px;

	/* - - - - - - - - - - - - - - - - - - - - - - - - Einstellungen global */
	color: #444;
	background: #fff;
	border: none;
}

a, img {
	outline: none; /* gegen hyperlink-Rand im Firefox */
	text-decoration: none;
	border: 0;
	}

.clearer {
	display: block;
	float: left;
	width: 100%;
	clear: both;
	line-height: 4px;
	height: 4px;
	}

.linie {
	display: block;
	float: left;
	width: 100%;
	clear: both;
	line-height: 1px;
	height: 1px;
	border-top: 1px solid #999;
	margin: 4px 0;
	}
	
.linie_hell {
	display: block;
	float: left;
	width: 100%;
	clear: both;
	line-height: 1px;
	height: 1px;
	border-top: 1px dotted #c93;
	margin: 4px 0;
	}
	
a:link, a:active, a:visited, a:focus {
	color: #333;
	}

a:hover, .aktiv a {
	color: #c93;
	}


/* ------------------------------------------------------ */

#bildcontainer {
	float: left;
	margin-bottom: 20px;
}

#bildcontainer img {
	vertical-align: top;
}


#main {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 780px;
	margin: 0 0 0 -390px;
	background: #fff;
	}
	
#headnavi {
	position: relative;
	top: 0;
	left: 0;
	width: 780px;
	height: 80px;
	margin-bottom: 20px;
	background: #fff;
	}
	
.home {
	position: absolute;
	bottom: 0;
	right: 0;
	}
	
.home img {
	vertical-align: top;
	}
	
.adresse {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	}

#mainnavi {
	float: left;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 40px;
	}

#mainnavi li {
	float: left;
	font-size: 22px;
	}
	
.start {
	margin-top: 20%;
	text-align: center;
	}
.startnavi {
	display: block;
	margin-top: 20px;
	font-size: 14px;
	}
	
#subnavi {
	float: left;
	width: 100%;
	}
	
#subnavi li {
	float: left;
	font-size: 11px;
	}
	
.fliesstext {
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 26px;
	margin-top: 12px;
	margin-bottom: 24px;
	}

.marginal {
	float: left;
	width: 100%;
	font-size: 11px;
	line-height: 14px;
	margin: 4px 0;
	}
