/* Farben
	Saison 2010/2011
	#d3ab6d hellbraun
	#421f40 dunkelviolett
	#7c4a63 hellviolett
	#959a3c grün
	Links
	#ff3300 orange Link
	#ff9900 gelb Hover
	
	Saison 2011/2012
	#d3b076 hellbraun
	#1b140f dunkelbraun
	#d3b076 hellbraun
	#a80f1b rot
	Links
	#bbaa11 militär gelb Link
	#66aa11 militär grün Hover
*/

.body {
	margin: 0px 0px 0px 0px;
	background-color: #d3b076;
	/* background-image: url(../images/bg.png); */
	/* background-attachment:fixed; */
	text-decoration: none;
	font-family: Arial;
	font-size: 16px;
	letter-spacing: 1px;
	}

.div_space {
	height: 15px;
}

.tab_main {
	border: solid;
	border-width: 6px;
	border-color: #a80f1b;
}

.tab_main_title {
	background-color: #a80f1b;
	height: 40px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #a80f1b;
	color: #1b140f;
	font-size: 18px;
	font-weight: bold;
}

.tab_main_menu {
	background-color: #d3b076;
	/* border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #a80f1b; */
}

.tab_main_footer {
	background-color: #a80f1b;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #a80f1b;
}

.newsletter_mail {
	width: 200px;
	color: #1b140f;
	background-color: #d3b076;
	border-color: #a80f1b;
	border-style: solid;
	margin-top: 5px;
}

.newsletter_button {
	width: 206px;
	color: #a80f1b;
	font-size: 16px;
	background-color: #d3b076;
	border-color: #a80f1b;
	border-style: solid;
	margin-top: 5px;
}

.bgcolor {
	background-color: #d3b076;
	}

.media {
	background-color: #1b140f;
	color: #a80f1b;
}

.img_border {
	border-color: #a80f1b;
	border-style: solid;
	border-width: 1px;
	
}

.font_green {
	color: #a80f1b;
	font-size: 16px;
}

.font_titel {
	color: #a80f1b;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.font_next_event {
	color: #a80f1b;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.font_final {
	color: #a80f1b;
	font-size: 18px;
	font-weight: bold;
}

.hidden {
	visibility: hidden;
}

a			{ text-decoration: none; }
a:link		{ color: #bbaa11; }
a:visited	{ color: #bbaa11; }
a:hover		{ color: #66aa11; }
a:active	{ color: #bbaa11; }


/* SLIDESHOW */
#slideshow {
 height:600px; /* hier Hoehe der Slideshow-Bilder angeben */
 width:424px;
 position:relative;
}
#slideshow img {
 display:none;
 position:absolute;
 top:0; left:0;
}
#slideshow img.start {
 display:block;
}