/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_dropline_dropdown.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.pro_linedrop {
	background-color:#cae9e6;
	height:20px;
	width:901px;
	background-repeat:repeat-x;
	position:relative;
	font-family:arial, verdana, sans-serif;
	font-size:12px;
}

.pro_linedrop .select {
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
}


.pro_linedrop li.line {
	float:left;
	background:url(../dunkelgruen/blank_sepia.gif) right top;
}


.pro_linedrop li {
	float:left;
}


.pro_linedrop li.lineaktiv {
	float:left;
	background:url(../dunkelgruen/blank_over_sepia.gif) right top;
}


.pro_linedrop .select li.lineaktiv a  {
	display:block;
	height:36px;
	float:left;
	padding:0 0 0 15px;
	text-decoration:none;
	line-height:25px;
	white-space:nowrap;
	color:#FFFFFF;
}

.pro_linedrop .select a {
	display:block;
	height:36px;
	float:left;
	padding:0 0 0 15px;
	text-decoration:none;
	line-height:25px;
	white-space:nowrap;
	color:#FFFFFF;
}

.pro_linedrop .select li.line a {
	color:#FFF;
}


.pro_linedrop .select a b {
	display:block;
	padding:0 20px 10px 5px;
}


.pro_linedrop .select a:hover, .pro_linedrop .select li:hover a {
	background:url(../dunkelgruen/blank_over_sepia.gif) right top;
	padding:0 0 0 15px;
	line-height:27px;
	cursor:pointer;
	color:#fff;
}

.pro_linedrop .select li.line a:hover, .pro_linedrop .select li.line:hover a {
	color:#266164;
}

.pro_linedrop .select a:hover b, .pro_linedrop .select li:hover a b {
	display:block;
	padding:0 20px 9px 5px;
	cursor:pointer;
}


.pro_linedrop .sub {
	display:none;
}

.pro_linedrop ul ul {
	display:none;
}

.pro_linedrop table {
	border-collapse:collapse;
	margin:-1px;
	font-size:1em;
	width:0;
	height:0;
}

.pro_linedrop .sub {
	margin:0;
	padding:0;
	list-style:none;
}

.pro_linedrop .sub li {
	background:transparent;
}

.pro_linedrop .select .sub {
	height:20px;
	display:block;
	position:absolute;
	float:left;
	width:900px;
	top:0;
	left:0;
	text-align:center;
	border-bottom:1px solid #E6E6E6;
}

.pro_linedrop .select .rt li {
	float:right;
}
.pro_linedrop .select .sub li a {
	display:block;
	height:20px;
	line-height:22px;
	float:left;
	background:transparent url(../dunkelgruen/transparent.gif);
	padding:0 16px;
	margin:0;
	white-space:nowrap;
	color:#266164;
	font-size:10px;
}

.pro_linedrop .select .sub li.subline a {
	color:#266164;
}

.pro_linedrop .select .sub li a:hover, .pro_linedrop .select .sub li:hover {
	color:#000;
	line-height:20px;
	position:relative;
	z-index:100;
}

.pro_linedrop .select .sub li:hover > a {
	color:#000;
}

.pro_linedrop .select .sub :hover ul {
	padding:0;
	margin:0;
	list-style:none;
	display:block;
	position:absolute;
	left:-1px;
	top:20px;
	border:1px solid #266164;
	border-top:0;
	background:#cae9e6;
}

.pro_linedrop .select .sub :hover ul li a {
	text-align:left;
	height:20px;
	line-height:18px;
}

.pro_linedrop .select .sub :hover ul li a:hover {
	line-height:18px;
}


/*  NEWS FORMATIERUNG */
#news {
width: 355px;
	margin-top: 0px;
}

#news img {
float:left;
}

#news ul {
	list-style-type: none;
	width: 355px;
}

#news li {
	padding-top:0px;
padding-bottom:0px;
	border: 1px dotted #999;
	border-width: 1px 0;
	margin: 5px 0;
}

#news li a {
	color: #517279;
	display: block;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 5px 5px 10px;
	text-decoration: none;
}

* html #news li a {
	width: 355px;
}

#news a:hover {
	color: #FFFFFF !important;
	display: block;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 5px 5px 10px;
	text-decoration: none;
	background: #a0e8e0;
}

#news a em {
	margin-left:100px;
	color: #839fa6;
	display: block;
	font: normal 95% Verdana, Arial, Helvetica, sans-serif;
	line-height: 125%;
}
#news a h2 {
	margin-left:100px;
	font-size:12px;
	color: #517279;
	display: block;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-weight:bold;
	line-height: 100%;
	letter-spacing:0.2px;
}

#news a h6 {
	margin-left:100px;
	font-size:10px;
	color: #517279;
	display: block;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-weight:bold;
	line-height: 100%;
	letter-spacing:0.2px;
}

#news a span {
	margin-left:40px;
	color: #FFF;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
}
#news a:hover span {
	color: #a0e8e0;
}

/*********************** #navigation2 ********************/

#navigation2 .pro_linedrop {
	background:url(../gruen/back_gruen.gif);
	height:36px;
	border-top:1px solid #FFF;
}
#navigation2 .pro_linedrop li.line {
	background:url(../gruen/blank_sepia.gif) right top;
}
#navigation2 .pro_linedrop li.lineaktiv {
	background:url(../gruen/blank_over_sepia.gif) right top;
}
#navigation2 .pro_linedrop .select a:hover, #navigation2 .pro_linedrop .select li:hover a {
	background:url(../gruen/blank_over_sepia.gif) right top;
}
#navigation2 .pro_linedrop .select li.line a:hover, #navigation2 .pro_linedrop .select li.line:hover a {
	color:#e6e6e6;
}
