body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25;
	margin: 0px;
	padding: 0px;
	background-color: #a2a2a2;
	background-image: url(/images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 158px;
	color: #000000;
}

body.popupLayer {
	background: none;
	background-color: #ffffff;
}

h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #FFA903;
	padding: 0px 0px 40px 0px;
	margin: 0px;
}

h3 {
	width: 100%;
	border-bottom: 1px solid #bbbbbb;
	color: #FFA903;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 12px 0px;
}

h4 {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	padding: 0px 0px 4px 0px;
	margin: 0px;
}

.half {
	display: inline;
	width: 172px;
}

.error {
	color: #df0000;
}

table {
	font-size: 12px;
	border-collapse: collapse;
}

table.nothing {
	
}

tr.overviewRowLink {
	background-color: transparent;
	cursor: pointer;
}

tr.overviewRowLink:hover {
	background-color: #e5edf4;
}

td {
	border-top: 1px solid #e5edf4;
	border-bottom: 1px solid #e5edf4;
	padding: 4px 0px 4px 0px;
}

td.nothing {
	border: none;
	padding: 0px;
}

td.nothingH {
	border: none;
	padding: 0px 0px 6px 0px;
	color: #4b81ad;
}

td.nothingT {
	border: none;
	padding: 0px 0px 6px 0px;
	color: #000000;
}

td.M {
	font-weight: bold;
}

td.M1 {
	border-top: 1px solid #014E92;
	border-bottom: 1px solid #014E92;
	padding: 4px 0px 4px 0px;
	font-weight: bold;
}

td.H {
	color: #4b81ad;
}

td.T {
	color: #000000;
}

td.T1 {
	padding: 8px 0px 8px 0px;
}

td.border_right{
	border-right: 1px solid #e5edf4;
}

input {
	width: 150px;
}



/*   LINKS   */
a {
	color: #FFA903;
	text-decoration: none;
	font-size: 12px;
}

a.checkBoxLink {
	color: #014E92;
	text-decoration: none;
}

a.footer_link {
	color: #000000;
	text-decoration: none;
}

a.footer_link:hover {
	text-decoration: underline;
}

a.loginBoxLink {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #000000;
}

a.loginBoxLink:hover {
	text-decoration: underline;
}

a.mailLink {
	color: #FFA903;
	text-decoration: none;
}

a.mailLink:hover {
	text-decoration: underline;
}

a.addLink {
	color: #a2a2a2;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	padding-left: 12px;
	background-image: url(/images/add_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

a.button {
	padding: 1px 10px 1px 10px;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

a.button:link, a.button:active, a.button:visited {
	color: #000000;
	background-color: #cccccc;
}

a.button:hover {
	color: #ffffff;
	background-color: #ffb200;
}



/*   BUTTONS   */

.button_text {
	text-decoration: none;
	font-size: 10px;
	color: #000000;
}

div.button_link {
	width: 91px;
	height: 17px;
	background-image: url(/images/btn.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 2px;
	cursor: pointer;
}

div.button_link_over {
	width: 91px;
	height: 17px;
	background-image: url(/images/btn_over.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 2px;
	cursor: pointer;
}

div.button_link_inact {
	width: 91px;
	height: 17px;
	background-image: url(/images/btn_inact.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 2px;
}

.space {
	margin-left: 5px;
	margin-right: 5px;
}

/*   SEITENKOPF   */

div.head {
	background-image: url(/images/head_bg.gif);
	height: 158px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

div.head_content {
	width: 928px;
	margin-left: -484px;
	left: 50%;
	position: absolute;
	padding: 0px 20px 0px 20px;
}

div.head_content_logo {
	float: left;
	width: 316px;
	top: 12px;
	left: -1px;
	position: relative;
}

div.head_content_loginbox {
	float: right;
	width: 256px;
	top: 49px;
	position: relative;
	color: #000000;
	padding: 10px 20px 15px 20px;
	background-image: url(/images/head_login_box_bg.gif);
	background-repeat: no-repeat;
}

div.head_loginbox_button {
	padding: 10px 0px 0px 0px;
}



/*   SEITENINHALT   */

div.content_area {
	width: 976px;
	margin-left: -488px;
	left: 50%;
	position: absolute;
	top: 158px;
	float: left;
}

div.content_area_top_shadow {
	clear: both;
}

div.content_area_top_shadow_left {
	float: left;
	width: 4px;
	background-image: url(/images/content_shadow_left_ucorner.png);
	background-repeat: no-repeat;
}

div.content_area_top_shadow_center {
	float: left;
	width: 968px;
	background-image: url(/images/content_shadow_top.png);
	background-repeat: repeat-x;
}

div.content_area_top_shadow_right {
	float: left;
	width: 4px;
	background-image: url(/images/content_shadow_right_ucorner.png);
	background-repeat: no-repeat;
}

div.content_area_left_shadow {
	float: left;
	background-image: url(/images/content_shadow_left.png);
	background-repeat: repeat-y;
}

div.content_area_left {
	float: left;
	width: 4px;
	height: 100%;
	font-size: 1px;
}

div.content_area_right_shadow {
	float: left;
	background-image: url(/images/content_shadow_right.png);
	background-repeat: repeat-y;
	background-position: 968px 0px;
}

div.content {
	float: left;
	width: 968px;
	background-color: #ffffff;
}

div.content_area_right {
	float: left;
	width: 4px;
	height: 100%;
	font-size: 1px;
}

div.content_area_bottom_shadow {
	clear: both;
}

div.content_area_bottom_shadow_left {
	float: left;
	width: 4px;
	background-image: url(/images/content_shadow_left_corner.png);
	background-repeat: no-repeat;
}

div.content_area_bottom_shadow_center {
	float: left;
	width: 968px;
	background-image: url(/images/content_shadow_bottom.png);
	background-repeat: repeat-x;
}

div.content_area_bottom_shadow_right {
	float: left;
	width: 4px;
	background-image: url(/images/content_shadow_right_corner.png);
	background-repeat: no-repeat;
}

div.content_area_footer {
	color: #ffffff;
	width: 928px;
	padding: 12px 24px 12px 24px;
	margin-bottom: 50px;
}

div.content_area_footer_left {
	float: left;
}

div.content_area_footer_right {
	float: right;
}

div.content_border_top {
	width: 968px;
	border-top: 5px solid #ffa903;
	background-color: #f5f8fb;
}

div.content_border_bottom {
	width: 968px;
	background-color: #f5f8fb;
	clear: both;
}

div.content_box {
	width: 928px;
	margin: 40px 20px 0px 20px;
	float: left;
}

div.content_left_col {
	width: 612px;
	float: left;
	padding-bottom: 20px;
	font-size: 12px;
}

div.content_right_col {
	padding-left: 20px;
	float: left;
}

div.hori_line {
	font-size: 1px;
	line-height: 1;
	border-bottom: 1px solid #bbbbbb;
	width: 100%;
}

div.contentBottom {
	clear: both;
	margin-left: 207px;
	padding-bottom: 20px;
}

span.inaktiv {
	color: #d42000;
}



/*   LOGIN BOX   */

div.loginBox {
	width: 296px;
}

div.loginBoxHeadline {
	font-size: 13px;
	text-transform: uppercase;
	padding: 0px 0px 12px 15px;
	margin: 0px;
	color: #FFA903;
}

div.loginBoxContent {
	background-image: url(/images/login_box_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 22px;
	float: left;
	width: 100%;
	color: #000000;
}

div.loginBoxText {
	font-size: 10px;
	text-transform: uppercase;
	padding: 16px 0px 0px 15px;
	line-height: 0.4;
}

div.loginBoxCol {
	float: left;
	width: 140px;
}

div.loginBoxInput {
	padding: 16px 0px 0px 16px;
}

input.loginBox {
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	border: none;
	border-top: 1px solid #FFA903;
	border-left: 1px solid #FFA903;
	width: 123px;
	height: 18px;
	padding: 2px 3px 0px 3px;
}

div.loginBoxButtons {
	font-size: 10px;
	text-transform: uppercase;
	padding: 14px 15px 3px 15px;
	float: left;
}

div.loginBoxButtons2 {
	font-size: 10px;
	text-transform: uppercase;
	padding: 12px 15px 12px 15px;
	float: left;
}

div.loginBoxButton {
	float: left;
	cursor: pointer;
}

div.loginBoxLink {
	float: right;
	margin-top: 2px;
}

div.loginError {
	font-size: 10px;
	text-transform: uppercase;
	color: #FFA903;
	padding: 0px 15px 0px 15px;
}



/*   MESSAGEBOX   */

div.msgBox {
	display: none;
	visible: hidden;
	z-index: 1000;
}

div.msgBoxBG {
	position: absolute;
	top: 0px; 
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 1000;
}

div.msgBoxContentBG {
	width: 407px;
	height: 272px;
	margin-left: -200px;
	left: 50%;
	position: absolute;
	top: 250px;
	float: left;
	z-index: 1001;
}

div.msgBoxContent {
	width: 407px;
	height: 272px;
	margin-left: -200px;
	left: 50%;
	position: absolute;
	top: 250px;
	float: left;
	padding: 15px 28px 48px 20px;
	z-index: 1002;
}


div.msgBoxHeader {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 17px 0px;
	color: #FFA903;
}

div.msgBoxText {
	width: 359px;
	float: left;
}

div.msgBoxTextItemHeader {
	width: 100%;
	padding: 3px 0px 0px 0px;
	font-weight: bold;
}

div.msgBoxTextItem {
	width: 100%;
	padding: 2px 0px 4px 0px;
	border-bottom: 1px solid white;
}

div.msgBoxButton {
	position: absolute;
	top: 229px;
	left: 162px;
	text-align: center;
}



/*   BOX RIGHT   */

div.box {
	width: 296px;
	float: left;
	z-index: 1;
}

div.boxHeadline {
	font-size: 13px;
	text-transform: uppercase;
	padding: 0px 0px 12px 15px;
	margin: 0px;
	color: #FFA903;
}

div.boxContentBG {
	background-color: #BCBBBB;
	margin-bottom: 22px;
	float: left;
	width: 296px;
	position: absolute;
	overflow: hidden;
	z-index: 2;
	background-image: url(/images/box_bg.gif);
	background-repeat: no-repeat;
}

div.boxContentEdgesLeft {
	float: left;
}

div.boxContentEdgesRight {
	float: right;
}

div.boxContentBlock {
	padding: 13px 0px 8px 0px;
	border: none;
	border-bottom: 1px solid #ffffff;
}

div.boxContentBlockHead {
	color: #000000;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0px 15px 8px 15px;
	font-weight: bold;
}

div.boxContentBlockText {
	color: #000000;
	line-height: 1.35;
	padding: 0px 15px 0px 15px;
}



/*   PASSWORT SICHERHEITS MARKER   */

div.pwdSecurity0 {
	float: left;
	width: 80px;
	margin-right: 2px;
	background-color: #aaaaaa;
}

div.pwdSecurity1 {
	float: left;
	width: 80px;
	margin-right: 2px;
	background-color: #cc3333;
}

div.pwdSecurity2 {
	float: left;
	width: 80px;
	margin-right: 2px;
	background-color: #fff000;
}

div.pwdSecurity3 {
	float: left;
	width: 80px;
	margin-right: 2px;
	background-color: #34c331;
}

div.pwdSecurity4 {
	float: left;
	width: 80px;
	margin-right: 2px;
	background-color: #34c331;
}

span {
	color: #ffffff;
}



/*   KALENDER   */

div.calendar {
	width: 193px;
	height: 174px;
	position: absolute;
	border: 1px solid black;
	background-color: #ffffff;
}

div.calendarBG {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

div.calendarContent {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 5px 0px 0px 2px;
	z-index: 2;
}

div.calendarNav {
	float: left;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
}

div.calendarHead {
	float: left;
	width: 147px;
	text-align: center;
	font-weight: bold;
	padding-top: 1px;
	color: #ffb200;
}

table.calendarTable {
	border: 0px;
	margin-top: 5px;
	border-collapse: separate ;
}

td.calendarTableHead {
	border: 1px solid #ffb200;
	color: #000000;
	background-color: #ffb200;
	text-align: center;
	font-size: 11px;
	line-height: 0.7;
	padding: 4px 0px 4px 0px;
}

td.calendarTableSpacer {
	border: none;
	font-size: 1px;
	padding: 0px;
}

td.calendarTableNormal {
	border: 1px solid #cccccc;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
	font-size: 10px;
	line-height: 0.8;
	cursor: pointer;
	padding: 4px 0px 4px 0px;
}

td.calendarTableInactive {
	border: 1px solid #cccccc;
	color: #666666;
	background-color: #cccccc;
	text-align: center;
	font-size: 10px;
	line-height: 0.8;
	padding: 4px 0px 4px 0px;
}

td.calendarTableToday {
	border: 1px solid #cccccc;
	color: #000000;
	text-align: center;
	font-size: 10px;
	line-height: 0.8;
	background-color: #ffb200;
	cursor: pointer;
	padding: 4px 0px 4px 0px;
}

td.calendarTableHover {
	border: 1px solid #cccccc;
	color: #ffffff;
	background-color: #ffb200;
	text-align: center;
	font-size: 10px;
	line-height: 0.8;
	cursor: pointer;
	padding: 4px 0px 4px 0px;
}

a.details {
	text-decoration: none;
	color: #000000;
}

a.status_green {
	text-decoration: none;
	background-color: #25B32F;
}

a.status_red {
	text-decoration: none;
	background-color: #D72929;
}