/* Breitenangaben zum Modifizieren von Formularfeldern und Labels siehe unten */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url("../Images/bg_verlauf.png") repeat-x 0 0 #708592;
	color: #272D2E;
	font: 11px Verdana, "Lucida Grande", "Bitstream Vera Sans", "Sun Sans-Regular", Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
}

.access,
.ulItemContextList li a em,
.aOnline em,
.aOffline em{ 
	display: none;
}

a, a:link, a:visited {color: #272D2E;}

#logo a em,
.aLinkInfo em,
.sortPopup em {
	position: absolute; 
	width: 1px;
	height: 1px;
	left: -3000px;
}

div#wrapper {
	width: 980px;
	margin: 20px auto;
	position: relative;
}

#logo a {
	background: url("../Images/logo_inhouse.png") no-repeat 0 0;
	width: 143px;
	height: 52px;
	position: absolute;
	top: 0;
	left: 0;
}

#nameApplication {
	margin: 12px 20px 25px 190px;
	font-size: 22px;
	color: #DEE7EC;
	float: left;
	width: 360px;
}

#nameApplication em,
.ulTabNavigation li a em {
	font-style: normal;
}
 
#nameApplication a {
	text-decoration: none;
	font-size: 22px;
	color: #DEE7EC;
}

div#main {clear: both;}

div#content {
	background: #FFF;
	overflow: hidden;
	padding: 20px 0;
	clear: right;
}

div#sidebar {
	margin: 0 0 0 20px;
	padding: 20px;
	width: 160px;
	background: #DEE7EC;
	float: left;
}

div#sidebar h3 {
	color: #808080;
	font-size: 13px;
	padding-bottom: 20px;
}

div#sidebar h2 {
	color: #808080;
	font-size: 14px;
	padding-bottom: 20px;
}

div#copyright {
	color: #B5C7CE;
	margin: 14px 0 10px;
	text-align: center;
}

div#copyright a {
	color: #B5C7CE;
}

/* ------ USER-CONTROLS Anmelden/Abmelden ------ */

#userControl {
	float: right;
	color: #DEE7EC;
	margin-top: 4px;
	margin-bottom: 15px;
	position: relative;
	min-width: 140px;
}

#userControl a {
	color: #FFF;
	text-decoration: none;
	padding-bottom: 4px;
}

#userControl a:hover {
	text-decoration: underline;
}

#userControl a,
#userControl p {
	padding-left: 16px;
	padding-top: 2px;
}

#userControl .pSignedIn {
	margin-top: 8px;
}

#userControl .aSignOff {
	background: url("../Images/i_signOff.png") no-repeat 0 2px;
}

#userControl .aSignOn,
#userControl .pSignedIn {
	background: url("../Images/i_arrow_light.png") no-repeat 0 4px;
}

#userControl .aHelp {
	background: url("../Images/i_help.png") no-repeat 0 0;
	padding-left: 26px;
	padding-bottom: 6px;
	position: absolute;
	right: 0;
}

#userControl .pAddition {
	padding-left: 0;
}

#userControl .pAddition strong {
	width: 90px;
	float: left;
}

/* ------ TAB-NAVIGATION ------ */

.ulTabNavigation {
	display: block;
	margin-bottom: 6px;
}

.ulTabNavigation li {
	display: inline;
	list-style: none;
	background: #ECF1F4 url(../Images/bg_tabNav.png);	
	padding: 5px 14px 6px 14px;	
	margin-right: 3px;	
	height: 21px;
}

.ulTabNavigation li a {
	text-decoration: none;
	color: #999;
	font-weight: bold;
}

.ulTabNavigation li a:hover {
	color: #808080;
}

.ulTabNavigation li.active {
	background: #FFF url(../Images/bg_tabNav_active.png);	
	color: #808080;
}

.ulTabNavigation li.active a {
	color: #808080;
}

.ulTabNavigation li.active a:hover {
	color: #808080;
	cursor: default;
}

/* ------ WIZARD-NAVIGATION ------ */

table#wizardNavigation {
	background: url(../Images/nav_bg.png) repeat-x center left;
	height: 30px;
	width: 100%;
	margin: 10px 0 20px 0;
	table-layout: fixed;
}

#wizardNavigation td {
	text-align: center;
	line-height: 100%;
}

#wizardNavigation a {
	text-decoration: none;
	padding-left: 6px;
	font-size: 9px;
}

#wizardNavigation td {
	background: url(../Images/nav_bg_active_no.png) no-repeat center left;
}

#wizardNavigation td.first { background: none; }

#wizardNavigation td.active {
	background: url(../Images/nav_bg_active.png) no-repeat left center;
	font-weight: bold;
}

#wizardNavigation td.active a, #wizardNavigation td.first.active a {
color: #FFF;
}

#wizardNavigation td.activeAfter {
background: url(../Images/nav_bg_active_after.png) no-repeat center left;
}

#wizardNavigation td.first.active {
background: url(../Images/nav_bg_active.png) no-repeat center right;
font-weight: bold;
}

.disabled {
color: #969696;
}

#wizardNavigation td.disabled a {
font-weight: normal;
color: #a7b1b8;
cursor: default;
}

/* ------ SIDENAVIGATION ------ */

div#sidebar .ulSideNavigation,
div#sidebar .ulSideNavigationSub {
	list-style: none;
	width: 190px;
	font-size: 12px;
}

div#sidebar ul.ulSideNavigationSub {
	width: 176px;
	font-size: 11px;
}

.ulSideNavigation li {
	margin-bottom: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ulSideNavigation li a {
	background: url("../Images/i_arrow_grey.png") no-repeat 0 4px;
	padding-left: 13px;
	color: #808080;
	text-decoration: none;
}

.ulSideNavigation li a:hover,
.ulSideNavigation li.active.open ul li a:hover {
	color: #617987;
}

.ulSideNavigation li.active {
	background: url("../Images/bg_activebar.png") no-repeat top right;
}

.ulSideNavigation li.active.open {
	background: none;
}

.ulSideNavigation li.active a {
	background: url("../Images/i_arrow_red.png") no-repeat 0 4px;
	font-weight: bold;
}

.ulSideNavigation li.active.open a {
	background: url("../Images/i_arrow_grey.png") no-repeat 0 4px;
}

.ulSideNavigation li.open ul li.active a:hover {
	color: #808080;
	cursor: default;
}

.ulSideNavigation li ul {	
	margin-left: 14px;
}

.ulSideNavigation li ul li {	
	text-transform: none;
	margin-bottom: 0;
}

.ulSideNavigation li.active.open ul li a {
	background: url("../Images/i_arrow_lightgrey.png") no-repeat 0 4px;
	font-weight: normal;
}

.ulSideNavigation li.open ul li.active {
	background: url("../Images/bg_activebar.png") no-repeat top right;
}

.ulSideNavigation li.open ul li.active a {
	background: url("../Images/i_arrow_red.png") no-repeat 0 5px;
	font-weight: bold;
}

/* ------ BREADCRUMB ------ */

div#breadcrumb {
	background: url("../Images/bg_breadcrumb.png") repeat-x 0 0;
	padding: 0;
	margin-bottom: 14px;
}

div#breadcrumb ul {
	list-style: none;
	margin-right: 70px;
	margin: 0 20px 0 14px;
	padding: 2px 0 4px 0;
}

div#breadcrumb a, div#breadcrumb a:visited {
	color: #949FA6;
	text-decoration: none;
}

div#breadcrumb a:hover {
	text-decoration: underline;
}

div#breadcrumb li {
	color: #38444C;
	display: inline;
	font-size: 10px;
	margin-right: 0;
	padding: 3px 0;
}

div#breadcrumb li a {
	background: url("../Images/i_breadcrumb_slash.png") no-repeat 100% 0 transparent;
	padding-right: 13px;
	margin-right: 3px;
}

div#breadcrumb li#home {
	background: url("../Images/i_home.png") no-repeat 0 5px transparent;
	padding: 3px 0 3px 14px;
}

.divAdditionalWidget {
	float: right;
	padding: 4px;
}

select {padding: 2px;}

/* ------ APPLICATION_WIDGET ------ */

.applicationWidget {
	width: 190px;
	border: 1px solid #BDCCD4;
	float: right;
	margin: 0 0 10px 10px;
	padding: 8px;
}

.applicationWidget a {
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 21px;
}

.aLinkHelp {
	background: url("../Images/i_help_s.png") no-repeat 0 1px;
}

.aLinkContact {
	background: url("../Images/i_kl_sprite.png") no-repeat 3px -700px;
}

.aLinkNews {
	background: url("../Images/i_news_s.png") no-repeat 0 3px;
}

.aLinkSearch {
	background: url("../Images/i_search_s.png") no-repeat 3px 1px;
}

.aLinkLoad {
	background: url("../Images/i_kl_sprite.png") no-repeat 3px -370px;
}

.aLinkSave {
	background: url("../Images/i_kl_sprite.png") no-repeat 3px -648px;
}

.aLinkInfo {
	background: url("../Images/i_info_xs.png") no-repeat 0 5px;
	padding-left: 8px;
}

.aLinkInfo:hover {
	background-image: url("../Images/i_info_xs_hover.png");
}

/* ------ CONTENT ------ */

div#contentColumn {
  display: inline;
  float: right;
  margin: 0 20px 0 0;
  position: relative;
  width: 720px;
}

div#contentColumn h1 {
	font-family: Georgia,Cambria,Constantia,"New York","Bitstream Vera Serif",Times,"Times New Roman",serif;
	font-size: 18px;
	color: #DD0000;
	padding: 0 20px 8px 0;
}

div#contentColumn h2 {
	font-size: 14px;
	padding-bottom: 4px;
}

div#contentColumn h3 {
	font-size: 11px;
	font-weight: bold;
	padding: 4px 20px 10px 0;
}

#contentColumn p {
	margin-bottom: 10px;
}

div#contentColumn div.box {
	border: 1px solid #BDCCD4;
	padding: 14px; 
}

/* ------ TABELLEN ------ */

table {
	border-collapse: collapse;
}

.tableListView {
	width: 100%;
	border: 1px solid #DEE7EC;
	margin: 0 0 20px 0;
}

table.tableListView tr th {
	background-color: #DEE7EC;
	text-align: left;
	padding: 4px 4px 4px 8px;	
	font-size: 10px;
}

.tableListView td { padding: 4px 8px; }
 
.aDownload {
	padding: 10px 0 12px 43px;
	background: url("../Images/i_download.png") no-repeat 0 0;
}

.tableListView .tdDownload { padding: 20px 20px 20px 8px; }

table.muchContent td {
	padding: 6px 3px;
	border-bottom: 1px solid #DEE7EC;
}

table .thEmpty,
table.muchContent td {
	background: #FFF;
	border-right: 1px solid #DEE7EC;
}

tr.even { background: #DEE7EC; }

table.tableListView tr th.thStatus,
table.tableListView tr th.tdStatus {
	width: 80px;
	text-align: center;
}

th.absteigend {
	background: #DEE7EC url("../Images/i_absteigend.png") no-repeat 50% 0;
}

th.aufsteigend {
	background: #DEE7EC url("../Images/i_aufsteigend.png") no-repeat 50% 0;
}

.aItem{
	background: url("../Images/i_folder.png") no-repeat 0 0;	
	padding: 2px 0 2px 26px;
}

.tdItemContextList {
	width: 75px;
}

.ulItemContextList li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}

.ulItemContextList li a {
	display: block;
	float: left;
	margin-right: 10px;
	height: 19px;
}

.aOnline,
.aOffline { display: block;}

.aShowDocumentItem {
	background: url("../Images/i_file.png") no-repeat 0 0;	
	width: 15px;
}

.aEditItem {
	background: url("../Images/i_edit.png") no-repeat 0 0;	
	width: 19px;
}

.aDeleteItem {
	background: url("../Images/i_delete.png") no-repeat 0 7px;	
	width: 9px;
}

.aOffline {
	background: url("../Images/i_status_red.png") no-repeat 50% 4px;	
	width: 100%;
	height: 19px;
}

.aOnline {
	background: url("../Images/i_status_green.png") no-repeat 50% 4px;	
	width: 100%;
	height: 19px;
}

.aCreateItem {
	background: url("../Images/i_plus.png") no-repeat 0 5px;	
	padding: 2px 0 2px 16px;
	text-decoration: none;
}

.aCreateItem:hover {
	text-decoration: underline;
}

.divCreateItem {
	padding: 0;
}

.ulListView {
	margin: 20px;
}

.ulListView li {
	padding-bottom: 2px;
}

/* ------ FORMULARE ------ */

fieldset {
	border: none;
	margin: 10px 0;
}

fieldset legend,
fieldset > legend {
	font-size: 11px;
	padding: 0 0 8px 0 !important;
	text-transform: uppercase;
	margin: 0;
}

fieldset ul li {
	list-style: none;	
	padding-bottom: 10px;
}

input, 
textarea, 
select { border: 1px solid #BDCCD4; }

input, 
textarea { padding: 2px; }

label { vertical-align: top; }

/* Breitenangaben zum Modifizieren */

.xsmall { width: 60px; }

.small { width: 150px; }

.medium { width: 200px; }

.large { width: 250px; }

textarea { width: 250px; }

fieldset label,
.spanLabel {
	width: 120px;
	display: block;
	float: left;
	font-weight: normal;
}

td label {
	width: auto;
	margin-right: 6px;
}

.inputRadio,
.inputCheck {
	margin-right: 20px;
	border: none;
}

.divSubmit {
	background: #DEE7EC;
	border: 1px solid #BDCCD4;
	border-top: none;
	height: 25px;
	margin: 0 0 15px 0;
	padding: 5px 10px 5px 5px;
	position: relative;
}

html* .divSubmit {margin-top: -10px;}

.divSecondaryActions {
	width: 50%;
	padding: 4px 0 0 10px;
}

.divSecondaryActions a {
	padding-left: 12px;
	color: #979a9e;	
}

.divSecondaryActions .aCancel {
	background: url("../Images/i_cancel.png") no-repeat 0 4px;
}

.divSecondaryActions .aBack {
	background: url("../Images/i_arrow_back.png") no-repeat 0 4px;
	padding-right: 14px;
}

.divPrimaryActions {
	position: absolute;
	right: 15px;
	top: 6px;	
} 

.divSubmit .inputSubmit{
	background: url("../Images/button_submit.gif") repeat-x 0 0 #7AA943;
	border: 1px solid #82b90f !important;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	height: 23px;
	padding-left: 10px;
	padding-right: 10px;
}

.divSubmitInline {
	margin: 10px 0;
}

.divSubmitInline .inputSubmit {
	background: url("../Images/button_submit.gif") repeat-x 0 0 #7AA943;
	border: 1px solid #82b90f !important;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 11px;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.divSubmit .inputSubmit:hover,
.divSubmitInline .inputSubmit:hover {
	background: url("../Images/button_submit_hover.gif") repeat-x 0 0 #7AA943;
}

.inputSubmit.inputSearch {
	background: url("../Images/button_hellgrau.gif") repeat-x 0 0 #cfcfcf;
	border: 1px solid #b9b9b9 !important;
	color: #999;
}

/* ------ ALERTS und ALERTINFO ------ */

.divAlert {
	color: #272D2E;
	margin: 10px 0 20px; 
}

.divAlert div {
	padding: 5px 5px 8px 50px;
	position: relative;
}

.divAlert,
div.summary {
	background: url(../Images/alert_info_bg.gif) repeat-x center left;
	border: 1px solid #B1C2DF;
	margin: 25px 0 10px 0;
	position: relative;
}

.divAlertError {
	background:  #f1e4e4 url(../Images/alert_error_bg.png) repeat-x;
	border: 1px solid #d52f33;
}

.divAlertError div {
	background:  url(../Images/alert_error_icon.png) no-repeat 10px 50%;
}

.divAlertWarning {
	background:  #fefae1 url(../Images/alert_warning_bg.gif) repeat-x;
	border: 1px solid #F3DA3D;
}

.divAlertWarning div {
	background:  url(../Images/alert_warning_icon.png) no-repeat 10px 50%;
}

.divAlertInfo div {
	display: block;
	padding: 5px 5px 5px 50px;
	color: #265FAD;
	background: transparent url(../Images/alert_info_icon.gif) no-repeat 10px 50%;
	position: relative;
}

.divAlertHelp {
	background-image: none;
	background-color: #EFF5F9;
	border: 1px solid #B1C2DF;
}

.divAlertHelp div {
	color: #272D2E;
	background:  #EFF5F9 url(../Images/alert_help_icon.png) no-repeat 10px 50%;
	padding: 5px 5px 5px 50px;
	position: relative;
}

div#contentColumn .divAlert h3, 
div#contentColumn .divAlert p,
div#contentColumn .divAlertInfo h3, 
div#contentColumn .divAlertInfo p,
div#contentColumn .divAlertHelp h3, 
div#contentColumn .divAlertHelp p {
	margin: 3px 0 0 0;
	padding: 0;
}

.divAlertInfo a, 
div.summary a  {  
	position: absolute;
	top: 8px; 
	right: 10px;
	color: #265FAD;
	font-weight: normal;
	text-align: right;
}

input.alertError {
	border: 1px solid #D52F33;
}

input.alertWarning {
	border: 1px solid #F3DA3D;
}

/* ------ BUTTON AKTIV und INAKTIV ------ */

div.actionbutton.aktiv strong, 
div.actionbutton.aktiv strong a {
	background: url("../Images/actionbutton_aktiv.png") no-repeat;
	color: #79AB36;
}

div.actionbutton.inaktiv strong, 
div.actionbutton.inaktiv strong a {
	background: url("../Images/actionbutton_inaktiv.png") no-repeat;
	color: #B3B3B3;
}
div.actionbutton.aktiv strong,
div.actionbutton.inaktiv strong {
	background-position: 0 -30px;
	display: block;
	font-size: 12px;
	margin: 10px 0 0;
	padding: 5px 0 6px 25px;
}

div.actionbutton.aktiv strong a,
div.actionbutton.inaktiv strong a {
	background-position: 100% 0px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 5px 15px 6px 0;
	text-decoration: none;
}

span.ajaxOk {
	background: url("../Images/i_ok.png") no-repeat 0 2px;
	color: #79AB36;
	margin-left: 10px;
	padding-left: 16px;
}

span.ajaxNotOk {
	background: url("../Images/i_notok.png") no-repeat 0 4px;
	color: #DD0000;
	margin-left: 10px;
	padding-left: 16px;
}

span.ajaxInfo {
	color: #808080;
	margin-left: 10px;
}