/*	ALLGEMEINE EINSTELLUNGEN	*/
/*	FARBEN:
	#EC7405		OBI-Orange

*/
body
{
    color: black;
    font-size: 12px;
    font-family: Arial,Helvetica,Geneva,sans-serif;
    margin: 0;
    padding: 0;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
    height: 100%;
    overflow: hidden;
}

/* ALLGEMEIN - TEXTE */

h1
{
    font-family: Arial,Helvetica,Geneva,sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-align: left;
}

h2
{
    font-family: Arial,Helvetica,Geneva,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-align: left;
}

.headline
{
    font-family: Arial,Helvetica,Geneva,sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-align: left;
    margin: 15px 0 10px;
}

/* ALLGEMEIN - EINGABE */

input[type=text]
,input[type=password]
{
    height: 16px;
    background-color: white;
    border: 1px solid #B2B2B2;
	border-radius: 3px;
    -moz-border-radius:3px;
    -khtml-border-radius:3px;
    padding-left: 2px;
    color: black;
    font-size: 12px;
}

input[type=reset]
,input[type=submit]
,input[type=button]
{
	height: 22px;
	margin-right: 5px;
	padding-bottom: 3px;
	background: #FFF url('../graphics/button_inactive.gif') scroll repeat-x 0% bottom;
	border: 1px solid #8C8C8C;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	color:black;
	font-family:Arial,Helvetica,Geneva,sans-serif;
	font-size:12px;
	cursor: pointer;
}

fieldset
{
	margin-top: 20px;
	padding: 0;
	border: 1px solid #999999;
}

legend
{
	margin-left: 5px;
	padding: 0 10px;
	height: 15px;
	line-height: 15px;
	font-weight: bold;
	border: 1px solid #999999;
	background-color: #E2E2E2;
}

.fieldsetContent
{
	padding: 10px;
}

textarea
{
	border: 1px solid #B2B2B2;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	color:black;
	font-family:Arial,Helvetica,Geneva,sans-serif;
	font-size:12px;
}

/* ALLGEMEIN - LINKS */

a
{
    color: #333333;
    font-size: 12px;
    font-family: Arial,Helvetica,Geneva,sans-serif;
    text-decoration: none;
}
a:hover, a:link, a:active, a:visited
{ color: #333333; }

a img
{ border: none; }

a.file[title$='.pdf'], a.file[title$='.PDF']
{
	background: url(../graphics/icon_pdf.png) no-repeat 5px center;
	padding: 0 0 1px 25px;
}

a.file[title$='.jpg'], a.file[title$='.JPG'],
a.file[title$='.gif'], a.file[title$='.GIF'],
a.file[title$='.tif'], a.file[title$='.TIF']
{
	background: url(../graphics/icon_image.png) no-repeat 5px center;
	padding: 0 0 1px 25px;
}

/* ALLGEMEIN - TABELLENSORTIERUNG */

th.table-sortable {
    cursor: pointer;
    padding: 0 10px;
}

th.table-sortable:hover {
    background-image: url("../graphics/tblsort_sort.gif");
    background-position: left center;
    background-repeat: no-repeat;
}

th.table-sorted-asc {
    background-image: url("../graphics/tblsort_asc.gif") !important;
    background-position: left center;
    background-repeat: no-repeat;
}

th.table-sorted-desc {
    background-image: url("../graphics/tblsort_desc.gif") !important;
    background-position: left center;
    background-repeat: no-repeat;
}

/* ALLGEMEIN - BILDER */

img.icon
{ margin-right: 2px; }

/* LAYOUT - ALLGEMEIN */

#ContentBody
{
    width:100%;
    background-color: #FFFFFF;
    background-image: url(../graphics/menu_background.gif);
	background-repeat: repeat-y;
}

.ContentSeperator
{
	height: 20px;
	background: transparent url(../graphics/seperator.gif) repeat-x 0% 0%;
}

/* LAYOUT - LOGIN */

#Login
{
	width: 502px;
	/*height: 300px;*/
	margin: auto;
	background-color: white;
	border: 2px solid #B2B2B2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	padding: 10px;
}

div#LoginError
{
    margin: 0;
    background-color: #E0E0E0;
    border: 1px solid black;
    text-align: center;
    color: #333333;
    font-size: 11px;
}

.login
{
    font-size: 11px;
    text-align: left;
    vertical-align: middle;
}

.login_label
{
    font-size: 11px;
    text-align: right;
    vertical-align: middle;
}

.login_error
{
    color: #cc0000;
    background-color: #f0f0f0;
    font-size: 11px;
    text-align: left;
    vertical-align: top;
    border: 1px solid black;
}

.login_headline
{
    background-color: #f0f0f0;
    font-size: 12px;
    color: green;
    text-align: center;
    vertical-align: middle;
    border: 1px solid black;
}

.welcome-message
{
	color: #EC7405;
	font-weight: bold;
	font-size: 62px;
}

.welcome-message-sub
{
	float: right;
	color: #999999;
	font-weight: bold;
	font-size: 25px;
}

a.toplink
{
    color: inherit;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
a.toplink:hover
{
    color: inherit;
}

a.toplink:link
,a.toplink:active
,a.toplink:visited
{
    color: inherit;
}

/* LAYOUT - HEADER */

.header
{
    width: 100%;
    height: 86px;
    background-color: #EC7405;
}

span.system_type {
	position: absolute;
	top: 5px;
	left: 20px;
	color:red;
	font-size:12px;
	font-weight:bold;
}

.logo_holder {
	width: 250px;
	float: left;
}

.name_holder {
	float: left;
	height: 86px;
	padding-top: 10px;
	color: white;
	font-size: 40pt;
	font-weight: bold;
	font-style: italic;
	text-shadow: -1px 0pt #888888, 0pt 1px #888888, 1px 0pt #888888, 0pt -1px #888888;
}

div.toplink
{
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

div#Switcher
{
	 width: 500px;
	 margin-top: 10px;
}

/* LAYOUT - NAVIGATION - ALLGEMEIN */

div#LeftNavigation
{
	float: left;
	width: 220px;
}

.MenuSeperator
{
	padding: 1px 0 0 10px;
    margin: 10px 0;
	height: 20px;
	background: transparent url(../graphics/seperator.gif) repeat-x 0% 0%;
	font-family: Arial,Helvetica,Geneva,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: left;
    cursor: default;
}

div.submenu
{
	margin-left: 10px;
	font-size: 11px;
    font-weight: normal;
}

.admin, a.admin
{
    color: #333333;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
a.admin:hover
{
    color: #333333;
    text-decoration: underline;
}
a.admin:link
,a.admin:active
,a.admin:visited
{
    color: #333333;
}

/* LAYOUT - NAVIGATION - REQUESTSTATS */

div.RequestStats
{
	margin: 10px 0 0;
    font-weight: bold;
}

div.RequestStats a
{
	font-size: 20px;
}

.RequestStatsOpen
{
	text-align: center;
	border-right: 1px solid #999999;
}

.RequestStatsOpen a
{
	color: blue;
}

.RequestStatsProcessing
{
	text-align: center;
	border-right: 1px solid #999999;
}

.RequestStatsProcessing a
{
	color: #EC7405;
}

.RequestStatsCorrection
{
	text-align: center;
	border-right: 1px solid #999999;
}

.RequestStatsCorrection a
{
	color: red;
}

.RequestStatsFinished
{
	text-align: center;
}

.RequestStatsFinished a
{
	color: green;
}

/* LAYOUT - CONTENT - ALLGEMEIN */

#Content
{
    margin: 0 0 0 220px;
	background-color: white;
	border-left: 1px solid #999999;
}

.ContentInnerLeft
{
	min-height: inherit;
	height: 100%;
	padding: 0 0 10px 0;
	display: inline-block;
}

.labelCell
{
	width: 200px;
	vertical-align: top;
}

.ContentInnerRight
{
	position: absolute;
	top: 106px;
	right: 30px;
	bottom: 20px;
	width: 300px;
	background-color: #E2E2E2;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	overflow: auto;
	z-index: 100;
}

.ContentInnerRight parts
.ContentInnerRight parts_loader
.ContentInnerRight segments
.ContentInnerRight segments_loader
.ContentInnerRight stats
.ContentInnerRight stats_loader
{
	min-height: 150px;
}

hr.ContentInnerRightSeperator
{
	margin: 10px 0;
	color: #EEEEEE;
}

.ContentButtonHolder
{
	padding: 10px 10px 0 10px;
	border-top: 1px solid #EC7405;
}

.trash-box
{
	float: left;
	height: 200px;
	width: 200px;
	padding: 10px;
	border: 1px solid #999999;
	background: #FFFFFF url('/theme/graphics/trash.png') no-repeat center center;
}

.part_item,
.segment_item
{
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
	padding: 0 5px 0 30px;
	border: 1px solid #ABABAB;
	background-color: #E2E2E2;
}

.addable
{
	background: #E2E2E2 url('/theme/graphics/icon_add.png') no-repeat 5px center;
}

.movable
{
	background: #E2E2E2 url('/theme/graphics/icon_move.png') no-repeat 5px center;
}

.status_open
{
	color: blue;
}

.status_processing
{
	color: #EC7405;
}

.status_rejected,
.status_deleted,
.status_canceled
{
	color: red;
}

.status_finished
{
	color: green;
}

/* LAYOUT - CONTENT - BUTTONS */

.buttons
{
	display: inline;
}

.buttons a, .buttons button
{
    display:block;
    float:left;
    margin:0 7px 0 0;
    min-width: 40px;
    background: #FFF url('../graphics/button_inactive.gif') scroll repeat-x 0% bottom;
    border: 1px solid #8C8C8C;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;

    font-family:Arial, Verdana, sans-serif;
    font-size:100%;
    text-decoration:none;
    text-align: center;
    color:#000;
    cursor:pointer;
    padding:3px 10px 2px 7px; /* Links */
}
.buttons button
{
/*	line-height:17px;*/
	width:auto;
	overflow:visible;
	padding:2px 10px 1px 7px; /* IE6 */
}

.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

.clickable
{
	cursor: pointer !important;
}

div.button_inactive
{
	cursor: default;
}

div.button_inactive {
	height: 18px;
	background-image: url('../graphics/button_inactive.gif');
	border: 1px solid #8C8C8C;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}

div.button_inactive p {
	margin: 0;
	padding: 2px 5px 0 !important;
}

.multi_left
{
	float: left;
	margin-right: 0px !important;
	-moz-border-radius-topright: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0!important;
}

.multi_middle
{
	float: left;
	margin-right: 0px !important;
	border-left: none !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
}

.multi_right
{
	float: left;
	border-left: none !important;
	-moz-border-radius-topleft: 0 !important;
	-moz-border-radius-bottomleft: 0 !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0!important;
}

a.button {
	height: 20px;
	margin-right: 5px;
	background-image: url('../graphics/button_inactive.gif');
	border: 1px solid #8C8C8C;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	color:black;
	font-family:Arial,Helvetica,Geneva,sans-serif;
	font-size:12px;
	cursor: pointer;
}

div a.button_file_input_i
{
	background-image: url(../graphics/button_file_i.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	overflow: hidden;
	padding-left: 6px;
}

div a.button_file_input_i:hover
{
	text-decoration: none;
}

.input_file
{
	opacity: 0;
	filter: Alpha(opacity=0);
}

/* LAYOUT - CONTENT - TABELLEN */

.line_head
{
	background-color: #000;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	border-bottom: 1px solid #EC7405;
	line-height: 20px;
}

.line_head a
{
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.line_head:hover a
{
    color: #FFF;
	text-decoration: underline;
}
.line_head:link a		{ color: #FFF; }
.line_head:active a		{ color: #FFF; }
.line_head:visited a	{ color: #FFF; }

.border_l
{
	border-left: 1px solid #EC7405;
}

.border_r
{
	border-right: 1px solid #EC7405;
}

.line
{
    font-size: 11px;
    font-weight: normal;
    white-space: nowrap;
    border-bottom: 1px solid #EC7405;
    cursor: default;
    line-height: 25px;
}

.line a
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 4px;
	display: block;
}

.line a.line_inner
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	display: inline;
}

.line:hover a
{
    color: #000000;
	/*text-decoration: underline;*/
}
.line:link a	{ color: #000000; }
.line:active a	{ color: #000000; }
.line:visited a	{ color: #000000; }

.line_odd
{
    background-color: #FFF;
}

.line_even
{
    background-color: #F1F1F1;
}

/* LAYOUT - FOOTER */

#message_div
{
	float: left;
	font-weight: bold;
	margin: 0 10px;
	cursor: pointer;
}

div.footer
{
    height: 20px;
    background: transparent url(../graphics/seperator.gif) repeat-x 0% 0%;
    font-size: 11px;
    color: #000000;
    padding: 0 15px 0 0;
}

div.footer a
{
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

div.footer a:hover
,div.footer a:link
,div.footer a:active
,div.footer a:visited
{
    color: 333333;
}

/* LAYOUT - FOOTER - DEBUGGING */

div#Debug
{
    margin: 0;
    border: 0;
    padding: 0;
    background-color: #F0FFF0;
    font-size: 9px;
}

/* LAYOUT - OVERLAY */

div.overlay {
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	text-align: left;
	top: 0;
	z-index: 999;
}

div.wrapper {
	height: 100%;
	width: 100%;
	position: relative;
	background-color: #000000;
	opacity: 0.6;
}

/* LAYOUT - DIALOGE */

#dlg_body
{
	background-color: white;
	border: 2px solid #B2B2B2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	padding: 10px;
}

.dlg_block
{
	margin: 5px 0;
	padding: 5px;
	background-color: #F1F1F1;
	border: 1px solid #999999;
}

.nav_headline
{
	font-weight: bold;
	font-size: 14px;
}

/* LAYOUT - TOOLTIPS */

span.tool
{
	position: relative;
}

span.tool span.tip,
span.tool span.righttip
{
	display: none;
}

span.tool:hover span.tip
{
	display: block;
	z-index: 100;
	position: absolute;
	top: 1.6em;
	left: 0em;
	min-width: 150px;
	width: auto;
	padding: 3px 7px 4px 6px;
	border: 1px solid #336;
	background-color: #f7f7ee;
	font: normal 0.9em/1.2em arial, helvetica, sans-serif;
	text-align: left;
	color: #000;
}

span.tool:hover span.righttip
{
	display: block;
	z-index: 100;
	position: absolute;
	top: 1.6em;
	left: -150px;
	min-width: 250px;
	width: auto;
	padding: 3px 7px 4px 6px;
	border: 1px solid #336;
	background-color: #f7f7ee;
	font: normal 0.9em/1.2em arial, helvetica, sans-serif;
	text-align: left;
	color: #000;
}

/* MISC */

.center
{
	text-align: center;
}

.bold
{
	font-weight: bold;
}

.clear {
	width: 0px;
	height: 0px;
	clear: both;
	line-height: 0px;
}