/**
 * Layout Style Definitions for "VBKW.de"
 * (c) Benjamin Mack, mediales. GmbH, Stuttgart, Germany
 **/

@import url('reset.css');
@import url('content.css');

#page, #header, #nav, #main, #content {
	float: left;
	width: 100%;
	display: inline;
}

html, body {
	background: #fffdea url('../g/bg_page.png') left 35px repeat-x;
	width: 850px;
}

#logo {
	float: left;
	padding-top: 35px;
	width: 400px;
	text-align: left;
}

#logopadding {
	float: left;
	width: 450px;
	height: 70px;
	background: #fffdea;
}


#page {
	width: 910px;
	clear: both;
}

#header {
	margin-top: 10px;
	margin-left: 100px;
	height: 19px;
	width: 402px;
	overflow: hidden;
}

#nav {
	width: 200px;
	height: 400px;
	left: 20px;
	top: 120px;
	background: #d8e6ee;
	position: absolute;
	z-index: 2;
}

#nav ul {
	clear: both;
	float: left;
	padding: 18px 0 0;
	width: 160px;
}

#nav ul li {
	list-style: none;
	display: block;
	color: #00519e;
	font-size: 12px;
	font-weight: 500;
	padding: 2px 0 2px 20px;
}
#nav ul li.spacer {
	display: none;
}

#nav ul li.active a {
	color: #f29f3b;
}

ul#breadcrumbs {
	float: left;
	width: 100%;
	padding: 0 0 15px;
	margin: 0 0 15px;
	background: url('../g/dotted_line.png') right bottom repeat-x;
}

ul#breadcrumbs li {
	color: #000;
	font-size: 9px;
	padding-right: 3px;
	float: left;
	list-style: none;
}

#main {
	left: 180px;
	top: 140px;
	position: absolute;
	width: 730px;
	z-index: 10;
	background: #fff;
	border: 1px solid #1d65a8;
	margin-bottom: 20px;
}

#content {
	width: 565px;
	width: 649px;
	padding-bottom: 40px;
	margin: 50px 0 0 40px;
}

.ce { 
	width: 100%; 
	clear: both;
	margin-bottom: 1em;
}
