@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}

:focus {
  outline: 0;
}

html {
	background-color: #411413;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: 0px -2px;
}
body {
	background-image: url(../images/horizont.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

#container_all {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#noflash_content {
	height: 800px;
	width: 100%;
	background-color: #2A0C0C;
	padding-left: 60px;
	float: left;
	text-align: center;
}

#noflash_content h4 {
	color: #CCC;
	font-size: 12px;
	font-style: normal;
}
#noflash_content p {
	color: #CCC;
	font-size: 12px;
	font-style: normal;
}

#noflash_content a:link {
	color: #999;
}
#noflash_content a:visited {
	color: #999;
}
#noflash_content a:hover {
	color: #FFF;
}
#noflash_content a:active {
	color: #999;
}

#leiste_oben ul {
	position: relative;
	top: -880px;
	left: 680px;
}
#leiste_oben ul li {
	display: inline;
	background-color: #1E0808;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCC;
	height: 100%;
	padding-bottom: 2px;
	padding-top: 10px;
}
#leiste_oben ul li a {
	text-decoration: none;
}
#leiste_oben ul li a:link {
	color: #CCC;
 }
#leiste_oben ul li a:visited {
	color: #CCC;
}
#leiste_oben ul li a:hover {
	color: #FFF;
}
#leiste_oben ul li a:active {
	color: #CCC;
}
#leiste_oben ul li#last_item {
	border-right-style: none;
}

