html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



* {
	margin: 0;
}
html, body {
	height: 100%;
	font-family: Arial, "Helvetica", sans-serif; 
	
}

a, a:hover, a:visited, a:link, a:active {
	color: #585343;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

a:active {
    outline: none;
}

p.align-right {
	text-align: right;	
	
}

#layout_wrap  {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -47px; /* the bottom margin is the negative value of the footer's height */
}

#header_wrap {
	text-align: center;
	background : transparent url(../images/header_bg.gif) repeat-x top left;
	height: 380px;
}

#header {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 380px;
	padding: 0 20px;
}

#logo {
	position: absolute;
	left: 20px;
	top: 0;
	width: 123px;
	height: 197px;	
}

#mood {
	position: absolute;
	top:50px;
	left: 180px;
	width: 802px;
	height: 330px;
	background : transparent url(../images/mood_bg2.png) no-repeat top left;
}


#page9 #mood {
	height: 530px;
	background : transparent url(../images/mood_bg_index.png) no-repeat top left;
}

#mood_margin {
	position: relative;
	width: 750px;
	margin: 15px auto 0;
	overflow: hidden;
}

ul#mood_list {
/*	width: 10000px; */
	position: relative;
	height: 264px !important;
}

#page9 #mood ul#mood_list {
	height: 456px !important;
}

ul#mood_list li {
	position: absolute;
	top:0px;
	left:0px;
}

#tooltip  {
	font-size: 9px;
	line-height: 12px;
	padding: 0;
	margin: 0;
	display:none;
	position:absolute;
	z-index:999;
	background : #fff url(../images/tooltip.png) repeat-x bottom right;
	border: 1px solid #e0e0e0;
	border-right: 1px solid #b6b6b6;
	border-bottom: 0;
}

#tooltip span {
	color: #888888;
	padding: 4px 2px 6px 10px;
	margin-right: 8px;
	text-align: left;
	display: block;
}

.mood_img {
	position: relative;
	height: 264px;
	width: 750px;
	overflow: hidden;
}

#page9 #mood .mood_img {
	height: 456px;
}

.mood_img p {
	display: none;
}

.mood_pfeil {
	background : transparent url(../images/mood_pfeil.png) no-repeat bottom left;
	display: block;
	width: 21px;
	height: 11px;
	position: absolute;
	top: 159px;
	right: 40px;
	z-index: 10;	
	behavior: url("/fileadmin/css/iepngfix.htc");
}

#main_wrap {
	text-align: center;
}

#main {
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	padding: 0 20px;
	padding-bottom: 50px;
}


#footer_wrap {
	text-align: center;
	background : transparent url(../images/footer_bg.gif) repeat-x top left;
	height: 47px;
}

#footer {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 47px;
	padding: 0 20px;
}

.push {
	height: 47px;	
}

#meta_nav {
	position: absolute;
	bottom: 15px;
	right: 10px;	
}

#meta_nav ul li {
	float: left;
	color: #a6a6a6;
	font-size: 10px;
	padding-left: 10px;	
}

#meta_nav ul li a {
	color: #a6a6a6;
	text-decoration: none;
}


#content {
 	border-left: 1px solid #e6e8e8;
 	width:518px;
 	float:left;
 	padding: 0 18px;
}

#page9 #content {
	margin-top: 200px;
}

#nav {
  	width: 168px;
  	float:left;
  	font-family: "Lucida Grande", sans-serif; 
}

#nav ul li {
	width: 150px;
}

#nav ul li a {
	display: block;
	padding: 0px 0px 10px;
	line-height: 18px;
	color: #a6a6a6;	
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
}

#nav ul li a:hover, #nav ul li.active a {
	color: #585343;
/*	background : transparent url(../images/nav_pfeil.gif) no-repeat right 4px; */
}

#nav ul li.active ul {
	padding-left: 8px;
	padding-bottom: 8px;		
}

#nav ul li.active li a {
	font-size: 14px;
	color: #a6a6a6;	
	background: none;
	text-transform:none;
}

#nav ul li.active li a:hover, #nav ul li.active li.active a {
	color: #585343;
}

#related {
	float: left;
	width: 200px;
	margin-left: 14px;	
	padding-top: 43px;
}

#page9 #related {
	margin-top: 200px;
}

.relativebox_top {
	background : transparent url(../images/relbox_top.gif) no-repeat left top;
	padding: 10px 15px;
	height: 16px;
	color: #585343;
	font-size: 11px;
	line-height: 16px;
	font-family: "Lucida Grande", sans-serif; 
	text-transform: uppercase;
}

.relativebox_content {
	border-left: 1px solid #e6e8e8;
	border-right: 1px solid #e6e8e8;
	background : transparent url(../images/relbox_bg.gif) repeat-x left top;
	padding: 15px 15px 0;
	font-size: 11px;
	color: #707060;
	line-height: 14px;
}

#page14 .relativebox_content {
		line-height: 17px;
}

.relativebox_content p {
	padding: 7px 0;
}

.relativebox_content img {
	border: 1px solid #AAA;
	display: block;
}

.relativebox_content .startlink a {
	display: block;
	text-align: right;
	font-size: 11px;
	line-height: 20px;	
	color: #585343;
}

.relativebox_bottom {
	background : transparent url(../images/relbox_bottom.gif) no-repeat left top;
	height: 6px;
}

#page21 .relativebox_content img {
	behavior: url("/fileadmin/css/iepngfix.htc");
}

.half-half {
	overflow: hidden;
	margin-bottom: 25px;	
}

.col1, .col2 {
	width: 49%;
	float: left;	
	text-align: justify;
}

.col1_margin {
	padding-right: 12px;	
}

.col2_margin {
	padding-left: 12px;	
}

#content h1, #content h2, #content h3 {
	font-family: "Lucida Grande", sans-serif; 
	font-size: 16px;
	color: #585343;
	padding-bottom: 16px; 
	letter-spacing: 1px;
}
#content h1 {
	text-transform: uppercase;	
}
#content h2 {
	font-size: 14px;	
}

#content p {
	font-size: 12px;
	color: #707060;
	line-height: 18px;
	padding: 9px 0;	
}

table.flaeche {
	font-size: 12px;
	color: #585343;
	width: 518px;
	clear: both;
}

table.bueroflaeche {
	font-size: 12px;
	color: #585343;
	clear: both;
}

table.bueroflaeche .nos
{
	text-align: right;
}


table.flaeche th {
	background-color: #585343;
	color: #fff;
	padding: 8px;	
	width: 30%;;
}

table.flaeche td {	
	padding: 8px;
	border-bottom: 1px dotted #585343;
}

table.bueroflaeche {
	font-size: 12px;
	color: #585343;
	clear: both;
	margin-top: 12px;
	width: 242px;
}


table.bueroflaeche th {
	background-color: #585343;
	color: #fff;
	padding: 8px;	
}

table.bueroflaeche td {	
	padding: 8px;
	border-bottom: 1px dotted #585343;
}

.csc-sitemap a {
	font-size: 12px;
	color: #585343;
}

.csc-sitemap ul li {
	float:left;
	width: 30%;
	height: 150px;
	padding-top: 9px;
}


.csc-sitemap ul li a {
	margin-right: 20px;
	padding: 8px;
	display: block;
	background-color: #585343;
	color: #fff;
	text-decoration: none;
}

.csc-sitemap ul ul li {
	float:none;
	height: auto;
	padding: 0;
}

.csc-sitemap ul ul li a {
	margin-left: 10px;
	padding: 8px;
	display: block;
	background-color: #fff;
	color: #585343;
	text-decoration: underline;
}

#karte {
	clear: both;	
}

#karte h2 {
	font-size: 12px;
	padding: 8px;
	margin-bottom: 0px;
	background-color: #585343;
	color: #fff;
}

#karte img {
	border: 1px solid #585343;	
}

.csc-textpic-above {
	padding: 2px 0;	
}

#mainnav li.backLava {
	position: absolute;
	z-index: -10;
	background: url(../images/nav_pfeil.gif) no-repeat scroll right 4px;
}

.pp_description {
	font-size: 12px;
	line-height: 14px;
}

#content ul
{
    list-style: disc;
    margin-top: 9px;
    margin-left: 5px;
    font-size: 12px;
    color: #707060;
    line-height:18px;    
}

#content ul li
{
    margin-bottom: 5px;
    text-align: left;
}

.csc-sitemap li
{
	list-style: none;
}


