body {
	margin: 0px;
	text-align: center;
	background-color: #89A1AD;
	font-family: arial, helvetica, sans-serif;
}

a:link, a:visited {
color: #FCB525;
font-weight: bold;
text-decoration: none;
font-size: 11pt;
}

a:hover, a:active {
text-decoration: underline;
}

h1 {
font-size: 14pt;
font-weight: normal;
margin: 0px;
margin-bottom: 20px;
}

p {
margin: 0px;
width: 450px;
}

#stage {
position:relative;
width: 760px;
text-align: left;
margin-left: auto;
margin-right: auto;
}

#navigation {
	width: 760px;
	height: 65px;
	text-align: right;
	padding-right: 15px;
	padding-top: 10px;
	background-image: url('../grafik/nav_bg.gif');
	display: block;
	font-size: 12pt;
	font-weight: bold;
}

#flash {
	display: block;
}

#content {
	background-color: #FAFDFF;
	width: 760px;
	max-width: 760px;
	display: block;
	height:250px;
	padding: 20px;
}

#kontakt {
	background-color: #FAFDFF;
	width: 760px;
	max-width: 760px;
	display: none;
	height:250px;
	padding: 20px;
}

#impressum {
	background-color: #FAFDFF;
	width: 760px;
	max-width: 760px;
	display: none;
	height:250px;
	padding: 20px;
}

#fuss {
	width: 760px;
	height: 35px;
	background-image: url('../grafik/fuss_bg.gif');
		display: block;
}

.trenner {
color: #89A1AD;
font-weight: normal;
}

#link {
position: absolute;
top: 10px;
right: 72px;
}