* {
	margin: 0px;
	padding: 0px;
}
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #000;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 20px;
	letter-spacing: 0.02em;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #999;
}
h1 {
	color: #fff;
	font-size: 18px;
	padding: 0px 20px 10px 0px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h4 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}
ul {
	list-style: none;
}
li {
	padding-left: 0px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#wrapper {
	width: 1014px;
	margin: 0px 0px 60px 100px;
	text-align: left;
}
#header {
	height: 100px;
	margin:0;
}
#wrapper_content {
	float: left;
	width: 100%;
}
#content {
	margin-right: 493px;
	height: 419px;
}
#navContainer {
	width: 100%;
	height: 160px;
	overflow: hidden;
}
#intro {
	width: 100%;
	height: 235px;
	overflow: hidden;
}
#intro p {
	margin: 0;
	padding: 0px 20px 12px 0px;
	font-size: 12px;
	color: #fff;
}
#folge_button {
	width: 100%;
	height: 24px;
	text-align: left;
}
#folge_button p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #fff;
}
#folge_button p a:hover {
	text-decoration: none;
	color: #000;
}
#bild {
	float: left;
	width: 493px;
	height: 419px;
	margin-left: -493px;
}
#footer {
	clear: left;
	width: 100%;
	background: #000;
}
#footer p {
	margin: 0;
	padding: 10px 0px 35px 531px;
	font-size: 11px;
	color: #fff;
}
#wrapper_folge {
	width:100%;
	background: #000;
	color: #999;
	padding: 0;
}
#wrapper_folge p {
	margin: 0;
	padding: 0px 0px 12px 0px;
	font-size: 12px;
	color: #999;
}
#wrapper_folge p a {
	text-decoration: underline;
}
#wrapper_folge p a:hover {
	text-decoration: none;
}
#marqueecontainer {
	position: relative;
	width: 501px;
	height: 170px;
	overflow: hidden;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################
	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
	display: block;
}
/* Remove List Formattings */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* Header menu */	 
#header_menu {
	position: absolute;
}
#header_menu li {
	line-height: normal;
}
ul#header_menu {
	z-index: 10;
	clear: both;
}
#nav {
	height: 30px;
	padding: 0;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {
	float: left;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
#nav ul li a {
	display: block;
	padding: 5px 25px 10px 0px;
	color: #fff;
	text-decoration: none;
}
/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus, #nav li a:active, #nav ul li a.active, #nav a.menu-current {
	color: #000;
}
#nav a.menu-parent {
	color: #000;
}
/* Current page Customisations*/
#nav li.menu-current a {
	color: #fff;
}
/* 2nd Child menu */
#nav .menu li ul {
	position: absolute;
	width: 130px;
	margin: 0;
	display: none;
	text-transform: none;
	font-size: 12px;
}
#nav .menu li ul li {
	width: 130px;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 18px;
}
#nav .menu li ul a {
	width: 130px;
	padding: 0;
	background-image: url(/cms/templates/bleichi_master/images/spacer.gif); /* muss stehen bleiben sonst Probleme mit IE6 */
	color: #fff;
	border: 0;
}
/* 2nd Child link hover */
#nav .menu li ul a:hover, #nav .menu li ul a.menu-current {
	color: #000;
	border: 0;
}
/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {
	display: block;
}
#nav .menu li ul ul {
	display: none;
}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {
	display: none;
}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {
	display: block;
}
/* Positioning the Pop-out Drops */
#nav li {
	position: relative;
}
#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}
/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


	
/*  Float containers fix: */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html #clearfix {
	height: 1%;
}
/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important {
	font-weight:bold;
	color:#f00;
}
.code {
	font-family: "Courier New", Courier, mono;
	color:#093;
	letter-spacing: 1px;
}



#news_content {
	padding-bottom: 40px;
}