@charset "utf-8";

body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #FFFFFF;
	margin: 0; 
	padding: 9px 0px 50px 0px ;
	text-align: center; 
	color: #000000;
}
#container { 
	width: 951px;
	margin: 0 auto;
	border: 0px none;
	text-align: left; /* override text-align:center on body */
	background:#EBEBEB url(../gfx/main/back-neutral.gif) repeat-y left;
} 
#outside {
	display:none;
}

/* - Header ----------------------- */
#header { 
	background: #FFFFFF;
	background-repeat:no-repeat;
	background-position:bottom;
	width:951px;
	margin: 0px;  
	background-image:url(../headimage/header-neutral.jpg);
	height:171px;	
} 

#header .logo {
	width:315px;
	height:58px;
	position: relative;
	left: 52px;
	top: 14px;
}
#header #servicelinks {
	float:right;
	font-size:0.75em;
	color:#666666;
	max-width:550px;
}
#header #servicelinks a {
	text-decoration:none;
	color:#666666;
}
#header #servicelinks a.seperator-left {
	padding:0px 9px;
	border-right:1px solid #666666;
}
#header .fontsize {
	padding:0px 9px;
	border-right:1px solid #666666;
}
#header a.language {
	padding-left:9px;
}
#header img {
	vertical-align:baseline;
}
#header img.infotooltip {
	position:absolute;
	margin-top:53px;
	width:951px;
	height:164px;
}
#header #servicelinks a.last:hover, 
#header #servicelinks a:hover {
	color:#000000;
}


#mobileLink {
	padding:0px 0px 9px 0px;
	background: #ffffff;
}
#mobileLink a {
	font-size:2em;
	text-align:center;
	border:2px solid red;
	display:block;
	color:#000;
	text-decoration:none;
	padding:10px;
	background: #ebebeb;
	font-weight:bold;
}


/* - Rubriken-Tabs ------------------------ */
#tabs {
	background:#FFFFFF;
	width:951px;
	padding:9px 0px 0px 0px;
}
#tabs ul {
	height:53px;
	margin: 0;
	padding: 0;
	display: block;
} 

#tabs ul li {
	margin: 0px;
	padding: 0px ;
	list-style: none;
	float:left;
}
#tabs ul li a {
	display:block;
	width: 95px;
	margin-right:2px;
	padding:10px 5px 0px 10px;
	height: 43px;
	background:#EBEBEB;
	background-repeat:no-repeat;
	
	text-decoration:none;
	color:#000000;
	font-size:0.75em;
	overflow:hidden;
}
#tabs ul li a:hover {
	color:#666666;
}
#tabs #tab-startseite {
	background: transparent url(../gfx/tabs.png) 0px -53px no-repeat;
}
#tabs #tab-leben {
	background: transparent url(../gfx/tabs.png) 0px -159px no-repeat;
}
#tabs #tab-wirtschaft {
	background: transparent url(../gfx/tabs.png) 0px -265px no-repeat;
}
#tabs #tab-rat {
	background: transparent url(../gfx/tabs.png) 0px -371px no-repeat;
}
#tabs #tab-kultur {
	background: transparent url(../gfx/tabs.png) 0px -477px no-repeat;
}



/* - searchfield --------------------- */
#tabs #searchfield {
	float:right;
	width:179px;
	height:33px;
	padding:20px 10px 0px 0px;
}
#tabs #searchfield form {
	margin:0px;
}
#tabs #searchfield form #searchwrapper {
	width:179px;
	height:23px;
	background:#f5f5f5;
	background-image:url(../gfx/search-back.gif);
	background-repeat:no-repeat;
}
#tabs #searchfield form #searchinput {
	width:133px;
	height:17px;
	border:0px none;
	padding:3px 5px 3px 11px;
	background:transparent;
	background-image:none;
	float:left;
	font-size:0.75em;
}
#tabs #searchfield form #searchsubmit {
	float:left;
	width:30px;
	height:23px;
}


#right #searchfield form #searchwrapper {
	width:179px;
	height:23px;
	background:#f5f5f5;
	background-image:url(../gfx/search-column-back.gif);
	background-repeat:no-repeat;
	margin-left:2px;
	margin-bottom:9px;
}
#right #searchfield form #searchinput {
	width:131px;
	height:17px;
	border:0px none;
	padding:3px 5px 3px 11px;
	background:transparent;
	background-image:none;
	float:left;
	font-size:0.75em;
}
#right #searchfield form #searchsubmit {
	float:left;
	width:30px;
	height:23px;
}



/* - Layout --------------------- */
#main {
	width:951px;
	padding: 0px 0px 9px 0px;
}
#main #mainhead {
	background:#EBEBEB url(../gfx/main/top-neutral.gif) no-repeat top right;
	height:9px;
	width:951px;
	line-height:0px;
}
#main #path {
	font-size:0.8em;
	font-weight:bold;
	width:525px;
	margin-left:215px;
	padding-bottom:2px;
	color:#666666;
}
#main #path a {
	text-decoration:none;
	font-weight:normal;
	color:#666666;
	padding-right:10px;
	background:url(../gfx/arrow/single-right.gif) no-repeat right;
}

#main #path a:hover {
	color:#000000;
}
#left {
	float: left;
	width: 183px;
	padding: 0px;
	margin: 0px 5px 0px 8px;
	display:inline; /* fix for ie double margin bug*/
}
#navi {
	float: left;
	width: 196px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	display:inline; /* fix for ie double margin bug*/
}
#right {
	float: right;
	width: 183px; 
	padding: 0px;
	margin: 0px 8px 0px 5px;
	display:inline; /* fix for ie double margin bug*/
}



#content { 
	background: #FFFFFF url(../gfx/content-back.gif) repeat-y;
	margin: 0px;
	padding: 0px;
	float:left;
	width:559px;
	overflow:hidden;
} 
.content-head {
	margin:0px;
	padding:10px 3px 0px 3px;
	background:url(../gfx/content-head.png) no-repeat;
}
.content-head h1 {
	border-bottom:1px solid #cccccc;
}
.noheading {
	padding:5px 3px 0px 3px;
}
.content-head .headspace {
	height:20px;
}
.thema {
	padding:0px 3px 0px 3px;
	margin-bottom:16px;
}
.thema img {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.content-flow {
	margin:0px 3px 0px 3px;
	padding:0px;
	min-height:600px;
	font-size:1em;
}
.content-addon {
	margin:3px 3px 0px 3px;
	padding:0px;
}
.content-end {
	margin:3px 3px 0px 3px;
	padding:0px;
}
.content-bottom {
	margin: 0px;
	padding:0px 3px 9px 3px;
	background:url(../gfx/content-bottom.gif) no-repeat bottom;
}




#footer {
	text-align:center; 
	padding: 0px 0px 10px 0px;
	background-position:bottom;
	background-repeat:no-repeat;
	background-image:url(../gfx/main/bottom-neutral.gif);
	text-decoration:none;
	color:#666666;
} 
#footer p.copyright {
	display:block;
	width:559px;
	text-align:right; 
	margin:0 auto;
	padding:0px 18px 0px 0px;
	font-size:0.7em;
	color:#999999;
}

#footer h2 {
	margin:0px;
	padding:0px;
	font-size:0.75em;
}
#footer h2 a {
	padding-right:15px;
	background:url(../gfx/arrow/fold-less.gif) no-repeat bottom right;
}
#footer h2 a.active {
	background:url(../gfx/arrow/fold-more.gif) no-repeat bottom right;
}


#footer-sitemap {
	display:block;
	font-size:0.7em;
	text-align:left; 
	padding:3px 10px 20px 10px;
	border-top:1px solid #FFFFFF;
}
#footer-sitemap ul {
	float:left;
	display:block;
	list-style: none;
	margin: 0px;
	padding: 7px 0px 0px 10px;
	width:170px;
}
#footer-sitemap ul ul {
	border-top:0px none;
	padding: 3px 0px 0px 3px;

}
#footer-sitemap ul li {
	margin-left:0px;
}
#footer-sitemap ul li a {
	font-weight:bold;
	padding-bottom: 4px;
}
#footer-sitemap ul ul li {
	margin-left:0px;
}
#footer-sitemap ul ul li a {
	font-weight:normal;
}


#footer a {
	text-decoration:none;
	color:#666666;
	line-height:140%;
}

#footer  a:hover {
	color:#000000;
}










/* - Marginalspalte ---------------- */
.columnbox {
	width:183px;
	background: #FFFFFF url(../gfx/columnbox/top-long.png) no-repeat;
	margin-bottom:7px;
}
.columnbox-extranet {
	background: #FFFFFF url(../gfx/columnbox/top-long-extranet.png) no-repeat !important;
}
.columnbox-extranet h2 {
	color:#653e0c;
}
.columnbox-extranet ul li a {
	color:#653e0c;
}
.oneentry {
	width:177px !important;
	height:22px !important;
	background: transparent url(../gfx/columnbox/one.gif) no-repeat    !important;
	padding:2px 3px 2px 3px !important;
}

.columnbox-content {
	width:177px;
	padding:2px 3px 2px 3px;
	background-image:url(../gfx/columnbox/bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
.columnbox .one {
	background-image:url(../gfx/columnbox/bottom_one.gif);
}






/* - Navigation ---------------- */
#navi {
	margin-top:9px;
}
#navi ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width:194px;
	overflow:hidden;
}

#navi ul li {
	border-top:1px solid #FFFFFF;
}
#navi ul li.last {
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
#navi ul ul li.last {
	border-top:1px solid #FFFFFF;
	border-bottom:0px none;
}
#navi li.active > a {
	border-left:5px solid #ef4122;
	background:#FFFFFF url(../gfx/navi-hover.gif) repeat-y;
}
/* ie6 extrawurst */
#navi li a.active {
	border-left:5px solid #ef4122;
	background:#FFFFFF url(../gfx/navi-hover.gif) repeat-y;
}


#navi li.back {
	border-bottom:1px solid #FFFFFF;	
	margin-bottom: 16px;
}
#navi li.back a {
	font-weight:normal;
	padding-left: 27px;
	background:transparent url(../gfx/navi-back.gif) no-repeat top left;
	width:160px;	
}
#navi li.back a:hover {
	background:#ffffff url(../gfx/navi-back-hover.gif) no-repeat top left;
}

#navi ul li a {
	color:#000000;
	display:block;
	text-decoration:none;
	font-size:0.75em;
	font-weight:bold;
	line-height:120%;
	padding: 2px 0px 2px 5px;
	border-left:5px solid #a7a7a7;	
	width:184px;
}
#navi ul li a:hover {
	background:#FFFFFF url(../gfx/navi-hover.gif) repeat-y;
}


#navi ul ul li {
	background:#dddddd url(../gfx/navi-1.gif) repeat-y;
	
}
#navi ul ul li a {
	font-weight:normal;
	padding: 2px 5px 2px 12px;
	width:172px;
}
#navi ul ul li a:hover {
	background:#FFFFFF url(../gfx/navi-hover.gif) repeat-y;
}


#navi ul ul ul li {
	background: #cbcbcb url(../gfx/navi-2.gif) repeat-y;
}
#navi ul ul ul li a {
	color:#000000;
	font-weight:normal;
	padding: 2px 5px 2px 20px;
	width:164px;
	
}
#navi ul ul ul li a:hover {
	background:#FFFFFF url(../gfx/navi-hover.gif) repeat-y;
}

#navi ul ul ul ul li {
	background: #cbcbcb url(../gfx/navi-2.gif) repeat-y;
}
#navi ul ul ul ul li a {
	color:#000000;
	font-weight:normal;
	padding: 2px 5px 2px 32px;
	width:148px;
	
}
#navi ul ul ul li ul a:hover {
	background:#FFFFFF url(../gfx/navi-hover.gif) repeat-y;
}





/* --spezielle klassen --------------------*/
.clearfloat { 
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
a.skiplink, a.skiplink:hover, a.skiplink:visited {
	position: absolute;
	overflow: hidden;
	top: -1000px;
	left: -1000px;
}
a.skiplink:focus, a.skiplink:active {
	position: absolute;
	top: 5px;
	left: 5px;
	border:1px solid black;
	background-color:#FFF;
	padding:2px;
	z-index:100;
}
#skip {
position:absolute;
left:-1000px;
top:-1000px;
}

.hidden {
	display:block;
	visibility:hidden;
	font-size:0px;
	height:0px;
	margin-bottom:0px;
	margin-top:-1px;
	position:absolute;
	margin-left:-3000em;
}
.hidden:focus {
	top:0px;
}

.neddih {
	display:none;
	font-size:0px;
	height:0px;
	margin-bottom:0px;
	margin-top:-1px;
	position:absolute;
	left:-3000em;
}


a img {
	border:none;
}


