body {
	font-size: 10px;
	font-family:  Arial, Sans-Serif;
	background: #ffffff;
	color: gray;
	text-align: center;
	margin: 0;
}

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

#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: 980px;
	height: 267px;
	margin: 0;
	border: 0px;
	padding: 0;
	background: url('images/logo.jpg');
}



/* Navi + Footer */
#menu {
	width: 980px;
	height: 28px;
	margin: 0;
	padding: 0;
	background: url('images/menu_bg.jpg');
	font: bold 14px Arial, Sans-Serif;
}


#menu ul {
	float: left;
	padding: 0px;
	height: 28px;
	margin: 7px 0 0 10px;
}

#menu li {
	list-style: none;
	display: inline;

}

#menu li a {
	padding: 5px;
}

#menu li a:hover {
	background: #ffffff;
	color: #000000;
}

#menu .current_page_item a {
	background: #ffffff;
	color: #000000;
}

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



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


#footer li {
	margin: 0;
	list-style: none;
	display: inline;
	padding: 8px 15px 8px 15px;
}


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


#footer li a:hover {
	background: #ffffff;
	color: #000000;
}


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


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

.content_box {
	width: 625px;
	padding: 0px;
	margin: 0 0 0 20px;
	background: #ffffff;
}

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


#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: #000000;
}

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

#zahlen .current_page_item {
	background: #ffffff;
	color: #000000;
	border: 1px solid #ea2632;
	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: #000000;
	font: bold 16px Arial, Sans-Serif;
	width: 637px;
	letter-spacing: 1px;
	padding: 7px 0 6px 30px;
}

#content #p {
	margin: 0;
}

/* Sidebar */

#sidebar {	
	width: 266px;
	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-left: 1px solid #474747;
	border-right: 1px solid #474747;
	margin: 0px;
	padding: 10px;
	font: normal 12px Arial, Sans-Serif;
	color: #8a8a8a;
	background: #ffffff;


}

.sidebar_bottom {
	background: #ffffff url('images/sidebar_bottom.jpg') no-repeat top center;
	width: 264px;
	height: 18px;
	margin: 0 0 10px 0;
}

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