@charset "utf-8";
@import url("blueprint/plugins/link-icons/screen.css");
/* Breadcrumb */
#breadcrumb {
	color:#333;
	left:2px;
	overflow:hidden;
	padding-left:20px;
	padding-top:5px;
	float: left;
	width: 930px;
	padding-bottom: 10px;
}
#breadcrumb a {
	color: #333;
}
#breadcrumb a:hover {
	color: #C00;
}
/* Hauptmenü */
#hauptmenu {
	width : 150px;
	margin-top: 10px;
	padding: 0px;
}
#hauptmenu .subnavi {
	margin-bottom: 5px;
}
#hauptmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#hauptmenu .navi li {
	margin-bottom: 1px;
}
#hauptmenu .navi li a {
	display: block;
	width: 143px;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8c7c6d;
	font-size: 100%;
	height: 20px;
	padding-top: 3px;
	padding-left: 7px;
	color: #5f322c;
	padding-right: 0px;
	padding-bottom: 2px;
}

#hauptmenu .navi li a:hover {
	color: #F00;
}
#hauptmenu .navi li a:active {
	color: #F00;
}
/* Level 2 */
#hauptmenu .navi li ul {
	color: #F00;
}
#hauptmenu .navi li ul li {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
}
#hauptmenu .navi li ul li a {
	color: #5f322c;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 135px;
	padding-left: 15px;
	font-size: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}
#hauptmenu .navi li ul li a:hover {
	color: #8c2008;
	width: 135px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 100%;
	font-weight: normal;
}

/* Level 3 */
#hauptmenu .navi li ul li ul li a {
	width: 120px;
	padding-left: 15px;
	height: 100%;
	margin-left: 15px;
}

#hauptmenu .navi li ul li ul li.active a {
	color: #5f322c;
	background-color: #F3F3EF;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

#hauptmenu .navi li ul li.active a {
    color: #5f322c;
    background-color: #F3F3EF;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
}

#hauptmenu .navi li ul li ul li a:hover {
	width: 120px;
	padding-left: 15px;
	margin-left: 15px;
}
#hauptmenu .navi li .subnavi .active ul .active a {
	color: #5f322c;
	font-weight: bold;
	background-color: #F3F3EF;
}
#hauptmenu .navi li .subnavi .active ul li a {
	color: #5f322c;
	background-color: #FFF;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
}
#hauptmenu .navi li .subnavi .active ul li a:hover {
	color: #F00;
	background-color: #F3F3EF;
	font-weight: normal;
}

/* Themenmenü */
#thlm {
	background-color : #CCC;
	border: 1px solid #999;
	width : 148px;
	margin-top: 10px;
}
body.kultur #thlm{
	background-color : #efdbce;
	border: 1px solid #8c2008;
}
body.land #thlm{
	background-color : #e7ebd6;
	border: 1px solid #104100;
}
body.wasser #thlm{
	background-color : #bac9d6;
	border: 1px solid #002c5a;
}
body.sport #thlm{
	background-color : #fff7e7;
	border: 1px solid #d6a618;
}
#thlm .headline {
	display : block;
	background-color : #8c7c6d;
	margin : 0;
	width : 148px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8c7c6d;
	color: #FFF;
	height: 15px;
	padding: 0px;
}
body.kultur #thlm .headline{
	background-color : #8c2008;
}
body.land #thlm .headline{
	background-color : #104100;
}
body.wasser #thlm .headline{
	background-color : #002c5a;
}
body.sport #thlm .headline{
	background-color : #d6a618;
}
#thlm ul {
margin : 0;
list-style-type : none;
padding : 0;
}
#thlm li {}
body.kultur #thlm li {
border-bottom : 1px solid #deaa8c;
}
body.land #thlm li {
border-bottom : 1px solid #adbe94;
}
body.wasser #thlm li {
	border-bottom : 1px solid #8ca6bd;
}
body.sport #thlm li {
	border-bottom : 1px solid #ffebb5;
}
#thlm li a, #thlm li a:link {
	margin : 0;
	display : block;
	text-decoration : none;
	padding : 1px 0 1px 10px;
	color: #333;
}
#thlm li a:visited {
background-color : #f2f1f1;
padding-top : 1px;
padding-left : 10px;
padding-bottom : 1px;
}
body.kultur #thlm li a:visited {
	background-color : #e7c3a5;
}
body.land #thlm li a:visited {
background-color : #ced3b5;
}
body.wasser #thlm li a:visited {
background-color : #adbece;
}
body.sport #thlm li a:visited {
background-color : #ffefce;
}
#thlm li a:hover, #thlm li a:active, #thlm li a:focus {
background-color : #e7e6e6;
padding-top : 1px;
padding-left : 7px;
padding-bottom : 1px;
border-left : 3px solid #8c7c6d;
}
#thlm ul li.active a {
	background-color : #d6a618;
}
body.kultur #thlm li a:hover, body.kultur #thlm li a:focus {
	background-color : #e7c3a5;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #8c2008;
}
body.kultur #thlm ul li.active a {
	background-color : #bd7d5a;
	color: #FFF;
	font-weight: bolder;
}
body.land #thlm li a:hover,  body.land #thlm li a:focus {
	background-color : #ced3b5;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #104100;
}

body.land #thlm ul li.active a {
	background-color : #7b9663;
	font-weight: bolder;
	color: #FFF;
}
body.wasser #thlm li a:hover, body.wasser #thlm li a:focus {
	background-color : #adbece;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #002c5a;
}
body.wasser #thlm ul li.active a {
    background-color : #5a7da5;
    color: #FFF;
    font-weight: bolder;
}
body.sport #thlm li a:hover body.sport #thlm li a:focus {
	background-color : #ffefce;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #d6a618;
}
body.sport #thlm ul li.active a {
    background-color : #f7d78c;
    color: #FFF;
    font-weight: bolder;
}

#headermenu {
	height : 25px;
	padding-bottom : 5px;
	background-color: #999;
}
#hdmenu {
margin : 0;
padding : 0;
}
#hdmenu ul {
list-style-type : none;
margin : 0;
padding : 0;
}
#hdmenu li {
display : block;
width : 140px;
float : left;
text-align : center;
}
#hdmenu a {
	color : #000000;
	text-decoration : none;
	font-size : 16px;
	font-weight : bold;
	display : block;
}
#hdmenu li.home a {
	font-size : 12px;
	color : #ffffff;
	font-weight : bold;
	text-align : left;
	text-indent : 15px;
	padding-top: 5px;
}
#hdmenu li.kultur a {
background-color : #ffffff;
border-bottom-width : 4px;
border-bottom-style : solid;
border-bottom-color : #8c2008;
}
#hdmenu li.kultur a:hover {
background-color : #e7c3a5;
}
#hdmenu li.land a {
background-color : #ffffff;
border-bottom-width : 4px;
border-bottom-style : solid;
border-bottom-color : #104100;
}
#hdmenu li.land a:hover {
background-color : #ced3b5;
}
#hdmenu li.wasser a {
background-color : #ffffff;
border-bottom-width : 4px;
border-bottom-style : solid;
border-bottom-color : #002c5a;
}
#hdmenu li.wasser a:hover {
background-color : #adbece;
}
#hdmenu li.sport a {
background-color : #ffffff;
border-bottom-width : 4px;
border-bottom-style : solid;
border-bottom-color : #d6a618;
}
#hdmenu li.sport a:hover {
background-color : #ffefce;
}


/* Menü grau rechte Seite */
.urbangreymenu{
	width: 190px; /*width of menu*/
	background-color: #d6d5d5;
}

.urbangreymenu .headerbar{
	color: white; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*31px is left indentation of header text*/
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana;
	background-color: #606060;
	background-image: url(/media/layout/button/downblue.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 31px;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	font: normal 12px Arial;
	color: black;
	background: #E9E9E9;
	display: block;
	line-height: 17px;
	padding-left: 6px; /*link text is indented 8px*/
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 5px;
}

.urbangreymenu ul li a:visited{
	color: black;
	background-color: #f2f1f1;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: #333;
	background-color: #f9f7f8;
}

.urbangreymenu ul li.active a { /*hover state CSS*/
	color: #333;
	background-color: #d6d5d5;
	font-weight: bold;
}

#paginationAnzahl {
	padding-top: 2px;
	padding-bottom: 5px;
	color: #999999;
	text-align: right;
}
#paginationControl {
	padding-bottom: 5px;
	color: #999999;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
}

/* Archive
*********************************************/
.archiv {
	overflow:hidden;
	list-style-type: none;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
}
.archiv a,
.archiv a:link,
.archiv a:visited {
	color: #615230;
	text-decoration: none;
	font-size: 1.3em;
}
/* 1. Bbene */
.archiv ul {
	font-weight: normal;
	margin-bottom: 0px;
}

.archiv ul li {
	padding-left: 0px;
	margin-bottom: 5px;
	background: none;
	list-style-type: none;
}
.archiv ul li a,
.archiv ul li a:link,
.archiv ul li a:visited {
	color: #615230;
	text-decoration: none;
	font-size: 1em;
}

/* SEO - Sitemap
*********************************************/
.seositemap {
	margin: 2px 0 20px 6px;
	overflow:hidden;
	list-style-type: none;
}

.seositemap a,
.seositemap a:link,
.seositemap a:visited {
	color: #615230;
	text-decoration: none;
	font-size: 1.4em;
}
/* 1. Bbene */
.seositemap ul {
	font-weight: bold;
	margin-bottom: 0px;
}

.seositemap ul li {
	padding-left: 0px;
	margin-bottom: 5px;
	background: none;
	list-style-type: none;
}
.seositemap ul li a,
.seositemap ul li a:link,
.seositemap ul li a:visited {
	color: #615230;
	text-decoration: none;
	font-size: 1.4em;
}
/* 2. Ebene */
.seositemap ul li ul {
	font-weight: normal;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0px;
	color: #900;
}

.seositemap ul li ul li {
	padding-left: 12px;
	margin-bottom: 0px;
	background: url(/media/layout/sitemap-pfeil-orange.gif) left 0.55em no-repeat;
	font-size: 1em;

}
.seositemap ul li ul li a,
.seositemap ul li ul li a:link,
.seositemap ul li ul li a:visited {
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}
.seositemap ul li ul li a:hover {
	text-decoration: underline;
}
/* 3. Ebene */
.seositemap ul li ul li ul {
	margin: 0 0 3px 0px;
}
.seositemap ul li ul li ul li {background-image: url(/media/layout/sitemap-pfeil-schwarz.gif);}

.seositemap ul li ul li ul li a,
.seositemap ul li ul li ul li a:link,
.seositemap ul li ul li ul li a:visited {
	color: #615230;
	text-decoration: none;
	font-size: 1em;
	font-weight: normal;
}
.seositemap ul li ul li ul li a:hover {
	text-decoration: underline;
}
/* 4. Ebene */
.seositemap ul li ul li ul li ul {
	margin: 0 0 3px 0px;
}
.seositemap ul li ul li ul li ul li {background-image: url(/media/layout/sitemap-pfeil-schwarz.gif);}

.seositemap ul li ul li ul li ul li a,
.seositemap ul li ul li ul li ul li a:link,
.seositemap ul li ul li ul li ul li a:visited {
	color: #615230;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: normal;
}
.seositemap ul li ul li ul li ul li a:hover {
	text-decoration: underline;
}

/* Site-Naviagation standard
*********************************************/
#sitenavi {
	width:150px;
	overflow:hidden; /* added by pm */
}
#sitenavi ul, dl {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sitenavi a, a:link, #sitenavi a:visited, #sitenavi a:hover, #sitenavi a:active, #sitenavi a:focus, #sitenavi object:focus {
	background-color: transparent;
	text-decoration: none;
	outline: none;
	-moz-outline-style: none;
}
#sitenavi a, #sitenavi a:link, #sitenavi a:visited {
	color: #B59888;
}
#sitenavi a:hover, #sitenavi a:active, #sitenavi a:focus {
	color: #8C7363;
}

/* 1. Ebene */
#sitenavi .navigation {
	background: url("/media/layout/shadow_navi.gif") bottom left;
	padding-bottom: 13px;
}
#sitenavi .navigation li {
	border-top: 1px solid #D8CAC3;
	border-bottom: 1px solid #A0867A;
	border-left: 1px solid #A0867A;
	background-color:#C6B0A7;
}
#sitenavi .navigation a {
	display: table-cell;
	height: 23px;
	width: 186px;
	vertical-align: middle;
	padding-left: 6px;
	color: #FFF;
	line-height: 21px;
}
#sitenavi .navigation a:hover, #sitenavi .navigation a:active, #sitenavi .navigation a:focus, #sitenavi .navigation a.active {
	background-color: #A0867A;
}
#sitenavi .navigation .active {
	background-color: #A0867A;
}

/* 2. Ebene */
#sitenavi .navigation ul {
	border-top: 1px solid #E0C29D;
	margin-left: -1px;
}
#sitenavi .navigation ul li {
	border-top: 1px solid #F4E0CB;
	border-bottom: 1px solid #E2CEBC;
	border-left:1px solid #E2CEBC;
	background-color:#F4E0CB;
}
#sitenavi .navigation ul li a {
	color: #565656;
	padding-left: 14px;
	padding-right:17px;
}
#sitenavi .navigation ul li a:hover, #sitenavi .navigation ul li a:active, #sitenavi .navigation ul li a:focus, #sitenavi .navigation ul li a.active {
	background-color:#E2CEBC;
}

#sitenavi .navigation .active ul .active {
	background-color: #E2CEBC;
}
/* 3. Ebene */
#sitenavi .navigation ul li ul {
	border-top: 1px solid #E0C29D;
}
#sitenavi .navigation ul li ul li {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #DBDBDB;
	border-left: 1px solid #e9e8e8;
	background-color: #F8F8F8;
}
#sitenavi .navigation ul li ul li a {
	padding-left: 22px;
	padding-right:18px;
}
#sitenavi .navigation ul li ul li a:hover, #sitenavi .navigation ul li ul li a:active, #sitenavi .navigation ul li ul li a:focus, #sitenavi .navigation ul li ul li a.active {
	background-color: #e0e0e0;
}
#sitenavi .navigation .active ul .active ul .active {
	background-color: #e0e0e0;
}
/* 4. Ebene */
#sitenavi .navigation ul li ul li ul {
	border-top: 1px solid #DBDBDB;
}
#sitenavi .navigation ul li ul li ul li {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #DBDBDB;
	border-left: 1px solid #e9e8e8;
	background-color: #fefefe;
}
#sitenavi .navigation ul li ul li ul li a {
	padding-left: 34px;
	font-size:11px;
	height:18px;
}
#sitenavi .navigation ul li ul li ul li a.active {
	color: #298ec4;
}
#sitenavi .navigation ul li ul li ul li a:hover, #sitenavi .navigation ul li ul li a:active, #sitenavi .navigation ul li ul li a:focus {
	background-color: #f3f3f3;
}
#sitenavi .navigation li ul li.lastListItem {
	border-bottom: none;
}
#sitenavi .navigation ul li a.active, #sitenavi .navigation ul li ul li a.active, #sitenavi .navigation ul li ul li ul li a.active {
	background-image:url("/media/layout/sprite_2010.gif");
	background-repeat:no-repeat;
}


/* Sprite */

/* 2. Ebene */
#sitenavi .navigation li ul li a.active {
	background-position: 7px -198px;
}
/* 3.  Ebene */
#sitenavi .navigation li ul li ul li a.active {
	background-position: 15px -198px;
}
/* 4. Ebene */
#sitenavi .navigation li ul li ul li ul li a.active {
	background-position: 23px -165px;
}

/* IE */
* html #sitenavi .navigation a {
	padding-right:9px;
}
*+html #sitenavi .navigation a {
	padding-right:9px;
}
