/* CSS Document */
body {
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	margin-top: 0;
}

ul {
	font-size: 16px;
}

table {
	font-size: 12px;
	margin-bottom: 0;
	padding-bottom: 0;
}

h2 {
	margin-top: 0;
	font-size: 16px;
}

h3 {
	display: inline;
	margin-top: 0;
	font-size: 12px;
	font-weight: bold;
}

h4 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 14px;
}

.date p {
	display: inline;
	margin-top: 0;
	font-size: 12px;
}

p {
	margin: 0;
	font-size: 12px;
}

a {
	text-decoration: none;
}

img {
	border: 0;
	z-index: 1;
}


.itemBox {
	background-color: #D6DDFC;
	border: solid 1px #BCC8FB;
	padding: 5px;
}

.itemBoxGranted {
	background-color: #CCFFCC;
	border: solid 1px #99CC99;
	padding: 5px;
}

#lang {
	margin: -5px 0 0 0;
	padding: 0px 0 5px 0px;
	font-size: 12px;
	text-align: right;
	float: right;
	width: 20%;
	padding-bottom: 10px;
}

#pathway {
	color: #999999;
	float: left;
	margin-top: -5px;
	width: 70%;
	padding-bottom: 10px;
	font-size: 11px;
}

#pathway a {
	color: #999999;
	text-decoration: none;
}

#pathway a:hover {
	color: #000000;
}

.error {
	color: #CC0000;
}

.ok {
	color: #006600;
}

/* STRUCTURE */
#top {
	width: 800px;
	height: 115px;
	display: block; /* to close IE6 gap */
	margin: auto;
}

#container {
	clear: both;
	width: 800px;
	background-color: #FFFFFF;
	padding-top: 10px;
	text-align: left;
	margin: auto;
}


#content {
	width: 780px;
	padding-left: 10px;
	clear: both;
	min-height: 250px;
}

#footer {
	width: 800px;
	height: 160px;
	background-image: url(grafik/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin: auto;
	clear: both;
}

#footer p {
	padding-left: 330px;
	margin-top: -20px;	
}

/* MENU */
#menu {
	width: 800px;
	height: 35px;
	line-height: 35px;
	background-image: url(grafik/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #C8D3EE;
	margin: auto;
	text-align: left;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#menu li {
	position: relative;
	float: left;
	z-index: 500;
}

#menu ul ul li {
	width: 100%;
	line-height: normal;
}

#menu a, #menu h2 {
	font-family: Verdana;
	font-size: 14px;
	display: block;
	margin: 0;
	padding: 0 5px 0 5px;
	text-decoration: none;
	color: #000000;
}

#menu ul ul a {
	color: #000000;
	background-color: #C8D3EE;
	text-decoration: none;
	border: solid 1px #000000;
	border-width: 0 0 1px 0;
	padding: 3px 0 3px 3px;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #014a96;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 250px;
	margin: 0 5px;
	background-color: #000000;
	border: solid 1px #000000;
	border-width: 1px 1px 0 1px;
}

#menu ul ul ul {
	top: 0;
	left: 100%;
	margin: 0;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li.show ul,
div#menu ul ul li.show ul,
div#menu ul ul ul li.show ul
{display: block;}

/* START */
#startLeftBox {
	float: left;
	width: 400px;
	margin: 0 10px 10px 0;
}

#startRightBox {
	float: right;
	width: 300px;
	border: solid 1px #000000;
	background-color: #DFF9EA;
	padding: 5px;
}

/* NEWS */
#linkPrev {
	float: left; 
	color: orange;
}

#linkNext {
	float: right; 
	color: orange;
}