* {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Arial',serif, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
}

#container	{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

#header	{
	width: 990px;
	padding: 0em;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#header_logo	{
	background: url(../images/header.jpg) top no-repeat;
	width: 990px;
	height: 455px; 
	text-indent: -5000px;
}
	
#header_bottom	{
	width: 990px;
	height: 18px;
	margin-top: 5px;
	padding-top: 5px;
	color: #8a8a8a;
	font-size: 10px;
}
	
#pathway-inner {
}

#date {
	float: right;
}

#menu {
        float: left;
        width: 224px;
        margin: 0px;
        padding:5px 0px 0px 0px;
}

#content {
        min-height:250px;
        padding: 5px;
        margin: 5px 0px 0px 229px;
	background-color:#8a8a8a;
        /* voice-family: "\"}\"";
        voice-family: inherit;
        width:735px; */
}
	
#footer {
        clear: left;
        padding: 0px;
        margin: 5px 0px 5px 0px;
	line-height: 23px;
	color: #5a5a5a;
	font-size: 10px;
	text-align: center;
	border: solid 1px #5a5a5a;
	color: #8A8A8A;
} 

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-family: 'Arial',serif;
	font-stretch: wide;
	font-size: 17px;
	font-weight: bold;
	color: #bdbdbd;
	text-align: left;
	padding-top: 5px;
	padding-left: 3px;
	height: 20px;
	width: 230px;
	text-decoration: none;
}

a.mainlevel:hover {
	color: #ffffff;
	background-position: 0px -25px;
	text-decoration: none;
}
	
a.mainlevel#active_menu {
	color:#ffffff;
	font-weight: bold;
}

a.sublevel:link, a.sublevel:visited {
	display: block;
	color:#bdbdbd;
	margin-left: 10px;
}

a.sublevel:hover {
	display: block;
	font-weight: bold;
	color: #ffffff;
	margin-left: 10px;
}

a.sublevel#active_menu {
	display: block;
	font-weight: bold;
	color: #ffffff;
	margin-left: 10px;
}	
	
a:link, a:active, a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	color: #ffffff;
}

ul.jflanguageselection a {
	color: #bdbdbd;
}	

ul.jflanguageselection a:hover {
	color: #ffffff;
}

ul {
         list-style-type:circle;
}

/* Topmenu (User3) - übernommen von Templates MadeYourWeb/Rhuk_Solarflare*/

ul#mainlevel-nav{
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	white-space: nowrap;
}

ul#mainlevel-nav li{
	width: auto !important;
	width: 5%;
	float: left;
	margin: 0;
	font-size: 10px;
	font-weight:bold;
	height: 23px;
	line-height: 23px;
	white-space: nowrap;
	margin-right: 1px;	

}

ul#mainlevel-nav li a{
	font-weight:bold;
	height: 23px;
	display: block;
	padding-left: 5px;
	padding-right: 10px;
	text-decoration: none;
	color: #333333;
	margin-left: 5px;
	white-space: nowrap;
}

ul#mainlevel-nav li a:hover{
	color: #ffffff;
	background-image:url(../images/pathway-bg2.jpg);
	background-repeat:repeat-x;
}