/*
  ======================================================

	MAINCSS FILE FOR ahre-immobilien.at

	Developed by IQ² - Smarter Websolutions, December 2009
	Copyright by IQ² - Smarter Websolutions, December 2009
		
	ahre-immobilien.at is a webproject maintained and developed by IQ². 
    Graphic-design evolved by sternenklar.at.
    Concept by sternenklar.at & IQ²
	
	Projectfacts: 
	
	Main-Release: January, 2010
	
	Have fun!
  ======================================================
*/


/*
  ======================================================
	LAYOUT SPECIFIC STYLESHEET DEFINITIONS
  ======================================================
*/
html, body { /*Scroll fix for Opera & Firefox */
	height: 101%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
    border: 0;
	background: #FEFEFE url(../img/assets/bg-body.png) repeat-y top center;
    color: #666666; 
    color: #333;
}
 
.inside { /* Content padding */
	margin: 0;
	padding: 20px;
	border: 0;
	float: left;
}

/**
  ======================================================
    COMMON STYLES FOR LINKS
  ======================================================
*/ 
a { 
	outline-width: 0; 
	display: inline;
} 

a:link, a:visited, a:hover, a:active {
    color: #333;
}

#spotlight #simplesearch a.highlight {
    color: #F3DD33;
    /*font-weight: bold;*/
    font-size: 18px;
    margin: 10px 0 0 0;
    font-family: Arial;
}


#simplesearch span.new {
    color: #F3DD33;
    font-size: 11px;
    font-weight: bold;
    left: 1px;
    position: relative;
    top:-5px;
}

/**
  ======================================================
	HEADER & LOGO SECTION
  ======================================================
*/
#header {
    margin: 0;
    padding: 0;
    width: 950px;
    position: relative;
}

#header img#logo {
    margin: 30px 0 0 30px;
}

/**
  ======================================================
   META
  ======================================================
*/ 
#meta {
    margin: 0;
    padding: 0;
    width: 950px;  
}

#meta .mod_navigation {
    margin: 0;
    padding: 0;
    border: 0;
    height: 16px;
    float: left;
    position: absolute;
    right: 30px;
    top: 15px;    
}

#meta .mod_navigation ul {
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    display: block;
    height: 16px;   
}

#meta .mod_navigation ul li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    line-height: 16px;
}

#meta .mod_navigation ul li a, #meta .mod_navigation ul li.active span {
    margin: 0;
    padding: 0 10px 0 10px;
    float: left;
    display: block;
    color: #535353;
    text-decoration: none;
    line-height: 16px;
    border-right: 1px solid #CCC;
} 

#meta .mod_navigation ul li span.active {
    font-weight: bold;
}

#meta .mod_navigation a.last, #meta .mod_navigation ul li.active.last span {
    border-right: none;
}

/**
  ======================================================
   MAIN NAVIGATION
  ======================================================
*/ 
#navigation {
    margin: 30px 0 0 30px;
    padding: 0;
    border: 0;
    width: 520px;
    height: 48px;
    float: left;
}

#navigation .mod_navigation {
    margin: 0;
    padding: 0;
    border: 0;
    width: 520px;
    height: 48px;
    float: left;
    background: url(../img/assets/bg-nav.png) repeat-x top left;
    clear: both;
}

#navigation .mod_navigation ul {
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    display: block;
    width: 490px;
    height: 48px;   
}

#navigation .mod_navigation li {
    float: left;
    list-style: none;
    position: relative; /* ADDED */
}

li.mn01, li.mn02, li.mn03, li.mn04, li.mn05 {
    margin: 0;
    padding: 0;
    width: 104px;
    height: 48px;
    display: block;
    background: url('../img/assets/nav.png') no-repeat 0px;
}

li.mn01 { width: 104px; }
li.mn02 { width: 108px; }
li.mn03 { width: 81px; }
li.mn04 { width: 99px; }
li.mn05 { width: 83px; }

li.mn01 { background: url('../img/assets/nav.png') 0 -48px; }
li.mn02 { background: url('../img/assets/nav.png') -104px -48px; }
li.mn03 { background: url('../img/assets/nav.png') -212px -48px; }
li.mn04 { background: url('../img/assets/nav.png') -293px -48px; }
li.mn05 { background: url('../img/assets/nav.png') -392px -48px; }

#navigation .mod_navigation ul li.mn01 > .trail, #navigation .mod_navigation ul .mn01.active { background: url('../img/assets/nav.png') 0 0; }
#navigation .mod_navigation ul li.mn02 > .trail, #navigation .mod_navigation ul .mn02.active { background: url('../img/assets/nav.png') -104px 0; }
#navigation .mod_navigation ul li.mn03 > .trail, #navigation .mod_navigation ul .mn03.active { background: url('../img/assets/nav.png') -212px 0; }
#navigation .mod_navigation ul li.mn04 > .trail, #navigation .mod_navigation ul .mn04.active { background: url('../img/assets/nav.png') -293px 0; }
#navigation .mod_navigation ul li.mn05 > .trail, #navigation .mod_navigation ul .mn05.active { background: url('../img/assets/nav.png') -392px 0; }

li.mn01:hover { background: url('../img/assets/nav.png') 0 0; }
li.mn02:hover { background: url('../img/assets/nav.png') -104px 0;}
li.mn03:hover { background: url('../img/assets/nav.png') -212px 0; }
li.mn04:hover { background: url('../img/assets/nav.png') -293px 0; }
li.mn05:hover { background: url('../img/assets/nav.png') -392px 0; }

li.mn01 > a { width: 104px; height: 48px; display: block; }
li.mn02 > a { width: 108px; height: 48px; display: block; }
li.mn03 > a { width: 81px; height: 48px; display: block; }
li.mn04 > a { width: 99px; height: 48px; display: block; }
li.mn05 > a { width: 83px; height: 48px; display: block; }

#navigation .mod_navigation ul li.mn01 > a, #navigation .mod_navigation ul .active .mn01,
#navigation .mod_navigation ul li.mn02 > a, #navigation .mod_navigation ul .active .mn02,
#navigation .mod_navigation ul li.mn03 > a, #navigation .mod_navigation ul .active .mn03,
#navigation .mod_navigation ul li.mn04 > a, #navigation .mod_navigation ul .active .mn04,
#navigation .mod_navigation ul li.mn05 > a, #navigation .mod_navigation ul .active .mn05 {
    margin: 0;
    padding: 0;
    border: 0;
    text-indent: -9999em;
    display: block;
} 

.invisible {
    display: none;
}  

/**
  ======================================================
    FULLTEXT SEARCH
  ======================================================
*/
#fulltextsearch {
    margin: 30px 0 0 0;
    padding: 0 10px 0 0 ; 
    border: 0;
    width: 360px;
    height: 48px;
    float: left;
    text-align: right;
    background: url(../img/assets/bg-nav.png) repeat-x top left;   
}

#fulltextsearch form {
    margin: 0;
    padding: 0;
    width: 370px;
}

#fulltextsearch input {
    height: 20px;
    width: 180px;
    border: 0;
    padding: 0 10px 0 0;
    margin: 1px 0 0 0;
}

#fulltextsearch input.image {
    border: 0;
    width: 85px;
    height: 20px;
    top: 5px;
    top: 7px\9;
    position: relative;
}  

/**
  ======================================================
    MOD_SEARCH
  ======================================================
*/
.mod_search {
    width: 525px;
    float: left;
}

.mod_search form {
    margin: 0;
    padding: 0;
    width: 525px;
    float: left;
}

.mod_search .formbody {
    width: 525px;
}

.mod_search input {
    height: 18px;
    width: 250px;
    padding: 0 10px 0 0;
    margin: 1px 0 0 0;
}

.mod_search input.image {
    border: 0;
    width: 85px;
    height: 20px;
    top: 6px;
    position: relative;
}

.mod_search p.header {
    margin: 20px 0 30px 0;
    width: 485px;
    float: left;
    display: block;
}

.mod_search h3 {
    margin: 20px 0 15px 0;
    width: 485px;
}

.mod_search h3 a {
    font-size: 16px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.mod_search p.context {
    margin: 0;
    padding: 0;
    width: 485px;
}

.mod_search .relevance {
    padding-left: 10px;
    color: #9f0404;
    font-size: 16px;
    font-weight: bold;
}

.mod_search .url {
    margin: 10px 0 20px 0;
    color: #2F75A3;
    width: 485px;
}

.mod_search .filesize {
    color:#808080;
}

.mod_search .highlight {
    font-weight: bold;
    background-color: #F3DD33;
}

.mod_search .pagination {
    width: 525px;
    margin: 0 0 0 -20px;
}

.mod_search .pagination ul {
    width: 345px;
}

/**
  ======================================================
    SPOTLIGHT
  ======================================================
*/
#spotlight {
     margin: 10px 0 0 0;
     padding: 0;
}

#spotlight #simplesearch ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
}

#simplesearch {
    color: #FFF;
}

#spotlight #simplesearch li a { 
    padding: 0 0 0 16px;    
    display: block;
    width: auto; 
    text-decoration: none; 
    color: #FFF;
    background: url(../img/assets/arrow-small-white.png) no-repeat 0 50%;
}

#spotlight #simplesearch ol { 
    padding: 0;
    margin: 0;
    display: block;
    width: auto; 
    color: #FFF;
    list-style-position: inside;
}

#search {
    margin: 0 0 0 30px;
    padding: 15px 20px 0 20px;
    border: 1px solid #EAEEF5;
    width: 170px;
    height: 180px;
    background-color: #656974;     
    position: relative;
}

#search img#arrow {
    position: absolute;
    top: -5px;
    left: 40px;
}

.picarea {
    width: 670px;
    margin: 0 0 0 6px;
    padding: 0;
    border: 1px solid #EAEEF5;
    height: 195px;
    background-color: #FFF;
    float: left;
}

.searcharea {
    width: 660px;
    margin: 0 0 0 6px;
    padding: 10px 0 0 10px;
    border: 1px solid #EAEEF5;
    height: 185px;
    background-color: #FFF;
    float: left;
}

/**
  ======================================================
    INFOAREA SECTION
  ======================================================
*/
#infoarea {
    margin: 10px 0 10px 30px;
    width: 920px;  
}

#infoarea #pixbox {
    width: 920px;
    margin: 0 0 3px 0;
    float: left;
}  

#infoarea .pixbox {
    width: 920px;
    margin: 0;
    padding: 0; 
}

#infoarea #pixbox .searchfilter {
    display: none;
}

#infoarea #contentbox {
    width: 920px;
    height: 200px;
    padding: 4px 0 0 0;
}              

#infoarea .infobox {
    width: 285px;
    margin: 0 14px 0 0;
    border: 1px solid #e9edf4;
}

#infoarea #contentbox .infobox {
    width: 275px;
    height: 200px;
    padding: 6px 5px 0 5px;
    margin: 0 14px 0 0;
    border: 1px solid #e9edf4;    
}

#infoarea #contentbox .infobox h1 {
    font-size: 14px;
    height: 20px;
    font-weight: bold;
    margin: 0 0 0 -5px;
    padding: 3px 10px 3px 5px;
    line-height: 20px;
    background-color: #F3DD33;
    display: inline;
    text-decoration: none;
}

#infoarea #contentbox .infobox h1 + p {
    margin: 1em 0 0.5em 0;
}

#infoarea #contentbox hr {
    margin: 0 0 0.5em 0;
}

#infoarea #contentbox .short-info {
    float: left;
    width: 275px;
    margin: 0 0 20px 0;
}

#infoarea #contentbox .infobox .short-info + p {
    margin: 0.5em 0 0.75em 0;
}

#infoarea #contentbox .infobox .price {
    float: left;
    font-weight: bold;
}
#infoarea #contentbox .infobox .area {
    float: right;
    font-weight: bold;
}

#infoarea #contentbox .infobox .details, #contentarea .box02 .more {
    background: url(../img/assets/details.png) no-repeat;
    width: 40px;
    height: 8px;
    text-indent: -999em;
    margin: 0;
    padding: 0;
    border: 0;
    float: right;
}

#infoarea #contentbox .infobox .details a, #contentarea .box02 .more a {
    width: 40px;
    height: 8px;
    display: block;
}


/**
  ======================================================
    CONTENT AREA SECTION
  ======================================================
*/
#contentarea {
    width: 920px;
    margin: 20px 0 0 30px;
    padding: 0 0 20px 0;
    float: left;
    min-height: 350px;
}

#contentarea .box01 {
    width: 170px;
}

#contentarea .box02 {
    width: 525px;
}

#contentarea .box03 {
    width: 170px;
    border: 0;
}

#contentarea .box04 { /** Search-Results */
    width: 695px;
    border: 0;
}
#contentarea .box04.loading {
    background: #FFF url(../img/assets/loader.gif) no-repeat 0 50%;
}

#contentarea .box02 .mod_newslist h1 a, #contentarea .box02 .mod_article h1, #contentarea .box04 .mod_article h1  {
    font-size: 16px;
    height: 20px;
    line-height: 20px;    
    font-weight: bold;
    color: #333;
    margin: 0 0 0.7em 0;
    text-decoration: none;
}

#contentarea .box02 .layout_short.even {
    padding: 0 20px 20px 20px;
}

#contentarea .box02 .layout_short.odd {
    padding: 10px 20px 20px 20px;
    margin: 10px 0 20px 0;
    background-color: #f8fbff;
    border-top: 1px solid #e8eaf2;
    border-bottom: 1px solid #e8eaf2;
}

#contentarea .box02 .mod_article, #contentarea .box04 .mod_article {
    width: 485px;
    padding: 0 20px 20px 20px;
    float: left;
    background: none;
    background-color: #FFF;
}

#contentarea .mod_article ul {
    padding-left: 35px;
}


#contentarea .box02 .mod_newslist {
    width: 525px;
    padding: 0 0 20px 0;
    margin: 0 0 0 -20px;
}

#contentarea .box03 img {
    margin: 0 0 15px 0;
    border: 0;
}

#contentarea .box01 h1.service {
    background: url(../img/assets/headings/service.png) no-repeat;
    width: 170px;
    height: 26px;
    text-indent: -999em;
    margin: 0 0 15px 0;
    padding: 0;
    border: 0;
}

#contentarea .box01 h1.kontaktinformationen {
    background: url(../img/assets/headings/kontaktinformationen.png) no-repeat;
    width: 170px;
    height: 26px;
    text-indent: -999em;
    margin: 0 0 15px 0;
    padding: 0;
    border: 0;
}

#contentarea .box01 ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
}

#contentarea .box01 li a { 
    padding: 0 0 0 16px;    
    display: block;
    width: auto; 
    text-decoration: none; 
    color: #333;
    background: url(../img/assets/arrow-small-2.png) no-repeat 0 50%;
}

#contentarea .box02 #suchergebnisse .even {
    width: 485px;
    padding: 0 20px 10px 20px;
    margin: 0 0 0 -20px;
}

#contentarea .box02 #suchergebnisse .odd {
    width: 485px;
    padding: 10px 20px 20px 20px;
    margin: 10px 0 10px -20px;
    background-color: #f8fbff;
    border-top: 1px solid #e8eaf2;
    border-bottom: 1px solid #e8eaf2;
}

#contentarea .mod_catalogreader p.error {
    width: 690px;
    float: left;
} 

/**
  ======================================================
    SEARCH RESULTS
  ======================================================
*/
.objects {
    width: 710px;
    margin: 0;
    padding: 0;
    float: left;
    background-color: #FFF;
}

.objects.even {
    padding: 20px 0 20px 0;
    background-color: #FFF;
}

.objects.odd {
    padding: 20px 0 20px 0;
    margin: 0;
    background-color: #f8fbff;
    border-top: 1px solid #e8eaf2;
    border-bottom: 1px solid #e8eaf2;
}

.objects.first.last.even {
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}

.objects.last.even {
    padding: 20px 0 20px 0;
    margin: 0 0 20px 0;
}


.pics {
    width: 280px;
    padding: 0 0 0 20px;
    border: 0;
    float: left;
}

.objects .infobox {
    width: 370px;
    padding: 0 20px 0 0;
    margin: 0 0 0 20px;
    border: 0;    
    float: left;
}

.objects h1 {
    font-size: 20px;
    height: 24px;
    line-height: 24px;    
    font-weight: normal;
    color: #333;
    margin: 0 0 0.7em 0;
}

.objects .infobox h1 + p {
    margin: 1em 0 0.5em 0;
}

.objects hr {
    margin: 0 0 0.5em 0;
}

.objects .short-info {
    float: left;
    width: 390px;
    margin: 0 0 20px 0;
}

.objects .infobox .price {
    float: left;
    font-weight: bold;
    font-size: 16px;    
}
.objects .infobox .area {
    float: right;
    font-weight: bold;
    padding: 0 20px 0 0;
    font-size: 16px;
}

.objects .details {
    background: url(../img/assets/details.png) no-repeat;
    width: 40px;
    height: 8px;
    text-indent: -999em;
    margin: 0;
    padding: 0;
    border: 0;
    float: right;
}

.objects .infobox .details a {
    width: 40px;
    height: 8px;
    display: block;
} 

/**
  ======================================================
    EXPOSÉ
  ======================================================
*/
.expose {
    width: 470px;
    height: 300px;
    margin: 0 0 15px 0;
    padding: 0;
    float: left;
}

.expose.loading {
    background: #FFF url(../img/assets/loader.gif) no-repeat center center;
    width: 470px;
    height: 300px;
}

.expose.nopic {
    width: 470px;
    height: 40px;
    margin: 0 0 10px 0;
}

.zoomIn {
    width: 470px;
    height: 300px;
}

.expose h1, .contact h1 {
    font-size: 14px;
    height: 20px;
    font-weight: bold;
    margin: 0;
    padding: 3px 10px 3px 5px;
    line-height: 20px;
    background-color: #F1F1F1;
    display: inline;
}

.expose h1 + p, .contact h1 + p {
    margin: 15px 0 1.5em 0;
}

.objectinfos {
    width: 220px;
    padding: 0;
    margin: 0;
}   

.gallery {
    width: 215px;
    background-color: #F1F1F1;
    padding: 10px 0 4px 15px;
    margin: 0 0 22px 0;
}

.gallery img {
    border: 1px solid #FFF;
    margin: 0 13px 10px 0;
}

.gallery h1 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 1.5em 0;
}

.contact {
    width: 210px;
    margin: 0 0 15px 0;
    padding: 0 0 0 10px;
}

.contact h1 {
    margin: 0 0 0 -10px;
}

p.back {
    display: none;
}

.objectinfos h1 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 17px 0;
}

.objectdetails {
    width: 230px;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #F1F1F1;    
}

.objectdetails h1 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 30px 0 10px 0;
    background-color: #FFF;
}

.cblock {
    float: left;
    width: 220px;
}

.label {
    width: 85px;
    font-weight: bold;
    float: left;
    margin: 2px 0 2px 0;
    padding: 0 0 0 5px;
    line-height: 24px;
}

.value {
    width: 125px;
    float: left;
    padding: 0 0 0 5px;
    margin: 2px 0 2px 0;    
    line-height: 24px;
    background-color: #FFF;
}

.spacer {
    width: 100%;
    float: left;
    margin: 5px 0 5px 0;
}

/**
  ======================================================
    ACCORDION & TABS
  ======================================================
*/ 
#accordion {
    width: 230px;
}
   
#accordion, #tabs {
    font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}

#accordion .ui-widget-content { 
    border: 1px solid #f1f1f1; 
    background-image: none;
    background-color: #f1f1f1;
    color: #333;
    padding: 10px 0 15px 0;
    margin: 0;
}

#accordion .ui-state-default { border: none; background: #FFF; color: #333; outline: none; }
#accordion .ui-state-hover { border: none; background: #FFF; outline: none; }
#accordion .ui-state-active { 
    background-color: #FFF;
    border: none; 
    color: #333; 
    outline: none; 
    margin: 0;
    padding: 0 0 0 15px;
    line-height: 28px;
}

.ui-accordion .ui-accordion-header { 
    cursor: pointer; 
    position: relative;   
    margin: 0;
    zoom: 1;
    font-size: 14px;
    font-weight: bold;
    margin: 1.5em 0 1em 0;
    padding: 7px 0 7px 0;
    background-color: #FFF; 
}

#accordion.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: -5px; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-header  { margin-top: 0; }

#accordion h3.ui-accordion-header {
    border-top: 1px solid #F1F1F1;
    margin: 0;
    padding: 7px 0 7px 15px;
    line-height: 28px;
}

.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }  

/**
  ======================================================
    SEARCHRESULTS PAGINATION
  ======================================================
*/    
.total {
}

.pagination, .metainfos, .searchfilter {
    width: 700px;
    border: 0;
    background: #656974 url('../img/assets/bg-pagination.png') left top repeat-x; 
    color: #FFF;
    float: left;
    line-height: 20px;
    margin: 0 0 15px;
    padding: 2px 5px 4px 5px; 
}

.searchfilter {
    position: relative;
    top: -27px;
    z-index: 1;
}

.pagination a, .metainfos a {
    color: #FFF;
}

.pagination p, .metainfos p {
    width: 180px;
    float: left;
    margin: 0;
}

.pagination ul, .metainfos ul {
    width: 425px;
    text-align: right;
    float: right;
    margin: 0;
    padding: 0;
}

.pagination li, .metainfos li {
    display: inline;
    padding: 0 3px 0 3px;
}

.pagination .current {
    font-weight: bold;
}

.box02 .pagination {
    width: 515px;
}

.box02 .pagination ul {
    width: 415px;    
}

.box02 .pagination p {
    width: 100px;
}

/**
  ======================================================
    FOOTER
  ======================================================
*/
#footer {
    position: relative;
    bottom: 0;
    padding: 20px 0 0 0;
    margin: 30px 0 0 0;
    min-height: 170px;
    background: #000 url(../img/assets/bg-footer.png) repeat-x top left;
    font-size: 11px;
    color: #FFF;
}

#footer ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
}

#footer ul a {
    color: #FFF;
    text-decoration: none;
}

#footer h2 {
    padding: 0;
    font-size: 16px;
    color: #FFF;
}

/**
  ======================================================
   HEADINGS IMAGE REPLACEMENTS PHARK METHODE
  ======================================================
*/ 
h2.objektsuche {
    background: url(../img/assets/headings/objektsuche.png) no-repeat;
    width: 114px;
    height: 18px;
    text-indent: -999em;
    margin: 0 0 20px 0;
    padding: 0;
    border: 0;
}

h2.direktkontakt {
    background: url(../img/assets/headings/direktkontakt.png) no-repeat;
    width: 131px;
    height: 18px;
    text-indent: -999em;
    margin: 0 0 20px 0;
    padding: 0;
    border: 0;
}

h2.kontaktinfos {
    background: url(../img/assets/headings/kontaktinfos.png) no-repeat;
    width: 116px;
    height: 14px;
    text-indent: -999em;
    margin: 0 0 20px 0;
    padding: 0;
    border: 0;
}

h2.immobiliensuche {
    background: url(../img/assets/headings/immobiliensuche.png) no-repeat;
    width: 146px;
    height: 14px;
    text-indent: -999em;
    margin: 0 0 20px 0;
    padding: 0;
    border: 0;
}

h2.serviceangebote {
    background: url(../img/assets/headings/serviceangebote.png) no-repeat;
    width: 145px;
    height: 14px;
    text-indent: -999em;
    margin: 0 0 20px 0;
    padding: 0;
    border: 0;
}

h2.rechtliches {
    background: url(../img/assets/headings/rechtliches.png) no-repeat;
    width: 100px;
    height: 14px;
    text-indent: -999em;
    margin: 0 0 20px 0;
    padding: 0;
    border: 0;
}

/**
  ======================================================
    TABLE DEFINITIONS
  ======================================================
*/    
table.contenttable {
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-collapse: collapse;
    margin: 15px 0 0 0;
    width: 910px;
    float: left;
}

.contenttable th, .contenttable td {
    padding: 2px 10px 2px 10px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD; 
    text-align: left;
    font-size: 11px;
}

.contenttable td {
    background-color: #FFF;
    color: #575757;
    padding: 15px 10px 15px 10px;
    width: 118px;
}

.contenttable th {
    font-weight: bold;
    vertical-align: top;
    background: #fdfeff url('../img/assets/bg-table.png') left bottom repeat-x;      
    color: #3f3f3f;
    padding: 4px 10px 4px 10px;
    text-align: left;
    height: 40px;
}

.contenttable th.no-tbbg {
    font-weight: bold;
    vertical-align: top;
    background: #f5f4f4 none;
    color: #3f3f3f;
    padding: 15px 10px 15px 10px;
    text-align: left;
    width: 90px;
}

.contenttable .align-center {
    text-align: center;
}

.contenttable td.highlight {
    color: #fdb825;
    font-weight: bold;
    font-size: 14px;
}

.contenttable.no-pad {
    margin: 5px 0 0 0;
}

/**
  ======================================================
    CATALOG FILTER
  ======================================================
*/  
.filter_group {
    width: 300px;
    float: left;
    margin: 0 10px 10px 0;
}

.filter_group .widget {
    width: 310px;
    float: left; 
    margin: 0 0 2px 0;
}

.filter_group select {
    display: block;
    float: left;
    width: 200px;
    padding: 1px 0 1px 2px;
    margin: 0;
    font-size: 12px;
    font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}

/*.filter_group select option[selected="selected"] {
	background-color: #F3DD33;
	font-weight: bold;
}*/

.filter_group h3 label {
    font-size: 12px;
    width: 110px;
    font-weight: normal;
    float: left;
}

.filter_group h3, .range_group h3, .search_group h3, .sort_group h3 {
    font-size: 12px;
    width: 110px;
    font-weight: normal;
    float: left;
    display: inline;
    margin: 3px 0 1em 0;        
}

#simplesearch {
    width: 170px;
    float: left;
    margin: 0;
    padding: 0;
}

#simplesearch filter_group {
    width: 170px;
    float: left;
    margin: 0 10px 10px 0;
}

#simplesearch h3 {
    display: none;
}

#simplesearch .filter_group .widget {
    width: 170px;
    float: left; 
    margin: 0 0 2px 0;
}

#simplesearch .filter_group select {
    display: block;
    float: left;
    width: 168px;
    padding: 1px 0 1px 2px;
    margin: 0 0 2px 0;
    font-size: 12px;
    font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;    
}

.range_group, .search_group {
    width: 340px;
    float: left;
    margin: 0 0 0 10px;
}

.range_group .widget {
    width: 340px;
    float: left; 
    margin: 0 0 2px 0;
}

.range_group form {
    width: 340px;
    border: 0;
    margin: 0;
    padding: 0;
    float: left;
}

.range_group input {
    width: 90px;
    padding:2px;
    margin: 0 5px 0 0;
    float: left;
}

.range_group input.submit {  
    display: none;
}

.range_group #ctrl_filter_range_grundstuecksflaeche {
    position: relative;
}

.range_group input#ctrl_filter_range_grundstuecksflaeche_submit {  
    background: transparent url(../img/assets/button-find2.png) repeat-x;   
    width: 200px;
    height: 28px;
    border: 0;
    text-indent: -999em;    
    font-size: 0;
    line-height: 0;
    display: block;
    margin: 8px 0 0 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    left: -210px;
    top: 25px;
} 

.range_group h3 label {
    font-size: 12px;
    font-weight: normal;
    display: inline;
    width: 100px;
    float: left;
}

.range_group .resetall {
    margin: 5px 35px 0 0;
    float: right;
}

.search_group {
    display: none;
}

.search_group form {
    width: 200px;
    border: 0;
    margin: 0;
    padding: 0;
    float: left;
}

.search_group input#ctrl_filter_search {
    width: 90px;
    padding:2px;
    margin: 0 5px 0 0;
    float: left;
}

.search_group input.submit {
    width: 85px;
    height: 22px;
    float: left;
    background: #FEFEFE url(../img/assets/button-find.png) no-repeat top center;
    text-indent: -999em;
    display: none;
}

.sort_group {
    width: 335px;
    float: right;
    margin: 0;
    position: relative; 
    z-index: 10;
}
.sort_group .widget {
    width: 200px;
    float: left; 
    margin: 0 0 2px 0;
}

.sort_group select {
    display: block;
    float: left;
    width: 200px;
    padding: 1px 0 1px 2px;
    margin: 2px 0 0 0;
    font-size: 12px;
    font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;    
}

.sort_group h3 label {
    font-size: 12px;
    width: 100px;
    font-weight: normal;
    float: left;
}

.sort_group h3 {
    color: #FFF;
    position: relative;
    top: 3px;
    width: 130px;
}


/**
  ======================================================
    COMMON STYLES FOR FORMS
  ======================================================
*/  
form {
    width: 525px;
    border: 0;
    margin: 0;
    padding: 0;
    float: left;
}

.formbody {
    width: 525px;
    margin: 0;
    padding: 0 0 10px 0;
    border: 0;
    float: left;
    background-color: #FFF;
}

.formbody label.error {
    color: #C11311;
}

.formbody p.error {
    color: #C11311;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.formbody .mandatory, .mandatory {
    color: #C11311;
}

.error {
    border: 1px solid #DDD;
}

.formbody input.mandatory, .formbody textarea.mandatory {
    font-weight: normal;
    color: #333;
}

.formbody label {
    margin: 3px 0 0 0;
    padding: 0;
    border: 0;
    display: block;
    float: left;
    width: 525px;
    font-weight: normal;
    color: #3f3f3f;
}

.formbody textarea {
    width: 390px;
    height: 200px;
}


.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size:1em;
}

/**
 * CSS Hack to fix IE7 & IE8 fieldset problems
 * Description: Background-color is visible above
 * the fieldset border
 */
form legend { margin-top /*\**/: -1em; left: .5em; } 
/*form fieldset { overflow /*\**/    /*: visible; height: 1%; }*/

fieldset label {
    margin: 3px 0 0 0;
    padding: 0;
    border: 0;
    display: block;
    float: left;
    width: 300px;
    font-weight: normal;
    color: #3f3f3f;
}

.formbody input.submit {
    margin: 10px 0 0 0;
    padding: 0;
    border: 0;
    width: 200px;
    height: 28px;
    text-align: left;
    float: left;
}  

/**
  ======================================================
    MOD_FORM TABS
  ======================================================
*/ 
#tabs {
    margin: 0;
    width: 460px;
    float: left;
    display: inline;
}

#tabs .formbody {
    width: 420px;
}

#tabs-0, #tabs-1, #tabs-2, #tabs-3, #tabs-4, #tabs-5 {
    float: left;
    width: 420px;
}

#tabs ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#tabs-0 li, #tabs-1 li, #tabs-2 li, #tabs-3 li, #tabs-4 li, #tabs-5 li {
    padding: 0 0 5px 16px;    
    display: block;
    width: auto; 
    text-decoration: none; 
    color: #333;
    background: url(../img/assets/arrow-small-2.png) no-repeat 0 8px;
}

/**
  ======================================================
    MOD_NEWSREADER FULL
  ======================================================
*/
   
#contentarea .box02 .mod_newsreader  {
    margin: 0;
    padding: 0;
    border: 0;
    width: 485px;
    float: left;
}

#contentarea .box02 .mod_newsreader .layout_full {
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
}
                  
#contentarea .box02 .mod_newsreader h1 {
    margin: 10px 0 20px 0;
    padding: 0;
    float: left;
}

#contentarea .box02 .mod_newsreader h1:first-child {
    margin: 0 0 45px 0;
    padding: 0;
    float: left;
    font-size: 16px;
    height: 20px;
    line-height: 20px;    
    font-weight: bold;
    color: #333;
    text-decoration: none;    
}

#contentarea .box02 .mod_newsreader h2:first-child {
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: bold;
}

#contentarea .box02 .mod_newsreader h2 {
    font-size: 14px;
    font-weight: bold;
}

#contentarea .box02 .mod_newsreader h1 span.datum {
    text-align: left;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 0 0 0;
    margin: 0; 
    width: 485px;
    float: left;
}

#contentarea .box02 .mod_newsreader a img, .image_container a img {
    border: 0;
}

#contentarea .box02 .caption {
    font-size: 10px;
}

#contentarea .box02 div.pdf_link {
    margin: 0;
    text-align: right;
    display: block;
}

.partner-contact {
    float: left;
    width: 485px;
    margin: 10px 0 10px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ECECEC;
}

.cleft {
    width: 285px;
    float: left;
}

.cright {
    width: 200px;
    float: right;
    text-align: right;
}

/**
  ======================================================
    GLOSSAR
  ======================================================
*/
.top {
    margin: 10px 0 10px 0;
    text-align: right;
}

#glossar {
    width: 525px;
    float: left;
    margin: 0 0 25px 0;
}

#glossar a:link {
    display: block;
    color: #272727;
    text-decoration: none;
    font-family: Tahoma,Arial,Helvetica;
    font-size: 11px;
    background-color:#FFF;
    cursor: hand;
    border: 1px solid #000000;
    width: 22px;
    padding: 2px;
    margin: 3px;
    text-align: center;
    line-height: 130%;
    float: left;
}

#glossar a:visited {
    display: block;
    color: #272727;
    text-decoration: none;
    font-family: Tahoma,Arial,Helvetica;
    font-size: 11px;
    background-color:#FFF;
    cursor: hand;
    border: 1px solid #000000;
    width: 22px;
    padding: 2px;
    margin: 3px;
    text-align: center;
    line-height: 130%;
    float: left;
}

#glossar a:hover {
    display: block;
    color: #272727;
    text-decoration: none;
    font-family: Tahoma,Arial,Helvetica;
    font-size: 11px;
    background-color: #F3DD33;
    cursor: hand;
    border: 1px solid #000000;
    width: 22px;
    padding: 2px;
    margin: 3px;
    text-align: center;
    line-height: 130%;
    float: left;
}

#glossar a.active  {
    display: block;
    color: #272727;
    text-decoration: none;
    font-family: Tahoma,Arial,Helvetica;
    font-size: 11px;
    background-color: #F3DD33;
    cursor: hand;
    border: 1px solid #000000;
    width: 22px;
    padding: 2px;
    margin: 3px;
    text-align: center;
    line-height: 130%;
    float: left;
}

span.file {
    width: 100%;
    float: left;
}

span.file img {
    vertical-align: middle;
}
