/* ***** common styles ****** */
body {
	color: black;
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;  /* Enables font size scaling in MSIE */
	margin: 0;
	padding: 0;
}

html > body {
	font-size: 10pt;
}

a, a:visited, a:link, a:active {
	font-weight: inherit;
	color: #0066CC;
	text-decoration: underline;
}

a:hover, a:focus {
	font-weight: inherit;
	color: #0066CC;
	text-decoration: none;
}

table {
	font-size: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

table.blind {
	width: 100%;
}

td {
	vertical-align: top;
}


img {
	border: 0;
}

div, h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 1ex 0 1ex 0;
	background: #D0DAFE;
	//border: 1px solid #E7ECFE;
	border-top: 2px solid #0066CC;
	border-bottom: 2px solid #0066CC;
	padding: 0.5ex 0.5em 0.5ex 0.5em;
	font-size: 120%;
	font-weight: bold;
}

h2 {
	font-weight: bold;
	font-size: 100%;
	margin: 0.5ex 0 1ex 0;
	background: #E9EDFE;
	padding: 0.3ex 0.3em 0.3ex 0.3em;
	margin: 0.5ex 0 0.5ex 0;
	color: black;
}

h3 {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0.5ex;
	
}

strong {
	/* color: #B40F22; */
	font-weight: bold;
}

em {
	font-weight: normal;
	font-style: italic;
	color: black;
}

dfn {
	
}
p {
	margin-bottom: 0.5ex;
}

legend {
	padding: 0 1em 0 1em;
}

/* ******* main layout ****** */
#sidebar {
	width: 210px;
	color: black;
	padding: 0;
	margin: 0;
	overflow: hidden;
	/*background: #D0DAFE url('/img/verlauf.png') repeat-y right; */
	/*background: #D0DAFE url('/img/bg-bw.png');*/
	background: url('/img/menu-back.png') no-repeat;
	vertical-align: top;
	height: 800px;
}

/* language selector inside sidebar */
#language {
	/* background: #003366  url('/img/verlauf-dunkel.png') repeat-y right; */
	text-align: center;
	margin: 0 4em 5ex 2em;
}

/* logo inside sidebar */
#logo {
	text-align: center;
	margin: 0 4em 0 2em;
}

/* menu inside sidebar */
#menu {
	
}

#menu a, #menu a:visited, #menu a:link, #menu a:active {
	color: black;
	text-decoration: none;
}

#menu a:hover, #menu a:focus {
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #0066CC;
}

/* text(link) of selected menuitem */
#menu .menu-level1-act a, #menu .menu-level2-act a, #menu .menu-level3-act a{
	font-style: italic;
	font-weight: bold;
}

/* text(link) of path menuitem */
#menu .menu-level1-path a, #menu .menu-level2-path a, #menu .menu-level3-path a {
	font-style: italic;
	font-weight: bold;
}

/* common criteria of all selected menuitems */
#menu .menu-level1-act, #menu .menu-level2-act, #menu .menu-level3-act {
	background-color: white;
	padding: 0.3ex 0.3em 0.4ex 0.3em;
}

#menu .menu-level1-path, #menu .menu-level2-path, #menu .menu-level3-path {
	padding: 0.3ex 0.3em 0.4ex 0.3em;
}

#menu .menu-level1-no, #menu .menu-level2-no, #menu .menu-level3-no {
	padding: 0.3ex 0.3em 0.4ex 0.3em;
}

/* common criteria for different menu levels */
#menu .menu-level1-act, #menu .menu-level1-path, #menu .menu-level1-no {
	margin-left: 1em;
}

#menu .menu-level2-act, #menu .menu-level2-path, #menu .menu-level2-no {
	font-size: 80%;
	margin-left: 3em;
}

#menu .menu-level3-act, #menu .menu-level3-path, #menu .menu-level3-no {
	font-size: 80%;
	margin-left: 4em;
}

#status {
	margin: 4ex 2em 2ex 1em;
	padding: 1em 1ex 1em 1ex;
	background-color: white;
	border: #0066CC ridge 2px;
}

#status h1 {
	color: #0066CC;
	font-size: 90%;
	font-weight: normal;
	background: white;
	margin: 0 0 0.5ex 0;
	padding: 0;
	border: none;
}

#status p {
	text-align: center;
	font-size: 80%;
}

/* footer */
#footer {
	height: 50px;
	color: white;
	background: #003366;
	width: 100%;
}

#footer a, #footer a:visited, #footer a:link, #footer a:active {
	color: white;
	text-decoration: underline;
}

#footer a:hover, #footer a:focus {
	color: white;
	text-decoration: none;
}
#footersidebar {
	vertical-align: bottom;
	padding-bottom: 1ex;
}

#footermain {
	text-align: right;
	vertical-align: middle;
	padding-right: 1em;
}
/* main content */
#main {
	vertical-align: top;
}


.infobox {
	margin-top: 1em;
	border: 2px #D0DAFE solid; 
	padding: 1ex 1em 1ex 1em; 
	-moz-border-radius: 5px;
}

.categorybox {
	margin-top: 1em;
	border: 2px #0066CC solid; 
	padding: 1ex 1em 1ex 1em; 
	-moz-border-radius: 5px;
}

.categorybox a, .categorybox a:visited, .categorybox a:link, .categorybox a:active, .categorybox a:hover, .categorybox a:focus {
	color: black;
}


.backlink {
	text-align: center;
	margin-top: 2ex;
}

.numberview td {
	vertical-align: top;
}

.headline {
	margin-top: 1ex;
	margin-bottom: 2ex;
}

.picmenu {
	border: 1px solid #0066CC;
	background-color: rgb(240,240,240);
	width: 100%;
	margin-top: 1ex;
	margin-bottom: 1ex;
	border-collapse: collapse;
}

.picmenu td {
	width: 33%;
	text-align: center;
	border: 1px solid #0066CC;
	padding: 1ex 1em 1ex 1em;
}

.picmenu img {
	margin-bottom: 1ex;
}

.picmenu .odd {
	background-color: white;
}

.picmenu p {
	font-size: 80%;
	margin-top: 1ex;
}

ul.content, ul.content ul {
	list-style-type: none;
}

.formular {
}

.formular .name {
	width: 40%;
	padding-right: 1em;
	font-weight: bold;
}

.formular .info {
	font-size: 80%;
	font-style: italic;
	font-weight: normal;
}

.formular .allowedchars {
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
}

.formular .value {
	width: 60%;
	padding-left: 1em;
	vertical-align: top;
	padding-bottom: 0.5ex;
}

.formular .submit {
	text-align: center;
}

.error_message, .error {
	color: red;
	font-size: 80%;
	font-style: italic;
}

.message {
	margin: 10% 20% 10% 20%;
	border: 2px solid #0066CC;
	padding: 1em 1ex 1em 1ex;
	text-align: center;
}

.manual {
}

.manual p {
	margin-right: 23%;
	text-align: justify;
}

.manual ul {
	margin-right: 23%;
	text-align: justify;
}

.manual h3,h4 {
	margin-right: 23%;
}

.manual .marginal {
	width: 18%;
	float: right;
	font-style: italic;
	speak: none;
	margin-right: 0;
	text-align: left
}

.hints {
	padding-left: 2em;
}

.newnumbers {
}

.newnumbers .date {
	font-style: italic;
	padding-right: 1em;
	vertical-align: middle;
}

#waiting {
	border: 5px groove black;
	background-color: #E0E0E0;
	-moz-border-radius: 5px;
	text-align: center;
	display: none;
	font-weight: bold;
	font-size: 150%;
}

.status img {
	width: 6px; height: 11px; border-left: 1px solid black; border-top: 1px solid black; border-bottom: 1px solid black;
}

.status img.last {
	width: 6px; height: 11px; border: 1px solid black;
}

/* administration: table for dataset listing */
table .list {
	border: 2px solid #0066CC;
	width: 100%;
}

table .list th {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	background-color: #D0DAFE;
	border: 1px solid #0066CC;
	padding: 0.5ex 1em 0.5ex 1em;
}

table .list td {
	padding: 0.5ex 1em 0.5ex 1em;
	border: 1px solid #0066CC;
}

table .list tr:hover {
	background-color: #E9EDFE;
}

/* Aktionsliste */
.actions {
	margin-top: 2ex;
}

.projektgruppe {
}

.projektgruppe td {
	padding: 2ex 1em 2ex 1em;
}

.projekgruppe td.image {
	width: 210px;
}


