* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

body {
	background: url('../layout/background.jpg') no-repeat black;
	background-position: top center;
	text-align: center;
	font-size: 10pt;
	font-family: arial;
}

p {
	line-height: 1.5;
	text-align: justify;
}

a {
	color: #0a7dcd;
}

h1 {
	color: #759e04;
	font-weight: normal;
	font-size: 14pt;
	line-height: 35px;
	border-bottom: 1px solid #cccccc;
}

h2 {
	color: #759e04;
	font-weight: normal;
	font-size: 13pt;
	line-height: 35px;
	border-bottom: 1px solid #cccccc;
}

h3 {
	color: #0078d5;
	font-weight: normal;
	font-size: 13pt;
	line-height: 35px;
	border-bottom: 1px solid #cccccc;
}



#all {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	background: #FFFFFF;
}

#up {
	clear: both;
	height: 70px;
}

#logo {
	width: 251px;
	height: 60px;
	float: left;
	background: url('../layout/logo.png') no-repeat 25px 0px;
}

#name {
	height: 60px;
	line-height: 60px;
	width: 620px;
	font-size: 12pt;
	color: #619910;
	font-weight: bold;
	float: left;
}

#flags {
	float: right;
	width: 107px;
	height: 60px;
	background: url('../layout/flags.png') no-repeat center;
}

#banner {
	height: 239px;
	background: url('../layout/banner.png') no-repeat;
}

#top {
	background: url('../layout/menu.png') repeat-x;
	height: 50px;
	margin-bottom: 15px;
}

#top ul {
	list-style: none;
	display: inline;
	line-height: 50px;
}

#top li {
	list-style: none;
	display: inline;
	float: left;
  position: relative;
}

#top li span{
	line-height: 50px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #6c6e61;
	border-right: 1px solid #494b40;
}

#top li span:hover {
	background: url('../layout/menu-active.png') repeat-x;
}

#top a {
	color: white;
	font-size: 11pt;
	text-decoration: none;
	line-height: 50px;
}

#top li li a {
	font-size: 10pt;
}

#top ul ul{
	display: none;
	list-style: none;
}

#top ul li:hover ul{
	position: absolute;
	clear: both;
	display: block;
	top: 50px;
	border: 0px;
}

#top ul li:hover ul li{
	display: block;
	width: 200px;
	background: #717171;
}

#top li li span{
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;	
	width: 180px;
	float: left;
   text-align: left;
   color: white;
   border: 0px;
}

#top li li span:hover {
	background: #e6e6e6;
	color: #717171;
}

#top ul li:hover ul ul {
	display: none;
	list-style: none;
}

#top ul li ul li:hover ul {
	display: block;
	left: 200px;
	top: -1px;
	z-index: 3;
	position: absolute;
}
#top ul li:hover ul li ul li {
	background: #717171;
}
#top ul li ul li ul li span:hover {
	background: #e6e6e6;
	color: #717171;
}

#top #active {
	background: #717171;
	color: white;
}

#clearer {
	clear: both;
}

#clear {
	clear: both;
}

#whole {
	text-align: left;
	float: left;
	width: 465px;
	margin-bottom: 30px;
	margin-left: 10px;
	padding-right: 20px;
	border-right: 1px solid #cccccc;
}

#news {
	margin-left: 20px;
	float: left;
	width: 445px;
	text-align: left;
	color: #3f3f3f;
}

/*
#news h1 {
	background: url('../layout/aktuality.png') no-repeat;
	line-height: 42px;
	color: white;
	font-size: 12pt;
	padding-left: 20px;
	border: 0px;
}
*/

#news ul {
	list-style: none;
}

#news li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

#news a {
	text-decoration: none;
	color: #0078bf;
	font-weight: bold;
}

#news .dateList span{
	color: #989898;
	font-size: 8pt;
}

#news .textA {
	font-weight: bold;
}

#footer {
	clear: both;
	font-size: 9pt;
	background: url('../layout/footer.png') right no-repeat #999b90;
	line-height: 50px;
	text-align: left;
	padding-left: 20px;
	height: 50px;
}

#footer ul {
	display: inline;
	list-style: none;
}

#footer li {
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
	border-left: 1px solid #4a4c41;
}

#footer a {
	color: #4a4c41;
	font-size: 9pt;
}

#bottom {
	line-height: 30px;
	font-size: 9pt;
	color: #999b90;
}