@charset "UTF-8";


@media all
{

 /**
  /* Globales Zur�cksetzen der Innen- und Au�enabst�nde f�r alle HTML-Elemente */
  * { margin:0; padding: 0; }

  /* Korrektur: Das Zur�cksetzen der Abst�nde verursacht zu kleine Selectboxen. */
  option { padding-left: 0.4em; } /* LTR */
  select { padding: 1px; }

 /**
  * 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; }

  /* Erzwingen vertikaler Scrollbalken in Netscape, Firefox und Safari Browsern */
  html { height: 100%; margin-bottom: 1px; }
  body {
    /* Beseitigung von Rundungsfehler beim Skalieren von Schriftgr��en in �lteren Opera Versionen */
    font-size: 100.01%;
    font-family: Helvetica;

    /* Vorgabe der Standardfarben und Textausrichtung */
    color: #000;
    background-color: #55595c;
    text-align: center; /* LTR */
  }

  /* Rahmen f�r <fieldset> und <img> Elemente l�schen */
  fieldset, img { border: 0 solid; }

  /* Neue Standardwerte f�r Listen & Zitate */
  ul, ol, dl { margin: 0 0 1em 1em } /* LTR */
  li {
    margin-left: 0.8em; /* LTR */
    line-height: 1.5em;
  }

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 0.8em; } /* LTR */

  blockquote { margin: 0 0 1em 0.8em; } /* LTR */

  blockquote:before, blockquote:after,
  q:before, q:after { content: ""; }

 /*------------------------------------------------------------------------------------------------------*/

  #header { position:relative; }

  /* Textausrichtung f�r #topnav Inhalte */
  #topnav { text-align: right; }  /* LTR */

  /* Absolute Positionierung erfolgt nur innerhalb von #header */
  #header #topnav {
    position:absolute;
    top: 10px;
    right: 10px; /* LTR */
  }

  /* Absicherung korrekte Positionierung */
  #header, #nav, #main, #footer { clear:both; }


  #col1 { 
  	float: left; 
  	width: 155px; 
  	}

  #col2 { 
  	float:right; 
  	width: 205px;
  	}

  #col3 { 
  	width:538px;; 
  	margin: 0 155px;
  	background-color: #ffffff;
  	}

  /* Vorbereitung f�r absolute Positionierungen innerhalb der Inhaltsspalten */
  #col1_content, #col2_content, #col3_content { position:relative; }

 /*------------------------------------------------------------------------------------------------------*/


  /* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
  .clearfix:after {
    content: ".";
    display: block;
    font-size:0;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /* f�r Safari */
  .clearfix { display: block; }

  /* Overflow-Methode zum Clearen der Float-Umgebungen */
  .floatbox { overflow:hidden; }

  /* IE-Clearing: Ben�tigt nur der Internet Explorer und �ber iehacks.css zugeschaltet */
  #ie_clearing { display: none; }

 /*------------------------------------------------------------------------------------------------------*/


  /* Alternative Klasse zur optionalen Unterst�tzung alter Mozilla/Netscape-Brower */
  .subcolumns_oldgecko { width: 100%; float:left; }
}


/* ----------container-------------- */
#container {
	width: 901px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	background-color: #e6e6e6;
}

/* ----------banner for logo-------------- */
#header {
	background-color: #ffffff;
	background-image: url('Bilder/header.jpg');
	width: 694px;
	height: 86px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#logo{
	width: 207px;
	height: 86px;
	float: right;
}

#topNavigation{
	width: 694px;
	height: 23px;
	float: left;
	background-image: url('Bilder/navigation_top.jpg');
}

#topNavigationContent{
	margin:3px 10px;
	float: right;
	color: #ffffff;
	font-size: 11px;
}

#topNavigationContent a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	height: 16px;
	}

#topNavigationContent a:hover {
	text-decoration: underline;
	}
	
#topRight{
	width: 207px;
	height: 23px;
	float: right;
	background-image:url('Bilder/right_top.jpg');
}

/* -----------------Inhalt--------------------- */
#content {
	background-color: #ffffff;
	border: 1px solid;
	padding: 0;
	margin: 0 207px 0 155px;
}

div#content { 
	min-height:1024px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
	}

p, pre {
	padding: 5px;
	margin:0;
	font-size: 11px;
	}

/* ------ Definition Spalte 1 navigation ----------*/

#col1_content a {
	background:url(Bilder/arr_big.gif) no-repeat left center;
	background-position: 8px;
	padding: 5px 5px 5px 25px;
	color: #000000;
	text-decoration: none;
	display:block;
	border: 1px solid #ffffff;
	width: 153px;
	font-weight: bold;
	font-size: 12px;
	}
	
#col1_content a.sublink {
	background:url(Bilder/arr_small.gif) no-repeat left center;
	background-position: 15px;
	padding-left: 32px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	display:block;
	width:153px;
	border: 1px solid #ffffff;
	font-size:10px;
	}
	


/* ------ Definition Spalte 2 news/wetter ----------*/

#col2_content h1 {
	color: #000000;
	font-size: 12px;
	margin-left: 5px;
	}
	
#col2_content p {
	padding: 0 0 4px 5px;
	}

#col2_content h2 {
	color: #95b922;
	font-size: 11px;
	margin-left: 5px;
	}

#col2_content a {
	color: #95b922;
	text-decoration: none;
	}
	
.wetter{
	color: #000000;
	font-size: 9px;
	}

/* ------ Definition Spalte 3 content ----------*/

#col3_content {
	padding-left: 15px;
	font-family: Verdana,helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	}

#col3_content h1 {
	color: #95b922;
	font-size: 13px;
	}

#col3_content h2 {
	color: #95b922;
	font-size: 11px;
	}

#col3_content newstext {
	color: #000000;
	font-size: 9px;
	}

#col3_content a {
	color: #95b922;
	text-decoration: none;
	}



/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: right; 
	font-size: 8px;
	}

/* -----------Gebrauchtmaschinensuche--------------------------- */

/*.box{
   width:650px;
	font-size:11.5px;
   border:1px solid #666666;
   background-color:#F5F5F5;
   padding:15px;
   -moz-border-radius:10px;
   -khtml-border-radius:10px;
	overflow:hidden;
	margin:0px;
}
*/
table.formTable {
		border: none;
		text-align:left;
		margin:20px -5px;
}

table.formTable td{
		border: none;
		padding: 4px;
}


table.maschList{
		border-collapse:collapse;
		border-style:hidden;
		margin-left:-15px;
}
table.maschList tr{border:1px solid #888888;}
table.maschList td{border:0;padding:5px;vertical-align:top;text-align:right;}
table.maschList th{text-align:right;}

table.maschGal{
		border:2px #CDCDCD;
}
table.maschGal td{
		font-size:11.5px;
		border:2px solid #CDCDCD;
		text-align:center;
		margin-left:-2px;
}


#col3 #pixlie-container-gesamt {
    margin: 0 auto;
    padding: 0;
    width: 530px;
}

#col3 #pixlie-container-main-liste {
    margin: 0 auto;
    padding: 0;
    width: 530px;
}

#col3 #pixlie-inhalt-liste {
    border-right: 1px solid #E4E4E4;
    float: left;
    width: 330px;
}

