/* 00a098 */
html, body {
  padding: 0;
  margin: 0;
  height: 100%;
}
h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a {
  text-decoration: none;
  color: #f37c16;
}

a:hover {
  text-decoration: underline;
}

body {
  width: 1125px;
  margin:0px auto;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  background-color: #fff;
  text-align: left;
  background: transparent url("../images/default/bodyhg.png") repeat-x left top;
}

h1 {
    font-size: 16pt;
}
h2 {
    font-size: 19pt;
}
.break {
    clear: both;
}

#header {
    width: 1125px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: left;

}

/* Menu */
#header #menu {
	display: block;
	clear: both;
	height: 87px;
	float: right;
}
#header #menu ul {
  	float: left;
	list-style: none;
	margin-bottom: 0px;
	margin-left: 330px;
	margin-top: 50px;
	padding: 0px;
}
#header #menu ul li {
    float: left;
	background-image:url(images/trennlinie_menu_top_5x10.png);
	background-position:right;
	background-repeat:repeat-y;
	padding: 0px 5px;
}

#header #menu ul :last-child
{
	background-image:none;		
}

#header #menu ul li a {
   	display: block;
	float: left;
	font-size: 10px;
	height: 13px;
	line-height: 13px;
	text-decoration: none;
	vertical-align: middle;
	color: #333;
}
#header #menu ul li a:hover {
    color: #FFA647;
    text-decoration: underline;
}
#header #menu ul li.selected a {
    color: #FFA647;
    font-weight: bold;
    font-style: normal;
}

/* Container */
#mid-frame {
    clear: both;
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}
table#mid-frame {
    background-color: #fff;
    position: relative;
    height: 100%;
}
table#mid-frame td {
    vertical-align: top;
    text-align: left;
}
#mid-frame #left {
    width: 250px;
}
#mid-frame #right {
    width: 250px;
}
#mid-frame #mid {
    width: 60%;
    padding: 20px;
}
#footer {
    height: 50px;
    background-color: #505050;
    clear: both;
    padding: 0;
    font-size: 11px;
    position: relative;
    float: left; width: 100%;
	color: #EEE;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
}
#loading {
    background: url("../images/default/loading.gif") no-repeat left top;
    width: 32px;
    height: 32px;
    display: none;
    margin-left: 20px;
}
.loadingbig {
    background: url("../images/default/loading.gif") no-repeat left top;
    line-height: 32px;
    display: none;
    padding-left: 36px;
}
span.progress,
.progress.panel-footer {
    background: url("../images/default/loading-small-footer.gif") no-repeat left center;
    padding-left: 20px;
    line-height: 20px;
    display: none;
}
.data-row {
    margin-bottom: 20px;
}
.tooltip {
    color: rgb(158, 158, 158);
    display: block;
    margin: 4px;
    cursor: help;
    font-size: 9pt;
}

/* Grid */
table.grid {
    border-collapse: collapse;
	width: 600px;
}
table.grid.sub {
    font-size: 9pt;
}
table.grid th,
table.grid td {
    border: 1px solid #000;
    padding: 2px 4px 2px 4px;
}
table.grid th {
    text-align: center;
    background-color: #515151;
    color: #fff;
}
table.grid tfoot td {
    background-color: #f1f1f1;
}
table.grid td {

}
table.grid tr.row0 td {
    background-color: #fff;
}
table.grid tr.row1 td {
    background-color: #f1f1f1;
}
table.grid tr.row1:hover td {
    background-color: #c8ebe4;
}
table.grid tr.row0:hover td {
    background-color: #DDDDDD;
}
table.grid td.numeric {
    text-align: right !important;
    padding-right: 4px;
}
table.grid td.right {
    text-align: right !important;
}
/* Property grid */
table.property {
    border-collapse: collapse;
}
table.property td {
    border: 1px solid #222;
    padding: 2px;
    text-align: left;
}
table.property td.label {
    background-color: #f1f1f1;
    color: rgb(0, 0, 0);
    padding-right: 6px;
}
table.property td.value {
    padding-left: 6px;
    background-color: #fff;
}

.startbar h1 {
    line-height: 35px;
    vertical-align: middle;
	text-align:left;

}
.startbar img.default-start-image {
    float: left;
    margin-right: 8px;
    width: 35px;
    height: 35px;
	
}

/* Forms */
.mandator-info {
    background: url("../images/default/icons/tile1.png") repeat-x left top;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
    border: 1px solid rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}
.form_error {
    color: rgb(255, 0, 0);
}
table.formtable {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border-top: 1px solid rgb(225, 225, 225);
	text-align:left;
}
table.formtable tr td.formlabel {
    width: 35%;
    border-bottom: 1px solid rgb(225, 225, 225);
    padding: 4px;
}
table.formtable tr td.formbody {
    width: 60%;
    background-color: #DDDDDD;
    border-bottom: 1px solid rgb(225, 225, 225);
    padding: 4px;
}
table.formtable tr td.empty-row {
    border-bottom: 1px solid rgb(225, 225, 225);
    padding: 4px;
}
table.formtable tr td.empty-row h6 {
    margin-top: 10px;
    font-size: 100%;
}
.form-options {
    margin-top: 20px;
    text-align: right;
}
.fixed-button-width {
    width: 100px;
}
.form-row {
    clear: left;
    margin-bottom: 10px;
}
.form-row label {
    width: 120px;
    display: block;
    float: left;
}

/* Important action */
.important-next-action {
    font-size: 1.4em;
    line-height: 26px;
}
.important-next-action a {
    /*background: url("../images/default/icons/important-next-action.png") no-repeat left center;*/
    display: block;
    margin: 10px 0px 0px 0px;
    padding: 4px 4px 4px 0px;
    float: left;
    text-decoration: none;
	clear:both;
}
.important-next-action a:hover {
    /*background-color: rgb(216, 237, 250);*/
}
.important-next-action br {
    clear: left;
}
input.important-next-action {
    background: url("../images/default/icons/important-next-action.png") no-repeat left center;
    display: block;
    padding: 4px 4px 4px 32px;
    border: 0;
    cursor: pointer;
}
input.important-next-action:hover {
    background-color: rgb(216, 237, 250);
}

.notice {
    margin: 10px 0 10px 0;
    font-weight: normal;
    color: rgb(58, 58, 58);
    padding: 4px 4px 4px 4px;
    /*background: url("../images/default/icons/component-notice.png") no-repeat left center;*/
    line-height: 24px;
}
.textmodule {
    margin: 10px 0 10px 0;
    background-color: #f1f1f1;
    padding: 2px;
    border: 1px solid #d7d7d7;
}
.textmodule-inner-after {
    clear: both;
}
.textmodule-after {
    clear: both;
}
.textmodule h5.label {
    font-weight: bold;
    border-bottom: 1px dotted rgb(106, 186, 236);
    margin: 0;
    padding: 2px 4px 2px 4px;
}
.textmodule .content {
    margin: 0;
	text-align:left;
	background:#fff;
}
br.break {
    clear: both;
}

fieldset.option-chooser {
    padding: 1em;
    width: 450px;
    
}
fieldset.option-chooser legend {
    font-size: 10px;
    color: rgb(102, 102, 102);
}
.selectable {
    cursor: pointer;
}

.save-ok {
  margin-bottom: 10px;
  border: 1px solid #73B65A;
  background-color: #73B65A;
}
.save-error {
  margin-bottom: 10px;
  border: 1px solid #FF7F7F;
  background-color: #FF7F7F;
}

.save-ok h2 {
  margin: 0 0 0 5px !important;
  padding: 5px 20px 5px 25px;
  font-size: 11px;
  color: #fff;
  background: url("../images/default/icons/message-okay.png") no-repeat left center;
}
.save-error h2 {
  margin: 0 0 0 5px !important;
  padding: 5px 20px 5px 25px;
  font-size: 11px;
  color: #fff;
  background: url("../images/default/icons/message-error.png") no-repeat left center;
}
.backlink-container {
    margin: 10px 0 10px 0;
    clear: both;
}
.back-button a {
    background: url("../images/default/icons/back-link-tiny.png") no-repeat left center;
    padding-left: 18px;
}

fieldset.group {
    border: none;
    padding: 0;
    margin: .5em 0 .5em 0;
}
fieldset.group .form-row {
    padding: .5em;
    border-bottom: 1px solid rgb(207, 207, 207);
}
fieldset.group .form-row label {
    width: 12em;
    color: rgb(102, 102, 102)
}
fieldset.group .form-row .content {
    padding-left: 12.5em;
}
fieldset.group h2 {
    background: transparent url("../images/default/icons/tile.png") repeat-x left top;
    border: 1px solid rgb(102, 102, 102);
    font-weight: bold;
    font-size: 9pt;
    padding: 3px;
}
.tax-hint {
    clear: both;
}

/* Pagination */
.after-search-result {
    clear: both;
    margin-bottom: 1em;
}
.pagination {
    clear: both;
    margin-top: 1.5em;
    background: transparent url("../images/default/icons/tile.png") repeat-x left top;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    border: 1px solid rgb(102, 102, 102);
    text-align: center;
}
.pagination a, .pagination span.current {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    text-decoration: none;
}
.pagination span.current {
    font-weight: bold;
}
.pagination a span {
    display: none;
}
.pagination a.page span {
    display: inline;
}
.pagination .first {
    background: transparent url("../images/default/icons/first.png") no-repeat left center;
}
.pagination .last {
    background: transparent url("../images/default/icons/last.png") no-repeat left center;
}
.pagination .next {
    background: transparent url("../images/default/icons/next.png") no-repeat left center;
}
.pagination .prev {
    background: transparent url("../images/default/icons/previous.png") no-repeat left center;
}
.item.charge {
    margin-bottom: 20px;
}

/* Info styles */
.application-error {
    padding: 4px;
    background: #DF0D0D;
    color: #fff;
    margin: 10px 0 10px 0;
    font-weight: bold;
}

/* yui override */
.yui-navset-top .yui-nav {
    border-color: #00a098 !important;
}
.yui-skin-sam .yui-navset .yui-nav .selected a,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav .selected a {
    background: #00a098 url("../images/default/tab-bg.png") repeat-x left top !important;
}
.yui-content {
    background-color: #E1F6F2 !important;
    border-color: #00a098 !important;
}
.yui-skin-sam .yui-navset .yui-nav .selected a em {
    background: transparent !important;
}
.yui-skin-sam .container-close {
    cursor: pointer;
}


/* Add by MCM V 1.0 23.12.2010 */

#content  #sidebarLeft
{
	width:218px;
	float:left;
}

#content  #sidebarRight
{
	width:218px;
	float:right;
}

#mainContent
{
	width:600px;	
	float:left;
	margin: 0px 45px;
}

#content-container
{
	width: 1126px;
}

.heading-willkommen
{
	font-size:11px;
	font-family:Arial, "Times New Roman", Times, serif;
	text-align:justify;

}

#btnProceedKeyLookup, .do-search
{
	background-image:url(images/button_suchen_60x19.png);
	width:60px;
	height:19px;
	border: 0px;
	color: transparent; /* Fix for Firefox */
	cursor:pointer;
}

#catalogTree .complete-catalog ul ul {
margin-left: -20px !important;
}


.tree, ul
{
	margin-left: -15px;	
}

#kba_part1, #kba_part2
{
	margin-right: 50px;	
	margin-bottom: 10px;
	width: 60px;
}

.searchContent
{
	padding-left:10px;
}

.searchContent .tooltip
{
	margin-left:-10px;
}

/*Neue IDs*/


#topRightContent {
    width: 257px;
	height: 65px;
	margin: 0px;
}

.logo_img
{
	position: relative;
	top: -75px;
}

#topMidLeftContent{
	margin: 0px;
    width: 314px;
    height: 310px;
	display: inline-block;
	background: url(images/grafik_l.png);
	float: left;
}

#topMidCenterContent{
    width: 599px;
    height: 270px;
	margin: 0px;
	display: inline-block;
	background: url(images/swf.png);
	float: left;
}

#topMidRightContent{
    margin: 0px;
    width: 200px;
    height: 310px;
	display: inline-block;
}
#innerTopMidLeftContent{
    display: none;
}
#innerTopMidCenterContent{
    display: none;

}

#innerTopMidRightContent{
    position: relative;
	top: -380px;
	left: 915px;
	width: 300px;
	height: 65px;
}

#textModule_1d939af963dc831fefc21b6bd58a012d
{
	height: 162px;
    width: 300px;
	margin: 0px;
position: relative;
top: 0px;
background: url(images/kontakt.png);
color: white;
font-size: 12px;
line-height: 12px;
padding: 10px;
}

#cartContainer
{
	height: 100px;
	background: url(images/warenkorb.png);
	color: white;
	padding: 10px;
	background-position: 130px 0px;
}

#cartContainer h5
{
	display: none;
}

#cartContainer a
{
	color: white;
	text-decoration: underline;
}

#cartContainer .component, .textmodule
{
	background: none;
	border: none;
}
#headerInnerRow
{
  height: 1px;
}

