/* default font settings */

*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


/* main layout settings and tag optimizing */

/*body { #behavior: url(styles/csshover.htc); }*/

body
{
	margin: 0px;
	padding: 0px;
	background-color: #DEE0E2;
	background-image: url(../images/layout/background.gif);
	background-repeat: repeat-y;
}


form
{
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

hr
{
	background-color: #CCCCCC;
	color: #CCCCCC;
	border: #CCCCCC;
	height: 2px;
	margin: 6px 0px 6px 0px;
}


/* hyperlink auf PDF Dokument */
a.pdf_link:link, a.pdf_link:visited
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.pdf_link:focus, a.pdf_link:active, a.pdf_link:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

/* global menu */

#globalnavi a
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#globalnavi a:active
{
	color: #FF0033;
}

/* hyperlink im content */

a:link, a:visited, a:link *, a:visited *
{
	color: #BB0033;
	text-decoration: none;
}

a:focus, a:active, a:hover, a:focus *, a:active *, a:hover *
{
	color: #FF0000;
	text-decoration: underline;
}



/* hyperlink submenu layout */

a.submenu:link, a.submenu:visited
{
	color: #000000;
	text-decoration: none;
}

a.submenu:focus, a.submenu:active, a.submenu:hover
{
	color: #FF0033;
	text-decoration: underline;
}


a.specialmain,
a.specialmain:link,
a.specialmain:visited,
a.specialmain:focus,
a.specialmain:active,
a.specialmain:hover
{
   font-size: 12px;
	font-weight: bold;
   color: #FF0033;
}

a.special,
a.special:link,
a.special:visited,
a.special:focus,
a.special:active,
a.special:hover
{
   color: #FF0033;
}

/* headlines and paragraph */
h1.h1_home{
   font-size: 18px;
   font-weight: bold;
   margin: 0px 0px 30px 0px;
}

h1
{
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 11px 0px;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 11px 0px;
}

h3
{
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 11px 0px;
}

h4
{
	font-size: 12px;
	font-weight: bold;
	margin: 6px 2px 6px 2px;

}

p {
	margin: 0px 0px 11px 0px;
}


/*
----------------------------------------------
TABLE LAYOUT
----------------------------------------------
*/

#row_head{
   background: #DEE0E2;
}

#content_header{
   background: #CBCDCF;
   width: 700px;
   height: 150px;
}

#logo{
   height: 80px;
   width: 200px;
}

#news{
   padding: 10px 0px 10px 10px;
   width: 180px;
}

#submenu{
   padding: 10px 0px 60px 10px;
   width: 180px;
}

#search{
   border-bottom: 2px solid #CCCCCC;
   max-width: 200px;
   height: 150px;
}

#content{
   padding: 20px;
   width: 660px;
   /*** nur f�r den IE weil der des Box-Modell nicht kann ***/
   -width: 700px;
}

#footer{
   position:relative;
   bottom:0px;
   left:0px;
   height: 20px;
   width: 900px;
	text-align: right;
	background: #DEE0E2;
   padding: 10px 10px 5px 0px;
}

#mainmenu{
   ng: 10px;
}

#row_mainmenu{
   width: 700px;
   vertical-align: bottom;
   height: 40px;
}

#language{
   text-align: right;
   padding: 10px 10px 0px 0px;
   width: 700px;
   height: 40px;
}

#content_header_caption {
   font-weight: bold;
   font-size: 12px;
   padding: 60px 0px 0px 12px;
   width: 190px;
   height: 150px;
  /* text-align: center; */
}

#content_header_image {
   width: 500px;
}

#content_home{
   padding: 50px 30px 70px 50px;
   background-image: url(../images/static/bgstart.jpg);
   background-repeat: no-repeat;
}

#row_main{
   vertical-align: top;
   min-height: 100%;
}

#copyright {
	clear: both;
   padding-left: 20px;
}

#jahreszahl{
   width: 60px;
}

/* lists */

ul {
	margin: 0 0 11px 0;
	padding: 0 0 0 16px;
}

li {
	margin: 0 0 0 0;
	padding: 0;
}

div.history {
	position: relative;
	display: block;
	height: auto;
}
div.history div {
	float: right;
}
div.history div b {
	display: block;
}
div.history dl {
	position: relative;
	display: block;
	width: 440px;
	margin: 0px;
}
div.history dl dt {
	margin: 0px;
	font-weight: bold;
}
div.history dl dd {
	margin: -13px 0px 12px 50px;
}

/* main product groups table */

table.mainProductGroups table
{
	width: 320px;
	height: 160px;
	background-color: #DEE0E2;
	margin: 0px 20px 20px 0px;
}

table.mainProductGroups table.last
{
	margin-right: 0px;
}

table.mainProductGroups table td
{
	padding: 10px;
}

table.mainProductGroups table td a,
table.mainProductGroups table td a:link,
table.mainProductGroups table td a:hover,
table.mainProductGroups table td a:active,
table.mainProductGroups table td a:focus,
table.mainProductGroups table td a:visited
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

/* product group details */

div.cataloglink
{
	display: block;
	position: relative;
	width: 188px;
	height: auto;
	background-color: #FFBBAA;
	margin: 0px 0px 12px 0px;
	padding: 4px 6px 4px 6px;
}

div.intobasket
{
	display: block;
	position: relative;
	width: 188px;
	height: auto;
	background-color: #FFDDCC;
	margin: 0px 0px 12px 0px;
	padding: 4px 6px 6px 6px;
}

div.print
{
	display: block;
	position: relative;
	width: 188px;
	height: auto;
	background-color: #FFDDCC;
	margin: 0px 0px 12px 0px;
	padding: 4px 6px 6px 6px;
}


/* basket */

table.basket
{
	width: 100%;
}

table.basket td
{
	vertical-align: top;
}


/* product table */

table.products
{
	width: 100%;
}

table.products th
{
	padding: 2px 4px 2px 4px;
	background: #DEE0E2;
	text-align: left;
	vertical-align: top;
}

table.products td
{
	padding: 4px;
	vertical-align: top;
}

table.products tr.type_b td
{
	background: #F3F4F5;
}


/* paging */

table.paging
{
	margin: 6px 0px 6px 0px;
}


/* froms */

table.formular td {
	padding: 0 10px 5px 0;
}

/* login */
p.csc-form-label-req {
	margin: 7px 0px 0px 0px;
}

td.csc-form-commentcell {
	padding-top: 0px;
}

p.csc-form-label {
	margin: 0px 0px 0px 0px;
}


/* Job Offer */
table.joboffer-single, table.joboffer-single table
{
	position: static;
	border-collapse: collapse;
	border-spacing: 0px;
	border: none;
	width: 100%;
	/*margin-left:-10px; 
	margin-top:-10px; */
}

table.joboffer-single td {
	padding: 0px;
}

table.joboffer-single td.border-top
{
	background-image: url(../images/layout/joboffers/border-top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

table.joboffer-single td.border-bottom
{
	background-image: url(../images/layout/joboffers/border-bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

table.joboffer-single td.border-left
{
	background-image: url(../images/layout/joboffers/border-left.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 24px;
}

table.joboffer-single td.border-right
{
	background-image: url(../images/layout/joboffers/border-right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 24px;
}

table.joboffer-single td.title
{
	font-size: 24px;
	font-weight: bold;
	padding: 30px 25px 25px 50px;
	color:red;
}

table.joboffer-single td.description
{
	padding: 0px 25px 15px 50px;
	
}

table.joboffer-single td.left-padding
{
	padding: 0px 70px 0px 50px;
}
table.joboffer-single td.left-padding2
{
	padding: 0px 70px 0px 50px;
}

table.joboffer-single td.top-padding
{
	padding-top: 20px;
}

table.joboffer-single td.content
{
	background-image: url(../images/layout/joboffers/content-bg.jpg);
	background-repeat: no-repeat;
	height: 320px;
	vertical-align: top;
}

span.hidden
{
	display: none;
}

#localnavi
{
	display: block;
	position: relative;
	width: 200px;
	height: auto;
}

/* local navigation */

div.localnavi
{
	display: block;
	margin: 2px;
}

div.localnavipoint, div.localnavipointspecial
{
	display: block;
	padding: 0px 2px 0px 0px;
	text-indent: -15px;
	padding-left: 15px;
}

div.localnavipoint img, div.localnavipointspecial img
{
	margin: 0px 3px 0px 0px;
}

div.localnavipoint a,
div.localnavipoint a:link,
div.localnavipoint a:visited,
div.localnavipoint a:focus,
div.localnavipoint a:active
{
	color: #000000;
}

div.localnavipointspecial a,
div.localnavipointspecial a:link,
div.localnavipointspecial a:visited,
div.localnavipointspecial a:focus,
div.localnavipointspecial a:active
{
	color: #FF0033;
}

div.localnavipoint a:hover, div.localnavipointspecial a:hover
{
	color: #FF0033;
}


div.localnavi ul {
	border-top: 1px solid #ccc;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

div.localnavi ul ul {
	border-bottom: 0;
}

div.localnavi ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

div.localnavi ul li ul li {
	margin-left: 10px;
}

div.localnavi ul li a {
	display: block;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 2px 0 2px 0;
}

div.localnavi ul li.current a {
	font-weight: bold;
}

div.localnavi ul li.current li a {
	font-weight: normal;
}

div.localnavi ul li.current li.current a {
	font-weight: bold;
}

div.localnavi ul li a:hover {
	color: #FF0033;
}


/* tree navigation */

table.treemenu
{
	width: 176px;
	border-top: 1px solid #C5C5C5;
}

table.treemenu td
{
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #C5C5C5;
}

table.treemenu a, table.treemenu b
{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 10px;
	text-decoration: none;
}

table.treemenu a,
table.treemenu a:link,
table.treemenu a:visited,
table.treemenu a:focus,
table.treemenu a:active
{
	color: #000000;
}

table.treemenu a:hover
{
	color: #FF0033;
}

table.treemenu td.open {
	/*border: none;*/
}

table.treemenu table {
	margin: 0px 0px 7px 12px;
}

table.treemenu table td {
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #D9D9D9;
}


/* Dropdown Kapitelauswahl */

div#chapterselect
{
	position: relative;
	border: 1px solid #999999;
	padding: 0;
	background-color: white;
	margin-bottom: 10px;
	width: 176px;
}

* > div#chapterselect
{
	width: 174px;
}

div#chapterselect div.headline
{
	padding: 3px 5px 3px 5px;
	background-image: url(../images/layout/chapterselect.gif);
	cursor: hand;
}

div#chapterselect div.options
{
	border-top: 1px solid #999999;
	display: none;
}

div#chapterselect div.options a
{
	display: block;
	width: auto;
	color: #444444;
	border-top: 1px solid #CCCCCC;
	padding: 4px 5px 4px 5px;
}


/* DIV Popup Adressbloecke unter Ziegler Weltweit werden alle ausgeblendet */

div#adressenbox p.bodytext
{
	display: none;
}


/* schwarze links */
div.tx-seminars-pi1-listrow table thead tr th a {
	color: black;
}



table.csc-uploads tr.tr-odd {
	background-color: #FFFFFF;
	border: none;
}

table.csc-uploads td.csc-uploads-icon
{
	padding: 0px;
}

table.csc-uploads td.csc-uploads-fileName,
table.csc-uploads td.csc-uploads-fileSize
{
	border: none;
	padding: 20px;
}


/* fehler */

fieldset.error {
	border: 2px solid red;
	padding: 10px;
}

fieldset.error legend {
	font-weight: bold;
	padding: 0 5px;
}

fieldset.error ul {
	margin: 0;
}


/* news */

div.newsLatestContainer {
	margin-top: 10px;
	max-width: 170px;
	width: 170px;
}

div.tx-ttnews-browsebox {
	border-bottom: 2px solid #ccc;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

div.tx-ttnews-browsebox p {
	float: left;
	font-weight: bold;
	margin: 0;
}

div.tx-ttnews-browsebox table {
	border: none;
	border-collapse: collapse;
}

div.tx-ttnews-browsebox > table {
	border-collapse: separate;
	border-spacing: 0px;
}

div.tx-ttnews-browsebox table td,
div.tx-ttnews-browsebox table th {
	padding: 0 5px;
}
/* Styles für den RTE */
.ueberschrift1
{
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 11px 0px;
}

.ueberschrift2
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 11px 0px;
}

.ueberschrift3
{
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 11px 0px;
}


.normalerText
{
	font-weight: normal;
	font-size: 11px;

}

span.mehrabstand 
{
	margin-bottom: 10px;
	display:block;

}


table.productvariant{

}

table.productvariant thead td,
table.productvariant thead th {
	background-color: #FFDDCC;
	font-weight: normal;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

table.productvariant tbody td {
	border-bottom: 1px solid #DEE0E2;
	padding: 2px 0;
	text-align: left;
	vertical-align: top;
}

table.productvariant td.productid {
	padding-right: 8px;
	font-weight: bold;
}

table.productvariant td.description {

}

table.productvariant td.price {
	padding-left: 8px;
}

table.productvariant td.basket {
	padding-left: 5px;
}

