body {

	margin:0px;

	height:100%;

	width:100%;

	background-color:#E6E6E6;

	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color:#000000;

	background-image:url(../img/bg.gif);

	background-repeat:repeat-y;

}



a:link {

	color: #0000CC;

	font-weight: bold;

	text-decoration: none;



}

a:visited {

	color: #0000CC;

	font-weight: bold;

	text-decoration: none;

}

a:hover {

	color: #04CCCA;

	font-weight: bold;

	text-decoration: underline;

}

a:active {

	color: #0000CC;

	font-weight: bold;

	text-decoration: none;

}


/* container */


#logo {

	height:132px;

	background-image:url(../img/marquardt.jpg);

	background-repeat:no-repeat;

}



#Navi {

	width: 180px;

}

  ul#Navigation li {

    list-style: none;

    margin: 0; padding: 0;

	width: 130px;

  }



  ul#Navigation a {

    display:block;

    padding: 0.4em;

    text-decoration: none; font-weight: bold;

	color:#0000CC;

    border-top: 1px solid white; 

  }

  ul#Navigation a:hover {

	border-top: 1px solid white; 

	border-left: 8px solid white;

    background-color: #0000CC;

	color:white;



  }

 

 #content {

 	position:absolute;

	left:210px;

	top:150px; 

	width:600px; 

	height:100%; 



}



#header {

	font-size:22px;

	color:#0000CC;

	font-weight:bold;

}
#gzq {
	width:180px;
	text-align:center;
}



/*backgrounds*/

#inhalt_start {

	margin-top:20px;

	background-image:url(../img/start.gif);

	background-repeat:no-repeat;

	background-position:top;

}

#inhalt_maschine {

	margin-top:20px;

	background-image:url(../img/maschine.gif);

	background-repeat:no-repeat;

	background-position:bottom;

	background-position:right;

}

	

/*Tabellen-Stile*/
.caption {
	background-color:#0000D0;
	color:white;
	font-weight:bold;
	font-size:16px;
	text-align:center
}
.subcaption {
	background-color:#04CCCA;
	color:white;
	font-weight:bold;
	font-size:14px;
}
.inhalt {
	background-color:#E0E0E0;
}
