<!--

/* Allgemein */
body {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #808080;
	color: #000000;
	font-family: Arial,sans-serif,Verdana,Helvetica;
	font-size:0.8em;
}

h1 {
	text-align: left;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
}

p {
	margin-bottom: 6px;
	margin-top: 3px;
}

table {
	font-size: 100%;
}

hr {
	width: 100%;
	height: 1px;
	color: #000000;
}

a {
	text-decoration: none;
	color:#0000ff;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

img {
	display: block;
}

.layout {
	background-color: #efebde;
}

.layout_om {
	background-image: url(STANDARD/bilder/layout_o_m.gif);
	vertical-align: top;
}

.layout_ml {
	background-image: url(STANDARD/bilder/layout_m_l.gif);

}

.layout_mr {
	background-image: url(STANDARD/bilder/layout_m_r.gif);
}

#layout_um {
	background-image: url(STANDARD/bilder/layout_u_m.gif);
}

.label_om {
	background-image: url(STANDARD/bilder/label_o_m.gif);
}

.label_ml {
	background-image: url(STANDARD/bilder/label_m_l.gif);
}

.label_mr {
	background-image: url(STANDARD/bilder/label_m_r.gif);
}

.label_um {
	background-image: url(STANDARD/bilder/label_u_m.gif);
}


/* Nachricht */
.nachricht {
	text-align: justify;
	margin-bottom: 6px;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

.nachricht h1 {
}

.nachricht a {
}

.nachricht a:hover {
}

.nachricht a:active {
}

.nachricht td {
}

/* Bild */
.bild {
	float: left;
	width: 203px;
	margin-bottom: 0px;
	margin-top: 3px;
}

.bildunterschrift {
	text-align: left;
	padding: 1px;
	font-size: 10px;
	margin-bottom: 0px;
}

/* Treeview */
.treeview {
	font-family:Arial,sans-serif,Verdana,Helvetica;
	font-size: 10px;
	height: 16px;
	margin: 0px;
}

/* Formular Elemente */

.image {
}

.submit, .button {
	height: 20px;
	width: auto;
	background-image: url("bilder/button1.gif");
	color: #000000;
	padding: 2px 5px 2px 5px;
	border: 1px solid #003973;
	background-color: #d4d0c8;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	vertical-align:bottom;
}

.submit:hover, .button:hover {
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #003973;
	background-color: #FFFFFF;
	background-image: url("bilder/button2.gif");
	color: #666666;
}

.reset {
}

.checkbox {
}

.radio {
}

.select {
	font-family: Arial,sans-serif,Verdana,Helvetica;
	font-size: 0.9em;
	border-color: #7b9cbd;
}

.file {
	border: solid 1px #7b9cbd;
	width: 350px;
}

.textarea {
	font-family: Arial,sans-serif,Verdana,Helvetica;
	font-size: 1em;
	border: solid 1px #7b9cbd;
	width: 350px;
}

.text {
	border: solid 1px #7b9cbd;
	width: 350px;
}

.password {
	border: solid 1px #7b9cbd;
	width: 350px;
}

/* Schrift Elemente */

.ueberschrift {
	color: #ffffff;
	font-weight: bold;
}

.kleiner {
	font-size: 0.7em
}

.aktiv {
	background-color:#ffffff;
}

-->
