/* Page background color */
body {
	background-color: #FFFFFF;
	color:#000000;
	margin: 0px; padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 790px;
	}
#global {
	width: 100%;
	margin: 0; padding: 0;
	}

/* Blockbereich */
#header {
	margin: 0; padding: 0;
	height: 4em;
	background-color: #EEEEFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F0F0F0)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top , #FFFFFF, #F0F0F0); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(center top , #FFFFFF, #F0F0F0); /* FF3.6 */
	background-image:     -ms-linear-gradient(top , #FFFFFF, #F0F0F0); /* IE10 */
	background-image:      -o-linear-gradient(top , #FFFFFF, #F0F0F0); /* Opera 11.10+ */
	background-image:         linear-gradient(center top , #FFFFFF, #F0F0F0);
					  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#F0F0F0'); /* IE6–IE9 */
	/*background: -moz-linear-gradient(center top , #FFFFFF, #F0F0F0) repeat scroll 0 0 transparent;*/
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); /* FF3.5+ */
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); /* Saf3.0+, Chrome */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); /* Opera 10.5, IE9, Chrome 10+ */
	
	-moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
	-webkit-border-botttom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	margin-left: 15px;
	margin-right: 15px;
	}

#header #logo {
	background: transparent;
	width: 15em;
	float: left;
	}
#logo h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.8em;
	margin: 5pt 0pt 0pt 0pt;
	padding: 0pt 0pt 0pt 5pt;
	text-decoration: underline;
	width: 15em;
	/*display: block;*/
}

#header .nav {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.8em;
	padding: 5pt 0pt 0pt 5pt;
}

#header .version {
	float: right;
	font: italic 0.8em/2.2em Helvetica;
	margin-right: 15px;
}

.langselect {
	line-height: 2.2em;
	font-size: 0.7em;
	font-weight: normal;
	/*margin-top: 2.5em;*/
	/*margin-left: 90%;*/
	display: block;
	float: right;
}
.langselect ul {
	list-style: none;
	display: inline;
	margin-right: 1.5em;
	padding: 0;
}
.langselect li {
	display: inline;
	margin-left: 15px;
}

#mainarea {
	//overflow: hidden;
	margin: 0; padding: 0;
	width: 100%;
}

#mainarea h3 {
	background: #CCCCFF;
	color:white;
}

tr.list td {
	border-bottom: 1px dotted darkgrey;
}
table.list {
	border: none;
	padding: 0;
}

table.list:first-child td {		/* [TODO] */
	border: none;
}

ul.menu {
	background: transparent;
	list-style: none;
	display: inline;
	font-weight: bold;
	padding: 0px;
}
ul.menu li {
	display: inline;
	margin-left: 0.5em;
	margin-right: 0.8em;
}
ul.menu_selected {
	background-color:#00008B;
	color:#FFFFFF
}

/* Left Navigation Area */
#overview_frame {
	float: left;
	padding: 0pt 0pt 0pt 0pt;
	background-color: transparent;
	min-width: 100px;
	width: 14em;
	margin: -2.5em 0 0 20px;
}
#overview_frame h2 {
	font-size:  90%;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0;
}
#overview_frame ul {
	font-size:  90%;
	margin: 3pt 0pt 0pt 0pt;
	padding: 0pt 0pt 0pt 10pt;
	list-style: none;
}
#overview_frame li.lib {
	font-weight: bold;
	padding: 5px 0 5px 5px;
	margin: 0;
}
#overview_frame li.lib:first-child {
	border: none;
	margin-top: 15px;
}
#overview_frame li.aktlib {
	background: #EEEEFF;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);		/* FF3.5+ */
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);	/* Saf3.0+, Chrome */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);	/* FF4+, Opera 10.5, IE9, Chrome 10+ */
	
	-moz-border-radius-topleft: 5px;			/* FF1-3.6 */
    -moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;		/* Saf3-4, iOS 1-3.2, Android <1.6 */
    -webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;				/* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	border-bottom-left-radius: 5px;
}
#overview_frame li.aktfun {
	background: #CCCCFF;
}
#overview_frame li.aktfun a {
	text-decoration: none;
}

/*    Links    */

#overview_frame a {
	padding-right: 5px;
	padding-left: 5px;
	}
#overview_frame a:link {
	text-decoration: none;
	font-weight: bold;
	color: darkblue;
	}
#overview_frame a:visited {
	color: darkblue;
	text-decoration: none;
	}
#overview_frame a:top:visited {
	color: darkblue;
	font-weight: bold;
	text-decoration: none;
	}
#overview_frame a:hover {
	background: orange;
	color: blue;
	text-decoration: underline
	}
#overview_frame a:active {
	text-decoration: none;
	color: darkblue;
	}

#overview_content a {
	padding-right: 5px;
	padding-left: 5px;
	}
#overview_content a:link {
	text-decoration: none;
	font-weight: bold;
	color: darkblue;
	}
#overview_content a:visited {
	color: grey;
	text-decoration: none;
	}
#overview_content a:top:visited {
	color: darkblue;
	font-weight: bold;
	text-decoration: none;
	}
#overview_content a:hover {
	background: orange;
	color: blue;
	text-decoration: underline
	}
#overview_content a:active {
	text-decoration: none;
	color: darkblue;
	}

/* Blockbereich */

/* Headings */
h1 { font-size: 145% }

#overview_content{
	background-color: transparent;
	margin-left: 16em;
	margin-right: 15px;
	padding-left: 15px;
}

#bottom {
	clear: both;
	margin-left: 15em;
	margin-right: 15px;
}
#bottom .legal {
	text-align: center;
	margin-left: 15em;
	font-size: 0.7em;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	list-style-type: none;
	background: lightgrey;
}

#footer {
	margin: 0; padding: 0;
	background-color: #EEEEFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F0F0F0)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top , #FFFFFF, #F0F0F0); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(center top , #FFFFFF, #F0F0F0); /* FF3.6 */
	background-image:     -ms-linear-gradient(top , #FFFFFF, #F0F0F0); /* IE10 */
	background-image:      -o-linear-gradient(top , #FFFFFF, #F0F0F0); /* Opera 11.10+ */
	background-image:         linear-gradient(center top , #FFFFFF, #F0F0F0);
			  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F0F0F0', EndColorStr='#FFFFFF'); /* IE6–IE9 */
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); /* FF3.5+ */
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); /* Saf3.0+, Chrome */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); /* Opera 10.5, IE9, Chrome 10+ */
	
	-moz-border-radius: 5px; /* FF1-3.6 */
	-webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	margin-left: 15px;
	margin-right: 15px;
	min-height:2.5em;
}
#footer #logo {
	display: block;
	background: transparent;
	width: 15em;
	float: left;
}
#footer .nav {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.8em;
	margin: 5pt 0pt 0pt 5pt;
	/*margin-left: 15.5em;*/
}

#footer .version {
	float: right;
	font: italic 1em Helvetica;
	line-height: 2.2em;
	font-size: 0.8em;
}

/* Navigation bar fonts and colors */
.NavBarLink{color: black;}
.NavBarLinkAktive{background-color: darkblue; color: white; }
.NavBarLinkUnavailable{color: darkgrey; }
