/* 
layout.css 
author: oliver mesieh, info@oliver-mesieh.de
*/

#wrapper {
	width: 100%;
}

#header{
	width: 100%;
	height: 77px;
	background: url('../img/head_bg.png') repeat-x;
}

#specialnav-wrap {
	background-color: #d5e0ca;
	height: 140px;
}

#footer-wrap{
	width: 100%;
	height: 72px;
	background: url('../img/footer_bg.png') repeat-x;
	position: relative;
}

#navigation,#innobox,#specialnav,#footer,#content{
	width: 744px;
	margin: 0 auto;
}

#navigation {
	padding-left: 6px;
	width: 760px;
	white-space: nowrap;
}
