div#inhalt div.error_border {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	margin-top: 0;
	margin-bottom: 0.5em;
	border: 1px solid #dd3c10;
	color: #dd3c10;
	background-color: #ffebe8;
}

div#inhalt div.error_border a:link,div#inhalt div.error_border a:visited
	{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

div#inhalt div.error_border a:hover,div#inhalt div.error_border a:active
	{
	color: #dd3c10;
	text-decoration: underline;
}

/* Allgemeines ------------------------------------------------------------- */
body {
	width: 60em;
	/* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	margin: auto;
	padding: 2em;
	background-color: white;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 100.01%;
	color: black;
}

div#line {
	border: 1px solid silver;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	
	padding: 0.5em;
}

/* Allgemeine Formatierungen ----------------------------------------------- */
a,a:visited {
	text-decoration: underline;
	color: black;
	font-weight: bold;
}

a:hover {
	color: blue;
	text-decoration: none;
}

/* Allgemeine Standartklassen ---------------------------------------------- */
.full {
	width: 100%;
}

.right {
	text-align: right;
}

.error_box {
	background-image: url("error.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #dd3c10;
	border: 1px solid #dd3c10;
	background-color: #ffebe8;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	padding: 0.5em;
	padding-left: 45px;
	margin-bottom: 1.5em;
}

.upload_wait_message {
	background-image: url("loading.gif");
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight: bold;
	padding: 0.5em;
	padding-left: 52px;
}

/* Formulare --------------------------------------------------------------- */
table.form {
	margin: 1em;
}

td.label {
	text-align: right;
	width: 1%;
}

td.long_label {
	text-align: right;
	width: 50%;
}

td.field {
	width: 100%;
}

/* Titel ------------------------------------------------------------------- */
h1 {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 0em;
	margin-bottom: 0.3em;
	font-size: 2em;
	padding: 0.4em;
	text-align: center;
	background-color: transparent;
	color: grey;
	border: 1px solid silver;
	/*height: 10px*/
}

/* Navigationsspalte ------------------------------------------------------- */
div#navrahmen {
	-moz-border-radius-topright: 00px;
	-khtml-border-radius-topright: 0px;
	-moz-border-radius-topleft: 10px;
	-khtml-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 0px;
	-khtml-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	padding: 0;
	float: left;
	width: 9em;
	margin: 0.5em 0;
	margin-bottom: 1em;
	text-align: center;
	background-color: white;
	border: 1px solid #d5d5d5;
	color: grey;
}

div#navhead {
	padding: 0.5em;
	margin: 0;
	margin-bottom: 0;
	border: 0px dashed black;
	border-bottom: 0px solid blue;
	background-color: #d5d5d5;
}

ul#navigation {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	font-size: 0.95em;
	float: left;
	width: 10em;
	margin: 0.2em 0;
	padding: 0;
	text-align: left;
}

ul#navigation li {
	list-style: none;
	margin: 0;
	padding: 0.5em;
}

ul#navigation a {
	-moz-border-radius-topright: 00px;
	-khtml-border-radius-topright: 0px;
	-moz-border-radius-topleft: 10px;
	-khtml-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-khtml-border-radius-bottomleft: 0px;
	display: block;
	text-decoration: none;
	padding: 0.4em 1em;
	font-weight: bold;
}

ul#navigation a:link,ul#navigation a:visited {
	color: grey;
	background-color: none;
}

ul#navigation a:hover {
	color: #333333;
	background-color: none;
	text-decoration: underline;
}

ul#navigation a:active {
	color: black;
	background-color: none;
}

ul#navigation a.aktuell {
	color: black;
	background-color: #none;
}

/* Inhalt ------------------------------------------------------------------ */
div#inhalt {
	margin: 0 0.1em 1em 10em;
	padding: 0.5em 1em;
}

div#inhalt h2 {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	padding: 0.5em;
	margin-bottom: 1em;
	margin-top: 0;
	background-color: #dbdfff;
	font-size: 1.2em;
	border: 2px solid blue;
	margin-bottom: 0.5em;
}

div#inhalt h3 {
	margin-bottom: 1em;
	margin-top: 0;
	font-size: 1.2em;
	border-bottom: 1px solid blue;
}

div#inhalt h4 {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
	font-size: 1.1em;
}

div#inhalt a.little_link {
	font-size: 0.8em;
}

div#inhalt .text {
	padding: 0.5em;
	font-size: 1em;
	text-align: justify;
}

div#inhalt div.border {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	margin-top: 0;
	margin-bottom: 0.5em;
	border: 1px solid blue;
}

/* Fusszeile --------------------------------------------------------------- */
div#fusszeile {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	clear: both;
	font-size: 0.9em;
	margin: 0;
	padding: 0.1em;
	text-align: right;
	background-color: transparent;
	border: 1px solid #d5d5d5;
	color: grey;
}

div#fusszeile a,p#fusszeile a:visited {
	font-size: 0.9em;
	text-decoration: none;
	color: grey;
}

div#fusszeile :hover a:hover {
	background-color: none;
	color: grey;
}

div#fusszeile :hover {
	background-color: none;
	color: grey;
}

/* Meldungsdialoge --------------------------------------------------------- */
.dark_screen {
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 0;
}

.message_container {
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.error_dialog {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	opacity: 1;
	width: 20em;
	margin: 10em;
	padding: 1em;
	margin: 10em auto;
	border: 2px solid #dd3c10;
	background-color: #ffebe8;
}

.error_dialog h2 {
	color: #dd3c10;
}

.error_detail {
	color: black;
}