@charset "UTF-8";


@media all
{

  select { padding: 1px; }

  * html body * { overflow:visible; }
  * html iframe, * html frame { overflow:auto; }
  * html frameset { overflow:hidden; }


  html { height: 100%; margin-bottom: 1px; }
  body {
    font-size: 12px;
    font-family: Verdana, Helvetica, sans-serif;
    background-image: url('Bilder/hgMain.gif');
    background-repeat: repeat-y;
    margin: 0;
    padding: 0;
    height: 100%;
    color: #000;
    background-color: #f8f8f8;
    text-align: left; 
  }

 
/* ----------wrapper-------------- */
#wrapper {
	width: 900px;
	margin-top: 0;
	min-height: 100%;
	position: relative;
	height: 100%;
	}
	
#banner {
	background-image: url('Bilder/hgBanner.jpg');
   background-repeat: no-repeat;
   width: 900px;
   height: 164px;
	}

#subNav {
	float: right;
	background-color: #0c590d;
	height: 20px;
	width: 155px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
	}

#subNav a{
	color: white;
	text-decoration: none;
	}
	
#mainNav {
	clear: both;
	margin-top: 139px;
	margin-left: 15px;
	position: absolute;
	letter-spacing: 0.5em;
	}
	
#mainNav a {
	text-decoration: none;
	color: #0c590d;
	margin-right: 10px;
	}
	
#mainNav a:hover {
	color: black;
	}

#mainWrap {
	width: 880px;
	margin-left: 15px;
	/*border: 1px solid green;*/
	}

#mainContent {
	float: left;
	width: 630px;
	/*border: 1px solid red;*/
	}

#mainRight {
	float: right;
	width: 210px;
	margin-left: 15px;
	/*border: 1px solid fuchsia;*/
	}

#mainRightTop3 {
	margin-top: 15px;
	padding-top: 10px;
	width: 185px;
	min-height: 545px;
	background-color: #e5e5e5;
	border: 1px solid black;
	text-align: center;
	}

.top3Masch {
	width: 160px;
	font-size: 9px;
	text-align: left;
	margin-left: 12px;
	margin-top: 20px;
	}



p,li {
	font-size: 11px;
	}

a {
	color: #337452;
	text-decoration: none;
	}

a.hover {
	color: black;
	}

h1 {
	color: black;
	font-size: 14px;
	}


/********Maschinenbörse***********/


table.formtable{
	border:none;
	text-align:left;
}

table.maschList{
	border: 0;
	border-collapse: collapse;
	border-style: hidden;
}

table.maschList tr {
	border: 0;
	}
	
table.maschList td {
	border: 0px;
	padding: 5px;
	vertical-align: top;
	text-align:right;
	}
	
table.maschList th {
	text-align: right;
	}




}







