UL.msg, UL.errors {
     padding-left:0!important;
     margin-left:0!important;
     list-style:none;
     list-style-position:inside;
}
UL.msg LI {
	border-color:#459537;
	color:green;
	background:#E9FFDC url(../images/icons/ok.png) no-repeat;
}
UL.errors LI {
	border-color:#EB927C;
	color:red;
	background:#FFE4CB url(../images/icons/error.png) no-repeat;
}
UL.msg LI, UL.errors LI {
	display:block;
	border-style:solid;
	border-width:2px 0;
	padding:10px 10px 10px 35px!important;
	margin:5px 0 10px!important;
	background-position: 10px 50%;
}

IMG {border-width:0;}
IMG > A{border-width:0;}
IMG > A:hover{border-width:0;}
.img_right{margin-left:10px;float:right;}
.img_left{margin-right:10px;float:left;}
.img_center{text-align:center;margin:0 auto 0;float:none;}

DIV.links {
	float:left;
	text-align:left;
	white-space:nowrap;
}
DIV.rechts {
	float:right;
	font-weight:normal;
	white-space:nowrap;
}

.adminmenu {
	margin-bottom:15px!important;
	border:1px solid #B15642;
	border-width:1px 0;
	padding:5px;
	color:#000;
	background-color:#F9E7D5;
}
.icon {
	display:block;
	float:left;
	width:16px;
	height:16px;
	font-size:0;
	text-indent:-99999px;
	text-decoration:none;
	border-width:0;
	background-repeat: no-repeat;
}
.icon_left {
	padding-left:18px;
	background-repeat:no-repeat;
	background-position:left;
}
.icon_right {
	padding-right:18px;
	background-position:right!important;
}
SPAN.iconmenu {
	display:block;
	float:right;
	font-weight:normal;
}
* HTML SPAN.iconmenu {margin-top:-5px;}
.iconmenu SPAN { font-size:0.7em; }
IMG.iconlink {
	margin:0 2px;
	vertical-align:middle;
}
A.iconLink {
	text-decoration:none;
	border-width:0;
	font-size:0.9em;
}
A.iconLink:link SPAN {text-decoration:underline;}
A.iconLink:hover SPAN {text-decoration:none;}

DIV.iconbar {margin:5px 0;}
INPUT.submit { font-weight:normal;text-decoration:underline; }
INPUT.highlight, TEXTAREA.highlight {
	border-color:red;
	background-color:#FBBBAE;
}
.tooltip {
	display:none;
	border:1px solid #333;
	background-color:#FFFFE0;
	font-size:0.7em;
	position:absolute;
	text-align:left;
	padding:2px;
	top:0;
	left:0;
	z-index:0;
}

TABLE.line {
	border-collapse:collapse;
}

TABLE.line TH {
	text-align:left;
	border-bottom:1px solid;
	background-color:#ccc;
	border-right:1px solid;
}
TABLE.line TH:last-child {
	border-right:0 solid;
}
TABLE.line TD {
	border-bottom:1px solid #ccc;
	border-right:1px solid;
}
TABLE.line TD:last-child {
	border-right:0 solid;
}
.bg_0 { background-color:#ddd; }
.bg_1 { background-color:#eee; }
TABLE.inlineTable {
	margin:0;
	padding:0;
}
TABLE.inlineTable TD {
	vertical-align:top;
	text-align:left;
}
UL.horizontal {
	list-style-type:none;
	list-style-position:outside;
}
UL.horizontal A:visited {
	font-style:italic;
}
UL.horizontal A:focus, UL.horizontal A:active {
	font-weight:bold;
	font-size:1.1em;
}
UL.horizontal LI {
	display:block;
	float:left;
	padding:0 5px;
	border-left:1px solid;
	height:1.1em;
	line-height:1.2em;
}
ABBR, ACRONYM {
	border-bottom:1px dashed;
	cursor:help;
}
TT {
	font-weight:bold;
	letter-spacing:1px;
}
