body {
	overflow-y: scroll !important;
}

body, th, td, div, p {
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

.textColor1 {
	color: #89181b;
}

input, select, textarea {
	font-weight: normal;
/*	font-size: 11px;
	font-weight: normal;
	border: 1px solid #253355;*/
}

.headmedium, .SMALLHEAD {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
/*	color: #a80f0e;*/
	color: #89181b;
}

.headbig, .STRUCTHEAD {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
/*	COLOR: #a80f0e;*/
	color: #89181b;
}

.headextreme, .HEAD {
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
/*	COLOR: #a80f0e;*/
	color: #89181b;
}

.redtext {
	font-weight: bold;
	font-size: 11px;
	color: #900000;
}

.whitetext {
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
}

.greytext {
	font-weight: bold;
	font-size: 11px;
	color: #b0b0b0;
}

/* EMOLEARN */

body {
/*	background: #a80f0e;*/
	background: #89181b;
}
a:link, a:visited {
	color: #f57921;
	text-decoration: none;
/*	COLOR: #a80f0e;*/
}
a:hover {
	text-decoration: underline;
}
div#main_container {
	text-align: center;
	margin-right: 10px;
}
div#header {
	margin: auto;
	margin-top: 15px;
	width: 970px;
/*	height: 96px;*/
	background: white url('{ROOT}img/shadow1.gif') repeat-y;
}
DIV#middle {
	margin: auto;
	width: 970px;
	background: url('{ROOT}img/shadow1.gif') repeat-y;
}
DIV#lower {
	margin: auto;
	width: 970px;
	height: 25px;
	background: url('{ROOT}img/shadow2.gif') repeat-x;
}
DIV#header_rundung1 {
	width: 25px;
	height: 16px;
	background: url('{ROOT}img/rundung1.gif') no-repeat;
	float: left;
	font-size: 1px;
}
DIV#header_rundung4 {
	width: 17px;
	height: 16px;
	background: url('{ROOT}img/rundung4.gif') no-repeat;
	float: right;
	font-size: 1px;
}
DIV#lower_rundung2 {
	width: 25px;
	height: 25px;
	background: url('{ROOT}img/rundung2.gif') no-repeat;
	float: left;
	font-size: 1px;
}
DIV#lower_rundung3 {
	width: 17px;
	height: 25px;
	background: url('{ROOT}img/rundung3.gif') no-repeat;
	float: right;
	font-size: 1px;
}
DIV#header_logo {
	float: left;
	margin-top: 15px;
	margin-left: -5px;
	margin-bottom: 5px;
}
DIV#header_topnav {
	float: right;
	margin-top: 8px;
	font-size: 11px;
}

fieldset {
	border: 0px solid #87191c;
	background-color: #e2e9ec;
}

legend {
	font-weight: bold;
	color: black;
}

button.positive {
    color: #529214;
}

button.positive:hover {
    background-color: #E6EFC2;
    border: 1px solid #C6D880;
    color: #529214;
}

button {
/*
	display:block;
	float:left;
*/
	margin: 5px 7px 0 0;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
	font-weight: normal;
	color: #464646;
	cursor: pointer;
	width: auto;
	overflow: visible;
	padding: 4px 10px 5px 7px; /* IE6 */
}

button[type] {
    padding: 5px 10px 5px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}

*:first-child+html button[type] {
    padding: 4px 10px 3px 7px; /* IE7 */
}

button:hover {
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
}

button img {
    margin: 0px 4px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}

span.required {
	color: red;
	font-size: 10px;
}

table.zebra, table.zebra2 {
	empty-cells: show;
}

table.zebra tr th, table.zebra2 tr th {
	background-color: #e2e9ec;
	font-size: 12px;
	text-align: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}

table.zebra tr td {
	padding-left: 5px;
	border-bottom: 1px solid white;
}

tr.zebraEven td {
	background-color: #e2e9ec;
}

tr.zebraOdd td {
	background-color: #f1f5f7;
}

tr.zebraOver td {
	background: #ffffbb;
}

div#user_info {
	background-color: #ffffbb;
	padding: 5px;
}


/***********************************************
search_box
***********************************************/
div#search_box {
	float: right;
	margin-top: 8px;
	margin-right: 17px;
	font-size: 11px;
	background: #e2e9ec;
	width: 275px;
	height: 74px;
	text-align: left;
}
div#search_box tr td {
	font-size: 11px;
}
div#search_box tr td a {
	color: #89181b;
}
div#search_box tr td input {
	font-size: 11px;
}

/***********************************************
login_box
***********************************************/
div#login_box {
	float: right;
	margin-top: 8px;
	margin-right: 17px;
	font-size: 11px;
	background: #e2e9ec;
	width: 292px;
	height: 74px;
	text-align: left;
}
div#login_box tr td {
	font-size: 11px;
}
div#login_box tr td a {
	color: #f7794d;
	font-weight: bold;
}
div#login_box tr td input {
	font-size: 11px;
}

/***********************************************

***********************************************/
DIV#header_shadow3 {
	background: url('{ROOT}img/shadow3.gif') repeat-x;
	height: 9px;
	margin-left: 7px;
	font-size: 1px;
}
DIV#content_bild {
	font-size: 1px;
	height: 155px;
	background: url('{ROOT}img/default_bild.jpg');
	margin-left: 7px;
}
DIV#content_main {
	background: white;
	margin-left: 7px;
	text-align: left;
	min-height: 245px;
	padding-top: 10px;
	padding-left: 18px;
	padding-right: 17px;
}
* HTML * DIV#content_main {
	height: 245px;
}

DIV#sidebar_container {
	float: right;
}
DIV#sidebar {
	font-size: 11px;
/*	background: #eac09a;*/
	background: #e2e9ec;
	width: 175px;
	min-height: 100px;
	padding: 5px;
}
DIV#sidebar_lower {
	font-size: 11px;
	width: 175px;
	padding: 5px;
}
DIV#real_content {
}
* HTML * DIV#sidebar {
	height: 100px;
}
DIV.clr {
	clear: both;
}
DIV.nav1item {
	float: left;
	margin-left: 18px;
	margin-right: 10px;
}

DIV.nav1item A, DIV.nav1item A:visited, DIV.nav1item .active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
	line-height: 28px;
}
DIV.nav1item A:hover {
	text-decoration: underline;
}

DIV#header_topnav A, DIV#header_topnav .active {
	font-size: 11px;
	color: #89181b;
/*	color: #a80f0e;*/
}
DIV#header_topnav .active {
	color: #000000;
}
DIV#header_topnav A:hover {
	text-decoration: underline;
}
SPAN#breadcrumb, SPAN#breadcrumb A {
	font-size: 11px;
	color: #89181b;
/*	color: #a80f0e;*/
}
SPAN#breadcrumb A:hover {
	text-decoration: underline;
}

div.infolayer {
	color: white;
	width: auto;
	background: #89181b;
	padding: 10px;
	text-align: left;
	display: none;
	position: absolute;
	width: 250px;
	font-size: 11px;
}

div.subnav {
	color: white;
	width: auto;
/*	background: #eac09a;*/
	background: #89181b;
	padding: 10px;
	text-align: left;
}
div.subnav a, div.subnav .active {
	font-size: 12px;
	font-weight: bold;
	color: white;
	line-height: 150%;
}
div.subnav .active {
/*	color: #000000; */
}
div.subnav A:hover {
	color: white;
	text-decoration: underline;
}

div.message_ok {
	border: 1px solid #bbffbb;
	background-color: #ddffdd;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
}

div.message_error {
	border: 1px solid #eeaaaa;
	background-color: #eecccc;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
}

table.benutzergruppen tr td {
	border-bottom: 1px solid white;
	background-color: #e2e9ec;
	font-size: 12px;
}

table.benutzergruppen tr td a {
	font-size: 14px;
}

/* FORMTOOL */

.formRow {
	margin-bottom: 2px;
}

/*
.formRowError {
	margin-bottom: 2px;
	border: 2px solid red;
	padding-top: 2px;
}
*/
.formRowError {
	margin-bottom: 2px;
	padding-top: 2px;
	background-color: #eecccc;
}

.formSpacer {
	background-color: transparent;
	font-size: 12px;
}

.formTitle {
	float: left;
	width: 250px;
	padding: 2px;
	font-size: 12px;
}

.formHead {
	background-color: #89181b;
/*	background-color: #a80f0e;*/
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px;
}

.functionHead {
	background-color: #e2e9ec;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px;
}

.formInput {
	float: left;
	width: 355px;
}

.formStatic {
	border: 1px solid #666666;
	color: #666666;
	font-size: 12px;
	padding: 2px;
	width: 350px;
	overflow: hidden;
}

HTML>BODY .formStatic { /* NON-IE */
	width: 348px;
}

.formInput input, .formInput select, .formInput textarea {
	font-size: 12px;
	width: 350px;
/*	padding: 2px;*/
}
.formHead input {
	font-size: 12px;
}

.formErrorText {
	font-size: 12px;
	color: red;
	padding: 2px;
}

tr.trow1 td {
	background-color: #f1f5f7;
	padding-top: 5px;
	padding-bottom: 5px;
}
tr.trow2 td {
	background-color: #e2e9ec;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.tdata1 {
	background-color: #f1f5f7;
	padding-top: 3px;
	padding-bottom: 3px;
}
td.tdata2 {
	background-color: #e2e9ec;
	padding-top: 3px;
	padding-bottom: 3px;
}
td.tdata3{
	background-color: #89181b;
}

.agb {
	background-color: #e2e9ec;
}

tr.itembox td {
	background-color: #e2e9ec;
	padding: 5px;
}

div.nav3, a.nav3:link, a.nav3:visited {
	color: white;
	font-size: 10px;
	font-weight: normal;
}


.buttonBar {
	-x-system-font: none;
	background-color: #e2e9ec;
	font-family: "Lucida Grande",Verdana,Sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	padding: 5px 3px 5px;
	width: 100%;
	float: left;
}

.actionLinks {
	font-family: "Lucida Grande",Verdana,Sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.actionLinks input {
	width: 75px;
}

.actionLinks a {
	float: left;
	font-family: "Lucida Grande",Verdana,Sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 16px;
	line-height: normal;
	margin-right: 2px;
	padding-left: 0px;
	padding-right: 10px;
}

.actionLinks a img {
	vertical-align: middle;
	padding-bottom: 5px;
}

.button_on a {
	-x-system-font: none;
	/*background: white none repeat scroll 0 0;*/
	background-image: url(img/buttons/button_active_fill.png);
	border: 1px solid #c1c1c1;
	color: #89181b;
	float: left;
	font-family: "Lucida Grande",Verdana,Sans-serif;
	font-size: 10px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	height: 14px;
	line-height: normal;
	margin-right: 2px;
	padding: 6px 10px 4px;
	text-decoration: none;
}
.button_on a:hover {
	color: #89181b;
	text-decoration: none;
}
.button_on a:visited {
	color: #89181b;
	text-decoration: none;
}

.button a {
	-x-system-font: none;
	background-image: url(img/buttons/button_fill.png);
	border: 1px solid #c1c1c1;
	color: #333;
	float: left;
	font-family: "Lucida Grande",Verdana,Sans-serif;
	font-size: 10px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	height: 14px;
	line-height: normal;
	margin-right: 2px;
	padding: 6px 10px 4px;
}
.button a:visited {
	color:#333;
}

.button a:hover {
	-x-system-font: none;
	background-image: url(img/buttons/button_fill.png);
	border: 1px solid #c1c1c1;
	color: #f57921;
	float:left;
	font-family:"Lucida Grande",Verdana,Sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:14px;
	line-height:normal;
	margin-right:2px;
	padding:6px 10px 4px;
	text-decoration:none;
}

.button a:active {
	-x-system-font: none;
	background-image: url(img/buttons/button_active_fill.png);
	border: 1px solid #89181b;
	color: #bb2f0e;
	float: left;
	font-family: "Lucida Grande",Verdana,Sans-serif;
	font-size: 10px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	height: 14px;
	line-height: normal;
	margin-right: 2px;
	padding: 6px 10px 4px;
	text-decoration: none;
}

.button_disabled {
	-x-system-font: none;
	border: 1px solid #C1C1C1;
	color: silver;
	float: left;
	font-family: "Lucida Grande",Verdana,Sans-serif;
	font-size: 10px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	height: 14px;
	line-height: normal;
	margin-right: 6px;
	padding: 6px 10px 4px;
}

