/* $Id: hybel_default.css 910 2006-05-28 18:17:36Z Alex $ */

BODY {
	background: white;
	font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
}



/* Textlinks */
.textlink:link, .textlink:visited {
	color: #632F1A;
	border-bottom: 1px dotted; 
	text-decoration: none;
}

.textlink:hover {
	color: #E3B59C;
	background-color: #632F1A;
	border-bottom: none; 
	text-decoration: none;
}

/* Anmerkung, Notiz */
.anmerkung {
	font-size: small;
	font-style: italic;
}

/* Update-Newseinträge */
.news {
	width: 600px;
	height: 95px;
	font-size: 11px;
	background: url(images/Updates_Title.png) no-repeat top left;
}

.news:first-line {
	font-weight: bold;
	font-size: 12px;
}



/* Zusätzliches für den Footer */

.fussnote {
	padding-top: 10px;
	font-size: x-small;
	text-align: center;
}

.versions_info {
	color: #CCCCCC;
}

.versions_info A {
	color: #CCCCCC;
}


/* ============= Nachrichten am Start der Seite =========== */
.message_rahmen {
	border-top: 1px dashed gray;
	border-left: 1px dashed gray;
	border-right: 1px dashed gray;
	margin-bottom: 30px;
	width: 75%;
	text-align: center;
	background-color: #FFDD99;
}

.message {
	border-bottom: 1px dashed gray;
	padding: 5px;
	font-size: 10pt;
}


/* ================= TABELLEN - ZEILEN ================= */
TR.header TD {
	font-weight: bold;
	background-color: #FBC200;
	padding: 2px;
}

TR.evenrow TD {
	padding: 3px 1px 3px 1px;
}

TR.oddrow TD {
	background-color: #FFFFDB;
	padding: 3px 1px 3px 1px;
}


/* ================= Editor / Formular ================= */

/* Der Editor an sich */
.editor {
}

/* Die Überschrift des Use Cases */
.ueberschrift {
	background-color: #FFFACD;
	font-size: larger;
	font-weight: bold;
}

/* Jede Zelle der Formular-Tabelle */
.editor TD {
	padding-top: 4px;
	padding-bottom: 2px;
	border-top: 1px solid #EBEBEB;
}

/* Pflicht-Eingabefelder */
.mussfeld {
	background-color: #FFFF9D;
}

INPUT .mussfeld {
	border: solid 1px; 
}

/* Notiz/Anmerkung/Hinweis */
.notiz {
	font-size: smaller;
	color: Gray;
}


/* ================= NAVIGATION / STEUERUNG ================= */

.navigations_zeile {
	width: 100%;
	margin-top: 0px;
	border-top: 1px dashed;
	text-align: center;
}

.navigations_element {
	text-decoration: none;
	font-size: 8pt;
}

.navigations_element A {
	text-decoration: none;
}
