/* ///////////////////////////////////////////// Hintergrundfarben /////////////////////////////// */

body { 
	background-color: #383431;
}

/* ///////////////////////////////////////////// Randfarbe des Containers //////////////////////// */

#container { 
	border: 1px solid #383431;
}

/* ///////////////////////////////////////////// Hoehe des Headers /////////////////////////////// */

#header { 
	height: 238px;
}

/* ///////////////////////////////////////////// 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: 11px;
	font-weight: bold;
	color: #626262;
}

/* ///////////////////////////////////////////// Subline ///////////////////////////////////////// */

h2 { 
	font-size: 11px;
	font-weight: bold;
	color: #626262;
}

/* ///////////////////////////////////////////// Schrift im Footer /////////////////////////////// */

#footer { 
	color: #5e5e5f;
	font-weight: normal;
}

/* ///////////////////////////////////////////// Links im Footer ///////////////////////////////// */

/* Standardlink */
#footer a { 
	color: #5e5e5f;
}

/* 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: #e2e2e2;
	font-weight: normal;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////// Main-Navi /////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////////// Main-Navi Links ///////////////////////////////// */

ul#navi li a { 
	color: #626262;
	font-weight: normal;
	text-decoration: none;
}

/* besuchter Link */
ul#navi li a:visited { 
	color: #626262;
	font-weight: normal;
	text-decoration: none;
}

/* Over-Effekt Link */
ul#navi li a:hover { 
	color: #626262;
	font-weight: normal;
	text-decoration: none;
}

/* ///////////////////////////////////////////// Main-Navi Link aktiviert ///////////////////////// */

ul#navi li.current a { 
	color: #626262;
	font-weight: normal;
	text-decoration: none;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////// Sub-Navi //////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////////// Sub-Navi Links ////////////////////////////////// */

ul#subnavi li a { 
	color: #626262;
	font-weight: normal;
	text-decoration: none;
}

/* besuchter Link */
ul#subnavi li a:visited { 
	color: #626262;
	font-weight: normal;
	text-decoration: none;
}

/* Over-Effekt Link */
ul#subnavi li a:hover { 
	color: #626262;
	font-weight: normal;
	text-decoration: none;
}

/* ///////////////////////////////////////////// Sub-Navi Link aktiviert ////////////////////////// */

ul#subnavi li.current a { 
	color: #626262;
	font-weight: bold;
	text-decoration: none;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////// Zusatz /////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */

/* ///////////////////////////////////////////// Schriftfarbe Datum /////////////////////////////// */

#infoleiste .right .date { 
	color: #626262;
	font-weight: normal;
}

/* Ohne Abstand */

#right { 
	float: right;
	width: 230px;
	padding: 0;
text-align:center;
}

/* Rahmen um den Bildern weg */

img { 
	border: 0;
}

#content img { 
	border: 0;
}
