/* RESET */
* { padding: 0; margin: 0; border: 0;}
input, select, textarea { border: 1px solid black; font-size: 99% }
option { padding-left: 0.4em } /* avoid clipping in select-boxes */
html { height: 100%; }
body { height: 101%; font-size: 100.01%; position: relative; } /* always show vertical scrollbar, correct fontsize, reposition on resize */   
table { border-collapse: collapse; border-spacing: 0; }

/* COMMON SEMANTICS */
acronym, abbr { font-style: italic; border: none; text-decoration: none; }
strong { font-weight: bold; }
em { font-style: italic; }
table { border-collapse: collapse; }
th {  text-align: right; }
th, td { padding: .5em; vertical-align: top; }
dt { margin-top: .5em; font-weight: bold; }
dd { margin-left: 0; padding-left: 0; margin-bottom: 1em; }
p  { margin: 1em 0; }
ul, ol { margin-left: 1em; padding-left: 1em; }
ol ol, ul ul { margin-top: 1em; }
pre, code { display: block; background-color: White; border: 1px solid #999; padding: 0.5em; margin: 1em 0; color: #666; font: 1.2em monospace; }
blockquote { display: block; border-left: 1px dotted #666; }
h1, h2, h3 {	 margin: 0.5em 0; }

/* COMMON PAGE ELEMENTS */
#map { border: 1px solid #999; }
#status-indicator { display: none; position: absolute; top: 265px; left: 50%; width: 16px; height: 16px; background: url(spinner.gif) no-repeat; }
.topofpage { display: block; text-align: right; }

/* COMMON LINKS */
a, a:link { color: #34727A; text-decoration: none; }
a:visited { color: #34727A; text-decoration: none; }
a:hover   { color: #34727A; text-decoration: underline; }
a:active  { color: #34727A; }
a:focus   { outline: none; }
a img     { border: none; }

/* GENERAL CLASSES */
.left   { float: left; margin-right: 1em; }
.right  { float: right; margin-left: 1em; }
.center { text-align: center; margin-left: 1em; margin-right: 1em; }
.block  { text-align: justify; }
.small  { font-size: smaller; line-height: 1.3em; }
.large  { font-size: larger; line-height: 1.3em; }
.hide   { display: none; }
.clear  { clear: both; }

body { background: url(bg_body.png); font-family: Arial; font-size: 11px; }

/* AREAS / STRUCTURE */
#outer_wrapper { width: 790px; margin: 0 auto; }
#wrapper { width: 790px; background-color: white; padding-bottom: 1px; }
#outer_header_wrapper {}
#outer_header {  }
#inner_header_wrapper { padding: 9px; }
#inner_header {}
#top {  }
#teaser { }
#mainarea_wrapper { }
#mainarea { margin-top: 17px; margin-bottom: 50px; min-height: 270px;}
#right_wrapper { float: right; width: 197px; }
#right { padding: 0 4px; }
#content_wrapper { /* width: auto; */ border-right: 1px solid #AEC7CB; margin: 0 197px 0 0; }
#content { margin: 0 36px 0 98px; overflow: hidden; }
#inner_footer_wrapper {}
#inner_footer {}
#inner_footer_content { background-color: #99B9BE; color: White; font-size: 12px; text-align: center; margin: 10px; padding: 6px;}
#outer_footer_wrapper { width: 790px; margin: 0 auto; }
#outer_footer { height: 56px; background: url(bg_footer.png) no-repeat top right; }
#outer_footer_content {  }

/* LOGO */
#logo { position: absolute; margin-left: -101px; background: url(lg_freiraum.png); width: 417px; height: 333px; }

/* SEARCH */
#search { position: absolute; margin-left: 643px; top: 93px; background: url(bg_suche.png); width: 188px; height: 188px; }
#search div      { margin-left: 50%; }
#search form     { margin-left: -32px; }
#search label    { clear: both; float: left; margin-top: 3px; }
#search h3       { font-weight: bold; text-align: center; margin-top: 25px; font-size: 1em; }
#search select   { width: 64px; margin-top: 2px; }

/* BUBBLES */
#callback  { position: absolute; top: 417px; margin-left: -47px; background: url(bt_call_p.png); width: 110px; height: 110px; }
#recommend { position: absolute; top: 557px; margin-left: -47px; background: url(bt_recommend_p.png); width: 110px; height: 110px; }
#callback span, #recommend span { display: none; }
a#callback:hover { background-image: url(bt_call_a.png); }
a#recommend:hover { background-image: url(bt_recommend_a.png); }

/* NAVIGATION */
#mainnav li.active a, #mainnav a:hover, #subnav li.active a, #subnav a:hover, #toolnav li.active a, #toolnav a:hover
{ color: White; text-decoration: none; }
/* Main */
#mainnav    { list-style-type: none; float: right; margin-top: 30px; margin-bottom: 15px; }
#mainnav li { float: left; width: 94px; background: #30727C url(bg_mainnav.png) no-repeat top right; text-align: center; }
#mainnav a  { display: block; color: #98B5BD; font-size: 12px; padding: 9px 0; }
#mainnav li#aktuelles { background-image: none; }

/* Sub */
#subnav_wrapper { clear: both; background-color: #99B9BE; height: 24px;}
#subnav         { list-style-type: none; float: right; border-left: 1px solid White; margin: 0; padding: 0; }
#subnav li      { float: left; width: 93px; text-align: center; border-right: 1px solid White;}
#subnav li a    { display: block; color: #30727C; font-size: 11px; padding: 5px 0; }
ul#subnav.galerie    { margin-right: 376px; }
ul#subnav.pinnwand   { margin-right: 282px; }
ul#subnav.halle-tips { margin-right: 188px; }
ul#subnav.angebote   { margin-right: 94px; }
ul#subnav.aktuelles  { margin-right: 0px; }

/* Tool */
#toolnav    { float: right; list-style-type: none; padding: 40px 0 7px 0; }
#toolnav li { float: left; padding: 0 9px; }
#toolnav a  { color: #C5D7DA; font-weight: bold; }

/* Teaser */
#teaser img { width: 772px; height: 187px; }

/* TOPOFFER */
#topoffer { width: 140px; background: #97B8BD url(bg_topoffer.png) no-repeat; border: 1px solid #30727C; padding: 36px 17px 17px 17px; color: White;}
#topoffer img { border: 1px solid White; width: 138px; height: 96px; }
#topoffer h3 { text-align: center; }

/* Content-Styles */
#content { font-size: 11px; line-height: 1.5em; font-family: Verdana; }
#content p  { margin: 1em 0; }
#content h2 { color: #34727A; font-size: 11px; font-weight: bold; margin: 6px 0; } 
#content ul { list-style-type: none; margin: 1em; }
#content ul li { background: url(bl_content.gif) no-repeat 0 .3em; padding-left: 24px; line-height: 1.6em; }

.tipform-container label {
display:block;
float:left;
width:170px;
}

.tx-wecdiscussion-forumMessageSubject {
	background-color: #99B9BE;
}

.tx-wecdiscussion-form {
	background-color: #99B9BE;
}

/*
Changelog

subnav_wrapper -> Höhe eingefügt, damit der Balken immer sichtbar bleibt



*/

/* Wohnfinder */
#content div.tx-kofoflatfinder-pi1 {
	overflow: hidden;
}

#content div.tx-kofoflatfinder-pi1 ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#content div.tx-kofoflatfinder-pi1 ul li {
	line-height:1.04em;
	margin: 0 0 12px 0;
	padding: 0 0 0 0;
}

#content div.tx-kofoflatfinder-pi1 ul li h3 {
	padding-bottom: 4px;
}

#content div.tx-kofoflatfinder-pi1 ul li .kofo_flatfinder_list_img {
	float: left;
}

#content div.tx-kofoflatfinder-pi1 ul li .kofo_flatfinder_list_detail {
	float: left;
	margin-left: 8px;
	width: 180px;
}

#content div.tx-kofoflatfinder-pi1 ul li .kofo_flatfinder_list_detail .kofo_flatfinder_address {
	margin-bottom: 8px;
}

#content div.tx-kofoflatfinder-pi1 ul li .kofo_flatfinder_list_add {
	float: left;
	margin-left: 8px;
	width: 200px;
}

#content div.tx-kofoflatfinder-pi1 ul li .kofo_flatfinder_list_expose {
	float: right;
	text-align: center;
}

#content div.tx-kofoflatfinder-pi1 ul li .kofo_flatfinder_list_expose a {
	display: block;
	font-size:0.7em;
}

#content div.tx-kofoflatfinder-pi1 ul li .kofo_flatfinder_list_clear {
	clear: both;
}

#content div.tx-kofoflatfinder-pi1-browsebox {
	margin-top: 18px;
	padding-top: 8px;
	border-top: 1px solid #eee;
}

#content div.tx-kofoflatfinder-pi1-browsebox p {
	text-align: center;
}

#content div.tx-kofoflatfinder-pi1-browsebox .tx-kofoflatfinder-pi1-browsebox-active a {
	text-decoration: none;
	font-weight: bold;
	color: #aaa;
}
