@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) YAML core stylesheet
 * (de) YAML Basis-Stylesheet
 *
 * Don't make any changes in this file!
 * Your changes should be placed in any css-file in your own stylesheet folder.
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

@media all
{
 /*------------------------------------------------------------------------------------------------------*/

 /**
  * @section browser reset
  * @see     http://www.yaml.de/en/documentation/css-components/base-stylesheet.html
  */

  /* (en) Global reset of paddings and margins for all HTML elements */
  /* (de) Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
  * { margin:0; padding: 0; }

  /* (en) Correction: margin/padding reset caused too small select boxes. */
  /* (de) Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
  option { padding-left: 0.4em; }

 /**
  * (en) Global fix of the Italics bugs in IE 5.x and IE 6
  * (de) Globale Korrektur des Italics Bugs des IE 5.x und IE 6
  *
  * @bugfix
  * @affected   IE 5.x/Win, IE6
  * @css-for    IE 5.x/Win, IE6
  * @valid      yes
  */
  * html body * { overflow:visible; }
  * html iframe, * html frame { overflow:auto; }
  * html frameset { overflow:hidden; }

  /* (en) Forcing vertical scrollbars in Netscape, Firefox and Safari browsers */
  /* (de) Erzwingen vertikaler Scrollbalken in Netscape, Firefox und Safari Browsern */
  html { height: 100%; margin-bottom: 1px; }
  body {
    /* (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser */
    /* (de) Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen */
    font-size: 100.01%;

    /* (en) Standard values for colors and text alignment */
    /* (de) Vorgabe der Standardfarben und Textausrichtung */
    color: #000;
    background: #fff;
    text-align: left;
  }

  /* (en) Clear borders for <fieldset> and <img> elements */
  /* (de) Rahmen für <fieldset> und <img> Elemente löschen */
  fieldset, img { border: 0 solid; }

  /* (en) new standard values for lists, blockquote and cite */
  /* (de) Neue Standardwerte für Listen & Zitate */
  ul, ol, dl { margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em; }

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 2em; }

  blockquote { margin: 0 0 1em 1.5em; }

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * @section base layout | Basis Layout
  * @see     http://www.yaml.de/en/documentation/css-components/base-stylesheet.html
  *
  * |-------------------------------|
  * | #header                       |
  * |-------------------------------|
  * | #col1   | #col3     | #col2   |
  * | 200 px  | flexible  | 200px   |
  * |-------------------------------|
  * | #footer                       |
  * |-------------------------------|
  */

  #header { position:relative; }

  /* (en) Text Alignment for #topnav content */
  /* (de) Textausrichtung für #topnav Inhalte */
  #topnav { text-align: right; } 

  /* (en) Absolute positioning only within #header */
  /* (de) Absolute Positionierung erfolgt nur innerhalb von #header */
  #header #topnav {
    position:absolute;
    top: 10px;
    right: 10px;
  }

  /* (en) Backup for correct positioning */
  /* (de) Absicherung korrekte Positionierung */
  #header, #nav, #main, #footer { clear:both; }

  /* (en/de) Standard: 200 Pixel */
  #col1 { float: left; width: 200px }
  /* (en/de) Standard: 200 Pixel */
  #col2 { float:right; width: 200px }
  /* (en) Standard: center column with flexible width */
  /* (de) Standard: Flexible mittlere Spalte */
  #col3 { width:auto; margin: 0 200px }

  /* (en) Preparation for absolute positioning within content columns */
  /* (de) Vorbereitung für absolute Positionierungen innerhalb der Inhaltsspalten */
  #col1_content, #col2_content, #col3_content { position:relative; }

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * @section generic classes for layout switching | Generische Klassen zur Layoutumschaltung
  * @see     http://www.yaml.de/en/documentation/css-components/base-stylesheet.html
  *
  * .hidecol1 -> 2-column-layout (using #col2 and #col3)
  * .hidecol2 -> 2-column-layout (using #col1 and #col3)
  * .hideboth -> single-column-layout (using #col3)
  */

  .hideboth #col3 { margin-left: 0; margin-right: 0; }
  .hidecol1 #col3 { margin-left: 0; margin-right: 200px; }
  .hidecol2 #col3 { margin-left: 200px; margin-right: 0; }

  .hideboth #col1, .hideboth #col2, .hidecol1 #col1, .hidecol2 #col2 { display:none; }

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * @section clearing methods
  * @see     http://yaml.de/en/documentation/basics/general.html
  */

  /* (en) clearfix method for clearing floats */
  /* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
   .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /* (en) essential for Safari browser !! */
  /* (de) Diese Angabe benötigt der Safari-Browser zwingend !! */
  .clearfix { display: block; }

  /* (en) overflow method for clearing floats */
  /* (de) Overflow-Methode zum Clearen der Float-Umgebungen */
  .floatbox { overflow:hidden; }

  /* (en) IE-Clearing: Only used in Internet Explorer, switched on in iehacks.css */
  /* (de) IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
  #ie_clearing { display: none; }

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * @section subtemplates
  * @see     http://www.yaml.de/en/documentation/practice/subtemplates.html
  */

  .subcolumns { width: 100%; overflow:hidden; }

  /* (en) alternative class for optional support of old Mozilla/Netscape browers */
  /* (de) Alternative Klasse zur optionalen Unterstützung alter Mozilla/Netscape-Brower */
  .subcolumns_oldgecko { width: 100%; float:left; }

  .c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {float: left; }
  .c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {float: right; margin-left: -5px; }

  .c25l, .c25r { width: 25%; }
  .c33l, .c33r { width: 33.333%; }
  .c50l, .c50r { width: 50%; }
  .c66l, .c66r { width: 66.666%; }
  .c75l, .c75r { width: 75%; }
  .c38l, .c38r { width: 38.2%; }
  .c62l, .c62r { width: 61.8%; }

  .subc  { padding: 0 0.5em; }
  .subcl { padding: 0 1em 0 0; }
  .subcr { padding: 0 0 0 1em; }

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * @section hidden elements | Versteckte Elemente
  * @see     http://www.yaml.de/en/documentation/basics/skip-links.html
  *
  * (en) skip links and hidden content
  * (de) Skip-Links und versteckte Inhalte
  */

  /* (en) classes for invisible elements in the base layout */
  /* (de) Klassen für unsichtbare Elemente im Basislayout */
  .skip, .hideme, .print {
    position: absolute;
    top: -1000em;
    left: -1000em;
    height: 1px;
    width: 1px;
  }

  /* (en) make skip links visible when using tab navigation */
  /* (de) Skip-Links für Tab-Navigation sichtbar schalten */
  .skip:focus, .skip:active {
    position: static;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
  }
}

/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

@media screen, projection
{
  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Formatting YAML's  basic layout elements
   * (de) Gestaltung des YAML Basis-Layouts
   */

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #f4f4f4; padding: 0; }

  /* (en) Centering layout in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  body { text-align: center; }
  #page_margins { text-align:left; margin: 0 auto; }

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  #page_margins { min-width: 740px; background: #f4f4f4; }
  #page{ padding:10px; }

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */
  #header {
    color: #000;
    background: #f4f4f4 repeat-x top left;
    padding: 45px 2em 1em 20px;
   }

  #topnav { color: #aaa; background: transparent; }

  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */
  #nav ul { margin-left: 20px; }
  #nav_main { background-color: #336; }

  #main { background: #f4f4f4;padding:10px 0; }

  #footer { 
    color:#666; 
    background: #f4f4f4;
    padding: 10px 20px;
    border-top: 5px #efefef solid;

  }

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */


  #col1 { width: 25%; }
  #col1_content { padding: 10px 10px 10px 20px; }

  #col2 { width: 25%; }
  #col2_content { padding: 10px 20px 10px 10px; }

  #col3 { margin: 0 25%; }
  #col3_content { padding: 10px; }

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Modifying "shiny buttons" navigation
   * (en) Anpassung der "Shiny Buttons" Navigation
   */

  #nav * { border: 0px none !important; }
  #nav_main { background: #efefef; }
  #nav_main ul { margin-left: 10px; }
  #nav_main ul li { line-height: 1.2em; }
  
  #nav_main ul li a,
  #nav_main ul li strong { color: #666; font-weight: normal; padding: 0.5em 0.8em 0.5em 0.8em; }
  
  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active  { background: #182E7A; color: #f4f4f4; }
  
  #nav_main ul li#current { background: transparent; }
  
  #nav_main ul li#current strong,
  #nav_main ul li#current a,
  #nav_main ul li#current a:focus,
  #nav_main ul li#current a:hover,
  #nav_main ul li#current a:active { color: #4D87C7; font-weight: bold; }

}
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Variation of screen layout (basemod.css) for layout example "3col_2-1-3"
 * (de) Variation des Screenlayouts (basemod.css) f�r Layoutbeispiel "3col_2-1-3"
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

@media screen, projection
{
  /**
   * (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col2   | #col1     | #col3   |
   * | 25%     | 50%       | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

  #main { width: 100%; float:left; }

  /* #col1 becomes the middle column | #col1 wird zur mittleren Spalte */
  #col1 { width: 58%; float:left; margin-left: 15%; }
  #col1_content { padding-left: 0px; padding-right: 0px; }

  /* #col2 becomes the left column | #col2 wird zur linken Spalte */
  #col2 { width: 15%; float:left;  margin-left: -73%;}
  #col2_content { padding-left: 20px; padding-right: 10px }

  /* #col3 becomes the right column | #col3 wird zur rechten Spalte */
  #col3 {  float:right; width: 22%; margin-left: -5px; margin-right: 0%; }
  #col3_content { padding-left: 10px; padding-right: 20px }


}

/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 * @appdef yaml
 */

@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 */
  pre, tt, code {
	font-family:"Courier New", Courier, monospace;  	
  }
  
  textarea {font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;}

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 75.00%; 
    color: #444;  
  }

  h1,h2,h3,h4,h5,h6 { 
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold; 
  	color:#555;
  	margin: 0 0 0.25em 0; 
  }

  h1 { font-size: 200%;font-family:"times new roman",times,serif;font-style:italic  }                        /* 24px */
  h2 { font-size: 200%;font-family:"times new roman",times,serif;font-style:italic }          /* 24px */
  h3 { font-size: 150% }                        /* 18px */
  h4 { font-size: 133.33% }                     /* 16px */
  h5 { font-size: 116.67% }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */

  #header h1,#header h2 {
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
	font-style:italic;
  }

  #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;list-style-type:none; }
  li { margin:0; 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
   */
  .shorty {background: #f6f6f6; padding: 0em; border: 0px #000099 solid; color:#aaa; font-size:1.5em}
  .shorty a {text-decoration: underline; color:#aaa;}
  
  .inseria {background: #3366FF; padding: 0.1em; border: 1px #000099 solid; color:white; font-size:1.1em}
  .inseria strong { font-size:1.2em;}

  .note {background: #fff; padding: 1em; border-top: 1px #bdb dotted; border-bottom: 1px #bdb dotted;margin-bottom:1em;}
  .msg, .important {background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted; font-size:1.2em;}
  .important ul li {font-size:0.8em;}
  .warning {background: #fdd; padding: 1em; margin-bottom:1em; border-top: 1px #dbb dotted; border-bottom: 1px #dbb dotted; color:red; }

  .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
   *
   */

  a {color: blue; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:purple; text-decoration:underline;}
  
  #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 { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed }

  th,td { padding: 0.5em; }
  thead th { background: #444; color: #fff }
  tbody th { background: #ccc; color: #333 }
  tbody th.sub { background: #ddd; color: #333 }
  
  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }
#header h2 a, #header h1 a {color:#000;}
  

 	/*.mleft {width:206px;margin:0 0 0 10px;padding:0;float:left;}
	.mcenter {width:206px;margin:0;padding:0;float:left;}
	.mright{width:206px;margin:0;padding:0;float:left;}*/
	
	/*.mleft li, .mright li, .mcenter li {float:left;margin:0;padding:0 0 0 3px;overflow:hidden;width:90px;font-size:0.9em;}*/
	/*.mleft a, .mright a, .mcenter a {display:block;margin:0;padding:0;} */

	/*#list2 .head, #list3 .head {background:#ddd;font-size:0.9em;text-align:center;padding:0;}
	#list2 li, #list3 li {background:#fff;border:1px solid #f9f9f9;padding-left:3px;}
	.states {margin:0;padding:0;}
	.states li {margin:0;padding:0;}
	.states li a {background:#fff;border:1px solid #f9f9f9;padding:3px;margin:5px 0 0 0;}*/
	/*.list .head {width:97% !important;clear:both;background:#ddd;font-size:1.2em;line-height:1.1em;font-weight:bold;text-align:center;padding:0.2em;margin:0;}
	.list li {background:#fff;border:1px solid #f9f9f9;padding-left:3px;}
	.list li a {display:block;}
	.block {width:100%;clear:left;}*/
	
	.left {text-align:left;}
	
	.list li{float:left;overflow:hidden;width:48.1%;border:1px solid #f4f4f4;margin:0;background:#fff;padding-left:3px;}
	.list>li{width:47%;}
	.list li a {display:block;}
	.list .head {background:#ddd;font-size:1.2em;text-align:center;width:96%;font-weight:bold;}
	.list .block {clear:left;width:96%;}
	
	.posts h4,.posts h2 {display:inline;}
	h4 {font-size:1.2em;padding-top:1em;}
	.posts h2 {font-size: 1.65em;padding-left:0.5em;padding-right:0.2em;}
	.posts p {font-size: 1.3em;padding:0 0.3em 0.3em 0.3em;}
	.posts {background:#fff;margin:0;padding:1em;}
	.posts li {padding:0.5em 0 0.5em 0;margin:0;}
	.posts em {color:green;}
	
	.wide {width:100%;font-family: Arial, sans-serif;}
	.wide label {clear:left;float:left;width:100%;}
	.wide fieldset {margin:0.5em;padding:1em 2em 1em 2em;}
	.wide fieldset strong {font-size:0.8em;}
	.wide fieldset div {margin:0 3.5em 0 3.5em;padding:0;}
	.wide fieldset input {float:none;display:inline;}
	.wide fieldset label {width:10em;float:none;margin:0;padding:0;display:inline;}
	.wide input ,.wide textarea,.wide select  {font-family: Arial, sans-serif;font-weight:bold;float:left;margin-bottom:0.5em;font-size:1.2em;padding:0.1em;}
	.wide textarea  {width:100%;}
	.wide select  {width:80%;}
	#submit {width:100%;}
	#q,#qsubmit,#i,#isubmit {width:90%;}
	.note a {padding-top:0.5em;}
	.note h4 {padding-top:0;}
	.upper {font-size:2.1em;display:inline;float:left;padding-right:0.5em;padding-left:0.5em;text-align:right;}
	.posts small {font-size:0.8em;}
	.big {font-weight:bold;font-size:1.5em;height:2.5em;width:8em;}
	.bigtext {font-weight:bold;font-size:1.3em;width:25em;}
	.new {font-size:0.8em;color:green;display:inline;} 
	.button {background:red;padding-top:0.5em;padding-bottom:0.5em;}
	#col3_content ul {list-style-type:none;margin:0;background:#f9f9f9;font-size:0.9em;}
	#col3_content ul li  {background:white;margin:2px;padding:2px;}
	#col3_content ul li  a {display:block;}
	#col3_content .important {margin-bottom:2em;text-align:center;}
	#col3_content .important a {display:block;}
	#col3_content form {text-align:center;}
	#col3_content .subcl {padding-right:0;}
	#col3_content .subcr {padding-left:0;border-left:2px solid white;}
  
	#col3_content .head {background:#ddd;border:1px solid #f9f9f9;font-size:0.8em;line-height:1.1em;
	font-weight:bold;text-align:center;padding:0.2em;margin:0;}
  

	#cities li a  {background:white;margin-right:1px;padding:2px;}
	
	.inputText,.inputTextarea,.inputPassword, iframe {font-size:1.5em;padding:0.1em;width:98%;border:1px solid #aaa;border-left:2px solid blue;}
	iframe {border-left:2px solid #aaa;width:99%;}
	.inputSelect {font-size:1.3em;padding:0.1em;width:50%;border:1px solid #aaa;border-left:2px solid blue;margin-left:1em;}
   label span {}
   label {font-size:0.9em;display:block;font-weight:bold;color:blue;padding-top:0.8em;}
   label:hover {text-decoration:underline;cursor:pointer;}
   /*div label {display:inline;}*/
   small {display:block;}
   #titleextra {width:94%;}
.premium {background:blue;color:#fff;}
.premium a {color:#fff;}

button {font-size:1.2em;width:50%;}
#isubmit {margin-bottom:2em;}
.inline { display:inline; }
#postform fieldset {margin:0 3em 0 3em;}
#postform fieldset div {margin:0 5em 0 5em;}
#postsubmit {width:100%;}
#menu a {font-size:1.5em;display:block;text-align:center;padding:0.6em;width:80%;}
.ol {list-style-type:decimal;padding-left:3em;font-size:1.3em;}	
.ol small {font-size:0.7em;}
.standard {padding:1em 3em 1em 1em;text-align:justify;}
.standard h2 {padding:0;}
.usernav {margin-left:2em;}
legend {font-weight:bold;font-size:1.2em;padding:1em 0 0.8em 0.4em;border-bottom:1px dotted #ccc;}
form small {font-size:0.9em;}

.userpic {float:right;margin:1em;border:1px solid #aaa;}
#userfriends h2,#userpage h2,#usergb h2,#usergroups h2 {display:inline;}
#usercontact {padding-bottom:1em;}
.onlinetext {color:green;}
#userflashuserpage {font-style:italic;padding:1em;}
#registersubmit {float:right;font-size:1.5em;margin:1em;height:10em;}

#help p img {display:block;border:1px solid #ccc;border-bottom:3px dotted #ccc;margin-bottom:1em;}
.top {display:block;float:right;}
.deactivated {text-decoration: line-through;}
.last {}
.last li {display:inline;}
.nix {color:#aaa;}
.was {color:#333;}
.hint {background:#ffd url("../../images/pfeil.gif") center right no-repeat;}
.lastposts {margin: 4.5em 0 0 0;padding:0.5em;font-size:1.2em;}
.blockPage h2,.blockPage h2 a {color:#444;float:left;padding:0.3em 0 0 0.5em;}
.blockPage a {text-decoration:underline;}
.blockPage a:hover {text-decoration:none;}
.blockPage img {float:left;}
.blockPage {width:50%;background:#FFFFDD;padding:1em;margin:1em;top:1em;right:1em;}
.blockOverlay {background:#C4C498;}

.contact a {font-size:1.2em;color:green;padding:1px;font-weight:bold;}
.contact a:hover {background:green;color:#fff;text-decoration:none;}

.deactivate {color:#999;}

.lokales {background:url("../../images/icons/lokales.gif") top left no-repeat;padding-left:21px;}
.persoenliches {background:url("../../images/icons/persoenliches.gif") top left no-repeat;padding-left:21px;}
.dienstleistungen {background:url("../../images/icons/dienstleistungen.gif") top left no-repeat;padding-left:21px;}
.haus-wohnen {background:url("../../images/icons/haus-wohnen.gif") top left no-repeat;padding-left:21px;}
.zuverkaufen {background:url("../../images/icons/zuverkaufen.gif") top left no-repeat;padding-left:21px;}
.jobs {background:url("../../images/icons/jobs.gif") top left no-repeat;padding-left:21px;}

 }
﻿div.pagination {
text-align:center;
padding: 3px;
margin: 3px;
}

div.pagination a {
padding: 2px 5px 2px 5px;
margin: 2px;
}

div.pagination a:hover, div.pagination a:active {
}

div.pagination span.current {
padding: 2px 5px 2px 5px;
font-size:1.5em;
font-weight:bold;
margin: 2px;
}

div.pagination span.disabled {
padding: 2px 5px 2px 5px;
margin: 2px;
}


/* -------------------------------------------------------------------
// markItUp!
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.bbcode .bbbold a	{
	background-image:url(images/bold.png);
}
.bbcode .bbitalic a	{
	background-image:url(images/italic.png);
}
.bbcode .bbunderline a	{
	background-image:url(images/underline.png);
}

.bbcode .bbimage a	{
	background-image:url(images/picture.png);
}
.bbcode .bblink a	{
	background-image:url(images/link.png);
}
.bbcode .youtube a	{
	background-image:url(images/youtube.png); width:38px;
}
.bbcode .myvideo a	{
	background-image:url(images/myvideo.png); width:55px;
}
.bbcode .vimeo a	{
	background-image:url(images/vimeo.png); width:48px;
}
.bbcode .bbcolor a {
	background-image:url(images/colors.png);
}
	.bbcode .bbcolor ul {
		width:81px;
		padding:1px;	
	}
	.bbcode .bbcolor  li {
		border:1px solid white;
		width:25px;	height:25px;
		overflow:hidden;
		padding:0px; margin:0px;
		float:left;
	}
	.bbcode .bbcolor ul a {
		width:25px;	height:25px;
	}
	.bbcode .bbcolor ul a:hover {
		background:none;
	}
	
	.bbcode .bbcolor .col1-1 a {
		background:yellow;
	}
	.bbcode .bbcolor .col1-2 a {
		background:orange;
	}
	.bbcode .bbcolor .col1-3 a {
		background:red;
	}
	
	.bbcode .bbcolor .col2-1 a {
		background:blue;
	}
	.bbcode .bbcolor .col2-2 a {
		background:purple;
	}
	.bbcode .bbcolor .col2-3 a {
		background:green;
	}
	
	.bbcode .bbcolor .col3-1 a {
		background:white;
	}
	.bbcode .bbcolor .col3-2 a {
		background:gray;
	}
	.bbcode .bbcolor .col3-3 a {
		background:black;
	}
	
.bbcode .bbfont a	{
	background-image:url(images/fonts.png);
}
.bbcode .markItUpButton11 a	{
	background-image:url(images/list-bullet.png);
}
.bbcode .markItUpButton12 a	{
	background-image:url(images/list-numeric.png);
}
.bbcode .markItUpButton13 a	{
	background-image:url(images/list-item.png);
}

.bbcode .markItUpButton14 a	{
	background-image:url(images/quotes.png);
}
.bbcode .markItUpButton12 a	{
	background-image:url(images/code.png);
}
	
.bbcode .bbclean a	{
	background-image:url(images/clean.png);
}
.bbcode .bbpreview a {
	background-image:url(images/preview.png);
}/* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp * {
	margin:0px; padding:0px;
	outline:none;
}
.markItUp a:link,
.markItUp a:visited {
	color:#000;
	text-decoration:none;
}
.markItUp  {
	margin:5px 0 5px 0;
}
.markItUpContainer  {

}
.markItUpEditor {
	padding:5px;
	clear:both; display:block;
	line-height:18px;
	overflow:auto;
}
.markItUpPreviewFrame	{
	overflow:auto;
	height:150px;
	margin:5px 0;
}
.markItUpFooter {
	width:100%;
}
.markItUpResizeHandle {
	overflow:hidden;
	width:22px; height:5px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/handle.png);
	cursor:n-resize;
}
/***************************************************************************************/
/* first row of buttons */
.markItUpHeader ul li	{
	list-style:none;
	float:left;
	position:relative;
}
.markItUpHeader ul li:hover > ul{
	display:block;
}
.markItUpHeader ul .markItUpDropMenu {
	background:transparent url(images/menu.png) no-repeat 115% 50%;
	margin-right:5px;
}
.markItUpHeader ul .markItUpDropMenu li {
	margin-right:0px;
}
/* next rows of buttons */
.markItUpHeader ul ul {
	display:none;
	position:absolute;
	top:18px; left:0px;	
	background:#FFF;
	border:1px solid #000;
}
.markItUpHeader ul ul li {
	float:none;
	border-bottom:1px solid #000;
}
.markItUpHeader ul ul .markItUpDropMenu {
	background:#FFF url(images/submenu.png) no-repeat 100% 50%;
}
.markItUpHeader ul .markItUpSeparator {
	margin:0 10px;
	width:1px;
	height:16px;
	overflow:hidden;
	background-color:#CCC;
}
.markItUpHeader ul ul .markItUpSeparator {
	width:auto; height:1px;
	margin:0px;
}
/* next rows of buttons */
.markItUpHeader ul ul ul {
	position:absolute;
	top:-1px; left:150px; 
}
.markItUpHeader ul ul ul li {
	float:none;
}
.markItUpHeader ul a {
	display:block;
	width:16px; height:16px;
	text-indent:-10000px;
	background-repeat:no-repeat;
	padding:3px;
	margin:0px;
}
.markItUpHeader ul ul a {
	display:block;
	padding-left:0px;
	text-indent:0;
	width:120px; 
	padding:5px 5px 5px 25px;
	background-position:2px 50%;
}
.markItUpHeader ul ul a:hover  {
	color:#FFF;
	background-color:#000;
}

/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) print stylesheet
 * (de) Druck-Stylesheet
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

/* import print base styles | Basisformatierung für Drucklayout einbinden */
@import url(../core/print_base.css);

/* #col1 - x
** #col2 - 0
** #col3 - 0
*/
@media print
{
  #col1, #col1_content { float:none; width: 100%; margin: 0; padding: 0; border: 0; }

  #col2 { display:none; }
  #col3 { display:none; }
}
