/* ALLGEMEINE EINSTELLUNGEN */
/* Kunden Farben
Blau: #023467
*/
body
{
    color: black;
    background-color: #E2E2E2;
    font-size: 12px;
    font-family: Arial,Helvetica,Geneva,sans-serif;
    margin: 0;
    padding: 0;
    min-width: 1025px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

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

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]
,input[type=image]
{
	height: 20px;
	margin-right: 5px;
	background-image: url('../graphics/dialog_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;
}

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;
}

/* LAYOUT EINSTELLUNGEN */
#ContentBody
{
    width:100%;
    border: 0;
}

.header
{
    height: 100px;
	margin: 0 10px 0 30px;
	border: 2px solid #A9A9A9;
	border-top: 0;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#header_button_holder_top
{
	padding: 10px;
}

#header_button_holder_bottom
{
	margin-top: 40px;
	padding: 10px;
}

#login_header_button_holder_bottom
{
	margin: 40px 0 0 200px;
	padding: 10px;
}

.system_type {
	margin: 2px 0 0 40px;
	color:red;
	font-size:11px;
	font-weight:bold;
	float: left;
}

.header_navigation {
	height: 100px;
	margin-left: 315px;
}

.header_bar
{
	margin: 0 15px 0 35px;
	height: 20px;
	margin-right: 12px;
	line-height: 20px;
}

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

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

.language_element
{
	padding-left: 23px !important;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 3px center;
}

.quick_search_holder
{
	float: left;
	background: white !important;
	width: 150px;
	font-size: 13px;
	line-height: 18px;
}

#quick_search_imitator
{
	margin-left: 2px;
}

/* INFO: CUSTOM_COPYRIGHT_FILES */
.copyright_file
{
	border: 1px solid;
	border-color: #E2E2E2;
	background-repeat: no-repeat;
	background-color: #F3F3F3;
	padding: 2px;
	color: #000000;
	cursor: default;
    margin-bottom: 5px;
    box-shadow: 0 1px 1px #FFFFFF inset;
}

.copyright_file a
{
	float: left;
	padding: 0 0 2px 20px;
}

.copyright_file .img_delete
{
	float: right;
	cursor: pointer;
	padding: 3px;
}

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

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

.to_delete
{
	background-color: pink;
	border-color: maroon;
}

/* LAYOUT MESSAGES */
div.success,
div.error,
div.warning,
div.info
{
	background-position: 5px 8px;
	background-repeat: no-repeat;
	border: 1px solid;
    box-shadow: 0 1px 1px #FFFFFF inset;
    margin: 0.5em 0 1.3em;
    padding: 10px 10px 10px 25px;
    color: #000000;
    cursor: default;
}

div.success
{
	background-color: #EBF8A4;
	background-image: url("../graphics/icon_success.png");
	border-color: #248F11;
}

div.success a,
div success a:link,
div success a:visited,
div.success a:active
{
	color: #248F11;
	text-decoration: underline;
}

div.error
{
	background-color: pink;
	background-image: url("../graphics/icon_error.png");
	border-color: maroon;
}

div.error a,
div.error a:link,
div.error a:visited,
div.error a:active
{
	color: maroon;
	text-decoration: underline;
}

div.warning
{
	background-color: #FFFEA0;
	background-image: url("../graphics/icon_exclemation.png");
	border-color: #FFD36B;
}

div.warning a,
div.warning a:link,
div.warning a:visited,
div.warning a:active
{
	color: #FFD36B;
	text-decoration: underline;
}

div.info
{
	background-color: #E8EEF1;
	background-image: url("../graphics/icon_info.png");
	border-color: #3A6C7E;
}

div.info a,
div.info a:link,
div.info a:visited,
div.info a:active
{
	color: #3A6C7E;
	text-decoration: underline;
}

/* LAYOUT EINSTELLUNGEN => LOGIN */

#Login
{
	width: 502px;
	/*height: 300px;*/
	margin: auto;
	background-color: white;
	border: 2px solid #B2B2B2;
	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_headline
{
    background-color: #f0f0f0;
    font-size: 12px;
    color: green;
    text-align: center;
    vertical-align: middle;
    border: 1px solid black;
}

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

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

/* LAYOUT EINSTELLUNGEN => CONTENT */

#LeftNavigation_hidden div {
	width: 20px;
	margin: 0 0 1px 0;
	background-color: white;
    border: 2px solid #B2B2B2;
    border-left: 0;
}

#LeftNavigation_hidden div img {
	padding: 5px 0 5px 5px;
}

#LeftNavigation
{
    float: left;
    width: 190px;
    margin: 0 0 0 30px;
    padding-bottom: 5px;
    background-color: white;
    border: 2px solid #B2B2B2;
    font-size: 11px;
    font-weight: normal;
	overflow: hidden;
}

div.menu_seperator {
	width: 100%;
	height:10px;
}

div.menu_link {
	margin-left: 10px;
	padding-left: 15px;
	padding-bottom: 6px;
	width: 160px;
}

#Content
{
    margin: 0 10px 0 235px;
	background-color: white;
    border: 2px solid #B2B2B2;
	padding: 10px;
	min-width: 755px;
}

#Content_html
{
	display: inline-block;
	width: 100%;
	overflow: visible;
	overflow-x: auto;
}

.content-menu-holder
{
	border: 1px solid #E2E2E2;
	background-color: #F3F3F3;
	min-height: 26px;
}

#Profiles
{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    width: 160px;
    margin-left: 10px;
    padding-top: 4px;
}

#Administration
{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    width: 160px;
    margin-left: 10px;
    padding-top: 4px;
}

div.welcome
{
    height: 425px;
    padding-left: 125px;
    padding-top: 25px;
    background-repeat: no-repeat;
    background-position: left top;
}

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

div.container
{
    color: black;
    background-color: white;
    padding: 0;
    border: 1px solid #E2E2E2;
}

/* TEXTS */

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: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
}

div.footer
{
    height: 30px;
    font-size: 11px;
    color: #000000;
    margin: 3px 15px 0 35px;
}

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;
}

.breadcrumb
{
    color: #000000;
    font-size: 11px;
    margin: 0;
    padding: 0;
    border: 0;
}

a.breadcrumb
{
    color: inherit;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

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

.nav_headline
{
    color: inherit;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    padding-bottom: 4px;
}

.nav_left
{
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    padding-bottom: 1px;
}

a.nav_left:hover
{
    color: #333333;
    text-decoration: underline;
}
a.nav_left:link
,a.nav_left:active
,a.nav_left:visited
{
    color: #333333;
}

.search
{
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    padding-bottom: 1px;
}
a.search:hover
{
    color: #333333;
    text-decoration: underline;
}
a.search:link
,a.search:active
,a.search:visited
{
    color: #333333;
}

.admin, a.admin
{
    color: #333333;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    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;
}

a.mainlink
{
    color: #333333;
    font-size: 11px;
    text-decoration: none;
}
a.mainlink:hover
{
    color: #333333;
}
a.mainlink:link
,a.mainlink:active
,a.mainlink:visited
{
    color: #333333;
}

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;
}

.profile_label
{
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    vertical-align: middle;
    padding-right: 8px;
    height: 22px;
}

select.profile
{
    font-size: 10px;
    font-weight: normal;
    width: 90px;
}
input.profile
{
	width: 90px;
}
input[type=text].profile
{
	width: 86px;
}

workflow
,a.workflow
{
    color: #333333;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
a.workflow:hover
{
    color: #333333;
}
a.workflow:link
,a.workflow:active
,a.workflow:visited
{
    color: #333333;
}

workflow_headline
{
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

workflow_section
{
    color: #333333;
    font-size: 11px;
    font-weight: bold;
}

/* TABS */

table.tab
{
    table-layout:fixed;
    width: 100%;
    display: inline-table;
}

td.tab
{
    min-width: 30px;
    text-align: center;
    color: #555555;
    border: 1px;
    border-right: 0;
    border-style: solid;
    border-color: #888888;
    background-color: #E6E6E6;
    cursor: pointer;
}

td.first_tab
{
   min-width: 30px;
    text-align: center;
    color: #555555;
    border: 1px;
    border-right: 0;
    border-style: solid;
    border-color: #888888;
    background-color: #E6E6E6;
    cursor: pointer;
}

td.last_tab
{
    min-width: 30px;
    text-align: center;
    color: #555555;
    border: 1px;
    border-style: solid;
    border-color: #888888;
    background-color: #E6E6E6;
    cursor: pointer;
}

td.tab_selected
{
    min-width: 30px;
    color: black;
    text-align: center;
    border: 1px;
    border-right: 0;
    border-bottom: 0;
    border-style: solid;
    border-color: #888888;
    cursor: default;
    font-weight: bold;
}

td.first_tab_selected
{
    min-width: 30px;
    color: black;
    text-align: center;
    border: 1px;
    border-right: 0;
    border-bottom: 0;
    border-style: solid;
    border-color: #888888;
    cursor: default;
	font-weight: bold;
}

td.last_tab_selected
{
    min-width: 30px;
    color: black;
    text-align: center;
    border: 1px;
    border-bottom: 0;
    border-style: solid;
    border-color: #888888;
    cursor: default;
	font-weight: bold;
}

td.tab_content
{
    background-color: white;
    border: 1px solid #888888;
    border-top: 0;
}

a.tab_selected
{
	color: inherit;
	font-size: 12px;
	font-weight: bold;
}
a.tab
{
    color: inherit;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.tab:hover
,a.tab:link
,a.tab:active
,a.tab:visited
{
    color: inherit;
}

/* CAROUSEL */

.carousel_landscape_active
{
	width: 100px;
}

.carousel_landscape_inactive
{
	width: 40px;
}

.carousel_active
{
	height: 70px;
}

.carousel_inactive
{
	height: 30px;
}

.carousel_div,
.carousel_div_active_prev,
.carousel_div_active_next
{
	float: left;
	width: 50px;
	height: 80px;
}

.carousel_div_active
{
	float: left;
	width: 100px;
	height: 80px;
}

/* TABELLEN */

.table_head {
	height: 25px;
	background-color: #E2E2E2;
	border: 1px solid #8C8C8C;
	border-right: 0;
	text-align: center;
}

.table_head_right {
	border-right: 1px solid #8C8C8C;
}

.table_body {
	border: 1px solid #8C8C8C;
	border-right: 0;
	border-top: 0;
	padding: 3px;
}

.table_body_right {
	border-right: 1px solid #8C8C8C;
}

.table_foot {
	height: 25px;
	background-color: #E2E2E2;
	border: 1px solid #8C8C8C;
	border-top: 0;
	border-right: 0;
	text-align: center;
}

.table_foot_right {
	border-right: 1px solid #8C8C8C;
}

/* KATEGORISIERUNG */

#assigned_products,
#product_result
{
	padding: 0;
	list-style: none;
}

#assigned_products li,
#product_result li
{
	margin-left: 10px;
	padding: 2px 5px 0 20px;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
}

li.add,
li.remove
{
	cursor: pointer;
}

li.remove
{
	background: transparent url("../graphics/icon_remove.png") no-repeat left center;
}

li.add
{
	background: transparent url("../graphics/icon_add.png") no-repeat left center;
}

.icon
{
	vertical-align: middle;
}

/* BUTTONS */

.clickable
{
	cursor: pointer !important;
}

div.button_inactive,
div.button_active,
div.button_big_inactive,
div.button_big_active {
	cursor: default;
}

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

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

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

div.button_active p {
	color: #FFFFFF;
}

.multi_left
{
	-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
{
	border-left: none !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;

}

.multi_right
{
	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;
}

div.button_more {
	background-color: #EBEBEB;
	border: 1px solid #8C8C8C;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}

div.button_more div {
	padding: 2px;
	cursor: pointer;
}

div.button_more div:hover {
	background-color: #D9D9D9;
}

div.more_element {
	border-bottom: 1px solid #B2B2B2;
}

/* 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;
}

/* DIALOG */

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

/* MISC */

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

.left
{
	float: left;
}

.right
{
	float: right;
}

/* WORKFLOW */

workflow
,a.workflow
{
    color: #333333;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
a.workflow:hover
{
    color: #333333;
}
a.workflow:link
,a.workflow:active
,a.workflow:visited
{
    color: #333333;
}

workflow_headline
{
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

workflow_section
{
    color: #333333;
    font-size: 11px;
    font-weight: bold;
}
