body {
	background-color: #ff1000;
   text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #fff;
	line-height: 14px;
	margin: 120px;
	}

#container {
	background: #ff1000;
	width: 635px;
	height: 200px;
	text-align: center;
	margin: 0 auto;
	}

#logo { 
	width: 635px;
	height: 160px;
	margin: 0px;
	padding: 0px;
	}

*>#logo {
   padding-bottom: 6px;
}

.langspace { background: #ff1000; 
	text-align: center; 
	margin-top: 30px;
	}

.navspace { background: #ff1000; 
	text-align: left; 
	padding-top: 8px;
	}
	
/*****	START - Navigation Classes	*****/
#mainnav {
	width: 635px;
	height: 16px;
	position: relative;
	background: url("/img/index_nav.gif") no-repeat;
	margin: 0px;
	background-image: url(http://www.lindgens.com/img/index_nav.gif);
	overflow: visible;
	visibility: inherit;
	background-color: #FF1000;
}

#mainnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 3px;
}

#mainnav li, #mainnav a {
	height: 16px;
	display: block;
}

#naveng {
	left: 249px;
	width: 20px;
}

#naveng a:hover {
    background: transparent url("../img/index_nav.gif")  -249px -16px no-repeat;
}

#navger {
	left: 272px;
	width: 20px;
}

#navger a:hover {
    background: transparent url("../img/index_nav.gif")  -272px -16px no-repeat;
}

#navswe {
	left: 295px;
	width: 20px;
}

#navswe a:hover {
    background: transparent url("../img/index_nav.gif")  -295px -16px no-repeat;
}

#navfra {
	left: 318px;
	width: 20px;
}

#navfra a:hover {
    background: transparent url("../img/index_nav.gif")  -318px -16px no-repeat;
}

#navned {
	left: 341px;
	width: 20px;
}

#navned a:hover {
    background: transparent url("../img/index_nav.gif")  -341px -16px no-repeat;
}

#navesp {
	left: 366px;
	width: 20px;
}

#navesp a:hover {
    background: transparent url("../img/index_nav.gif")  -364px -16px no-repeat;
}

/*****	END - Navigation Classes	*****/	
