@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: #dfdfdf;
    text-align: left; 
  }

 
/* ----------wrapper-------------- */
#wrapper {
	width: 1200px;
	margin-top: 0;
	min-height: 100%;
	position: relative;
	height: 100%;
	}
	
#claim {
	position: absolute;
	left: 35px;
	top: 10px;
	}

#subNav {
	position: absolute;
	left: 901px;
	top: 25px;
	width: 22px;
	height: 320px;
	background-color: #1a6f48;
	padding-top: 5px;
	padding-left: 4px;
	}

#logoRight {
	position: absolute;
	left: 930px;
	top: 100px;
	}

#mainFrame {
	margin-left: 75px;
	height: 100%;
	}


#mainNav {
	margin-top: 15px;
	}

#mainNav a {
	color: #337452;
	font-weight: bold;
	text-decoration: none;
	}

#mainNav a:hover {
	color: black;
	text-decoration: overline underline;
	}

#headBanner {
	margin-top: 15px;
	width: 775px;
	background-repeat: no-repeat;
	height: 136px;
	background-image: url('Bilder/schmidt_bissingen.gif')
	}

#mainContent {
	padding-top: 25px;
	width: 750px;
	}
	
#homeModule {
	margin-top: 20px;
	}

#homeNews {
	/*border: 1px solid fuchsia;*/
	float: left;
	width: 325px;
	}

#homeNews h1 {
	color: #337452;
	font-size: 12px;
	}


#homeTop {
	/*border: 1px solid red;*/
	width: 325px;
	float: right;
	}

.homeTopBox {
	width: 307px;
	height: 135px;
	border: 1px solid #337452;
	background-image: url('Bilder/hgTop.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	} 

.homeTopBoxHead {
	background-image: url('Bilder/homeTopBoxHead.gif');
	background-repeat: repeat-x;
	height: 18px;
	width: 302px;
	letter-spacing: 1em;
	padding-left: 5px;
	color: white;
	}

.homeTopContent {
	width: 302px;
	padding-left: 5px;
	font-size: 11px;
	}

#footer {
	clear: both;
	color: #55595d;
	padding-top: 10px;
	margin-top: 50px;
	margin-bottom: 15px;
	font-size: 9px;
	width: 775px;
	border-top: 1px solid black;
	}

  	
p {
	font-size: 11px;
	}

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

a.hover {
	color: black;
	}

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

/********Maschinenbörse***********/
/*
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.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;
	}





}


