body {
	font-size: 10px;
	font-family:  Arial, Sans-Serif;
	background: #ffffff url('images/background.png');
	color: gray;
	text-align: center;
	margin: 5px 0 0 0;
}

.clear {
	clear: both;
	margin: 0px;
	font: normal 0px "Trebuchet MS", sans-serif;
}

#background {
	top: 0;
	left: 0;
	background: url('images/background-verlauf.png');
	position: absolute;
	height: 558px;
	width: 100%;
	z-index: -1;
}

#page {
	width: 980px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: #ffffff;
}

/* Bilder */
.alignleft {
	float: left;
	margin: 0 5px 5px 0;
}

.alignright {
	float: right;
	margin: 0 0 5px 5px;
}
/* Header */
#header {
	width: 978px;
	height: 258px;
	margin: 0;
	border: 1px solid #9898df;
	padding: 0;
	background: url('images/header.jpg');
}

#video {
	top: 42px;
	left: 677px;
	width: 238px;
	height: 182px;
	position: relative;
}


/* Navi + Footer */
#menu {
	width: 980px;
	height: 34px;
	margin: 0;
	padding: 0;
	background: url('images/menu_bg.png');
	font: bold 14px Arial, Sans-Serif;
	border-bottom: 1px solid #9898df;
}

#footer {
	width: 980px;
	height: 34px;
	margin: auto;
	padding: 0;
	background: url('images/menu_bg.png');
	font: normal 14px Arial, Sans-Serif;
	border-top: 1px solid #dbd1ff;
	text-align: center;
}

#menu ul {
	float: left;
}

#menu ul, #footer ul {
	margin: 0;
	padding: 10px 0 0 43px;
	height: 24px;
}


#menu li, #footer li {
	margin: 0;
	list-style: none;
	display: inline;
	background: url('images/menu_trenn.png') no-repeat right top;
	padding: 8px 15px 8px 15px;
}


#footer li a, #menu li a {
	text-decoration: none;
	color: #fff;
}

#footer li a:hover, #menu li a:hover {
	color: #fff000;
}


/* container */
#container {
	width: 980px;
	margin: 0;
	background: #ffffff url('images/content-bg.png') repeat-x;
}


/* Inhalt */
#content {
	width: 680px;
	float: left;
	padding: 5px 0px 30px 0px;
	color: #000000;
	font: normal 12px "Arial", sans-serif;
}

.content_box {
	width: 655px;
	padding: 5px;
	border-left: 1px solid #fc6161;
	border-bottom: 1px solid #fc6161;
	border-right: 1px solid #fc6161;
	margin: 0 0 0 11px;
	background: #ffffff url('images/content_box_bg.png') repeat-x top left;

}

/* Inhalt - Zahlen */
#zahlen {
	width: 100%;
	text-align: right;
	padding: 8px 0 8px 0;
}


#zahlen ul {
	margin: 0px;
	padding: 0;
}

#zahlen li {
	list-style: none;
	display: inline;
	padding: 0 0 0 5px;
	margin: 0px;
}

#zahlen ul li a {
	color: #34287a;
}

#zahlen ul li a:hover {
	text-decoration: underline;
}

#zahlen .current_page_item {
	background: #a8a2ea;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 5px;
}



/* Inhalt - Texte */
#content a {
	font: bold 10px "Arial", sans-serif;
	text-decoration: none;
	color: #000000;
}

#content a:hover {
	color: #444444;
}

#content h2 {
	margin: 0 0 0 11px;
	color: #ffffff;
	font: bold 20px Arial, Sans-Serif;
	width: 637px;
	background: #fc6161 url('images/content_h2.png') no-repeat;
	letter-spacing: 1px;
	padding: 7px 0 6px 30px;
}

#content #p {
	margin: 0;
}

/* Sidebar */

#sidebar {	
	width: 254px;
	margin-top:16px;
	margin-left: 17px;
	float: left;
}

.sidebar_box {
	margin-bottom: 10px;
	width: 264px;
	font: bold 11px Arial, Sans-Serif;
	color: #fcffff;
}

.sidebar_text {
	border: 1px solid #8e8bce;
	margin: 0px;
	padding: 10px;
	font: normal 12px Arial, Sans-Serif;
	color: #8e8bce;
	background: #ffffff url('images/sidebar_bg.png') repeat-x top left;


}

.sidebar_bottom {
	background: #8e8bce url('images/sidebar_bottom.png') no-repeat bottom center;
	width: 264px;
	height: 13px;
	margin-bottom: 10px;
}

.sidebar_box h3 {
	background: #8e8bce url('images/sidebar_h3.png') no-repeat;
	font: bold 14px Arial, Sans-Serif;
	color: #fcffff;
	text-align: center;
	padding: 11px 0 10px 0;
	margin: 0;
}
