/*Hier kommen jetzt die CSS-Anweisungen*/

body {
	color: #404f55;
	background: #485b62;
	font-family: Comic Sans MS, sans-serif;
	fond-size: 12pt;
}


#navi ul {
	list-style-type: none;
	display: inline;
	padding-left: 0;
	margin-left; 0:
}

#navi li {
	display: inline;
	padding: 0;
}


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


#navi li a:hover {
	color: #485b62;
}


#inhalt ul {
	list-style-type: none;
	font-size: 10pt
}


a:link {
	text-decoration: none;
	color: #404f55;
}

a:visited {
	text-decoration: none;
	color: #404f55;
}

a:hover {
	text-decoration: none;
	color: #bfcbfb;
}

a:active {
	text-decoration: none;
	color: #404f55;
}

#hauptbox {
	position: relative;
	margin: auto;
	border: 3px;
	border-style: ridge;
	border-color: #bfcbfb;
	background: #8d9fbd;
	width: 1000px;
	height: 100%;
	padding: 0px 0px 0px 0px;
}

#header {
	width: 1000px;
	height: 183px;	
	margin: 0px;
	padding: 0px;
	background: #8d9fbd url(http://www.simposanne.de/bilder/logo.gif) no-repeat;
	float: left;
}


#navigation {
	width: 1000px;
	height: 35px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	color: #485b62;
	font-size: 15pt;
	background: #bfcbfb;
	font-weight: bold;
	text-align: center;
	float: left;
}


#navigationunten {
	width: 1000px;
	height: 35px;
	padding-top: 5px;
	color: #485b62;	
	font-size: 15pt;
	font-weight: bold;
	background: #bfcbfb;
	text-align: center;
	clear: left;
}


#inhalt {
	width: 980px;
	heiht: 100%;
	background: #8d9fbd;
	margin-left: 10px;
	margin-right: 10px;
}

#bilder {
	text-align: left;
	padding: 0px 20px 0px 20px;
}

.clear {
clear: both;
margin: 0;
}

select, textarea, .input {
FONT-SIZE: 11pt; FONT-FAMILY: Comic Sans MS, sans-serif; COLOR: #404f55; BACKGROUND-COLOR: #bfcbfb
}