body	{
	background-color:#000;
	color:#ccc;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}

#block_1
	{
	float: left;
	width: 171px;
	border-left: 1px solid #5F005F;
	border-right: 1px dotted #5F005F;
	background-color: #340034;
	}
#block_2
	{
	float: left;
	width: 643px;
	text-align: left;
	}
#block_3
	{
	float: left;
	width: 171px;
	border-left: 1px dotted #5F005F;
	border-right: 1px solid #5F005F; 
	background-color: #340034; 
	}
/* Start Mac IE5 filter \*/
#block_1, #block_2, #block_3
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
@media all and (min-width: 0px) {
#block_1, #block_2, #block_3
	{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important; 
	}
#block_1:before, #block_2:before, #block_3:before
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	background: inherit;
	padding-top: 32767px !important;
	margin-bottom: -32767px !important;
	height: 0;
	}
}
/* End Mac IE5 filter */
/* IE Win can be a bit out - you might need to adjust  
bottom value by -1px or as required */
.verticalalign
	{
	position: absolute;
	bottom: 0;
	}
#block_1 .verticalalign
	{
	width: 171px;
	}
#block_2 .verticalalign
	{
	width: 643px;
	}
#block_3 .verticalalign
	{
	width: 171px;
	}
/* hack for Opera 7+ */
@media all and (min-width: 0px){
.verticalalign
	{
	width: 100% !important;
	}
/* But Opera 9 does it right, so CSS3 hax to the max */
div[id^="wrapper"] #block_1 .verticalalign
	{
	width: 171px !important;
	}
div[id^="wrapper"] #block_2 .verticalalign
	{
	width: 643px !important;
	}
div[id^="wrapper"] #block_3 .verticalalign
	{
	width: 171px !important;
	}
}
/* hack for IEs of all persuasions before IE7 */
* html .verticalalign
	{
	width: 100% !important;
	}
.verticalalign p
	{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	background: #996666;
	}
#wrapper_extra
	{
	position: relative;
	}
* html #wrapper
	{
	position: relative;
	}
#wrapper
	{
	width: 989px;
	/*border-top: 1px solid #5F005F;*/
	margin-top: 0px;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the columns vanish */
* html #wrapper_extra
	{
	float: left;
	width: 100%;
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
#footer
	{
	clear: both;
	}
.header
	{
	width: 989px;
	font-size: 12px;
	margin-bottom: 0px;
	height: 131px;
	border-bottom: 1px solid #5F005F;
	}
.header2
	{
	width: 987px;
	border-left: 1px solid #5F005F;
	border-right: 1px solid #5F005F;
	margin-bottom: 0px;
	background-color: #100010;
	border-bottom: 1px solid #5F005F;
	}
.header2 p	{
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	color: #ccc;
	margin-top : 0px;
	margin-bottom : 0px;
	padding: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	
}
.footer
	{
	width: 987px;
	font-size: 12px;
	background-color: #340034;
	border-left: 1px solid #5F005F;
	border-right: 1px solid #5F005F;
	border-bottom: 1px solid #5F005F;
	position: relativ;
	}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}
	
	
/*******************
 * Inhaltselemente *
 *******************/
.kastenCont{
	border: 1px solid #555555;
	color: #cccccc;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	margin-left:8px;
	margin-right:8px;
}
.kastenCont img {
	border: solid 1px #b31010;
}


.kastenCont h3{
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Helvetica, san-serif;
	display: block;
	margin: 0px;
	padding-left: 20px;
	background-color: #993399;
	border-bottom: 1px solid #555555;
}
.kastenCont p{
	color: #cccccc;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	margin: 0px;
	padding: 20px;
}

.CamCont{
	border: 1px solid #555555;
	color: #cccccc;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	margin-left:8px;
	margin-right:8px;
  background-color: #000000;
  margin-bottom: 26px;
  margin-top: 10px;
}
.CamCont img {
	border: solid 1px #993399;
}

.CamCont img:hover {
	border: solid 1px #ffffff;
}


.CamCont h3{
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, san-serif;
	display: block;
	margin: 0px;
	padding-left: 20px;
	background-color: #993399;
	border-bottom: 1px solid #555555;
}
.CamCont p{
	color: #cccccc;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	margin: 0px;
	padding: 6px;
}

/* floatende Bildbox */
.liquidBox{
	float: left;
	margin-right: 10px;
}

.abstand{
	width: 1px;
	margin-left: 4px;
}

.floatclearer{
	clear: both;
	height: 1px;
}

.unten	{
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, san-serif;
	margin-top:10px;
	width:100%;
	text-align: center;
	float:left;
}


/**************
 * NAVIGATION *
 **************/
#navlist{
	padding: 0px;
	margin-left: 0;
	/*margin-top: 50px;*/
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica;
	width: 150px;
	
	/*background-color: #321132;*/
}

#navlist li{
	list-style: none;
	margin: 0px;
	border-left: 1px #333333 solid;
	border-bottom: 1px #333333 solid;
	text-align: left;
	background-color: #340034;
}

#navlist li a, .subnavlist li a{
	display: block;
	color: #999999;
	padding: 0.4em 0em 0.4em 0.5em;
	text-decoration: none;
}

#navlist li a:link, .subnavlist li a:link { color: #999999; }
#navlist li a:visited, .subnavlist li a:visited { color: #999999; }

#navlist li a:hover, .act, .subact, .subnavlist li a:hover{
	/*border-left: solid 6px #c43ec4;*/
	color: #ffffff;
	background-color: #5F005F;
} 

.subnavlist{
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}

.subnavlist li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font: bold 10px tahoma;
}

.ausruecken{
    border-top: 1px #993399 solid;
}

.morelink {
	clear: left;
	float: right;
	margin-right: 15px;
	margin-bottom: 15px;
}

.imgLeft{
	float: left;
	margin-left: 10px;
	margin-right: 7px;
}

.imgRight{
	float: right;
	margin-right: 10px;
	margin-left: 7px;
}

/***************
 *   T A G S   *
 ***************/
SELECT {  
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px 
}
TEXTAREA {  
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px
} 
INPUT {  
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px 
}
H1 {
	font-family : Verdana, Arial, Helvetica;
	font-size : 14px;
	color : #993399;
	margin-left:0px;
	margin-bottom : 0px;
	/*margin-top : 10px;*/
}

H2 {
	font-family: Verdana, Arial, Helvetica;
	font-size : 12px;
	font-weight: bold;
	color: #993399;
	margin-bottom : 10px;
	margin-left: 8px;
	margin-top : 10px;
}
H3 {
	font-family : Verdana, Arial, Helvetica;
	font-size : 11px;
	color : #999999;
	margin-bottom : 0px;
	margin-top : 10px;
}
H4, H5, H6 {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	color : #999999;
	margin-bottom : 0px;
	margin-top : 10px;
}
P {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	line-height : 110%;
	color: #333333;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
}

/* Alte Styles */

A:link{
	font-family: Verdana, Arial, Helvetica;
	color:#cccccc;
	text-decoration:none;
	font-weight: bold;
}

A:visited{
	font-family: Verdana, Arial, Helvetica;
	color:#cccccc;
	text-decoration:none;
	font-weight: bold;
}

A:hover{
	font-family: Verdana, Arial, Helvetica;
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
}

A:active{
	font-family: Verdana, Arial, Helvetica;
	color:#999999;
	text-decoration:none;
	font-weight: bold;
}

A:link.artikel {
 	color:#353535;
	text-decoration:none;
	font-weight:bold;
}

A:visited.artikel {
 	color:#353535;
	text-decoration:none;
	font-weight:bold;
}

A:hover.artikel {
 	color:#8C1A1A;
	text-decoration:none;
	font-weight:bold;
}

A:active.artikel {
 	color:#353535;
	text-decoration:none;
	font-weight:bold;
}

.newstopic {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	background-color: #993399;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #212121;
	border-right-color: #212121;
	border-bottom-color: #212121;
	border-left-color: #212121;
	color: #fff;
	padding-left:2px;
	font-weight: bold;
}

.newsborder {
	margin-top: 18px;
	border: 1px solid #555555;
	font-size: 12px;
	padding:2px;
	width:150px;
}

.newstext {
	text-align: left;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #999999;
	margin: 4px;
	font-weight: 100;
}