﻿
html {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	height: 100%;
	width: 1000px;
	margin: 0;
	padding: 0;
	font-size: 100.1%;
	background-color: #FEFEFE;
	background-image: url(../bilder/bg-unten.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-attachment: fixed;
}

/* Navigationsleiste oben */

#topnavi {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 80px;
	text-align: right;
}

#logo {
/*	margin: 8px 10px 5px 20px; */
	margin: 3px 5px 0 30px;
	float: left;
}

#textmenue {
	position: relative;
	right: auto;
	height: 75px;
	padding: 0;
	margin: 0;
	float: right;
	color: #e0654c;
	background-color: transparent;
	font-family: verdana, helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	vertical-align: baseline;
}

/* Ende Navigationsleiste oben */