/**
Flexx Immo CSS Content.CSS
*/

@media all
{
  /**
   * Fonts
   * (en) font-family and font-size selection for headings and standard text elements
   * (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
   *
   * @section content-fonts
   */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size: 100.01% }
  
  /* (en) reset monospaced elements to font size 16px in Gecko browsers */
  /* (de) Schriftgröße von monospaced Elemente auf 16 Pixel setzen */
  textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;  	
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family:  Arial, Verdana, Helvetica, sans-serif;
    font-size: 80.00%; 
    color: #000000;  
  }

  h1,h2,h3,h4,h5,h6 { 
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
  	font-weight:bold; 
  	color:#666;
  	margin: 0 0 0.25em 0; 
  }

  h1 { font-size: 150%; color:#5D060F }         /* 24px */
  h2 { font-size: 125%; color:#5D060F}          /* 24px */
  h3 { font-size: 130% }                        /* 18px */
  h4 { font-size: 133.33% }                     /* 16px */
  h5 { font-size: 116.67% }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */

 #bild {border:2px solid #ccc; padding:4px}

  #header h1 {
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span {
    color:#999;
  }

  p { line-height: 1.5em; margin: 0 0 1em 0; }

  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em }

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  /* ### text formatting | Textauszeichnung ### */

  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }

  strong,b { font-weight: bold }
  em,i { font-style:italic }

  pre, code { font-family: monospace; font-size: 1.1em; }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }

  /**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

  .note {background: #dfd; padding: 1em; border-top: 1px #bdb dotted; border-bottom: 1px #bdb dotted;}
  .important {background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted;}
  .warning {background: #fdd; padding: 1em; border-top: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}

  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em;  }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em;  }
  .center { text-align:center; margin: 0.5em auto }

  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */


  #col3 a { color: #5D060F; font-weight: bold; text-decoration:none }
  #col3 a:focus, 
  #col3 a:hover,
  #col3 a:active { text-decoration:underline; background-color: transparent; color:#000000}
  
  #topnav a { color: #999; font-weight: normal; background:transparent; text-decoration:none; }
  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; background-color: transparent;}
  
  #footer a { color: #999; background:transparent; font-weight: bold;}
  #footer a:focus, 
  #footer a:hover,
  #footer a:active {color: #4D87C7; background-color: transparent; text-decoration:underline;}

  /**
   * (en) Emphasizing external Hyperlinks via CSS
   * (de) Hervorhebung externer Hyperlinks mit CSS
   *
   * @section             content-external-links
   * @app-yaml-default    disabled
   */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }
  */

  /**
   * Tables | Tabellen
   * (en) Generic classes for table-width and design definition
   * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
   *
   * @section content-tables
   */

  table { margin-bottom: 0.5em; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed }

  th,td { padding: 0em; }
  thead th { background: #444; color: #fff }
  tbody th { background: #ccc; color: #333 }
  tbody th.sub { background: #ddd; color: #333 }
  
  /**
   * Miscellaneous | Sonstiges
   */

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }

/*	Description:    Expose Tab Menü
/*************************************************************************/
a.expose_menu_sel,
a.expose_menu:hover, 
a.expose_menu_sel:hover {background:#ccc; color:#000; font-weight:bold; padding:7px; margin-right:7px; height:30px;text-decoration:none;}
a.expose_menu {background-color:#F0EAEB; color:#000; font-weight:bold;  padding:7px; margin-right:7px;text-decoration:none}
a.expose_menu_fin {background:#7F99B2; color:#fff; font-weight:bold; padding:7px; margin-right:7px; height:40px;text-decoration:none}

/*	Description:    Login
/*************************************************************************/
.login {width:150px; padding:10px; margin:0; background:#036; color:#FFF; font-weight:bold;} /* Loginfomular */
.input {padding:0 5px; margin:0 0 5px 0; position:relative; width:140px; height:18px; color:#036; border:none;} 

#box {border:1px #003466 solid; padding:0px}
#box td {padding:5px}
#box-titel {background-color:#F3F3F3; height:25px; font-weight:bold; color:#036; padding:5px; font-size:110%}

#teaser { font-size:98%; border:1px solid #cccccc; background-color:#ffffff; margin-bottom:10px;color:#5D060F;}
#teaserhead {font-size:107%; line-height:14px; color:#5D060F; font-weight:bold; padding-left:5px}
#teaserbox {background-color:#ffffff; color:#000000; font-weight:normal;}
#teaserhead:hover {color:#000}

#expose_titel {font-size:115%; font-weight:bold}


.GalerieBox { font-size: 92%; border:1px solid #cccccc; width:135px; height:140px; float:left; margin-right:15px; margin-bottom:10px; padding:5px; text-align:center}
.GalerieBox a {font-weight:normal}
.GalerieBox a:hover {font-weight:normal; color:#990000; text-decoration:underline}

#td_trenn {border-bottom:1px dashed #cccccc}

.Banner_Content {border:1px solid #ccc; width:540px; height:90px; text-align:center; float:left; clear:left; position:static; margin:25px 0;}

a.thumbnail {display: block; padding:2px; border:3px solid #ffffff; vertical-align:middle; text-align:center;}
a.thumbnail:hover {#cccccc; border:3px solid #003466; background-color:#cccccc}

/*Listbox mit ChekcBox*/
div.listbox{
	background:white;
	padding:0;
	list-style:none;
	overflow:auto;
	border:1px solid #802537;
	scrollbar-face-color:#cccccc;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-shadow-color: buttonface;
	scrollbar-3dlight-color: #aaaaaa;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #eeeeee;
	scrollbar-darkshadow-color: #aaaaaa;
	font-size:8.5pt
}
div.listbox label input{float:left;}
div.listbox label{display:block;clear:both;}
div.listbox span{white-space:nowrap;height:1em;display:block;padding:0px 65px 2px 2px;cursor:hand;cursor:pointer; height:15px; vertical-align:middle}
/*CSS 2.0 behaviors*/
div.listbox[id] label:hover{background-color:#D4D2D3;color:#000;}
/*For CSS3 ompatible browsers (ie:FireFox) */
div.listbox label input:not([Hedger]){display:none;_display:block;_float:left;_width:0;behavior:expression(void(init_listbox_checkbox(this)));}
div.listbox span:not([Hedger]){padding-left:22px;background:url(../images/unselected.gif) left center no-repeat;border:solid 1px white;border-bottom-color:#f0f0f0;border-left:solid 6px #dedede;}
div.listbox[id] input:checked+span{background-color:#D4D2D3;color:#000;background-image:url(../images/selected.gif);border-color:#CC9933;border-bottom-color:#f0f0f0;border-left:solid 6px #222222;}
/*for IE*/* html div.listbox label input{display:block;float:left;width:0;behavior:expression(void(init_listbox_checkbox(this)));}
/*for IE*/* html div.listbox span{padding-left:22px;background:url(../images/unselected.gif) left center no-repeat;border:solid 1px white;border-bottom-color:#f0f0f0;border-left:solid 6px #dedede;}
/*for IE*/div.listbox label.hover{background-color:#D4D2D3;color:#000;}
/*for IE*/div.listbox span.checked{background-image:url(../images/selected.gif);background-color:#D4D2D3;border-color:#CC9933;border-bottom-color:#f0f0f0;border-left:solid 6px #222222;}

/*Jquery Tooltipp*/
#tooltip{
	position:absolute;
	border:1px solid #333;
	background-color:#FFEBD7;
	padding:2px 5px;
	color:#000;
	display:none;
	z-index:999999
	}	
}
