body {
	font-family: Arial;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
}

/* Generische Klassen */

.left {
	float: left;
}

table td.left {
	text-align: left !important;
	float: none;
}

.right {
	float: right;
}

.image.right {
	margin: 0px 0px 15px 15px;
}

table td.right {
	text-align: right !important; 
	float: none;
}

table .center {
	text-align: center !important;
}



.rot {
	color: #c00 !important;
}

.gruen {
	color: #0c0 !important;
}

.blau {
	color: #00c !important;
}

.grau {
	color: #888 !important;
}


.rotBG {
	background-color: #c00 !important;
}

.gruenBG {
	background-color: #0c0 !important;
}

.blauBG {
	background-color: #00c !important;
}

.grauBG {
	background-color: #888 !important;
}

.schwarzBG {
	background-color: #000 !important;
}



/* Brushed */

.brushed {
	background-color: #ccc;
	background-image: url('../../../se_gfx/misc/brushedbg.png');
}


.opaque50 {
   filter:alpha(opacity=50);   /* Internet Explorer       */
   -moz-opacity:0.5;           /* Mozilla 1.6 and below   */
   opacity: 0.5;               /* newer Mozilla and CSS-3 */
}

.opaque80 {
   filter:alpha(opacity=80);   /* Internet Explorer       */
   -moz-opacity:0.8;           /* Mozilla 1.6 and below   */
   opacity: 0.8;               /* newer Mozilla and CSS-3 */
}

#htmlProgress {
	color: #fff;
	width: auto !important;
}


/* Content */

	.content {
		padding: 20px 20px 0px 20px;
	}
	
	.content H3 {
		font-size: 15px;
		color: #222;
		margin: 0px 0px 10px 0px;

	}
	
	.content .abschnitt H3 {
		font-size: 13px;
		color: #222;
		margin: 0px 0px 10px 0px;

		border-bottom: 1px solid #999;
	}
	
	.content .abschnitt {
		margin: 0px;
		padding: 0px 0px 25px 0px;
	}
	
	.content .column {
		float: left;
		width: 31%;
		margin-right: 15px;
	}
	
	
	/* Helpintro */

	div.helpintro {
		background-color: #ecf2fe;
		padding: 20px 15px 20px 20px;
		font-family: Arial;
		font-size: 11px;
		border-bottom: 1px solid #aaa;
	}

	div.helpintro h1, div.activeintro h1, div.alertintro h1, div.infointro h1 {
		font-size: 18px !important;
		margin: 0px;
		color: #222;
	}
	
	div.helpintro h3 {
		font-size: 15px !important;
		margin: 0px;
		color: #666;
	}
	
	div.helpintro P,div.activeintro P, div.alertintro P, div.infointro P {
		font-size: 12px !important;
		line-height: 16px; 
		margin: 0px;
		margin-top: 5px;
		color: #444;
	}

	div.helpintro STRONG {
		color: #30A4FF;
	}

	.helpdivider {
		clear: left;
		display: block;
		float: none;
		padding: 15px 0px 2px 0px;
		margin-bottom: 10px !important;
		border-bottom: 1px solid #999;
		font-size: 13px;
		color: #222;
		font-weight: bold;
	}


	/* Infointro */

	div.infointro {
		background-color: #eee;
		padding: 20px 15px 20px 20px;
		font-family: Arial;
		border-left: 15px solid #ddd;
		font-size: 11px;
	}

	/* Alertintro */

	div.alertintro {
		background-color: #ffdddd;
		padding: 20px 15px 20px 20px;
		font-family: Arial;
		border-left: 15px solid #ff9999;
		font-size: 11px;
	}


	/* Activeintro */

	div.activeintro {
		background-color: #ddffdd;
		padding: 20px 15px 20px 20px;
		font-family: Arial;
		border-left: 15px solid #99ff99;
		font-size: 11px;
	}

	div.infointro IMG.icon, div.activeintro IMG.icon, div.helpintro IMG.icon, div.alertintro IMG.icon{
		position:relative;
		top: 3px;
		left: -10px;
	}






/* Trenner zwischen Tabellen, divs et */


.tabelle  {
	border-bottom: 1px solid #bbb;

}

.tabelle .header {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	background-color: #fff;
	color: #666;
	padding: 12px 0px 5px 5px;
	border-bottom: 1px solid #bbb;
}




/* Tabelle für die meisten Überssichtslisten */

table.tabelle {
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #bbb;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	background-color: #fff;
	border-right: 1px solid #bbb;
	
}


table.tabelle th {
	xheight: 17px;
	font-size: 10px;
	font-weight: 100;
	text-align: center;
	white-space: nowrap;
	color: #888;
	vertical-align: top; 
	border-right: 1px solid #bbbbbb; 
	
	xbackground-color: #ddd;
	xbackground-image: url(../../../se_gfx/misc/header_bg.gif); 
	xpadding: 2px 6px 0px 6px;

	padding: 2px 6px 2px 6px;
	background-color: #eee;
	border-bottom: 1px solid #bbbbbb;
}

table.tabelle th.on {
	background-color: #77d;
	background-image: url(../../../se_gfx/misc/header_bg_on.gif); 
}

table.tabelle th[onclick] {
	cursor: pointer;
}




table.tabelle td {
	text-align: left;
	border-bottom: 1px solid #e0e0e0;  
	border-right: 1px solid #e0e0e0;  
	vertical-align: top; 
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
}

table.tabelle.light td {
	border-bottom: 0px;  
	border-right: 1px solid #e0e0e2;  
}

table.tabelle td[onclick] {
	cursor: pointer;
}

table.tabelle tr[onclick] td {
	cursor: pointer;
}

table.tabelle tr.inaktiv td {
	color: #999;
}

table.tabelle td.primary {
	background-color: #eee; 
}

table.tabelle td.highlight {
	background-color: #ff3; 
}

table.tabelle td.bold {
	font-weight: bold; 
}

table.tabelle td.big {
	font-size: 17px; 
}


table.tabelle td.huge {
	font-size: 21px; 
}

table.tabelle td.bline {
	border-bottom: 1px solid #999; 
}

table.tabelle tr.alternate td.primary {
	background-color: #dde; 
}

table.tabelle .bild {
	padding: 0px;
	width: 24px;
	padding: 1px 4px 0px 5px;
}

table.tabelle td.free {
	padding: 0px;
}

table.tabelle td.free td {
	text-align: inherit;
	border: inherit;  
	vertical-align: inherit; 
	padding: inherit;
	white-space: normal;

}

table.tabelle td.textwrap {
	white-space: normal;

}

table.tabelle td.tag {
	white-space: normal;
	width: 14.5%;
	height: 140px;

}

table.tabelle .bild img {
	width: 16px;
	height: 16px;
}

table.tabelle .eingabe {
	padding: 0px;
}

table.tabelle td.summary {
	padding-top: 5px;
	font-style: oblique;
	border-top: 2px solid #666;
}



table.tabelle .eingabe input[type="text"] {
	padding: 0px;
	font-size: 10px;
	text-align: left;
	margin: 0px;
}

table.tabelle .eingabe input[type="password"] {
	padding: 0px;
	font-size: 10px;
	text-align: left;
	margin: 0px;
}

table.tabelle tr.alternate {
	background-color: #edf3fe;
}

table.tabelle .description {
	font-size: 11px;
	font-style: oblique;
	color: #999;
	margin: 2px 5px 1px 0px;
}

table.tabelle .widget {
	
	margin-bottom: 0px;

}

table.tabelle td.notiz {
	text-align: left;
	font-weight: 100;
	font-size: 10px;
	font-style: oblique;
	color: #666;
	padding: 3px 6px 6px 6px;

}

table.tabelle td.headline {
	font-size: 15px;
	padding-bottom: 8px;
	padding-top: 30px !important;
	color: #666 !important;
}

/* Tabelle in Abschnitt */

fieldset div.tabelle {
	border: 1px solid #ccc;
}


/* Tabelle in detailsData */

table.tabelle.details {
	border: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: transparent;
}

table.tabelle.details td {
	border: 0px; 
}

table.tabelle.details td.value {
	border: 0px; 
	white-space: normal;
}

table.tabelle.details td.eingabe  {
	vertical-align: middle;
}


table.tabelle.details td.eingabe select {
	font-size: 10px;
}


table.tabelle.details td.eingabe input {
	font-size: 10px;
}

table.tabelle.details tr.headline td.key {
	padding-top: 7px;
}

table.tabelle.details tr.headline td.value {
	font-size: 16px;
	font-weight: bold;
}

table.tabelle.details tr.text td.value {
	font-size: 12px;
	line-height: 16px;
}

table.tabelle.details tr.absatz td.value {
	padding-bottom: 17px;
}


table.tabelle.details tr.bild td.key img {
	width: 32px;
	height: 32px;
}

table.tabelle.details tr.bild td.value {
	padding-top: 14px;
}


table.tabelle.details td.key {
	text-align: right;
	color: #aaa;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top; 
}







.content {
	padding: 20px 20px 0px 20px;
}

.content .abschnitt H3 {
	font-size: 13px;
	color: #222;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #999;
}

.content .abschnitt {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

.content .column {
	float: left;
	width: 31%;
	margin-right: 15px;
}

.rahmen {

	border: 1px solid #888;

}

.abstand {

	margin: 15px;

}


.karo {
	background-image: url('../../../se_gfx/misc/karo.gif');
}

.hinweis {

	margin: 10px;
	border: 1px dotted #ccc;
	font-size: 12px;
	text-align: center;
	padding: 15px;
	color: #999;

}

DIV.warning {

	margin: 5px;
	border: 1px solid #aa0;
	background-color: #ff0;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding: 3px;

}



/* Controller über der Übersichtsliste */

.controller {
	margin: 0px;
	padding: 6px 8px 6px 10px;
	background-color: #ccc;
	background-image: url('../../../se_gfx/misc/brushedbg-2.png');
	border-bottom: 1px solid #666;
	height: 23px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
}

.controller .left {
	margin-right: 10px;
}

.controller .right {
	margin-left: 10px;
}


.controller select {
	margin: 2px 0px 0px 0px !important;
}

.controller input {
	margin: 2px 0px 0px 0px !important;
}


/* GUI */



.widget {
	
	margin-bottom: 10px;

}


.widget.plotkit {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}


.widget.plotkit .label {
	position: absolute;
	top: -10px;
	left: 15px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 1px 7px 1px 7px;
	z-index: 5;

}

FIELDSET.widget {

	border: 1px solid #AAA;

}

.widget legend {
	
	color: #888;
	font-weight: bold;
	font-size: 11px;

}

.widget.boxed {
	
	border: 1px solid #ccc;
	padding: 7px;
}






.freeform .widget.boxed {
	
	border: 0px;
	padding: 0px;
}


.freeform .widget {
	margin-bottom: 1px;
	margin-right: 4px;
	float: left;
	height: auto;
}



.freeform .widget legend {
	font-weight: 100;
	padding-left: 0px;
	margin-left: 0px;
	padding-bottom: 1px;
	padding-top: 1px;
}



.widget input {
	font-family: Arial;
	font-size: 12px;
}

.widget.big input {
	font-weight: bold;
	font-size: 18px;
}


.widget .label {
	
	font-family: Arial;
	font-size: 11px;
	margin-bottom: 2px;

}

.checkboxWidget UL {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.checkboxWidget LI {
	list-style: none;
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px;
}

.checkboxWidget LI.long {
	float: none;
	display: block;
	width: auto;
}

.checkboxWidget  LI.divider {
	clear: both;
	display: block;
	float: none;
	padding: 10px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #999;
	width: 100%;
}


.checkboxWidget LABEL {
	margin: 0px;
	padding: 0px 6px 0px 6px;
	color: #222;
}

.checkboxWidget LABEL[title] {
	cursor: help;
}

.gruppe .checkboxWidget  li.divider {
	background: #eee;
	border: none;
}

/* Buttons */
/*
button {
	
	cursor: pointer;
	width: 120px; 
	height: 15px;  
	text-align: left; 
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: 4px 1px;
	margin-bottom: 8px;
	
	border: 2px outset #ddd;
}

button:hover {
	
 
	background-color: #ff4;

}

button:active {
	
 
	border: 2px inset #f3f3f3;

}

button span {	
	padding-left: 25px;
}
*/


/* Debug */

.debug {
	
	margin: 10px;
	border: 1px solid #f00;
	padding: 10px;
	white-space: wrap;
	font-family: Courier;
	font-size: 11px;


}


/* New GUI */

#body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#header {
	position: relative;
	height: 85px;
	background-color: #000;
	color: #fff;

}	

	#icon {
		position: absolute;
		left: 15px;
		top: 0;
		z-index: 100;
	}
	
	#header h1 {
		position: absolute;
		left: 120px;
		bottom: 35px;

		z-index: 100;
		margin: 0;
		padding: 0;

		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 22px;
		letter-spacing: 1px;
	}
	
	#header h1 b {
		font-weight: 100;
		color: #999;
	}


	
	div.seperator {
		float:left;
		position: relative;
		height: 40px;
		width: 1px;
		background-color: #666;
	}
	
	div.menue {
		float:left;
		margin: 5px;
		font-size: 10px;
		position: relative;
		height: 60px;
		color: #666;
	}
	
	div.menue b {
		font-size: 18px;
		letter-spacing: 1px;
		font-weight: 100;
		color: #aaa;
	}
	
	div.menue a {
		color: #666;
		text-decoration: none;
	}
	
	div.menue a:hover {
		color: #060;
		text-decoration: none;
	}
	

	
	#controls {
		position: absolute;
		background-color: #3C3B3D;
		height: 24px;
		bottom: 0;
		width: 100%;
		font-size: 13px;
		font-weight: bold;
	}

	
		#controls ul.tabs, #footer ul.tabs{
			padding: 0;
			margin: 0 0 0 120px;
		}

		#controls li, #footer li {
			float: left;
			padding: 4px 10px 5px 10px;
			margin: 0;
			list-style:none;
		}
		
		
		#controls li.on, #footer li.on {
			padding: 5px 14px 5px 14px;
			margin: 0;
			color: #3C3B3D;
			background-color: #d8d8d8;
		}
		
		#controls a, #footer a {
			color: #ccc;
			padding: 0 0 0 0;
			text-decoration: none;
		}

		#controls li.on a, #footer li.on a	{
			color: #3C3B3D;
		}



	#controls ul.buttons, #footer ul.buttons {
		float: right;
		padding: 0;
		margin: 0 0 0 0px;
	}
	
	#footer ul.left {
		float: left;
		padding: 0;
		margin: 0 0 0 0px;
	}
	
		#controls ul.buttons li, #controls ul.buttons_l li {
			color: #333;
			background-color: #006600;
			padding: 4px 10px 5px 10px;
			margin: 0 0 0 10px;
		}
		
		#controls ul.buttons a, #controls ul.buttons_l a {
			color: #B9D5B9;
			padding: 0 0 0 0;
			text-decoration: none;
		}

	#head_menue {
		float: right;
	}
	
	
	#se_footer {
		position: absolute;
		border-top: 1px solid #666;
		background-image: url('../../../se_gfx/misc/brushedbg-2.png');
		height: 24px;
		bottom: 0;
		width: 100%;
		font-size: 13px;
		font-weight: bold;
	}
	
	
	
	#seform {
		margin: 0;
		padding:0;

	}
	
	
	
	
	
	
	#bezel {
		position: fixed;
		z-index: 800;
		left: 45%;
		top: 200px;
		visibility:hidden;

	}

	#bezel div {
		width:160px;
		height:160px;
		border: 0px solid #ffffff;
		background-color: #000000;
	} 
	#bezel div p {
		color: #ffffff;
		font-family: Arial;
		font-size: 30px;
		text-align:center;
		vertical-align:middle;
		padding: 2em 10px;
	}





DL.legende {

	margin: 0px;
	padding: 0px;
	
}

DL.legende DT {

	display: block;
	width: 12px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	border: 1px solid #ccc;
	float: left;
	
}

DL.legende DD {

	display: block;
	margin: 0px 20px 0px 10px;
	font-size: 12px;
	color: #000;
	float: left;
	
	
}

		
/* Older Classes */

.se_theme_body {  border-left: 1px solid #777777;  border-bottom: 1px solid #777777; border-right: 1px solid #777777; }
.se_theme_button { border: 1px solid Black; cursor: pointer; }


.se_text {font-size:12px; font-family: Arial; line-height: 15px;}
.se_helptext {font-size:11px; font-family: Arial; line-height: 14px; color: #555599;}

.se_cell {border-bottom: 1px solid #e0e0e0;  border-right: 1px solid #e0e0e0;  
		vertical-align: top; font-family: Arial; font-size: 11px; 
		padding-left: 6px; padding-right: 6px; padding-bottom: 3px; padding-top: 3px;}
		
.se_cell2 {border-bottom: 1px solid #e0e0e0;  border-right: 1px solid #e0e0e0; 
		padding: 0px;
		vertical-align: top; font-family: Arial; font-size: 11px;}

.se_table_header {vertical-align: top; font-family: Arial; font-size: 11px; color: #222222;
		border-right: 1px solid #bbbbbb; background-color: #e0e0e0;
		background: url(../../../se_gfx/misc/header_bg.gif); height: 17px; text-align: center;
		padding-left: 6px; padding-right: 6px; padding-bottom: 1px; padding-top: 2px;}

.se_table_header_on {vertical-align: top; font-family: Arial; font-size: 11px; color: #222222;
		border-right: 1px solid #bbbbbb; background-color: #e0e0e0;
		background: url(../../../se_gfx/misc/header_bg_on.gif); height: 17px; text-align: center;
		padding-left: 6px; padding-right: 6px; padding-bottom: 1px; padding-top: 2px;}
		
.se_table_header2 {vertical-align: top; font-family: Arial; font-size: 11px; color: #222222;
		border-right: 1px solid #bbbbbb; background-color: #e0e0e0;
		background: url(../../../se_gfx/misc/header_bg.gif); height: 17px; text-align: center;
		padding-left: 6px; padding-right: 6px; padding-bottom: 0px; padding-top: 0px;}

.se_listview_header_dark {vertical-align: top; font-family: Arial; font-size: 11px; color: #555555;
		border-right: 1px solid #777777; background-color: #cccccc;
		background: url(../../../se_gfx/gui/listview_header_dark.gif); height: 17px; text-align: center;
		padding-left: 6px; padding-right: 6px; padding-bottom: 1px; padding-top: 2px;}
		
.se_big {font-size:23px; font-family: Arial; font-weight: bold; color: #666666;}
.se_headline {font-size:16px; font-family: Arial; font-weight: bold; color: #666666;}
.se_normal {font-size:12px; font-family: Arial;}
.se_middle {font-size:11px; font-family: Arial;}
.se_small {font-size:10px; font-family: Arial;}


.dmenu {font-size:9px;  font-family: Arial; cursor: Hand;}
H1:style {font-size:14px;  font-family: Arial;}
A:link { color: #145b96; text-decoration: underline; font-weight: bold;}
A:visited {color: #145b96; text-decoration: underline; font-weight: bold;}
A:hover {color: #ff0000; text-decoration: bold; font-weight: bold;}
A.blind:link {color: #000000; text-decoration: none; font-weight: 100;}
A.blind:visited {color: #000000; text-decoration: none; font-weight: 100;}
A.blind:hover {color: #ff0000; text-decoration: none; font-weight: 100;}

A.se_blind:link {color: #000000; text-decoration: none; font-weight: 100; }
A.se_blind:visited {color: #000000; text-decoration: none; font-weight: 100;}
A.se_blind:hover {color: #222222; text-decoration: underline; font-weight: 100;}

A.se_blindbold:link {color: #000000; text-decoration: none; font-weight: bold; }
A.se_blindbold:visited {color: #000000; text-decoration: none; font-weight: bold;}
A.se_blindbold:hover {color: #222222; text-decoration: underline; font-weight: bold;}

A.se_navig:link {color: #000000; text-decoration: none; font-weight: 100;}
A.se_navig:visited {color: #000000; text-decoration: none; font-weight: 100;}
A.se_navig:hover {color: #ff0000; text-decoration: none; font-weight: 100;}

A.blind2:link {color: #000000; text-decoration: none; font-weight: 100;}
A.blind2:visited {color: #000000; text-decoration: none; font-weight: 100;}
A.blind2:hover {color: #ff0000; text-decoration: underline; font-weight: 100;}






/* ---  CSS Tricks --- */


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* VorschauData */

.modulegroup {
border-bottom:1px solid #CCCCCC;
clear:left;
color:#999999;
font-family:Arial;
font-size:13px;
font-weight:bold;
margin-bottom:5px;
padding-bottom:2px;
padding-left:10px;
padding-top:10px;
}

ul.vorschauData {
	margin: 0px;
	padding: 15px;
}
.vorschauData li {
	display: box;
	top: 0px;
	left: 0px;
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 80px;
	width: 80px;
	float: left;
	background: #fff;
	border: 1px solid #ddd;
}

.vorschauData li:hover {
	background: #eee;
	border: 1px solid #aaa;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	margin-right: 4px;
	margin-bottom: 4px;
	
	
}

.vorschauData li .icon{
	position:absolute;
	top: 10px;
	left: 24px;
	width: 32px;
	height: 32px;
}

.vorschauData li .name{
	position:absolute;
	bottom: 12px;
	left: 0px;
	width: 80px;
	background: #ddd;
	text-align: center;
	font-size: 11px;
}

.vorschauData li .id{
	position:absolute;
	top: 2px;
	right: 2px;
	width: 68px;
	text-align: right;
	font-size: 10px;
}

.vorschauData li .info{
	position:absolute;
	bottom: 1px;
	left: 0px;
	width: 70px;
	text-align: center;
	font-size: 10px;
	background:#fee;
}