/**
 * html
 */
html {
	text-align: center;
	background: #fff url(../images/background.jpg) repeat-x center top;
}

/**
 * body
 */
body {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}	

/**
 * Kopfzeile
 */
div#header {
	width: 1000px;
	height: 145px;
}

/**
 * Hauptmenü
 */
ul#main_nav {
	position: absolute;
	top: 145px;
	padding: 24px;
}

/**
 * Meta-Navigation
 */
ul#meta_nav {
	position: absolute;
	left: 0;
	width: 216px;
	height: 113px;
	opacity: 0.8;
	background-color: #fff;
}
ul.meta_nav {
	padding: 16px 8px 16px 16px;
}
ul.meta_nav li {
	display: inline;
	font-size: 80%;
	margin-right: 12px;
}
ul.meta_nav li.last {
	margin-right: 0;
}
ul.meta_nav li a {
	color: #356DA2;
	text-decoration: none;
}
ul.meta_nav li a:hover {
	text-decoration: underline;
}

/**
 * Headline
 */
div#headline {
	margin-left: 240px;
	width: 760px;
	height: 145px;
	background-color: #fff;
	opacity: 0.95;
}

/**
 * Inhalt
 */
div#content {
	margin-left: 240px;
	min-height: 600px;
	padding: 24px;
	background: #fff url(../images/points.gif) repeat-x top left;
}

/** 
 * Toolbar
 */
div#toolbar {
	padding: 24px 0px;
	clear: both;
}
div#toolbar img {
	margin-right: 12px; 
	border: 0px;
}

