/* ///////////////////////////////////////////// Hintergrundfarben /////////////////////////////// */

body { 
	background: #f4f4e1 url(bg_img.jpg) top center no-repeat;
}

/* ///////////////////////////////////////////// Randfarbe des Containers //////////////////////// */

#container { 
	border: 1px solid #5e5e5f;
}

/* ///////////////////////////////////////////// Hoehe des Headers /////////////////////////////// */

#header { 
	height: 283px;
}

/* ///////////////////////////////////////////// Schriftfarbe //////////////////////////////////// */


body { 
	color: #626262;
}

/* ///////////////////////////////////////////// Standard-Links ////////////////////////////////// */

a { 
	color: #626262;
	font-weight: normal;
}

/* besuchter Link */
a:visited { 
	color: #626262;
	font-weight: normal;
}

/* aktiver Link */
a:hover { 
	color: #a1a1a1;
	font-weight: normal;
}

/* ///////////////////////////////////////////// Headline //////////////////////////////////////// */

h1 { 
	font-size: 12px;
	font-weight: semibold;
	color: #1a5527;
}

/* ///////////////////////////////////////////// Subline ///////////////////////////////////////// */

h2 { 
	font-size: 11px;
	font-weight: bold;
	color: #626262;
}

/* ///////////////////////////////////////////// Bild Rahmenfarbe //////////////////////////////// */


#content img#img_border { 
	border: 1px solid #5e5e5f;
}

/* ///////////////////////////////////////////// Schrift im Footer /////////////////////////////// */

#footer { 
	color: #5e5e5f;
	font-weight: normal;
}

/* ///////////////////////////////////////////// Links im Footer ///////////////////////////////// */

/* Standardlink */
#footer a { 
	color: #5e5e5f;
	font-weight: bold;
}

/* besuchter Link */
#footer a:visited { 
	color: #5e5e5f;
	font-weight: bold;
}

/* aktiver Link */
#footer a:hover { 
	color: #808080;
	font-weight: bold;
}

/* ///////////////////////////////////////////// Schrift der untersten Zeile ///////////////////// */

#footer_aussen { 
	color: #87888a;
	font-weight: normal;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////// Main-Navi /////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////////// Main-Navi Links ///////////////////////////////// */


.hlist ul li a { 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/* besuchter Link */
.hlist ul li a:visited { 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/* Over-Effekt Link */
.hlist ul li a:hover { 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/* ///////////////////////////////////////////// Main-Navi Link aktiviert ///////////////////////// */

.hlist ul li.current a { 
	color: #053b0f;
	font-weight: bold;
	text-decoration: none;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////// Sub-Navi //////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////////// Sub-Navi Links ////////////////////////////////// */
.vlist ul li a { 
	color: #626262;
	font-weight: normal;
	text-decoration: none;
}

/* besuchter Link */
.vlist ul li a:visited { 
	color: #626262;
	font-weight: normal;
	text-decoration: none;
}

/* Over-Effekt Link */
.vlist ul li a:hover { 
	color: #626262;
	font-weight: normal;
	text-decoration: none;
}

/* ///////////////////////////////////////////// Sub-Navi Link aktiviert ////////////////////////// */

.vlist ul li.current a { 
	color: #626262;
	font-weight: bold;
	text-decoration: none;
}

/* ///////////////////////////////////////////// Sound ////////////////////////// */
.sound { 
	width: 45px;
	text-align: right;
	float: right;
	margin-right: 0;
	color: #ffffff;
	height: 15px;
position:absolute;
right:20px;
}

.sound .soundleft { 
	display: block;
	float: left;
	width: 20px;
}

.sound .soundright { 
	display: block;
	height: 12px;
	margin-bottom: 0;
	padding-top: 2px;
	float: right;
	width: 25px;
}

img { 
	border: 0;
}

.tinymcewysiwyg table p { 
	margin: 0;
	padding: 0;
}

