/****************************************************
 *  FIRMENPUNKT® gmbh                               *
 *  (c) 2005                                        *
 *  http://www.firmenpunkt.de                       *
 *  - - as - -                                      *
 ****************************************************
 *  mailto:webmaster@firmenpunkt.de                 *
 *  sitedesign, scripting (c) FIRMENPUNKT® gmbh     *
 *  no use without permission!                      *
 ***************************************************/
 
/*algemein*/


body {
	background-color: #484F6A;
	margin: 0px;
	padding: 0px;
	font-size: 100.1%;
	}
	
#container {
	width: 750px;
	height: 423px; 
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -375px;
	margin-top: -211px;
	padding: 0px;
	}	
	
#bildoben{
	width: 750;
	height: 83px;
	background: transparent url(../images/oben1.jpg) no-repeat top left;
	margin: 0px;
	padding: 0px;	
	}
	
#logoleiste{
	width: 750px;
	height: 110px;
	margin: 0px;
	padding: 0px;
}

#logo {
	float: left;
	width: 222px;
	height: 110px;	
	background: transparent url(../images/logo_start.jpg) no-repeat top left;
}

#logo h1 span {
	display: none;
}

#weiss{
	float: left;
	width: 243px;
	height: 110px;
	background-color: #FFFFFF;
}

#grau{
	float: left;
	width: 185px;
	height: 110px;
	background-color: #6F6764;

}

#weiss2{
	float: left;
	width: 100px;
	height: 110px;
	background-color: #FFFFFF;
}

#hauptteil {
	width: 750px;
	height: 230px;
}

#hellgrau{
	padding-top: 18px;
	padding-left: 43px;
	padding-right: 30px;
	float: left;
	width: 392px;
	height: 212px;
	background-color: #ECEDF0;
}

#grau2{
	float: left;
	width: 185px;
	height: 230px;
	background-color: #6B6565;
}

#hellgrau2{
	float: left;
	width: 100px;
	height: 230px;
	background-color: #ECEDF0;
}

/*text*/
#hellgrau p {
	font-size: 0.6em;
	font-family: verdana, arial, sans-serif;
	line-height: 13px;
	color: #000000;
	text-decoration: none;
}

#hellgrau h2 {
	font-size: 0.6em;
	font-family: verdana, arial, sans-serif;
	line-height: 13px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}


/*navigation*/

#weiter_navi{
	width: 200px;
	height: 10px;
	text-align: right;
	padding: 0px;
	position: absolute;
	left: 50%;	
	top: 50%;
	margin-left: 180px;
	margin-top: 175px;
	color: #F0EBC5;
}

#weiter_navi ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
	
#weiter_navi li{
	float: left;
	display: block;
	margin-left: 4px;
	margin-right: 4px;
}
	
a:link, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;	
}

