body{
	margin: 0;
	padding: 0;
	background: #FFCC33;
	font-style: "Verdana", Arial, Helvetica, sans-serif;
	color: #ffcc33;
}

h1, h2, h3 {
	color: #ffffff;
}

h1 {
	margin-bottom: 2px;
	font-size: 20px;
	font-weight: bold;
	font-family: "Maiandra GD", Arial, Helvetica, sans-serif;
}


h2 {
	margin-bottom: 2px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	font-family: "Maiandra GD", Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 16%;
	font-weight: bold;
}

h5{
	text-align: center;
	color:#ffffff;
	font-weight: normal;
	font-size: 14px;
}

p, blockquote, ol, ul {
	font-size: 12px;
	color: #ffffff;
	list-style: square;
}


#wrapper{
	position: relative;
	width: 899px;
	margin: 0 auto;	
}

#logo{
	width: 899px;
	height: 170px;
	margin: 5px auto 0px auto;
	background: #010100 url(header2.jpg) no-repeat;
	text-align: center;
}

/* Menu */

#menu {
	width: 820px;
	height: 40px;
	background: url(css_schweitzer_2_02_FILES/menuuntergrund.jpg) no-repeat;
	/*background: url(Menue.jpg) no-repeat;*/
	margin: auto auto 5px auto;	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	/*display: block;*/
	float: left;
	width: 136px;
	height: 30px;
	padding-top: 10px;
	text-decoration: none;
	letter-spacing: -1px;
	text-align: center;
	font-size: 17px;
	/*color: #1b613c;*/
	color: #ffcc33;
	font-weight: bold;
	font-family: "Maiandra GD";
}

#menu a:hover {
	background: url(css_schweitzer_2_02_FILES/menu.gif) no-repeat;
	color: #FFCC33;
}
#menu .ACT a {
	background: url(css_schweitzer_2_02_FILES/menu.gif) no-repeat;
	color: #FFCC33;
}

#page{
	float:left;
}

#content{
	position: relative;
	width: 860px;
	height: 500px;
	overflow: scroll;
	overflow-x: hidden;
	scrollbar-base-color: #1b613c;
	scrollbar-arrow-color : #ffcc33;
	padding: 5px 5px 20px 30px;
	background: #1b613c;
	margin: 0 auto;
	font-family: "Verdana", sans-serif;
	color: #ffcc33;
	font-size: 16px;
}

#content a {
	font-size: 13px;
	/*color: #FFCC33;*/
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Verdana", sans serif;
}

/* Footer*/

#footer {
	position: relative;
	background: #1b613c;
	width: 899px;
	height: 30px;
	margin: 10px auto 20px auto;
	border-top: 10px solid #1b613c;
}

#footer a{
	float: none;
	margin: auto auto auto 5px;
	font-family: "Verdana", sans-serif;
	font-size: 10pt;
	color: #ffcc33;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	border-right: 2px solid;
	border-left: 2px solid;
}




