/* Allgemeine Seitendefinition */
/* background-image: url(images/background.gif); */
body
{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	background-color: #DE865B;
	color: #000;
	padding-top: 50px;
}


/* Links auf der Seite */
a
{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #444444;
	text-decoration:underline;
}

a:active
{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #444444;
	text-decoration:underline;
}

a:visited
{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #444444;
	text-decoration:underline;
}

a:hover
{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #222222;
	text-decoration:none;
}

/* Bereiche */
.top
{
	background-color: #FADC7F;
	color: #000000;
	border-top: 1px solid #000;
}
.header
{
	background-color: #FADC7F;
	color: #000000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.navigation
{
	background-color: #FADC7F;
	color: #000000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.content
{
	background-color: #FFFFFF;
	padding: 10px;
	color: #777777;
	font-family: verdana;
	font-size: small;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.foot
{
	background-color: #FADC7F;
	padding: 10px;
	color: #000000;
	font-family: verdana;
	font-size: small;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.bottom
{
	background-color: #FADC7F;
	color: #000000;
	border-bottom: 1px solid #000;
}

/* Bildergalerie */

.bilder a
{
	border-bottom:3px solid #000000;
}
.bilder a:active
{
	border-bottom:3px solid #000000
}
.bilder a:visited
{
	border-bottom:3px solid #000000;
}
.bilder a:hover
{
	border-bottom:3px solid #FF0000;
}

/* News */
.news_head
{
	color: #777777;
	font-family: verdana;
	font-size: small;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
}
.news_body
{
	color: #777777;
	font-family: verdana;
	font-size: small;
}
.news_date
{
	color: #777777;
	font-family: verdana;
	font-size: smaller;
}

.box1
{
	
}

.button
{
	padding: 4px;
	background-color: #BEBEBE;
	border-top: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	text-decoration: none;
}
.button a
{
	padding: 4px;
	background-color: #BEBEBE;
	border-top: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	text-decoration: none;
}
.button a:hover
{
	padding: 4px;
	background-color: #BEBEBE;
	border-top: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	text-decoration: none;
}
.button a:active
{
	padding: 4px;
	background-color: #BEBEBE;
	border-top: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	text-decoration: none;
}
.button a:visited
{
	padding: 4px;
	background-color: #BEBEBE;
	border-top: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	text-decoration: none;
}

/* Navigation */
#navlist
{
border-bottom: 1px solid #FFFFFF;
color: #000000;
margin: 0;
padding-bottom: 19px;
padding-left: 10px;
}

#navlist ul, #navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
color: #000000;
}

#navlist a:link, #navlist a:visited
{
background: #99CCFF;
border: 1px solid #FFFFFF;
color: #666;
float: left;
font-size: small;
font-weight: normal;
line-height: 14px;
margin-right: 8px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current
{
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #000;
}

#navlist a:hover
{
	color: #000;
	background-color: #fff;
}

body.section-1 #navlist li#nav-1 a,
body.section-2 #navlist li#nav-2 a,
body.section-3 #navlist li#nav-3 a,
body.section-4 #navlist li#nav-4 a
{
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #000;
}

#navlist #subnav-1,
#navlist #subnav-2,
#navlist #subnav-3,
#navlist #subnav-4
{
	display: none;
	width: 90%;
	color: #000000;
}

body.section-1 #navlist ul#subnav-1,
body.section-2 #navlist ul#subnav-2,
body.section-3 #navlist ul#subnav-3,
body.section-4 #navlist ul#subnav-4
{
	display: inline;
	left: 10px;
	position: absolute;
	top: 95px;
	color: #000000;
}

body.section-1 #navlist ul#subnav-1 a,
body.section-2 #navlist ul#subnav-2 a,
body.section-3 #navlist ul#subnav-3 a,
body.section-4 #navlist ul#subnav-4 a
{
	background: #fff;
	border: none;
	border-left: 1px solid #ccc;
	color: #999;
	font-size: smaller;
	font-weight: bold;
	line-height: 10px;
	margin-right: 4px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

#navlist ul a:hover
{
	color: #f00 !important;
}

#contents
{
	background: #fff;
	border: 1px solid #66C95F;
	border-top: none;
	clear: both;
	margin: 0px;
	padding: 15px;
	color: #000000;
}