/* CSS Document by Thomas Müller @ www.tm-webentwicklung.com 24.11.2009 */

/* Reset */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
} 

/* Centered page:Add Scrollbar in other browsers than IE > no jumping */
html { 
	overflow:scroll;
	overflow-x:visible;
	height:100%;
}

body {
	margin:0px 0px 0px 0px;
	padding:0px; /* Extrawurst für Opera:*/
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	color:#474747;
	height:100%;
	border-top:5px solid #ccd61f;
}

div.clearer {
	height:1px;
	clear:both;
	line-height:1px;
	font-size:1px;
	overflow:hidden;
}

div.clear {
	height:0px;
	clear:both;
	line-height:0px;
	font-size:0px;
	overflow:hidden;
}

img {
	border:none;
}

a {
	outline:0px;
	color:#474747;
}


/**
* ------ HEADER ------ *
*/

div#header {
	background:#e7e7e9;
}

div#logo-container {
	background:#e7e7e9;
}

div#logo-container div {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

img#slogan {
	float:left;
	margin:36px 0px 0px 26px;
}

img#logo {
	float:right;
	margin:25px 20px 27px 0px;
}

img#logo.start {
	float:right;
	margin-bottom:22px;
}

/* Keyvisual */
div#keyvisual-container {
	background:#e5e5e5 url(../images/bg-keyvisual-container.gif) left top repeat-x;
}

div#keyvisual-container div#keyvisual-bg {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/page-bg-complete.png) left top no-repeat;
	padding:5px 5px 0px 5px;
	/* Schatten hochschieben */
	position:relative;
	top:-5px;
}

div#keyvisual-container div div#keyvisual {
	width:910px;
	min-height:201px; /* Verhindert Sprung beim Laden */
	background:#e5e4e4 url(../images/bg-keyvisual.gif) left top repeat-x;
	padding:1px 30px 0px 40px;
}

p#keyhead {
	text-indent:-999em;
	background-position:left top;
	background-repeat:no-repeat;
	width:354px;
	height:37px;
	margin:49px 0px 10px 0px;
}

div#keyvisual p {
	width:354px;
	color:#474747;
	font-size:1.2em;
	line-height:1.5em;
}

div#keyvisual object {
	float:right;
	width:470px;
}

div#keyvisual iframe {
	float:right;
	width:470px;
}

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

/* Meta-Navi */
ul#navi-meta {
	width:960px;
	background:#ccd61f;
	margin-left:auto;
	margin-right:auto;
	min-height:31px;
	padding:4px 0px 0px 20px;
}

ul#navi-meta li {
	float:left;
	display: block;
	margin:0px 11px 0px 0px;
}

ul#navi-meta li#start {
	margin:4px 15px 0px 543px;
	width: 73px;
}

ul#navi-meta li a {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

ul#navi-meta li a:hover, ul#navi-meta li.current a {
	
}

/* Sprachen-Navi */
ul#navi-meta li ul#navi-lang {
	margin:0px 0 0 0px;
	background-color: #c3cb32;
	padding:0px;
	display:none;
	position:absolute;
	z-index:1000;
}

ul#navi-meta li:hover ul#navi-lang, ul#navi-meta li.over ul#navi-lang {
	display:block;
}

ul#navi-meta li ul#navi-lang li {
	float:none;
	border-left:1px solid #e2e694;
	font-size:1em;
	padding:3px 0px 3px 7px;
	margin:0px;
	border-bottom:1px solid #a9b21b;
	width:171px;
}

ul#navi-meta li ul#navi-lang li a:hover {
	text-decoration:underline;
}


/* Hauptnavigation */
div#navigation {
	background:#636366;
	border-bottom:5px solid #e9e9eb;
	/* Schatten hochgeschoben -> nachrücken */
	position:relative;
	top:-5px;
}

div#navigation-bg {
	background:url(../images/bg-nav1.gif) 50% 100% no-repeat;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 5px;
	height:40px;
}

div#navigation ul#navi-level1 {
	height:40px;
	padding:0px 0px 0px 20px;
	float:left;
}

div#navigation ul li {
	float:left;
	background:url(../images/bg-nav1-trenner.gif) right 1px no-repeat;
	border-top:5px solid transparent;
	padding:9px 18px 10px 18px;
}

div#navigation ul li a {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding:9px 0px 0px 0px;
}

div#navigation ul li a:hover {
	
}

div#navigation ul li.current {
	border-top:5px solid #ccd61f;
	background-color:#FFFFFF;
	background-image:none;
	padding:9px 18px 15px 20px;
	position:relative;
	left:-2px;
	margin-right:-2px;
}

div#navigation ul li.current a {
	color:#474747;
	background:url(../images/bg-nav1-cur.gif) 50% 0% no-repeat;
}

div#navigation ul li.current a:hover {
	text-decoration:none;
	background:url(../images/bg-nav1-cur.gif) 50% 0% no-repeat;
}

div#navigation ul li a:hover {
	background:url(../images/bg-nav1-hov.gif) 50% 0% no-repeat;
}

/* Level 2 */
div#navi-sub {
	width:185px;
	float:left;
	margin:5px 20px 0px 0px;
}

ul#navi-level2 {
	border-bottom:1px solid #888888;
}

ul#navi-level2 li {
	border-top:1px solid #888888;
	padding:0px 0px 0px 0px;
}

ul#navi-level2 li a {
	color:#474747;
	font-size:1.2em;
	text-decoration:none;
	padding:7px 10px 7px 17px;
	margin-left:9px;
	display:block;
	background:url(../images/bg-nav2.gif) 0em 0.75em no-repeat;
}

ul#navi-level2 li a:hover {
	text-decoration:underline;
}

ul#navi-level2 li.current a, ul#navi-level2 li.active a {
	border-right:5px solid #ccd61f;
	font-weight:bold;
}

ul#navi-level2 li.active a {
	/*background:url(../images/bg-nav2-act.gif) 0em 1em no-repeat;*/
}

div#navi2-placeholder {

}

/* Level 3 */
ul#navi-level3 {
	background:url(../images/bg-nav2-bottom.gif) left top repeat-x;
	padding-left:26px;
	margin-bottom:-1px;
	border-bottom:1px solid #ffffff;
}

ul#navi-level2 li.active ul#navi-level3 li, ul#navi-level2 li.current ul#navi-level3 li {
	border-top:none;
	background:url(../images/bg-nav2-bottom.gif) left bottom repeat-x;
}

ul#navi-level2 li.active ul#navi-level3 li a, ul#navi-level2 li.current ul#navi-level3 li a {
	border-right:none;
	background:url(../images/bg-nav2-left.gif) left top repeat-y;
	font-weight:normal;
	margin-left:0px;
	margin-bottom:-1px;
	padding-left:11px;
	padding-bottom:8px;
}

ul#navi-level2 li.active ul#navi-level3 li.current a {
	border-right:5px solid #e5f19f;
	font-weight:bold;
}

/* Footer-Navi */
ul#navi-footer {
	float:right;
}

ul#navi-footer li {
	float:left;
	margin:0px 0px 0px 18px;
}


/**
* ------ INHALTSBEREICH ------ *
*/

/* Styles für den Content-Bereich */
div#content {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/page-bg-complete.png) 0px -150px no-repeat;
	padding:40px 25px 40px 25px;
	min-height:350px;
	/* Schatten hochgeschoben -> nachrücken */
	position:relative;
	top:-10px;
}

div#inhalt {
	float:left;
	width:562px;
	margin:0px 20px 0px 0px;
	padding:5px 0px 0px 0px;
}

div#inhalt.start {
	/*width:460px;*/
	width:940px;
	margin-right:0px !important;
	padding-top:0px;
}

body.nomargin div#inhalt {
	width:735px;
	margin-right:0px;
}

/* Marginalspalte */
div#marginal {
	float:left;
	width:145px;
	padding:5px 0px 0px 0px;
}

div#marginal.start {
	width:460px;
	padding-top:0px;
}

/* Footer */
div#footer {
	width:940px;
	margin:10px auto 0px auto;
	padding:7px 0px 40px 0px;
	border-top:1px solid #888888;
	color:#999999;
	font-size:1.2em;
}

div#footer p {
	float:left;
}

div#footer a {
	color:#999999;
	text-decoration:none;
}

div#footer a:hover, div#footer .current a {
	text-decoration:underline;
}

div#footer li#print a {
	background:url(../images/icon-print.gif) left top no-repeat;
	padding-left:18px;
}

/**
* ------ SCHRIFTEN USW. ------ *
*/

/* Styles für Schriftformatierungen */
h1 {
	color:#474747;
	font-size:1.4em;
	line-height:1.5em;
	margin:0px 0px 6px 0px;
}

h2 {
	color:#ababab;
	font-size:1.1em;
	line-height:1.4em;
	text-transform:uppercase;
	margin:0px 0px 5px 0px;
}

h3 {
	color:#474747;
	font-size:1.1em;
	line-height:1.4em;
	font-weight:normal;
	text-transform:uppercase;
	margin:25px 0px 10px 0px;
	padding:0px 0px 6px 0px;
	border-bottom:1px solid #888888;
}

div.start h3 {
	/*border-bottom:none;*/
	padding-bottom:0px;
	margin-top:5px;
	margin-bottom:6px;
}

#content h4 {
	font-size:1.2em;
	margin:20px 0px 10px 0px;
}

#content h5 {
	font-size:1.2em;
	margin:1em 0em 0.2em 0em;
}

div#inhalt p, div#marginal p {
	font-size:1.2em;
	line-height:1.5em;
	margin:0px 0px 12px 0px;
}

div#inhalt div.box p{
	float:left;
}

div#inhalt a {
	text-decoration:underline;
}

div#inhalt a:hover {
	text-decoration:underline;
	color:#CCD61F;
}

div#inhalt ul {
	margin:0px 0px 10px 0px;
	padding:0px;
}

div#inhalt ul li {
	font-size:1.2em;
	padding:2px 0px 2px 10px;
	line-height:1.5em;
	list-style-type:none;
	background:url(../images/list_square_grey.gif) 0em 0.8em no-repeat;
}

div#inhalt table {
	margin:0px 0px 10px 0px;
}

div#inhalt table th, div#inhalt table td {
	font-size:1.1em;
	vertical-align:top;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
}

div#inhalt table th {
	font-weight:bold;
}

div#inhalt table th p, div#inhalt table td p {
	font-size:1em;
	margin:0px;
}

/* Hübschere Tabellen */
div#inhalt table tbody tr td, div#inhalt table tbody tr th {
	vertical-align:top;
	text-align:left;
	font-size:1.1em;
	line-height:1.5em;
}

div#inhalt table tbody tr th, div#inhalt table thead tr th {
	font-size:1.1em;
	color:#FFFFFF;
}

div#inhalt table.bunt {
	border:1px solid #888888;
	/*width:100%;*/
}

div#inhalt table.bunt tbody tr td {
	padding:3px 6px;
	background:url(../images/bg-nav2-left.gif) left top repeat-y;
}

div#inhalt table.bunt tbody tr th, div#inhalt table.bunt thead tr th {
	font-weight:bold;
	text-align:left;
	background:#e9e9eb url(../images/bg-nav2-left.gif) left top repeat-y;
	color:#474747;
	padding:3px 6px;
}

div#inhalt table.bunt tbody tr td.trenner {
	border-bottom:1px solid #888888;
	padding:0px !important;
	font-size:1px !important;
	line-height:1px !important;
	height:1px !important;
	overflow:hidden !important;
}

div.news-single-item table tbody tr td, div.news-single-item table tbody tr th {
	font-size: 1.2em !important;
}

/**
* ------ ELEMENTE ------ *
*/

div.content-split-first{
	float:left;
	width:282px;
}

div.content-split{
	float:left;
	margin-left:50px;
}

img.links {
	float:left;
	margin:2px 20px 10px 0px;
}

div.bild-links {
	float:left;
	height:130px;
}

img.rechts {
	float:right;
	margin:2px 0px 10px 10px;
}

.gruen {
	color:#ccd61f;
}

img.illu, div.csc-textpic img {
	border:1px solid #888888;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	font-size:1.2em;
	line-height:1.5em;
	margin:8px 0px 10px 0px;
}

a.pfeil {
	font-size:1em;
	text-decoration:underline !important;
	background:url(../images/link-arrow-black-on-white.gif) 100% 80% no-repeat;
	padding-right:13px;
}

div.csc-frame-rulerBefore {
	clear:both;
	border-bottom:1px solid #d3d3d3;
	margin:0px 0px 20px 0px;
	padding:10px 0px 0px 0px;
}


/* Buttons */
a.button, div#inhalt a.download {
	display:block;
	width:110px;
	border-top:1px solid #e2e694;
	border-right:1px solid #a9b21b;
	border-bottom:1px solid #a9b21b;
	border-left:1px solid #e2e694;
	background-color:#c3cb32;
	background-position:right top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	padding:3px 0px 3px 7px;
}
a.button:hover {
	/*text-decoration:underline;*/
}

a.button:hover, div#inhalt a.download:hover {
	border-top:1px solid #a9b21b;
	border-right:1px solid #e2e694;
	border-bottom:1px solid #e2e694;
	border-left:1px solid #a9b21b;
}

a#shop {
	background-image:url(../images/button-shop.gif);
}
a#haendler {
	background-image:url(../images/button-haendler.gif);
}
a#lang {
	width:170px;
	background-image:url(../images/button-down.gif);
}
div#inhalt a.download {
	padding:2px 0px 1px 7px;
	background-image:url(../images/button-down.gif);
}

/* Boxen */
div.box {
	clear:both;
	padding:16px 0px 16px 0px;
}

div.start div.box {
	border-top:1px solid #888888;
	padding:26px 0px 13px 0px;
	margin-bottom:12px;
	/*--- Die folgenden Angaben entfernen, falls doch wieder 2 Spalten eingefügt werden ---*/
	float:left;
	clear:none;
	margin-right:20px;
	width:450px;
	border-top:none;
	padding:18px 0px 0px 0px;
	margin-bottom:0px;
}

div.box img {
	border:1px solid #888888;
	float:left;
	margin:2px 15px 15px 0px;
}

div.box h1 a {
	text-decoration:none !important;
}

/* Sitemap-Element für Produkte */
div#inhalt ul.csc-menu-def {
	float:left;
	background:#f5f5f5;
	width:225px;
	min-height:275px;
	margin:0px 20px 0px 0px;
}

div#inhalt ul.csc-menu-def li {
	padding:14px 0px 0px 0px;
	color:#474747;
	font-weight:bold;
	background:none;
}

div#inhalt ul.csc-menu-def li span {
	padding:0px 0px 0px 11px;
	float:left;
	width:130px;
}

div#inhalt ul.csc-menu-def li a {
	text-decoration:none;
}

div#inhalt ul.csc-menu-def img {
	float:right;
	border:1px solid #888888;
	margin:11px 11px 11px 0px;
}

div#inhalt ul.csc-menu-def li ul.csc-menu-def-level2 {
	background:url(../images/bg-nav2-bottom.gif) left top repeat-x;
	padding:1px 0px 0px 0px;
	clear:both;
}

div#inhalt ul.csc-menu-def li ul.csc-menu-def-level2 li {
	font-weight:normal;
	padding:0px 0px 1px 0px;
	background:url(../images/bg-nav2-bottom.gif) left bottom repeat-x;
}

div#inhalt ul.csc-menu-def li ul.csc-menu-def-level2 li a {
	color:#474747;
	font-size:0.85em;
	text-decoration:none;
	padding:4px 10px 3px 27px;
	display:block;
	background:url(../images/link-arrow-black-on-grey.gif) 11px 0.8em no-repeat;
}

div#inhalt ul.csc-menu-def li ul.csc-menu-def-level2 li a:hover {
	background:#e5f19f url(../images/link-arrow-black-on-green.gif) 11px 0.8em no-repeat;
}

/* Tabelle für Events */
div#event-wrapper {
	border:4px solid #e9e9eb;
	margin:15px 0px;
}

div#inhalt table.events {
	width:100%;
	border:1px solid #ffffff;
	margin-bottom:0px;
}

div#inhalt table.events tbody tr th, div#inhalt table.events tbody tr td {
	padding:6px 6px 5px 6px;
}

div#inhalt table.events th.info, div#inhalt table.events td.info {
	background-image:none;
	width:12px;
}

div#inhalt table.events td {
	border-top:1px solid #888888;
}

div#inhalt table.events td.info p {
	width:12px;
	height:12px;
	text-indent:-999em;	
	margin:2px 0px 0px 0px;
}

div#inhalt table.events td.info p a {
	display:block;
	background:url(../images/icon-info.gif) left top no-repeat;
}

div#inhalt table.events td.title a {
	text-decoration:none;
	font-weight:bold;
}

div#inhalt table.events td.date {
	background-color:#f5f5f5;
}

div#inhalt table.events tr td.hover, div#inhalt table.events tr.hover td.date {
	background-color:#e5f19f !important;
}

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

/* Styles für Formularelemente */
form {
	margin:0px;
}

fieldset {
	margin:0px 0px 15px 0px;
	padding:5px 12px 15px 12px;
	border:1px solid #888888;
	font-size:1em;
	width:500px;
}

legend {
	padding:3px 9px;
	color:#474747;
	font-weight:bold;
	border: 1px solid #888888;
	font-size:1.2em;
	background:url(../images/bg-keyvisual.gif) 0px -10px repeat-x;
}

label, div.label {
	font-size:1.2em;
	line-height:1.4em;
	cursor:pointer;
	width:160px;
	float:left;
	clear:left;
	margin-left:7px;
}

input {
	border:1px solid #888888;
	margin-bottom:7px;
	width:275px;
	font-size:1.2em;
}

input.check, input.radio {
	border:none;
	margin-bottom:0px;
	width:auto;
	font-size:inherit;
}

select {
	font-size:1.2em;
	margin-bottom:10px;
	border:1px solid #888888;
}

select.large {
	width:100px;
}

input.submit {
	border:1px solid #888888;
	width:auto;
	color:#474747;
	font-size:1em;
	font-weight:bold;
	margin-left:167px;
	margin-top:15px;
	padding: 2px 8px 2px 8px;
	background:url(../images/bg-keyvisual.gif) 0px -10px repeat-x;
	font-size:1.1em;
	overflow: visible;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	border:1px solid #888888;
	width:275px;
	height:85px;
}

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

/* Quicksearch */
form#quicksearch {
	float:right;
	width:200px;
}

form#quicksearch fieldset {
	width:200px;
	border:none;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}

form#quicksearch input#search-key {
	background:#474747;
	border:1px solid #565659;
	color:#FFFFFF;
	width:150px;
	padding:2px 0px 4px 5px;
	float:left;
}

form#quicksearch input#search-submit {
	float:left;
	width:23px;
	height:23px;
	border:none;
}


/**
* ------ EXTENSIONS ------ *
*/

/* News */
div.news-latest-item {
	padding:0px 10px 15px 10px;
	font-size:1em;
}

div.news-latest-item h5 {
	margin:0px 0px 0px 0px;
	font-size:1.1em;
	line-height:1.5em;
}

div#marginal div.news-latest-item p {
	margin:0px 0px 5px 0px !important;
}

p.news-latest-morelink {
	margin:-4px 0px 0px 0px !important;
	padding:0px !important;
}

p.news-latest-morelink a, p.news-list-morelink a {
	font-size:1em;
	text-decoration:underline !important;
	background:url(../images/link-arrow-black-on-white.gif) 100% 85% no-repeat;
	padding-right:13px;
}

p.news-list-morelink {
	border-bottom:1px solid black;
	padding-bottom:15px;
}

div.news-list-item {
	padding:0px 0px 10px 0px;
}

div.news-list-item h1 a {
	text-decoration:none !important;
}

p.news-single-timedata {
	border-bottom:1px solid black;
	padding-bottom:12px;
	font-size:1em !important;
}

div.news-single-img {
	float:left;
	max-width:200px;
	margin:4px 15px 8px 0px;
}

div.news-single-img img {
	border:1px solid #888888;
}

p.news-single-imgcaption {
	margin:5px 0px 0px 0px !important;
	font-size:11px !important;
}

p.news-single-event-backlink {
	border-top:1px solid black;
	padding-top:12px;
}


/* Sitemap */
div#inhalt div.csc-sitemap ul {
	margin-top:0px;
	margin-bottom:0px;
}

div#inhalt div.csc-sitemap ul li a:hover {
	text-decoration:underline !important;
}

div#inhalt div.csc-sitemap ul li.sitemap-l1 {
	background-image:none;
}

div#inhalt div.csc-sitemap ul li.sitemap-l1 ul {
	margin:0px;
}

div#inhalt div.csc-sitemap ul li.sitemap-l1 {
	padding:10px 0px 0px 0px;
}

div#inhalt div.csc-sitemap ul li.sitemap-l2 {
	padding:1px 0px 1px 12px;
	background:url(../images/list_square_grey.gif) 2px 0.7em no-repeat;
}

div#inhalt div.csc-sitemap ul li.sitemap-l3 {
	padding:1px 0px 1px 11px;
	background:url(../images/list_square_grey.gif) 2px 0.7em no-repeat;
	font-size:1em;
}

div#inhalt div.csc-sitemap ul li.sitemap-l1 a {
	display:block;
	padding:0px 0px 2px 0px;
	text-decoration:none;
	border-bottom:1px dotted #666;
	font-weight:bold;
	color:#000 !important;
}

div#inhalt div.csc-sitemap ul li.sitemap-l2 a {
	padding:0px 0px 0px 0px;
	border-bottom:none;
	font-weight:normal;
	font-size:0.85em;
}

div#inhalt div.csc-sitemap ul li.sitemap-l3 a {
	padding:0px 0px 0px 0px;
	border-bottom:none;
	font-weight:normal;
	font-size:0.85em;
}

/* Suche */
.tx-indexedsearch .searchbox-tmpl-css label {
	float:left;
	margin-right:0em;
	width:160px;
}

div.tx-indexedsearch-searchbox {
	margin-top:15px;
}

div.tx-indexedsearch-searchbox .submit {
	margin-top:7px;
	margin-bottom:0px;
}

div.tx-indexedsearch-res h2 {
	font-size:1.2em !important;
	background-color:#eeeeee;
}

div.tx-indexedsearch-res h2 a {
	color:#000 !important;
}

div.tx-indexedsearch-whatis {
	margin-left:0px;
	padding-top:5px;
	font-size:1.2em;
}

span.tx-indexedsearch-icon img {
	margin-top:3px;
}

span.tx-indexedsearch-title a {
	position:relative;
	top:-4px;
	font-weight:bold;
}

.tx-indexedsearch-icon, .tx-indexedsearch-result-number, .tx-indexedsearch-title, .tx-indexedsearch-percent {
	float:left;
}

.tx-indexedsearch-result-number, .tx-indexedsearch-title, .tx-indexedsearch-percent {
	margin-top:6px !important;
}

.tx-indexedsearch .percent-tmpl-css {
	position:relative;
	top:-3px;
}

span.tx-indexedsearch-percent {
	color:#000 !important;
	padding-right:3px;
}

.tx-indexedsearch-redMarkup {
	color:#b5152b !important;
}

dl.tx-indexedsearch-info {
	margin:0px 0px 0px 0px;
	background-color:#eeeeee !important;
}

dt.tx-indexedsearch-text-item-crdate {
	padding-left:3px;
}

ul.browsebox li {
	background-image:none !important;
	padding-left:0px !important;
	padding-right:5px !important;
}

ul.browsebox li a {
	text-decoration:none !important;
}

div#inhalt li {
	font-size:1.2em;
	margin:20px 0px 10px 0px;
	padding:0px 0px 0px 20px;
	font-weight:bold;
}

div#inhalt li.li_1{
	background-image:url(../images/li1.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

div#inhalt li.li_2{
	background-image:url(../images/li2.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

div#inhalt li.li_3{
	background-image:url(../images/li3.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

div#inhalt li.li_4{
	background-image:url(../images/li4.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

div#inhalt li.li_5{
	background-image:url(../images/li5.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid #888888;
}

img.illu, div.csc-textpic img {
	border: none;
}

table.service p{
	font-size:1.2em !important;
	line-height:1.5em;
	margin:0px 0px 12px 0px;
}

table.service td{
	width:130px;
}

table.table{
	width: 100%;
}

table.table th{
	padding: 3px !important;
	color: #474747 !important;
	background-color: #EEEEEE !important;
	border-right: 1px solid #C3C5C5 !important;
	border-bottom: 1px solid #C3C5C5 !important;
}
table.table td{
	padding: 3px !important;
	border-right: 1px solid #C3C5C5 !important;
	border-bottom: 1px solid #C3C5C5 !important;
}

div.container-1-of-2{
	float: left;
	width: 50%;
}

div.container-1-of-2 div.csc-header h3{
	margin-right: 20px;
}

div.container-1-of-2 div.box p{
	width: 330px;
}
