﻿body {
	color: #a3907c;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	background-image:url('/images/back_grau.gif');
	text-align:center;
}

#dekostreifen1 {
	position:absolute;
	top:10px;
	left:0px;
	width:100%;
	height:64px;
}
#deko1 {
	position:relative;
	top:0px;
	width:100%;
	height:64px;
	text-align:center;
}

#logostreifen {
	position:absolute;
	top:74px;
	left:0px;
	width:100%;
	height:60px;
	background-image:url('/images/linie_01_neu.gif');
	background-repeat:repeat-x;
}
#logo {
	position:relative;
	top:0px;
	width:100%;
	height:52px;
	text-align:center;
	color:#FFFFFF;
}

#logo p {
	margin-top:20px
}

#dekostreifen2 {
	position:absolute;
	top:134px;
	left:0px;
	width:100%;
	height:64px;
}
#deko2 {
	position:relative;
	top:0px;
	width:100%;
	height:64px;
	text-align:center;
}




#topnav {
	position:absolute;
	left: 0px;
	top: 228px;
	width: 100%;
	height: 50px;
	background-color:#e2f7c2;
	background-image:url('/images/punkt.gif');
	background-position:left top;
	background-repeat:repeat-x;
}
#topnav ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	text-align:center;
}
#topnav li {
	text-decoration: none;
	text-align:center;
	display:inline;
	padding:0 5px 0 5px;
}
#topnav a {
	text-decoration: none;
	color: #e95086;
	font-weight:bold;
}
#topnav a:hover {
	text-decoration: underline;
}
#topnav .aktiv a {
	text-decoration: underline;
}

#mainnav {
	position:absolute;
	top:250px;
	left:0px;
	width:100%;
	min-height:300px;
	background-color:#838383;
	color:#FFFFFF;
	}
#text {
	position:relative;
	width:100%;
	text-align:center;
	margin: 0 auto;
	width: 550px;
	margin-top:30px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	font-weight:bold;
}
img {
	border:0;
}

a, a:active, a:focus, a:hover, a:link, a:visited {
	color:#FFFFFF;
}


