body {
   margin: 0;
	padding: 0;
	text-align: center;
	background-color: #eecca9;
}

#wrapper {
	width: 805px;
	margin: 5px auto 5px auto;
	min-height: 100%;
	text-align: left;
}

#wrapper * {
	margin: 0;
	padding: 0;
}

#wrapper #head {
	background: url(../img/head.jpg) no-repeat;
	height: 127px;
	width: 675px;
	margin: 0;
	padding: 0px 25px 0px 120px;
}

#wrapper #head * {
	width: 660px;
}

#wrapper #head h1 {
	margin: 1px 1px 1px 1px;
	padding: 10px 1px 1px 1px;
	color: #EFBE87;
	font: 20pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#wrapper #head h2 {
	color: #ffffff;
}

#wrapper #container {
	margin: 0;
	padding: 0;
	background: url(../img/background.jpg) repeat-y;
	clear: both;
}

#wrapper #footer {
	height: 30px;
	width: 805px;
	background: url(../img/foot.jpg) no-repeat;
}

#wrapper #footernav {
	clear: both;
	padding-top: 15px;
	text-align: center;
}

#wrapper #footernav ul {
	list-style: none;
}

#wrapper #footernav ul li {
	display: inline;
	padding-left: 10px;
	font-weight: bold;
}

#wrapper #footernav ul li a {
	font-weight: normal;
	color: #BF6C0F;
	text-decoration: none;
}

#navigation {
	width: 180px;
	float: left;
	font-family: Arial;
	font-size: 10pt;
}

#wrapper #container #navigation ul {
	list-style: none;
}

#wrapper #container #navigation ul li {
	font-weight: bold;
	text-indent: 0;
	padding-left: 10px;
}

#wrapper #container #navigation ul li a {
	font-weight: normal;
	color: #BF6C0F;
	text-decoration: none;
}

#wrapper #container #navigation ul li a:link {
	font-weight: normal;
	color: #BF6C0F;
	text-decoration: none;
}

#wrapper #container #navigation ul li a:visited {
	font-weight: normal;
	color: #BF6C0F;
	text-decoration: none;
}

#wrapper #container #navigation ul li a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #ff0000;
}

#content {
	float: left;
	width: 565px;
	margin-left: 15px;
	font-family: Arial;
	font-size: 10pt;
	text-align: justify;
}

#content h3 {
	color: #EFBE87;
	margin-top: 20px;
}

#content h4 {
	color: #EFBE87;
	margin-top: 20px;
}

#content hr {
	margin-top: 20px;
}

#content #newsarea {
	margin: 5px 0px 5px 0px;
}

#content #newsarea .news {
	margin: 5px 0px 15px 0px;
}

#content #newsarea .news span.date {
	font-weight: bold;
}

#content p {
	margin-bottom: 10px;
}

#content p.highlight {
	font-size: 12pt;
}

#content a {
	color: #BF6C0F;
	text-decoration: none;
}

#content a:link {
	color: #BF6C0F;
	text-decoration: none;
}

#content a:visited {
	color: #BF6C0F;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
	color: #ff0000;
}

#content ul {
	text-indent: 0;
	padding-left: 15px;
}

#content ul.chronik span.year {
	font-weight: bold;
}

#content blockquote {
	font-style: italic;
}

.clearfix {
	clear: both;
}

/* für Schüleraustausch */

#content h3.centered  {
	text-align: center;
}

.threecolumns .column1 {
	float: left;
	width: 170px;
}

.threecolumns .column2 {
	float: left;
	width: 210px;
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-top: 20px !important;
	text-align: center;
}

.threecolumns .column2 strong {
	font-size: 12pt;
}

.threecolumns .column3 {
	float: left;
	width: 170px;
}

/* für Fotogallerie */
#content .fotogallerie {
	text-align: left;
}
