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

body { 
	background: #161616 url(bg_img.jpg) top center no-repeat;
	line-height: 140%;
}

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

body#blank { 
}

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

#container { 
	border: 0px solid #87888a;
}

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

#header { 
	height: 227px;
}

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


body { 
	color: #64605f;
}

/* ///////////////////////////////////////////// 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: bold;
	color: #a80f24;
}

/* ///////////////////////////////////////////// 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: bold;
}

/* ///////////////////////////////////////////// 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: #9c9e9f;
	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 { 
	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: #7a1717;
	font-weight: bold;
	text-decoration: none;
}

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


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

.vlist ul li a { 
	color: #626262;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

/* besuchter Link */
.vlist ul li a:visited { 
	color: #626262;
	font-family: Arial, Helvetica, sans-serif;
	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;
}

img { 
	border: 0;
}

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

#loginbox { 
	position: absolute;
	right: 30px;
	top: 0;
}

