/* CSS Artischock */
html {
	height: 100%;
}
body {
	background-image: url(linie_hg.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	margin:0;
	height: 101%;
}
#header {
	/**/margin-top: 15px;
}
#header-container {
	width:885px;
	margin:0 auto;
	padding:0 0 0 15px;
	background-color: #4b4b4b;
}
/*************************************************/
/*                 Navigation                    */
/*************************************************/
#header ul {
	margin:3px 0 60px 0 !important;
	margin:2px 0 60px 0;
	padding:0;
	float:left;
}
#header li {
	float:left;
	display:block;
	list-style:none;
}
#header .blau a {
	display:block;
	width:100px;
	color:#B6B6B6;
	text-decoration:none;
	/**/background-image: url(bilder/blau.gif);
	background-repeat:no-repeat;
	padding:75px 0 9px 0;
	margin-top: 19px;
}
#header .blau a:hover {
	/**/background-image: url(bilder/blauhover.gif);
	border:none;
	color:#fff;
}
#header .orange a {
	display:block;
	width:100px;
	color:#B6B6B6;
	text-decoration:none;
	/**/background-image: url(bilder/orange.gif);
	background-repeat:no-repeat;
	padding:75px 0 9px 0;
	margin-top: 19px;
}
#header .orange a:hover {
	/**/background-image: url(bilder/orangehover.gif);
	border:none;
	color:#fff;
}
#header .braun a {
	display:block;
	width:100px;
	color:#B6B6B6;
	text-decoration:none;
	/**/background-image: url(bilder/braun.gif);
	background-repeat:no-repeat;
	padding:75px 0 9px 0;
	margin-top: 19px;
}
#header .braun a:hover {
	/**/background-image: url(bilder/braunhover.gif);
	border:none;
	color:#fff;
}
#header .gelb a {
	display:block;
	width:100px;
	color:#B6B6B6;
	text-decoration:none;
	/**/background-image: url(bilder/gelb.gif);
	background-repeat:no-repeat;
	padding:75px 0 9px 0;
	margin-top: 19px;
}
#header .gelb a:hover {
	/**/background-image: url(bilder/gelbhover.gif);
	border:none;
	color:#fff;
}
#header .gruen a {
	display:block;
	width:100px;
	color:#B6B6B6;
	text-decoration:none;
	/**/background-image: url(bilder/gruen.gif);
	background-repeat:no-repeat;
	padding:75px 0 9px 0;
	margin-top: 19px;
}
#header .gruen a:hover {
	/**/background-image: url(bilder/gruenhover.gif);
	border:none;
	color:#fff;
}
#header .text { /*text Navigation*/
	padding-left:13px;
}
/***************ende Navigation*********************/
.clear {
	clear:both;
}
#container {
	width:900px;
	margin:0 auto;
	background-color: #4b4b4b;
}
#sidebar {
	float:left;
	width:203px;
	color: #b6b6b6;
	padding-left: 15px;
	padding-top: 20px;
}
#sidebar a, a:link, a:visited{
	color:#e74363;
}
#sidebar a:hover{
	color: #b6b6b6;
}
#content {	min-height: 353px;
	height:expression(this.scrollHeight > 353 ? "auto":"353px");
	margin:0 0 0 220px;
	padding-bottom: 0;
	/*background-color: #6e6e6e;*/
}
#content p {
	padding:0;
	margin: 0 0 10px 0;
}
#content img {
	border:none;
	margin-top:23px;
	padding:0;
	/*background-color:#fff;*/
}
#footer {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#B6B6B6;
	clear:both;
}
#footercontent {
	width:875px;
	margin:0 auto 0 auto;
	padding: 20px 10px 5px 15px;
	background-color:#4b4b4b;
	font-variant: small-caps;
	letter-spacing: 0.5em;
}

