﻿#rahmen {
	position: relative;
	z-index: 0;
	margin: auto;
	border-top: 3px;
	border-bottom: 3px;
	border-left: 3px;
	border-right: 3px;
	border-style: ridge;
	padding: 0px 0px 0px 0px;
	width: 954px;
	hight: 100%;
	text-align: center;
	background: #ffffcc;
}

body {
	color: #ffffcc;
	background: #54547a;
	font-family: Comic Sans MS, sans-serif;
	fond-size: 11pt;
}

#header {
	position: relative;
	margin: 0;
	width: 954px;
	hight: 100%;
	background: #b6a89b;
}

#navigation {
	width: 954px;
	height: 40px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: 19px;
	background: #b8a899;
	font-weight: bold;
	text-align: center;
	border-top: 3px;
	border-bottom: 3px;	
	border-left: 0px;
	border-right: 0px;
	border-style: ridge;

}

#inhalt {
	color: #313750;
	background: #dad0ce;
	padding: 10px 0px 10px 0px;
}

#navi a:link, #navi a:active, #navi a:visited {
	text-decoration: none;
	color: #313750;
}	


#navi a:hover {
	color: #555378;
}


a:link {
	color: #313750;
}

a:visited {
		color: #313750;
}

a:hover {
	color: #555378;
}

a:active {
		color: #313750;
}

