/* <![CDATA[ */

@font-face {
    font-family: 'BarmenoMedium';
    src: url('/scripts/css/fonts/barmeno-medium-webfont.eot');
    src: url('/scripts/css/fonts/barmeno-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/scripts/css/fonts/barmeno-medium-webfont.woff') format('woff'),
         url('/scripts/css/fonts/barmeno-medium-webfont.ttf') format('truetype'),
         url('/scripts/css/fonts/barmeno-medium-webfont.svg#BarmenoMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@import url(reset.css);

/*----------------------- base information --------------------------*/ 

* { 
	margin: 0; 
	padding: 0; 
	border: 0;
}
html,body {
	height:100%; /* needed for container min-height */
}
body { 
	font: normal 12px /1.6em Arial, Helvetica, sans-serif;  
  	color: #333; 
    background: #fce167 url('/images/basic/bg_main.jpg') repeat-x top left;
    background-attachment: fixed;
} 
img { 
  	border: none;
} 
p { 
  	padding: 6px 0;
} 
a, a:link, a:visited, a:focus, a:active { 
	color: #333; 
	outline: none; 
}
.content_main a span { 
	text-decoration: underline;
}
a:hover{ 
	color: #A10A01; 
}
hr { 
	height: 0;
	border-bottom: 1px dotted #CECECE; 
	margin: 10px 0;
} 
h1 { 
	font-weight: lighter;
	font-size: 1.8em; 
	color: #A10A01;
}
h2 { 
	font-family: 'BarmenoMedium', sans-serif;
	font-weight: normal; 
	font-size: 2.1em; 
	padding: 16px 0 26px 0; 
	color: #A10A01;
	border-bottom: 1px dotted #CECECE;
	margin-bottom: 5px;
}
h3 { 
	font-family: 'BarmenoMedium', sans-serif;
	font-weight: normal; 
	font-size: 1.8em; 
	line-height: 1.8em;
	color: #A10A01;
	margin-bottom: 5px;
}

/*--------------------------- grid objects -----------------------------*/ 

#container { 
	text-align: left; 
	min-height: 100%;
	height: auto !important;
	/*height: 100%;*/ /* strange in ie6 */
	margin: 0 auto -66px auto; /* bottom same height as footer */
	width: 936px; 
	padding: 0 10px;
	background: url("/images/basic/bg_container.png") repeat-y;
	overflow: hidden;
} 
#lights { 
	/*background: url("/images/basic/bg_lights.png") no-repeat top center;*/
	width: 936px;
	height: 11px;
	z-index: 1000;
} 
#header {
	height: 199px;
	border-bottom: 1px solid #FFF;
	position: relative;
	overflow: hidden;
}
#header_logo {
	height: 199px;
	width: 382px;
	position: absolute;
	background: url("/images/basic/header_logo.png") no-repeat top left;
	top: 0px;
	right: 40px;
	z-index: 900;
}
#navigation { 
	position: relative;
	height: 83px;
	background: url(/images/basic/bg_nav.gif) repeat-x top left;
	line-height: 100%; 
	z-index: 10;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0, 0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0, 0.3);
	box-shadow: 0px 1px 3px rgba(0,0,0, 0.3);
}
#breadcrumb {
	line-height: 48px;
	margin: 0 40px; 
	padding-bottom: 22px;
	background: #FFF url("/images/basic/pixel_b3b3b3.gif") repeat-x 0 48px;  
	color: #555;
} 
#breadcrumb a {
	color: #555;
} 
#breadcrumb a:hover {
	color: #A10A01;
} 
#content {
	margin: 0 40px; 
}
#services { 
	float: left;
	width: 288px;
}
.push {
	clear: both;
	height: 66px; /* same height as footer */
}
#footer {
	width: 856px;
	margin: 0 auto;
	line-height: 44px;
	padding-top: 22px;
	color: #555;
	background: #FFF url("/images/basic/pixel_b3b3b3.gif") repeat-x 0 22px; 
}

/*------------------------------- items -------------------------------*/

.cleaner {
	clear: both;
	line-height: 0;
	border: 0px none;
	background: transparent;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*-------------------------- content objects ---------------------------*/

div#newsbox_header { 
	height: 25px;
	line-height: 24px;
	background: #A10A01 url("/uploads/images/news/test.jpg") no-repeat bottom left;
	padding-left: 12px;
	color:#FFF;
	text-shadow: 0 1px 0 #202020;
	font-size: 0.9em;
	font-weight: bold;
	height: 97px;
}
div#newsbox_main { 
	position: relative;
	border: 1px solid #CECECE;
	border-top: none; 
	overflow: hidden;
	width: 286px;
	height: 215px;
}
div#newsbox_main div#buttons { 
	height: 26px;
	padding: 0px 10px;
}
div#newsbox_main #newsbox_container { 
	position: relative;
	width: 100%;
}
div#newsbox_main #newsbox_container div { 
	float: left;
	width: 266px;
	height: 245px;
	padding: 0px 10px 15px 10px;
}
div#newsbox_main span a { 
	color: #A10A01;
	font-weight: normal;
	border-top: 1px dotted #CDCDCD;
	display: block;
	line-height: 22px;
	font-size: 1.4em;
	padding-top: 5px;
	font-family: 'BarmenoMedium';
	text-decoration: none;
}
div#newsbox_main span a:hover { 
	text-decoration: underline;
}
div#newsbox_main a.readit { 
	color: #333;
	border-top: 1px dotted #CDCDCD;
	border-bottom: 1px dotted #CDCDCD;
	display: block;
	line-height: 22px;
	background: url("/images/basic/bg_newsbox_link.gif") no-repeat center right;
	margin-top: 5px;
	text-decoration: none;
}
div#newsbox_main a.readit:hover { 
	text-decoration: underline;
}
div.newsbox_bot { 
	height: 10px;
	background: url("/images/basic/bg_newsbox_botbar.gif") no-repeat top left;
}
div#eventbox_header { 
	height: 25px;
	line-height: 24px;
	background: #8CA301;
	padding: 0 6px 0 8px;
	color: #313902; 
	text-shadow: 0 1px 0 #A3BD07;
	font-size: 0.9em;
	font-weight: bold;
}
div.eventbox_main { 
	position: relative;
	border: 1px solid #CECECE;
	border-top: none; 
	overflow: hidden;
	width: 286px;
	height: 401px;
}
div.eventbox_bot { 
	height: 10px;
	background: url("/images/basic/bg_newsbox_botbar.gif") no-repeat top left;
}
div#eventbox_header ul { 
	list-style: none;
	float: right;
	margin-top: 9px;
}
.ebox_normal { 
	display: block;
	text-indent: -9999px;
	width: 6px;
	height: 6px;
	border: 1px solid #FFF;
	background: #8CA301;
}
.ebox_active { 
	background: #FFF; 
}
#topbox { 
	float: right;
	width: 398px; 
	border: 10px solid #A10A01;
	margin-bottom: 30px;
	padding: 20px 50px 30px 50px;
	background: #FFF;
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.4);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.4);
	box-shadow: 0px 1px 4px rgba(0,0,0, 0.4);
}
#topbox > span:first-child { 
	font-size: 0.9em;
	font-weight: bold;
}
#topbox a { 
	font-family: 'BarmenoMedium', sans-serif;	font-size: 2.4em; 
	line-height: 1em;
	color: #A10A01;
	display: block;
	text-decoration: none;
	margin-bottom: 12px;
}
#topbox a:hover { 
	text-decoration: underline;
}
#topbox p { 
	border-bottom: 1px dotted #CCD4DE;
	display: inline;
	line-height: 2.2em;
	padding: 6px 0;
}
.content_topbar { 
	height: 25px;
	line-height: 24px;
	background: #A10A01;
	float: right;
	width: 508px;
	padding-left: 10px;
	color:#FFF;
	text-shadow: 0 1px 0 #202020;
	font-size: 0.9em;
	font-weight: bold;
}
.content_topbar.subbox { 
	margin-top: 20px;
}
.content_main, .content_info { 
	float: right;
	width: 496px; 
	padding: 10px 10px 20px 10px;
	margin-left: 25px;
	border: 1px solid #CECECE;
	border-top: none;
}
.content_info { 
	border-top: 1px solid #CECECE;
	margin: 20px 0 0 0;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
}
.content_main .services { 
	border-bottom: 1px dotted #CECECE;
	height: 21px;
	line-height: 16px;
	margin-bottom: 15px;
}
.content_main .services span a { 
	color: #333;
	font-size: 0.9em;
	font-weight: bold;
}
.content_main .services span a:hover { 
	color: #A10A01;
}
.content_main .services span.left { 
	float: left;
}
.content_main .services span.right { 
	float: right;
}
.content_botbar { 
	height: 10px;
	background: #FFF url("/images/basic/bg_content_botbar.gif") no-repeat top left;
	float: right;
	width: 518px;
}
#navigation a.logo { 
	width: 125px;
	height: 71px;
	margin-left: 18px; 
	background: url(/images/basic/logo.png) no-repeat;
	display: block;
	text-indent: -9999px;
}
#breadcrumb .extra { 
	float: left;
	width: 313px;
} 
#breadcrumb .extra a.rss_link[href^="http://"], #breadcrumb .extra a.rss_link[href^="http://"]:hover {
	background: url("/images/basic/icon_rss.gif") no-repeat left center;
	padding: 0 0 0 14px;
}
#breadcrumb .bread { 
	float: right;
	width: 518px; 
	padding-left: 25px; 
} 
#breadcrumb .bread span { 
	background: url("/images/basic/arrow_breadcrumb.gif") no-repeat center;
	display: inline-block;
	width: 3px;
	margin: 0 5px;
}
#footer p, #breadcrumb p {
	padding: 0;
	font-size: 0.9em;
}
.content_main img { 
	border: 1px solid #B3B3B3; 
	padding: 3px;
	background: #FFF; 
	margin: 3px 10px 8px 0px; 
	float: left;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0, 0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0, 0.3);
	box-shadow: 0px 1px 3px rgba(0,0,0, 0.3);
}
#gototop { 
	display: none; 
	position: fixed;
	color: #3D4248; 
	right: 10px; 
	bottom: 10px; 
	background: #FFF url(/images/basic/icon_gototop.gif) no-repeat 3px 6px;
	padding: 0 15px 0 25px; 
	text-decoration: none;
	font-size: 0.9em; 
	height: 22px;
	line-height: 22px;
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.4);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.4);
	box-shadow: 0px 1px 4px rgba(0,0,0, 0.4);
} 
#gototop:hover { 
	text-decoration: underline;
}
#sponsors_container {
	width: 287px; 
	height: 109px; 
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}
#sponsors {
	position: absolute;
}

/*--------------------------- forms ------------------------------*/

form {
	width: 496px;
	text-align: left;
}
form label {
	display: block;
	padding: 0 0 12px 0;
	line-height: 1.2em;
}
form input {
	height: 14px; 
}
form textarea {
	height: 80px; 
	overflow: auto;
}
form input, form textarea {
	color: #666;
	display: block;
	border: 1px solid #B3B3B3; 
	padding: 4px 2px; 
	font: normal 100% /1.4em Arial, Helvetica, sans-serif; 
	background: #FFF url("/images/basic/bg_form.gif") repeat-x top left;
}
form input.error, form textarea.error { 
	border: 1px solid #A10A01; 
} 
form input:hover, form textarea:hover {
	border: 1px solid #A10A01; 
}
form input:focus, form textarea:focus {
	border: 1px solid #A10A01; 
	color: #333;
	outline: none; 
}
form label.vorname, form label.anschrift, form label.email {
	float: left;
	margin: 0 10px 0 0;
	width: 239px; 
}
form label.nachname, form label.telefon {
	float: left;
	width: 242px; 
}
form label.betreff, form label.text {
	float: left;
	width: 489px; 
}
form label.plz {
	float: left;
	margin-right: 10px;
	width: 50px;
}
form label.ort {
	float: left;
	width: 182px;
}
form label.vorname input, form label.anschrift input, form label.email input {
	float: left;
	width: 237px; 
}
form label.nachname input, form label.telefon input {
	float: left;
	width: 240px; 
}
form label.betreff input, form label.text textarea {
	float: left;
	width: 489px; 
}
form label.plz input {
	float: left;
	width: 48px; 
}
form label.ort input {
	float: left;
	width: 180px; 
}
p.form_error { 
	display: block;
	background: #A10A01;
	color: #FFF;
	text-align: center;
	margin: 10px 0 20px 0;
}
span.error { 
	color: #A10A01;
}
input#saddr {
	width: 485px;
}
#daddr { 
	border: 0;
	display: none;
	height: 0; 
    margin: 0;
    padding: 0;
}
button {
    float: left; 
    padding: 0 20px 0 0;
    height: 30px;
    border: 0;
    cursor: pointer;
    text-align: center;
    text-shadow: 0 1px 0 #C21514;
    font-weight: bold;
    text-decoration: none;
    background: transparent url(/images/basic/bg_form_button.gif) no-repeat right -60px; 
    font-size: 11px;
    overflow: visible;
    margin: 0 0 0 -3px; /* arrange the left drop shadow :) */
}
button span {
	color: #202020; 
    display: inline-block;
    padding: 0 0 0 20px;
    height: 30px;
    line-height: 28px;
    white-space: nowrap;
    background: transparent url(/images/basic/bg_form_button.gif) no-repeat top left; 
}
button:hover, button:focus, button:active {
    background-position: right -90px; 
}
button:hover span, button:focus span, button:active span {
    background-position: 0 -30px;
}
button:focus {
    /*margin-top: 0px;*/
}
button::-moz-focus-inner /* fixing evil default firefox padding */ {
    padding: 0;
    border: 0 none;
}
#form_login input {
	width: 220px; 
}
#form_login .left {
	float: left; 
	width: 227px; 
	margin-right: 25px;
}
#form_login .right {
	float: left; 
	width: 227px; 
}

/*----------------------------- tooltip -------------------------------*/

.custom_tip .tip {
	width: 200px;
	text-align: center; 
	z-index: 9999; 
	color: #EEE;
	font-size: 0.95em;
	line-height: 1.4em;
	position: relative;
}
.custom_tip .tip-title {
	margin: 0;
	padding: 15px 10px 0px;
	background: url("/images/basic/balloon.png") top left no-repeat !important;
	background: url("/images/basic/balloon.gif") top left no-repeat;
}
.custom_tip .tip-text {
	margin: 0;
	padding: 0 10px 14px;
	background: url("/images/basic/balloon.png") bottom left no-repeat !important;
	background: url("/images/basic/balloon.gif") bottom left no-repeat;
}

/*--------------------------- shadowbox ------------------------------*/

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none; text-shadow: none;}
#sb-overlay{position:relative;height:100%;width:100%; background: #000 !important}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
/*#sb-player.html{height:100%;overflow:auto;}*/
#sb-player.html{height:100%;overflow:hidden;padding: 0;margin: 0;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(/images/shadowbox/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(/images/shadowbox/close.png);}
#sb-nav-next{background-image:url(/images/shadowbox/next.png);}
#sb-nav-previous{background-image:url(/images/shadowbox/previous.png);}
#sb-nav-play{background-image:url(/images/shadowbox/play.png);}
#sb-nav-pause{background-image:url(/images/shadowbox/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

#sb-container #gmapmarker, #sb-container #gmapmarker_area, #sb-container #gmapmarker a, #sb-container #gmapmarker_area a {color: #000; font-size: 1em; padding: 0; background: none;}
#sb-container #gmapmarker p, #sb-container #gmapmarker_area p {margin: 0; padding: 0;}

/*-------------------------- list objects -----------------------------*/

div#newsbox_main ul { 
	list-style: none;
	float: right;
	margin-top: 9px;
}
div#newsbox_main ul li { 
	display: inline-block;
	float: left;
	margin-left: 5px;
}
div#newsbox_main ul li a { 
	display: block;
	text-indent: -9999px;
	width: 6px;
	height: 6px;
	border: 1px solid #465A00;
	background: #FFF; 
}
div#newsbox_main ul li a:hover, div#newsbox_main ul li a.active { 
	background: #465A00; 
}
#sponsors ul { 
	list-style: none; 
} 
#sponsors ul li {  
	width: 287px;
	height: 109px;
	position: absolute;
	display: block;
}
ul#liste_main { 
	list-style: none;
	margin: 10px 0 20px 0;
	border: 0 none;
} 
* html ul#liste_main li {  /* ---------  Fix IE 6  ------------ \*/ 
	height: 1%; 
} 
ul#liste_main li { 
	display: block; 
	background: url("/images/basic/dot-liste-active.gif") no-repeat 0 8px; 
	padding: 2px 0 2px 12px; 
	margin: 3px 0;  
	line-height: 1.6em;
	height: auto; 
	text-transform: none; 
	font-size: 100%; 
	cursor: auto !important;
	border: 0 none;
} 
ul#liste_main li a { 
	text-decoration: none; 
	
} 
ul#liste_main li a:hover { 
    text-decoration: underline; 
	color: #333;
} 

/*-------------------------- nav (menu.js) -----------------------------*/

#nav a, #subMenusContainer a {
	text-decoration:none;
	display:block;
	padding:0 30px 0 8px;
	color:#FFF;
	text-shadow: 0 1px 0 #202020;
	white-space: nowrap;
}
#nav a {
	margin:0;
	float:left;	
	border-left: 1px solid #202020; 
	height: 46px;
	text-transform: uppercase;
}
#nav a:hover {
	border-left: 1px solid #FFF; 
}
#subMenusContainer a, #nav li li a{
	text-align:left;
	line-height: 26px;
	text-transform: none;
	background-color:#870301;
	color:#FFF;
	text-shadow: 0 1px 0 #202020;
}
#nav a:hover, #nav a:focus, #subMenusContainer a:hover, #subMenusContainer a:focus, #nav a.mainMenuParentBtnFocused, #subMenusContainer a.subMenuParentBtnFocused{
	color:#FFF;
	text-shadow: 0 1px 0 #202020;
}
#subMenusContainer a:hover, #subMenusContainer a:focus, #subMenusContainer a.subMenuParentBtnFocused{
	background-color: #9A0801;
	outline: none;
}
.subMenuParentBtn{ 
	background: url("/images/basic/arrow_right_over.gif") no-repeat right; 
}
.subMenuParentBtnFocused{ 
	background: url("/images/basic/arrow_right_over.gif") no-repeat right;  
}
.mainMenuParentBtnFocused{	
	background: url("/images/basic/arrow_down_over.gif") no-repeat 9px 17px !important;
	border-left: 1px solid #FFF !important; 
}
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	padding: 0px 2px 0px 2px;
	margin: -1px 0 0 -2px;
}
#nav, #nav ul, #subMenusContainer ul { 
	padding: 0;
	margin: 0;
	list-style: none;	
	left:0;
	z-index: 1000;
	border:1px solid #FFF;
}
#nav ul { 
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0, 0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0, 0.3);
	box-shadow: 0px 1px 3px rgba(0,0,0, 0.3);
}
#nav li { 
	display:block;
	list-style:none;
	position:relative;
	float:left;
}
#subMenusContainer li{
	list-style: none;
}
#nav{
	display:block;
	position: absolute;
	list-style:none;
	margin:0;
	top: 37px;
	left: 351px;
	border: 0 none;
}
#subMenusContainer{	display:block; 	position:absolute;	top:0px;	left:0;	width:100%;	height:0;	overflow:visible;	margin: 0; padding: 0; z-index:100; }

/* --------------------------[ The below is just for non-javscript users ]--------------------------*/

#nav li li{	float:none; }

#nav li li a { 
	position:relative;
	float:none;
	border: none;
	height: 26px;
}
#nav li li a:hover { 
	background-color: #7C9501;
	border: none;
}
#nav a.submenu {	
	 background: url("/images/basic/arrow_down_over.gif") no-repeat 8px 17px; 
}
#nav a.submenu:hover {	
	 background: url("/images/basic/arrow_down_over.gif") no-repeat 8px 17px;
}
#nav li li a.submenu {	
	 background: #658100 url("/images/basic/arrow_down_over.gif") no-repeat right;
}
#nav li li a.submenu:hover {	
	 background: #7C9501 url("/images/basic/arrow_right_over.gif") no-repeat right;
}
#nav li ul { 
	position: absolute;
	width: 160px;
	margin-left: -1000em; 
	margin-top:46px;
}
#nav li ul ul { margin: 0 0 0 -1000em; }
#nav li:hover ul ul {	margin-left: -1000em; }
#nav li:hover ul{	margin-left: 0; }
#nav li li:hover ul {	margin-left: 160px; margin-top:-27px;}
.selected a { 
	color: #FFF !important;
	text-shadow: 0 1px 0 #313902 !important;
}
ul.image_list { 
	list-style: none;
	margin-top: 15px;
} 
ul.image_list li { 
	float: left;
	padding: 0 !important;
	background: none !important;
} 
ul.image_list li a { 
	display: block;
	padding: 3px;
	margin: 0 12px 12px 0;
	border: 1px solid #DDD;
} 
ul.image_list li a:hover { 
	border: 1px solid #000;
} 
ul.image_list li a span { 
	display: inline-block;
	text-indent: -9999px;
	width: 35px;
	height: 35px;
}
ul.image_list li a.download { 
	display: block;
	height: 4px;
	text-indent: -999px;
	margin: -8px 12px 12px 0;
	background: #DDD url("/images/basic/arrow_down_download.gif") no-repeat center center;
	border: 0 none;
} 
ul.image_list li a.download:hover { 
	background: #A10A01 url("/images/basic/arrow_down_over.gif") no-repeat center center;
}
ul.download_list { 
	list-style: none;
	margin-top: 15px;
}
* html ul.download_list li {  /* ---------  Fix IE 6  ------------ \*/ 
	height: 1%; 
} 
ul.download_list li a { 
	background: url("/images/basic/dot-liste-active.gif") no-repeat 0 4px; 
	padding-left: 12px;
	font-weight: bold;
} 
ul.download_list li { 
	padding: 0 !important;
	background: none !important;
} 
ul.download_list li a:hover {  
	color: #A10A01;
}
.content_main ul { 
	list-style: none;
	margin-top: 15px;
}
* html .content_main ul li {  /* ---------  Fix IE 6  ------------ \*/ 
	height: 1%; 
} 
.content_main ul li { 
	background: url("/images/basic/dot-liste-active.gif") no-repeat 0 6px; 
	padding-left: 12px;
} 
.content_main ul li a:hover {  
	color: #A10A01;
}
ul.news_list { 
	list-style: none;
	display: inline;
}
ul.news_list li a { 
	text-decoration: none;
	float: right;
	width: 496px; 
	padding: 10px;
	margin: 10px 0 0 25px;
	border: 1px solid #CECECE;
	display: inline-block;
	background: #FFF;
}
ul.news_list li a:hover { 
	color: #333;
}
ul.news_list li span.header { 
	display: block;
	line-height: 22px;
	font-size: 18px;
	font-family: 'BarmenoMedium', sans-serif;	margin-bottom: 7px;
}
ul.news_list li span.headline { 
	color: #A10A01;
}
ul.news_list li a:hover span.headline { 
	text-decoration: underline;
}
ul.news_list li div.news_main_botbar { 
	height: 10px;
	/*background: #FFF url("/images/basic/bg_content_botbar.gif") no-repeat top left;*/
	float: right;
	width: 518px;
}
ul#image_container { 
	list-style: none; 
	overflow: hidden;
} 
ul#image_container li, ul#image_container li a {
	display: block;
	width: 936px;
	height: 199px;
	text-indent: -9999px;
}
ul#image_container li {
	position: absolute;
}



/* ]]> */
