/*
Allgemeine Styles
*/

html, body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
	color: #31353d;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	background-color: #393e44;
}

.frame
{
	width: 940px;
	margin: 0px auto;
	background-color: #fff;
}

.frame a
{
	text-decoration: none;
	color: green;
}

/*
	Styles fŸr den Page Header (NICHT HEADER.PHP!!!)
*/

.top
{
	height: 20px;
	background-color: #393e44;
}

.name
{
	width: 500px;
	height: 60px;
	float: left;
	background-image: url(img/name.jpg);
}

.lang
{
	width: 140px;
	height: 20px;
	float: right;
	padding: 20px 20px 20px 280px;
	background-color: #393e44;
}

.banner
{
	width: 940px;
	height: 180px;
	clear: both;
	background-image: url(img/banner.jpg);
}	

.search
{
	background-color: #fff;
}

.spacer
{
	width: 940px;
	height: 10px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #fff;
	margin: 0 auto;
	width: 775px;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#333;
	padding:0 10px;
	line-height:25px;
}
#access ul ul {
	display:none;
	position:absolute;
	left: -40px;
	float:;
	width: 160px;
	z-index: 99999;
	text-align: left;
}

#access ul ul li {
	min-width: 160px;	
}
#access ul ul ul {
	left:10%;
	top:0;
}
#access ul ul a {
	background:#a3a3a3;
	color: #333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#333;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background: #333;
	display: block;
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

/*
	Styles für den Hauptteil / Contentteil der Seite
*/
.main
{
	padding: 10px;
	border-top: 1px solid #c5c5c5;
	clear: both;
}

.main_left
{
	width: 560px;
	float: left;
}

.main_right
{
	width: 350px;
	padding: 0px 0px 0px 10px;
	float: right;
}

.featured
{
	width: 560px;
	height: 300px;
	margin: 0px 0px 20px 0px;
}

/*
	Sidebar Styles
*/

.news li
{
	list-style-type: none;
}

.sponsors
{
	clear: both;
	padding: 0px 35px 0px 35px;
	border-top: 1px solid #c5c5c5;
}

.sponsors img
{
	margin-top: 10px;
	margin-bottom: 20px;
}
.img_sponsors
{
	margin: 8px 0px 8px 0px;
}

/*
	Footer Styles
*/

.footer
{
	border-top: 1px solid #c5c5c5;
	clear: both;
}


