body {
	background:		 	rgb(255,255,255);
	color:				rgb(64,64,64);
	font-family:		Verdana,Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	font-size:			9pt;
	font-weight:		normal;
}

a {
	color:				rgb(237,33,39);
}

a:visited {
	color:				rgb(237,33,39);
}

a:hover {
	color:				rgb(246,148,32);
	font-weight:		bold;
}

a:active {
	color:				rgb(246,148,32);
}

p {
	text-align:			justify;
}

p.links {
	text-align:			left;
}

p.rechts {
	text-align:			right;
}

p.mitte {
	text-align:			center;
}

table {
	font-size:			9pt;
}

th.dark {
	background-color:	rgb(237,180,185);
}

td.dark {
	background-color:	rgb(255,225,225);
}

th.orange {
	font-weight:		normal;
	text-align:			left;
	background-color:	rgb(248,149,32);
}

td.orange {
	background-color:	rgb(254,231,175);
}

hr {
	border-style:		solid;
	border-color:		rgb(237,33,39);
	background-color:	rgb(237,33,39);
	text-align:			center;
}

table.errorbox {
	border:1px solid #ff0000;
	border-spacing:0px;
	table-layout:fixed;
	text-align:left;
}

table.errorbox th {
	font-weight:bold;
	color:#ffffff;
	background-color:#ff0000;
	background-image:url(images/symbols/s_error.png);
    background-repeat:no-repeat;
    background-position:5px 4px;
    padding-left:25px;
    height:24px;
}

table.errorbox td {
	background-color:#ffffff;
	padding:4px;
	overflow:hidden;
}

table.warningbox {
	border:1px solid #48607d;
	border-spacing:0px;
}

table.warningbox th {
	font-weight:bold;
	color:#ffffff;
	background-color:#48607d;
	background-image:url(images/symbols/s_warn.png);
    background-repeat:no-repeat;
    background-position:5px 50%;
}

table.warningbox td {
	color:#424B5F;
	background-color:#e7ebee;
	padding:2px;
}

table.infobox {
	border:1px solid #48607d;
	border-spacing:0px;
}

table.infobox th {
	font-weight:bold;
	color:#ffffff;
	background-color:#48607d;
	background-image:url(images/symbols/s_info.png);
    background-repeat:no-repeat;
    background-position:5px 50%;
}

.mitte {
	text-align: center;
}
.zentriert {
	text-align: center;
}
