/******************************
 * HTML-Tags 
 ******************************/
 
/* Alles nullen */
body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	padding-bottom:20px;
	line-height:18px;
	color:#000;
}
h1,h2,h3,h4,h5,h6,dl,dt,dd,img,p,div,form,legend,fieldset,legend,input,select,textarea,table,th,td,caption,ul,li,ol,a,acronym, dfn, abbr {
	margin:0;
	padding:0;
	font-family:Arial,Helvetica,sans-serif;
}

/* Absaetze und Ueberschriften */
h1 {
	font-size:18px;
	line-height:22px;
	padding-bottom:25px;
	font-weight:normal;
}
h1.upper {
	color:#9F9F9F;
	text-transform:uppercase;
	letter-spacing:4px;
	font-weight:normal;
}
h2 {
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	padding-bottom:10px;
}
h2.bold {
	font-size:14px;
	line-height:20px;
	font-weight:bold;
}
h3 {
	font-size:12px;
	font-weight:bold;
}
h3.inline {
	font-size:12px;
	font-weight:normal;
	display:inline;
	line-height:18px;
}
h4 {
	font-size:12px;
	font-weight:normal;
}
p {
	padding-bottom:12px;
}
small,.small {
	font-size:0.9em;
	line-height:1.2em;
}
acronym, dfn, abbr, span.abbr { 
	border-bottom: 1px dotted black; cursor: help; 
	white-space:normal;
}
hr.sbac-spacer {
	visibility:hidden;
}
address {
	font-style:normal;
}

/* Links */
a,a.external-link,a.active, a.email {
	color:#666;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.external-link {
	padding-left:18px;
	background:url(../img/link.gif) left top no-repeat;
}
a.email {
	padding-left:18px;
	background:url(../img/mail.gif) left top no-repeat;
}
a img { 
	border:none;
	text-decoration:none;
}


/* Listen */
ul, ol {
	margin-left:14px;
}
ul {
	list-style-image:url(../img/list.gif);
}
ul.csc-bulletlist-1 {
	list-style-image:none;
	list-style-type:disc;
}
ul.nostyle,ul.csc-bulletlist-2  { 
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
}
li dfn,.usb {
	display:block;
	position:absolute;
	left:-3000px;
	height:0px;
	width:0px;
}


/* Formulare */
form br {
	clear:both;
}
fieldset {
	border:none;
}
legend, h2.legend {
	color:#666;
	background-color:#ebebeb;
	padding:2px 5px;
	border:1px solid #D5D5D2;
	font-size:12px;
	
}
label {
	margin:8px 0 2px 0;
	display:block;
	font-weight:bold;
}
input.normal, input.small,input.midi, input.check, input.radio, textarea, select {
	border:1px solid #CBCBCB;
	padding:2px;
	font-size:12px;
}
input.normal, textarea {
	width:450px;
}
textarea {
	height:10em;
}
/*
input.submit {
	border:1px solid #666;
	margin-top:5px;
	font-weight:bold;
}
input.submit:hover {
	background-color:#f1f1f1;
	color:#666;
}
*/


/* Tabellen */
table {
	font-size:1em;
}
caption {
	font-size:1.2em;
	line-height:1.4em;
	font-weight:bold;
	text-align:left;
}
th {
	padding:2px 20px 2px 0;
	text-align:left;
	vertical-align:top;
}
td {
	vertical-align:top;
	padding:2px 20px 2px 0;
	text-align:left;
}
td p, th p {
	padding:0;
}

/* Definitionslisten */
dd {
	margin-left:20px;
}


/**********************************
 * Sonstige Bereiche 
 **********************************/

/* Breadcrumb-Navigation */
.breadcrumb {
	color:#999;
	font-size:11px;
	line-height:12px;
}
.breadcrumb a {
	color:#999;
	font-size:11px;
}
.breadcrumb a:hover {
	text-decoration:none;
	color:#333;
}

/* Menue im Inhaltsbereich */
.submenu {
	margin-bottom:20px;
}

/* Absolute Hoehe des Submenues */
.fullsize:after,.submenu:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
}
.fullsize, .submenu {
	display:inline-table; 
}
* html .fullsize { 
	height:1%; 
}
.fullsize, .submenu {
	display:block; 
}
.submenu li {
	float:left;
} 
.submenu a.submenuitem {
	height:23px;
	display:block;
	line-height:23px;
	white-space:nowrap;
	overflow:hidden;
	font-size:11px;
	color:#4E4E4E;
	margin:0 3px 3px 0;
	padding:0 5px;
}
.submenu a.onecol {
	width:456px;
	background:#eee url(../img/bg_submenu_item_1.gif) left top no-repeat;
} 
.submenu a.twocols {
	width:223px;
	background:#eee url(../img/bg_submenu_item_2.gif) left top no-repeat;
} 
.submenu a.threecols {
	width:145px;
	background:#eee url(../img/bg_submenu_item_3.gif) left top no-repeat;
} 

.submenu a.onecol_active, .submenu a.onecol:hover {
	width:456px;
	color:#fff;
	background:#515352 url(../img/bg_submenu_item_1_act.gif) left top no-repeat;
	text-decoration:none;
} 
.submenu a.twocols_active, .submenu a.twocols:hover {
	width:223px;
	color:#fff;
	background:#515352 url(../img/bg_submenu_item_2_act.gif) left top no-repeat;
	text-decoration:none;
} 
.submenu a.threecols_active, .submenu a.threecols:hover {
	width:145px;
	color:#fff;
	background:#515352 url(../img/bg_submenu_item_3_act.gif) left top no-repeat;
	text-decoration:none;
} 

/* Graue Boxen */
.grey_box {
	background-color:#fafafa;
	border:1px solid #CBCBCB;
	color:#666;
	padding:10px;
}
.grey_box h1, .grey_box h2, .grey_box h3 {
	background:url(../img/bg_grey_box.gif) left center repeat-x;
	color:#666;
	margin:-10px -10px 10px -10px;
	padding:0 10px;
	line-height:25px;
	display:block;
}
.grey_box a {
	color:#999;
	text-decoration:none;
}
.grey_box a:hover {
	text-decoration:underline;
}
.grey_box p {
	padding:0;
}
#cRight .grey_box {
	width:158px;
	overflow:hidden;
}


/**********************************
 * Allgemeingueltige Klassen 
 **********************************/
.hidden {
	display:none;
}
.block {
	display:block;
}
.clearer {
	clear: both;
	height:0px;
}
.left, .imgleft {
	float: left;
}
.right, .imgright {
	float: right;
}
.marked {
	color:#660000;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.align-left {
	text-align:left;
}
.monospace {
	font-family:'Andale Mono',Courier,monospace;
}
.grey {
	color:#999;
}
.line_bottom {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #D5D5D2;
}
.underline,li.underline a {
	text-decoration:underline;
}

/**********************************
 * RTE 
 **********************************/


/**********************************
 * Inhaltselemente 
 **********************************/
 

/* Bilder mit BU */
dl.image {
	margin:0 10px 10px 10px;
}
dl.image dt, div.filelinks dd {
	margin:0;
	padding:0;
	line-height:0.9em;
}
dl.image dd {
	margin:-1px 0 0 0;
	padding:1px 0 1px 3px;
	font-size:11px;
	line-height:1.2em;
	color:#999;
	height:2.4em;
}
.imgleft dl.image {
	float:left;
	margin-right:10px;
	margin-left:0px;
}
.imgright dl.image {
	float:right;
	margin-left:10px;
	margin-right:0px;
}
dl.csc-textpic-image dd {
	padding-bottom:15px;
}

/* PageBrowser */
div.pagebrowser ul,
ul.browsebox {
	list-style-type:none;
	margin:10px 0 10px 0;
}
div.pagebrowser li,
ul.browsebox li {
	display:inline;
	padding-right:10px;
}


/* Sitemap */
div.sitemap {
	margin-top:-15px;
}
.sitemap a, .sitemap a:hover {
	text-decoration:none;
}
.sitemap a:hover {
	color:#999;
}
div.sitemap dl.firstLevel dt {
	padding:2px 5px;
	background-color:#ebebeb;
	border:1px solid #D5D5D2;
	margin-top:15px;
}
div.sitemap dl.firstLevel dd {
	margin:-1px 0 0 0;
	border:1px solid #D5D5D2;
	border-top:none;
	padding:5px;
	color:#666;
	font-style:italic;
}
div.sitemap dd.blockborder {
	padding-left:15px;
	background-color:#fff;
}
div.sitemap dl.secondLevel {
	margin-left:15px;
}
div.sitemap dl.secondLevel dt {
	font-style:normal;
	border:none;
	background:none;
	margin:0;
}
div.sitemap dl.secondLevel dd {
	border:none;
	margin:0 0 0 0;
}
div.sitemap dl.thirdLevel,div.sitemap dl.fourthLevel {
	margin-left:15px;
}


/**********************************
 * Plugins 
 **********************************/
/* indexed_search */
.tx-indexedsearch-descr {
	padding-bottom:40px;
}
.tx-indexedsearch .tx-indexedsearch-browsebox p {
	background-color:#ebebeb;
	line-height:20px;
	height:20px;
	padding:0 5px;
	text-align:right;
	margin-top:10px;
	font-weight:bold;
}
.tx-indexedsearch .tx-indexedsearch-res {
	margin-top:20px;
}
.tx-indexedsearch  ul.browsebox {
	text-align:center;
}
.tx-indexedsearch ul.browsebox a {
	color:#000;
}
.tx-indexedsearch .date {
	color:#666;
	font-size:11px;
}
.tx-indexedsearch-noresults {
	font-weight:bold;
	margin-top:20px;
}

/* indexed_search, produktfinder */
#cLeft .tx-indexedsearch-whatis,#cLeft .tx-indexedsearch .tx-indexedsearch-browsebox, #cLeft .tx-indexedsearch-noresults {
	display:none;
}
#cLeft .tx-indexedsearch form,#cLeft .produktfinder form {
	height:15px;
	background-color:#000;
	padding:7px 0 7px 15px;
	border-bottom:1px solid #999;
}
#cLeft .tx-indexedsearch input, #cLeft .produktfinder select {
	width:114px;
	height:14px;
	line-height:15px;
	font-size:11px;
	float:left;
	border:none;
	margin:0;
	padding:2px 3px 0 3px;
}
#cLeft .tx-indexedsearch input.submit{
	width:43px;
	color:#fff;
	background-color:#3F3F3F;
	font-weight:normal;
	text-align:center;
	height:16px;
	padding:1px 3px 1px 3px;
}



/* tt_news */
.listitem {
	display:block;
	clear:both;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #D5D5D2;
}
.newslatest {
	color:#666;
	font-size:11px;
}
.newslatest p {
	display:inline;
}
.newslatest img {
	margin:3px 0;
}
.newslatest a,.grey_box a {
	color:#999;
}
.latestitem, .grey_box .latestitem {
	border-top:1px solid #D5D5D2;
	padding:10px 0;
	margin-top:1px;
}
.latestitemfirst, .grey_box .latestitemfirst {
	border-top:none;
	padding:0 0 10px 0;
}
.news_searchResult p {
	padding:0;
}

/* mbl_newsevents */
table.tx_mbl_newsevent {
	border-right:1px solid #D5D5D2;
	margin-bottom:10px;
	width:469px;
}
table.tx_mbl_newsevent caption {
	background-color:#ebebeb;
	font-size:12px;
	font-weight:bold;
	color:#666;
	padding:3px 10px;
	border:1px solid #D5D5D2;
}
table.tx_mbl_newsevent span.eventinfo {
	font-weight:normal;
	display:block;
	float:right;
}
table.tx_mbl_newsevent td {
	border-left:1px solid #D5D5D2;
	border-bottom:1px solid #D5D5D2;
	padding:3px 10px;
}


/* tt_address */
.addressitem {
	display:block;
	margin-bottom:40px;
}
#cCenter .addressitem {
	margin:10px 0;
}
#cCenter .addressitem dl.image {
	margin-right:30px;
}

/* tx-dmmjobcontrol-pi1 */
.tx-dmmjobcontrol-pi1 table {
	border:1px solid #D5D5D2;
	border-bottom:none;
	width:99%;
}
.tx-dmmjobcontrol-pi1 th {
	background-color:#ebebeb;
	font-size:12px;
	font-weight:normal;
	color:#666;
	padding:1px 10px;
	border-bottom:1px solid #D5D5D2;
}
.tx-dmmjobcontrol-pi1 td {
	padding:1px 10px;
	border-bottom:1px solid #D5D5D2;
}
.tx-dmmjobcontrol-pi1 table.jobdetail {
	border:none;
}
.tx-dmmjobcontrol-pi1 table.jobdetail th {
	border:none;
	color:#000;
	background:none;
	padding-left:0;
}
.tx-dmmjobcontrol-pi1 table.jobdetail td {
	border:none;
	padding-left:0;
}
.tx-dmmjobcontrol-pi1 .jobdescription {
	border:1px solid #D5D5D2;
	padding:10px;
}

.tx-dmmjobcontrol-pi1 .jobdescription h3.jobhead {
	background-color:#ebebeb;
	font-size:12px;
	font-weight:bold;
	color:#666;
	padding:3px 10px;
	margin:-10px -10px 10px -10px;
	border-bottom:1px solid #D5D5D2;
}
.tx-dmmjobcontrol-pi1 label em {
	font-weight:normal;
}



/* tx-iwdecordb-pi1 */

.tx-iwdecordb-pi1 form {
	margin-bottom:20px;
	margin-top:20px;
}
.tx-iwdecordb-pi1 label {
	margin:0;
	padding:0;
	float:left;
	margin-right:5px;
}
.tx-iwdecordb-pi1 dl.decor {
	width:480px;
}
.tx-iwdecordb-pi1 dl.decor dt {
	/*width:250px;*/
	margin-right:20px;
	text-align:center;
}
.tx-iwdecordb-pi1 .decor dd {
	padding:0;
	margin:0;
	/*width:210px;*/
}
h3.gallery {
	font-weight:normal;
	padding:0;
	line-height:13px;
	color:#999;
	font-size:11px;
	margin:-5px 0 10px 0;
}
.tx-iwdecordb-pi1 img.preview {
	margin-bottom:10px;
	border:1px solid #fafafa;
}
.tx-iwdecordb-pi1 img.active {
	border:1px solid #444;
}
.tx-iwdecordb-pi1 .singlemenu {
	display:block;
	margin-top:10px;
}

.tx-iwdecordb-pi1 .listmenu {
	display:block;
	margin-bottom:10px;
	text-align:center;
	clear:both;
}
.tx-iwdecordb-pi1 span.more {
	width:60%;
	line-height:27px;
	text-align:center;
}
#cRight .tx-iwdecordb-pi1 span.more {
	width:75%;
	line-height:14px;
	text-align:center;
}
.tx-iwdecordb-pi1 .previewlist {
	background-color:#eee;
	padding:10px 10px 0 10px;
	border:1px solid #CBCBCB;
	color:#666;
	display:block;
	clear:both;
}
.tx-iwdecordb-pi1 .previewlist h2 {
	margin-bottom:10px;
	font-size:11px;
	font-weight:bold;
}
.tx-iwdecordb-pi1 .singlemenu {
	color:#b0b1b3;
}