@charset "UTF-8";

/* --- table of content -----------------------------------
	color definitions
	browser reset
	
	global
	page structure
	text styles
	navigation
	minor page elements
	forms
	icons
*/




/* --- color definitions ----------------------------------
	.white			{ color: #ffffff; }
	.black			{ color: #000000; }
   
	.grey-bright	{ color: #eeeeee; }
	.grey-light		{ color: #bbbbbb; }
	.grey-medium	{ color: #888888; }
	.grey-dark		{ color: #555555; }
	.grey-back		{ color: #d0d0d0; }

	.rvk-backgr		{ color: #DFEBC4; }
	.rvk-green		{ color: #85B916; }
	.rvk-grey		{ color: #87888A; }
	.rvk-index		{ color: #425C0A; }
	
	.katrin-grau	{ color: #e2e8d5; }
*/




/* --- browser reset --------------------------------------
   font-size = 16px
*/
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0em; padding: 0em; border: 0em; outline: 0em; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } :focus { outline: 0em; } body { line-height: 1em; color: black; background: #FFFFFF; } ol, ul { list-style: none; } table { border-collapse: separate; border-spacing: 0em; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; }
* { margin: 0em; padding: 0em; } option { padding-left: 0.4em; } * html body * { overflow: visible; } * html iframe, * html frame { overflow: auto; } * html frameset { overflow: hidden } html { height: 100% } body { font-size: 100.01%; color: #000000; background: #FFFFFF; text-align: left; } fieldset, img { border: 0em solid; } ul, ol, dl, div { margin: 0px; padding: 0px; } li { margin-left: 1.5em; line-height: 1.5em; } dt { font-weight: bold; } dd { margin: 0em 0em 1em 2em; } blockquote, cite { margin: 0em 0em 1em 1.5em; font-size: 0.93em; width: auto;} html * { font-size: 100.01%; } .clearfix:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; } .clearfix { display: block; } .floatbox { overflow: hidden; } #ie_clearing { display: none; } label { position: absolute; top: 0em; left: -9999em; height: 1px; width: 1px; } img { margin: 0px; padding: 0px; border: none; line-height: 0px; }










/* --- global ---------------------------------------------
*/

html {
	height: 100%;
	padding: 0px;
	width: 100%;	
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

table {
	height: 100%;
	border: none;
	}
	table tr td {
		vertical-align: top;
	}

img {
	border: none;
}

.skip, .hideme, .print {
	position: absolute;
	top: 0em;
	left: -9999em;
	height: 1px;
	width: 1px;
}

.skip:focus, .skip:active {
	position: static;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
}

.hide, a.contentanchor {
	display: block;
	visibility: visible;
	width: 1px;
	height: 1px;
	background: cyan;
	position: absolute;
	left: -9999em;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.center {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}

.middle {
	vertical-align: middle;
}

.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}



/* --- page structure -------------------------------------
	positioning and style of the basic page elements
*/

body {
	background: #DFEBC4 url("img/body_bg.png") repeat;
}

#page_margins {
	background: transparent;
	border: none;
	height: 100%; 
	margin: 0 0 0 20px; 
	padding: 0px; 
	width: 100%;
}

#page {
	margin: 0px; 
	overflow: hidden;
	padding: 0px; 
	width: 995px; 
}

#header {
	background: #DFEBC4;
	border: none;
	margin: 0px 0px 8px 0px; 
	padding: 0px; 
	width: 995px; 
	height: 210px;
	}
	header_bg {
		height: 210px; 
		position: absolute;
	}
	#header	img { 
		height: 210px; 
		position: absolute; 
		right: 0px; 
	}
	.header_logo { 
		float: right;
	}
	
#nav {
	background: #FFFFFF; 
	border: none;
	border-top: 2px solid #85B916;
	border-bottom: 2px solid #85B916;
	float: left; 
	min-height: 25px; 
	height: 2.5em; 
	margin: 0px; 
	overflow: hidden; 
	padding: 0px; 
	position: absolute;
	top: 210px;
	width: 995px; 
}

#main {
	background: transparent; 
	border: none; 
	float: right; 
	margin: 3em 0px 50px 0px; 
	overflow: hidden; 
	padding: 0px; 
	position: static;
	width: 995px; 
	}
	#main_content { 
		background: transparent; 
		float: left; 
		margin: 0px; 
		width: 555px; 
		}
		#lastupdate {
			padding: 0px 0;
			text-align: right;
			width: inherit;
		}
	#main_teaser div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image { 
		margin-bottom: 0px;
	}
	#main_teaser div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
		margin-left: 0px;
	}


#navigation_bar {
	background: transparent;
	border: none;
	color: #000000;
	cursor: pointer;
	display: inline;
	float: left;
	margin: 0px 20px 0px 0px;
	overflow: hidden;
	padding: 0px;
	width: 210px;
	}
	#logos {
		background: transparent;
		border: none;
		color: #000000;
		display: inline;
		cursor: auto;
		float: left;
		margin: 0px 0px 0px 0px;
		overflow: hidden;
		padding: 0px;
		width: 210px;
	}


#right_bar {
	background: transparent;
	border: none;
	color: #000000;
	display: inline;
	float: right;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding: 0px;
	width: 210px;
	}


#footer { 
	float: left; 
	margin: 0px; 
	padding: 0px; 
	border: 1px solid #87888a; 
	width: 995px;
	background: transparent;
	overflow: hidden;
	position: static;
	clear: both;
	}
	#footer_nav_content {
		border: none;
		height: 15px;
		position: absolute;
		margin: 9px 0px 0px 0px;
		left: 230px;
		width: 390px;
	}
	.footer_nav	{ 
		float: right; 
		text-align: left; 
		width: 500px; 
		display: inline; 
		background: transparent; 
		padding: 0px; 
		margin: 0px;
		}
		.footer_nav_content { 
			float: right; 
			text-align: left; 
			display: inline; 
			background: transparent; 
			padding: 0px; 
			margin: 0px 25px 0px 0px; 
			width: 360px; 
		}
		.footer_nav_copyright { 
			float: right; 
			text-align: left; 
			display: inline; 
			background: transparent; 
			padding: 0px; 
			margin: 10px 10px 0px 0px; 
		}
		.footer_nav_copyright p { 
			padding: 0px; 
			margin: 0px; 
			line-height: 1em;
		}

#breadcrumbs, #skip {
	position: absolute;
	top: 0em;
	left: -9999em;
	margin: 0px; 
	padding: 0px; 
	}
	#breadcrumbs ul li {
		list-style-type: disc !important;
	}




/* --- text styles ----------------------------------------
	use only relative font-size values (% or em)
	
	Arial, Verdana, Helvetica, sans-serif
	"Times New Roman", Times, serif
	Courier, monospace
	
	link selectors should follow the LoVe-Follows-HAte scheme
		:link = not yet visited
		:visited = already visited
		:focus = focused by using tabulator-key
		:hover = mouse over
		:active = just clicked
*/

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75.00%;
	color: #000000;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 0px;
	font-size: 1em;
	color: #000000;
	padding: 0px;
	padding: 0px 10px 0px 10px;
	/* letter-spacing: 0.1em; WebAIM Empfehlung */
	letter-spacing: 0.0em;
	line-height: 1.1em;
	}
	h3,h4,h5,h6 {
		font-weight: normal
	}
	h1 {
		color: #85B916;
		font-size: 1.2em;
		padding: 5px 5px 5px 10px;
		}
		h1.headLayout21 {
			background: #85B916;
			border-bottom: 1px solid #85B916;
			color: #000000;
			height: 1em;
		}
		h1.headLayout22 {
			background: #85B916;
			border-bottom: 1px solid #85B916;
			color: #000000;
			height: 2em;
		}
		h1.headLayout23 {
			background: #85B916;
			border-bottom: 1px solid #85B916;
			color: #000000;
			height: 3em;
		}
		h1.headLayout24 {
			background: #FFFFFF;
			border-bottom: 1px solid #87888a;
			color: #000000;
			height: 1em;
		}
		h1.headLayout25 {
			background: #FFFFFF;
			border-bottom: 1px solid #87888a;
			color: #000000;
			height: 2em;
		}
		h1.headLayout26 {
			background: #FFFFFF;
			border-bottom: 1px solid #87888a;
			color: #000000;
			height: 3em;
		}
		h1.headLayout99 {
			color: #000000;
			margin-left: -4000px;
			position: absolute;
		}
	.contenttable h1, .csc-mailform-field h1, .contenttable h2, .csc-mailform-field h2, .contenttable h3, .csc-mailform-field h3 {
		padding-left: 0px;
	}
	h2 {
		color: #000000;
		font-size: 1.2em;
		padding: 5px 10px 5px 10px;
	}
	h3 {
		color: #000000;
		font-size: 1.2em;
		font-weight: normal;
		padding: 5px 10px 5px 10px;
	}
	h4 {
		font-size: 0.9em;
	}
	h6 {
		font-style: italic;
	}

.headline {
	background: #000000;
	border: none;
	font-size: 1.3em;
	height: 18px;
	width: 289px;
	padding: 2px 5px;
	width: 289px;
}

p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0px;
	padding: 5px 10px 10px 10px;
}

sub {
	vertical-align: sub;
}

sup {
	vertical-align: super;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
sub {
	line-height: 0px;
	font-size: 10px;
}
sup {
	line-height: 0px;
	font-size: 10px;
}
.single_content_element.column_zero .csc-textpic-text ul {
	list-style-image: url(../img/bullets_rvk.png);
	margin-left: 10px;
}

.text {
	margin: 0px;
	padding: 0px;
}

.smalltext {
	font-size: 0.8em;
	color: #929596;
}
.csc-textpic-imagewrap {
	margin: 0px;
	clear: both;
	}
	.layout100 .csc-textpic-imagewrap {
		margin: 0px 10px 0px 10px;
	}

#header {
	font-family: Times, serif;
	font-size: 100.00%;
}

#nav {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.00%;
}

#main {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.00%;
	}
	#lastupdate {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 80.00%;
	}

#footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90.00%;
	}
	#footer a {
		padding: 0px 10px 2px 10px;
		border-left: 1px solid #87888a;
		float: left;
		color: #888888;
		margin: 10px 0px 0px 0px;
		line-height: 1.0em;
	}
	#footer a:hover {
		color: #66a552;
	}
	#footer div.footer-first-child a {
		border: none;
	}
	#footer_nav_content a {
		color: #000000;
		font-size: 0.9em;
		float: left;
		line-height: 1.1em;
		margin: 0px 20px 0px 0px;
	}

hr {
	display: none;
	}
	.border-dim hr {
		border: none;
		border-bottom: 1px solid #87888a;
		display: block;
		float: left;
		height: 0px;
		margin: 0px 10px;
		width: 100%;
	}
.layout100 .border-dim hr, .layout150 .border-dim hr {
	width: 515px;
}
.layout101 .border-dim hr, .layout151 .border-dim hr {
	width: 155px;
}
.layout102 .border-dim hr, .layout152 .border-dim hr {
	width: 335px;
}
.layout103 .border-dim hr, .layout153 .border-dim hr {
	width: 110px;
}
.layout104 .border-dim hr, .layout154 .border-dim hr {
	width: 245px;
}
.layout105 .border-dim hr, .layout155 .border-dim hr {
	width: 380px;
}
.layout100 .border-dim .contenttable hr ,.layout101 .border-dim .contenttable hr ,.layout102 .border-dim .contenttable hr ,.layout103 .border-dim .contenttable hr ,.layout104 .border-dim .contenttable hr ,.layout105 .border-dim .contenttable hr {
	width: auto;
}


a {
	text-decoration: none;
	cursor: pointer;
	color: #85B916;
	}
	a:hover {
		text-decoration: underline;
	}
a.schwarz_fett, .schwarz_fett a {
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	}
	a.schwarz_fett:hover, .schwarz_fett a:hover {
		color: #85B916;
		text-decoration: underline;
	}
a.hilfe_link, .hilfe_link a {
	background: transparent url(img/help.png) right 3px no-repeat;
	border: 1px solid transparent;
	color: #ff0000;
	cursor: help;
	display: inline-block;
	font-weight: bold;
	padding-right: 9px;
	text-decoration: none;
	white-space: nowrap;
	width: auto;
	}
	a.hilfe_link:hover, .hilfe_link a:hover {
		background: #ff0000 url(img/help.gif) right 0px no-repeat;
		border: 1px solid #ff0000;
		color: #ffffff;
	}
.tx-contagged-tooltip a {
	text-decoration: none;
	cursor: pointer;
	color: #425C0A;
	}
	.tx-contagged-tooltip a:hover, .tx-contagged-tooltip-content a {
		color: #85B916;
		text-decoration: underline;
	}
	
.contenttable .bodytext {
	margin: 0px;
	padding: 0px;
}
.contenttable {
	margin: 10px;
	padding: 0px;
	width: auto !important;
}




/* --- navigation -----------------------------------------
*/

#navigation_bar ul {
	background: #DFEBC4 url("img/body_bg.png") repeat;
	border-top: 1px solid #DFEBC4;
	list-style-position: inside;
	list-style-type: none;
	margin: 0px;
	overflow: hidden;
	width: 210px;
}
#navigation_bar ul li {
	background: #FFFFFF;
	line-height: 1.5em;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	width: 500px;
}
#navigation_bar ul li a {
	color: #000000;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	white-space: nowrap;
}
#navigation_bar ul li a:hover {
	font-weight: bold;
	text-decoration: none;
}
#navigation_bar .icon {
	background: transparent url("../img/icons.png") no-repeat;
	border: none;
	float: left;
	font-weight: normal;
	height: 14px;
	margin: 0.2em 3px 3px 3px;
	padding: 0px;
	position: absolute;
	text-align: center;
	width: 14px;
	}
	#navigation_bar .icon-nav1, #navigation_bar .icon-nav1-act, #navigation_bar .icon-nav1-cur, #navigation_bar .icon-nav1-sub {
		background-position: -16px -64px;
	}
	#navigation_bar .icon-nav2, #navigation_bar .icon-nav2-act, #navigation_bar .icon-nav2-cur, #navigation_bar .icon-nav2-sub,
	#navigation_bar .icon-nav3, #navigation_bar .icon-nav3-act, #navigation_bar .icon-nav3-cur, #navigation_bar .icon-nav3-sub,
	#navigation_bar .icon-nav4, #navigation_bar .icon-nav4-act, #navigation_bar .icon-nav4-cur, #navigation_bar .icon-nav4-sub,
	#navigation_bar .icon-nav5, #navigation_bar .icon-nav5-act, #navigation_bar .icon-nav5-cur, #navigation_bar .icon-nav5-sub,
	#navigation_bar .icon-nav6, #navigation_bar .icon-nav6-act, #navigation_bar .icon-nav6-cur, #navigation_bar .icon-nav6-sub,
	#navigation_bar .icon-nav7, #navigation_bar .icon-nav7-act, #navigation_bar .icon-nav7-cur, #navigation_bar .icon-nav7-sub,
	#navigation_bar .icon-nav8, #navigation_bar .icon-nav8-act, #navigation_bar .icon-nav8-cur, #navigation_bar .icon-nav8-sub {
		background-position: -32px -64px;
	}
	#navigation_bar .icon-nav2-act,
	#navigation_bar .icon-nav3-act,
	#navigation_bar .icon-nav4-act,
	#navigation_bar .icon-nav5-act,
	#navigation_bar .icon-nav6-act,
	#navigation_bar .icon-nav7-act,
	#navigation_bar .icon-nav8-act {
		background-position: -48px -64px;
	}
	#navigation_bar .current1 .icon {
		margin-left: 3px;
	}
	#navigation_bar .current2 .icon {
		margin-left: 3px;
	}
	#navigation_bar .current3 .icon {
		margin-left: 10px;
	}
	#navigation_bar .current4 .icon {
		margin-left: 17px;
	}
	#navigation_bar .current5 .icon {
		margin-left: 24px;
	}
	#navigation_bar .current6 .icon {
		margin-left: 31px;
	}
	#navigation_bar .current7 .icon {
		margin-left: 38px;
	}
	#navigation_bar .current8 .icon {
		margin-left: 45px;
	}
#navigation_bar .current1 a {
	overflow: hidden;
	max-width: 190px;
}
	#navigation_bar .current1 a {
		margin-left: 20px;
	}
	#navigation_bar .current2 a {
		margin-left: 20px;
	}
	#navigation_bar .current3 a {
		margin-left: 27px;
	}
	#navigation_bar .current4 a {
		margin-left: 34px;
	}
	#navigation_bar .current5 a {
		margin-left: 41px;
	}
	#navigation_bar .current6 a {
		margin-left: 48px;
	}
	#navigation_bar .current7 a {
		margin-left: 55px;
	}
	#navigation_bar .current8 a {
		margin-left: 62px;
	}
#navigation_bar .cur {
	background: #85B916;
}
#navigation_bar .cur a {
	font-weight: bold;
}
#navigation_bar .cur ul li a {
	font-weight: normal;
}
#navigation_bar .cur ul li a:hover {
	font-weight: bold;
	text-decoration: none;
}
#navigation_bar .bold {
	font-weight: bold !important;
}

.child.current1 div.icon, .child.current1 a.nav1 {
	display: none;
}
.child.current1 li div.icon, .child.current1 li a.nav1  {
	display: block;
}
#navigation_bar ul li a.nav1 {
	padding: 1px 0px 0px 0px;
}
#navigation_bar ul li.current1.sub {
	display: none;
}


/* NAV reviewed */
#navigation_bar  li.current2.act {
/*	background-color: #85B916;*/
	border-left: 19px solid #85B916;
}
#navigation_bar .current2.act .icon-nav2-act {
	margin-left: -16px;
	background-position: -48px -80px;
/*	background-position: -32px -64px;*/
}
#navigation_bar .current2.act .current3 .icon {
	margin-left: 3px;
}
#navigation_bar .current2.act .current4 .icon {
	margin-left: 10px;
}
#navigation_bar .current2.act .current5 .icon {
	margin-left: 17px;
}
#navigation_bar .current2.act .current6 .icon {
	margin-left: 24px;
}
#navigation_bar .current2.act .current7 .icon {
	margin-left: 31px;
}
#navigation_bar .current2.act .current8 .icon {
	margin-left: 38px;
}
#navigation_bar .current2.act a {
	margin-left: 1px;
}
#navigation_bar .current2.act .current3 a {
	margin-left: 20px;
}
#navigation_bar .current2.act .current4 a {
	margin-left: 27px;
}
#navigation_bar .current2.act .current5 a {
	margin-left: 34px;
}
#navigation_bar .current2.act .current6 a {
	margin-left: 41px;
}
#navigation_bar .current2.act .current7 a {
	margin-left: 48px;
}
#navigation_bar .current2.act .current8 a {
	margin-left: 55px;
}
#navigation_bar .current2.act .cur .icon {
	background-position: -32px -80px;
}
#navigation_bar .current2.act .cur a {
	color: #FFFFFF;
}
#navigation_bar .current2.act .cur li a {
	color: #000000;
}
#navigation_bar .current2.act .cur li .icon {
	background-position: -32px -64px;
}

#navigation_bar .current2.cur ul {
	border-left: 19px solid #85B916;
	border-top: none;
}
#navigation_bar .current2.cur ul .current3 .icon {
	margin-left: 3px;
}
#navigation_bar .current2.cur .current3 a {
	margin-left: 20px;
}
#navigation_bar .current2.cur a {
	color: #ffffff;
}
#navigation_bar .current2.cur ul a {
	color: #000000;
}
#navigation_bar .current2.cur .icon {
	background-position: -32px -80px;
}
#navigation_bar .current2.cur ul .icon {
	background-position: -32px -64px;
}

/* --- minor page elements --------------------------------
*/

#nav_search {
	float: left;
}

#nav_language {
	float: right;
	margin: 0px 20px;
	line-height: 2.3em;
	}
	#nav_language #langmenu {
		margin: 0.7em 0em 0em 0em;
	}
	#nav_language a img {
		margin: 0px 3px;
	}
	#nav_language span {
		display: none;
	}

#printview {
	background: transparent;
	border: none;
	color: #999999;
	display: inline;
	float: right;
	height: 1.5em;
	margin: 0.5em 0px 0px 0px;
	overflow: hidden;
	padding: 0px;
	}
	#printview #fontsize {
		margin: 0px 10px 0px 0px;
		height: 17px;
		width: 160px;
		float: right;
		overflow: hidden;
		}
		#printview #fontsize span {
			color: #000000;
			float: right;
			font-size: 0.9em;
			margin: 2px 10px 0px 0px;
		}
		#printview #fontsize a span {
			display: none;
		}
	#printview #font-large, #printview #font-normal, #printview #font-small {
		background: transparent url("../img/icons.png") no-repeat;
		border: 1px solid #87888a;
		float: right;
		height: 15px;
		margin: 0px 3px 0px 0px;
		padding: 0px;
		width: 15px;
		}
		#printview #font-large {
			background-position: -208px -96px;
			}
			#printview #font-large:focus, #printview #font-large:hover {
				border: 1px solid #000000;
			}
		#printview #font-normal {
			background-position: -112px -96px;
			}
			#printview #font-normal:focus, #printview #font-normal:hover {
				border: 1px solid #000000;
			}
		#printview #font-small {
			background-position: -16px -96px;
			}
			#printview #font-small:focus, #printview #font-small:hover {
				border: 1px solid #000000;
			}
	#printview #printer {
		float: left;
		margin: 0px 3px 0px 0px;
		padding: 0px;
		width: 105px;
		}
		#printview #printer a img{
			background: transparent url("../img/icons.png") no-repeat;
			background-position: -32px -32px;
			border: 1px solid #87888a;
			height: 15px;
			width: 15px;
			}
			#printview #printer a img:focus, #printview #printer a img:hover {
				border: 1px solid #000000;
			}
			#printview #printer span {
				display: block;
				float: left;
				color: #000000;
				float: left;
				font-size: 0.9em;
				margin: 2px 10px 0px 0px;
			}
			#printview #printer a span {
				display: none;			}
	#printview #rss {
		margin: 0px 0px 0px 0px;
		width: 125px;
		float: left;
		}
		#printview #rss span {
			color: #000000;
			float: left;
			font-size: 0.9em;
			margin: 2px 0px 0px 10px;
		}
		#printview #rss a {
			background: transparent url("../img/icons.png") no-repeat -48px -32px;
			border: 1px solid #87888a;
			float: left;
			height: 15px;
			margin: 0 3px 0 15px;
			padding: 0px;
			width: 15px;
			}
			#printview #rss a:focus, #printview #rss a:hover {
				border: 1px solid #000000;
			}
		#printview #rss a span {
			display: none;
		}
#navigation_bar .single_content_element.column_three ul li {
	background: transparent;
}
.single_content_element.column_zero {
	background: transparent;
	float: left;
	margin: 0px;
}
.single_content_element.column_zero .csc-default {
	background: transparent url("../../20_ressources/img/debug.gif") repeat;
	float: left;
	margin: 0px 0px 10px 0px;
}
.single_content_element.column_two {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
}
.layout100 {
	background: #FFFFFF;
	float: left;
	margin:0 0 10px 0;
	width: 535px;
}
.layout101 {
	background: #FFFFFF;
	float: left;
	margin: 0px 5px 10px 0px;
	width: 175px;
}
.layout102 {
	background: #FFFFFF;
	float: left;
	margin: 0px 5px 10px 0px;
	width: 355px;
}
.layout103 {
	background: #FFFFFF;
	float: left;
	margin: 0px 5px 10px 0px;
	width: 130px;
}
.layout104 {
	background: #FFFFFF;
	float: left;
	margin: 0px 5px 10px 0px;
	width: 265px;
}
.layout105 {
	background: #FFFFFF;
	float: left;
	margin: 0px 5px 10px 0px;
	width: 400px;
}
.layout150 {
	background: #FFFFFF;
	float: left;
	margin: 0px 5px 0px 0px;
	width: 535px;
}
.layout151 {
	background: #FFFFFF;
	float: left;
	margin: 0px 5px 0px 0px;
	width: 175px;
}
.layout152 {
	background: #FFFFFF;
	float: left;
	margin: 0px 5px 0px 0px;
	width: 355px;
}
.layout153 {
	background: #FFFFFF;
	float: left;
	margin: 0px 5px 0px 0px;
	width: 130px;
}
.layout154 {
	background: #FFFFFF;
	float: left;
	margin: 0px 5px 0px 0px;
	width: 265px;
}
.layout155 {
	background: #FFFFFF;
	float: left;
	margin: 0px 5px 0px 0px;
	width: 400px;
}

.layout199_break {
	background: transparent;
	clear: both;
	float: left;
	height: 0px;
	margin: 0px;
	overflow: hidden;
	width: 535px;
}



/* wide layout */
.pageLayout101 #right_bar {
	display: none;
}
.pageLayout101 #main_content {
	width: 765px;
}
.pageLayout101 #main_content .layout100 {
	width: 765px;
}
.pageLayout101 #main_content .layout150 {
	width: 765px;
}
.pageLayout101 #main_content .layout199_break {
	width: 765px;
}
/* wide layout */



.csc-textpic.csc-textpic-intext-left .csc-textpic-imagewrap, .csc-textpic.csc-textpic-left.csc-textpic-above .csc-textpic-imagewrap, .csc-textpic.csc-textpic-intext-left-nowrap  .csc-textpic-imagewrap {
	/*margin: 24px 0px 0px 10px;*/ /*Auskommentiert von Frank Fischer, weil Bildabstand nach oben zu gross*/
	margin: 10px 0px 0px 10px;
}
.csc-textpic.csc-textpic-intext-right .csc-textpic-imagewrap, .csc-textpic.csc-textpic-right.csc-textpic-above .csc-textpic-imagewrap, .csc-textpic.csc-textpic-intext-right-nowrap  .csc-textpic-imagewrap {
	margin: 10px 10px 0px 0px;
}

.csc-textpic-intext-left ol, .csc-textpic-intext-left ul, .csc-textpic-intext-right ol, .csc-textpic-intext-right ul { 
	padding: 0px 10px 0px 10px;
	overflow-x: auto;
	overflow-y: auto;
	height: 1%;
}


/* --- forms ----------------------------------------------
*/

label {
	height:auto;
	left:0;
	position:relative;
	top:0;
	width:120px;
	line-height: 1.1em;
	height:auto;
	padding-left: 10px;
	position:static;
}

input {
	margin: 0px;
	padding: 0px;
	height: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	border: none;
	width: 100%;
	}
	textarea, select {
		margin: 0px;
		padding: 0px 0px 0px 5px;
		border: 1px solid #000000;
		height: 16px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		color: #555555;
	}
	select {
		height:auto;
		margin:0 0 10px 10px;
		padding:0;
		width:516px;
	}
	input[type="text"] {
		border: 1px solid #000000;
		color: #000000;
		padding: 1px;
	}
	input[type="password"] {
		border: 1px solid #000000;
		height: 18px;
	}
	input[type="radio"] {
		border: none;
		height: 12px;
		color: #000000;
		clear: both;
		margin: 0px 2px 0px 0px;
	}
	input[type="checkbox"] {
		border: none;
		border: none !important;
		height: 13px;
		width: 13px;
		color: #000000;
		padding: 1px;
	}
	input[type="file"] {
		border: 1px solid #000000;
		height: auto;
	}
	input[type="submit"] {
		background: #dddddd;
		border: 1px solid #000000;
		color: #000000;
		height: auto;
		margin: 10px;
		padding: 2px 10px;
		width: auto;
	}
	textarea {
		width: 100%;
		height: 80px;
		color: #000000;
	}

#search {
	border: 1px solid #87888a;
	color: #000000;
	float: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	height: 15px;
	margin: 7px 0px 7px 20px;
	padding: 0px;
	width: 123px;
}
.searchButton {
	background: #EEEEEE url(../img/icons.png) no-repeat -16px -32px;
	border: 1px solid #87888a;
	border-left: none;
	margin: 7px 0px 7px 0px;
	height: 15px;
	width: 15px;
}




/* --- icons ----------------------------------------------
*/

.icon {
	background: transparent url("../img/icons.png") no-repeat;
	height: 16px;
	width: 16px;
	padding: 0px;
	border: none;
	float: left;
	text-align: center;
	font-weight: normal;
	}
	
	.icon.phone { background-position: -64px -64px; }
	.icon.printer { background-position: -80px -64px; }
	.icon.email { background-position: -96px -64px; }
	.icon.pdf-icon { background-position: -16px -80px; }
	.vrs_api .icon { position: absolute; margin: -19px 0px 0px 186px; }
	.icon.infobox { background-position: -112px -64px; }
	.tt_products.icon { position: absolute; margin: -19px 0px 0px 186px; }
	.icon.shoppingcart { background-position: -128px -64px; }




/* --- column styles ----------------------------------------
*/

.layout100 input[type="text"], .layout100 input[type="password"], .layout100 input[type="file"], .layout150 input[type="text"], .layout150 input[type="password"], .layout150 input[type="file"] {
	background: #FFFFFF;
	margin: 0px 0px 10px 10px;
	width: 511px;
}
.layout101 input[type="text"], .layout101 input[type="password"], .layout151 input[type="text"], .layout151 input[type="password"] {
	background: #FFFFFF;
	margin: 0px 0px 0px 10px;
	width: 151px;
}
.layout102 input[type="text"], .layout102 input[type="password"], .layout152 input[type="text"], .layout152 input[type="password"] {
	background: #FFFFFF;
	margin: 0px 0px 0px 10px;
	width: 331px;
}
.layout103 input[type="text"], .layout103 input[type="password"], .layout153 input[type="text"], .layout153 input[type="password"] {
	background: #FFFFFF;
	margin: 0px 0px 0px 10px;
	width: 106px;
}
.layout104 input[type="text"], .layout104 input[type="password"], .layout154 input[type="text"], .layout154 input[type="password"] {
	background: #FFFFFF;
	margin: 0px 0px 0px 10px;
	width: 241px;
}
.layout105 input[type="text"], .layout105 input[type="password"], .layout155 input[type="text"], .layout155 input[type="password"] {
	background: #FFFFFF;
	margin: 0px 0px 0px 10px;
	width: 376px;
}
.layout100 textarea, .layout150 textarea {
	background: #FFFFFF;
	margin: 0px 0px 10px 10px;
	width: 510px;
}
.layout101 textarea, .layout151 textarea {
	background: #FFFFFF;
	margin: 0px 0px 10px 10px;
	width: 150px;
}
.layout102 textarea, .layout152 textarea {
	background: #FFFFFF;
	margin: 0px 0px 10px 10px;
	width: 350px;
}
.layout103 textarea, .layout153 textarea {
	background: #FFFFFF;
	margin: 0px 0px 10px 10px;
	width: 105px;
}
.layout104 textarea, .layout154 textarea {
	background: #FFFFFF;
	margin: 0px 0px 10px 10px;
	width: 240px;
}
.layout105 textarea, .layout155 textarea {
	background: #FFFFFF;
	margin: 0px 0px 10px 10px;
	width: 375px;
}
.layout100 label, .layout100 label {
	width: 480px;
}
.layout101 label, .layout101 label {
	width: 120px;
}
.layout102 label, .layout102 label {
	width: 300px;
}
.layout103 label, .layout103 label {
	width: 75px;
}
.layout104 label, .layout104 label {
	width: 210px;
}
.layout105 label, .layout105 label {
	width: 345px;
}
.csc-mailform-field {
	clear: both;
	width: 100%;
}
span.csc-mailform-radio {
	float: right;
	width: 100%;
}
input.csc-mailform-radio {
	float: left;
	margin: 0px 0px 0px 20px;
	width: 10px;
}
span.csc-mailform-radio legend {
	display: none;
}

span.csc-mailform-label {
	float: left;
	padding-left: 10px;
	}
	span.csc-mailform-label label {
		display:block;
		padding-left:0;
		width:490px;
	}
span.csc-mailform-check {
	padding-left: 10px;
	float: left;
}

.column_two input[type="text"], .column_two input[type="password"] {
	margin: 0px 0px 0px 10px;
	width: 188px;
}

.layout100 .contenttable, .layout100 .contenttable {
	width: 515px;
}
.layout101 .contenttable, .layout101 .contenttable {
	width: 120px;
}
.layout102 .contenttable, .layout102 .contenttable {
	width: 300px;
}
.layout103 .contenttable, .layout103 .contenttable {
	width: 75px;
}
.layout104 .contenttable, .layout104 .contenttable {
	width: 210px;
}
.layout105 .contenttable, .layout105 .contenttable {
	width: 345px;
}


/* --- extensions ----------------------------------------------
*/

.news-latest-gotoarchive {
	display: none;
}
.news-single-rightbox, .news-single-imgcaption, .news-latest-date, .news-latest-morelink, .news-latest-category, .news-list-category, .news-list-author, .news-list-imgcaption, .news-list-date, .news-list-browse, .news-amenu-container, .news-catmenu {
	font-size: 1.0em;
}
.news-latest-item h2, .news-latest-item p {
	margin-bottom: 5px;
}
div.news-single-item {
	padding: 10px;
}
.news-single-item h3 {
	font-weight: bold;
	line-height: 1.5em;
}
.news-single-item div, .news-single-item p, .news-single-item h1, .news-single-item h3 {
	padding-left: 0px;
}
.layout100 .border-dim .news-latest-container hr {
	width: 510px;
	padding: 0px;
	margin: 0px;
}
.browseLinksWrap {
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}
.browseLinksWrap span, .browseLinksWrap a {
	margin: 0px 5px 0px 5px;
}
.news-list-container { 
	padding: 10px 10px 10px 10px;
}
.news-list-container p, .news-list-container h1, .news-list-container h2, .news-list-container h3 { 
	padding: 0px 0px 5px 0px;
}
.news-list-container img {
	float: left;
	margin: 0px 10px 0px 0px;
}
.news-list-morelink a {
	color: #000000;
	font-weight: bold;
}
.news-list-item, .news-latest-item {
	border-bottom: 1px solid #87888a;
	margin-bottom: 10px;
}
.news-latest-item hr {
	display: none;
}


.tx-fhminischedule-pi1 table {
	padding: 10px;
	width: 100%;
}
.tx-fhminischedule-resulttitle {
	background: #e2e8d5;
	font-weight: bold;
}
.tx-fhminischedule-pi1 table td, .tx-fhminischedule-pi1 table th {
	border-bottom: 1px solid #e2e8d5;
	padding: 5px;
}
.tx-fhminischedule-pi1 table li {
	list-style-type: none;
	margin-left: 0px;
}
.tx-fhminischedule-pi1 .pdf-icon {
	margin: 4px 0px 0px 0px;
}
.tx-fhminischedule-pi1 .speakerExt div.tx_fhminischedule_select {
	padding: 10px 0px 0px 0px;
}
.tx_fhminischedule_select select {
	height: 20px;
	margin: 0px 0px 10px 0px;
}




#tx-ttproducts-pi1-list {
	padding-bottom: 10px;
}	
#tx-ttproducts-pi1-list .listitem {
	position: relative;
	min-height: 150px;
}
#tx-ttproducts-pi1-list .listitem h3 {
	font-size: 1.2em;
	margin: 10px 0px 0px 0px;
}
#tx-ttproducts-pi1-list .listitem p {
	margin: 10px 0px 0px 10px;
	padding: 0px;
	width: 405px;
	float: right;
}
#tx-ttproducts-pi1-list .listitem .product-image {
	float: left;
	height: 150px;
	margin: 10px 0px 0px 10px;
	width: 100px;
}
#tx-ttproducts-pi1-list .listitem input[type="text"] { 
	width: 40px;
}
#tx-ttproducts-pi1-list .listitem .listitem_subheader, #tx-ttproducts-pi1-list .listitem .product_note {
	display: none;
}
#tx-ttproducts-pi1-list .listitem_subheader, #tx-ttproducts-pi1-list .product_note, #tx-ttproducts-pi1-list .bodytext {
	float: left;
	width: 405px;
}
#tx-ttproducts-pi1-list .listitem .product_variant, #tx-ttproducts-pi1-list .listitem .price, #tx-ttproducts-pi1-list .listitem .order_form {
	float: left;
	margin: 10px 0px 0px 10px;
	width: 405px;
	float: right;
}
#tx-ttproducts-pi1-list .listitem .price {
	color: #85B916;
	text-align: left;
	width: 405px;
}
#tx-ttproducts-pi1-list .listitem .order_form {
	float: right;
	margin: 10px 10px 10px 0px;
	width: 405px;
	}
	#tx-ttproducts-pi1-list .listitem .order_form label {
		float: left;
		padding: 0px;
		width: 405px;
	}
	#tx-ttproducts-pi1-list .listitem .order_form input {
		float: left;
		margin: 10px 10px 0px 0px;
		padding: 2px 3px;
	}
	#tx-ttproducts-pi1-list .listitem select {
		float: left;
		height: 23px;
		margin: 0px;
		padding: 0px;
	}
	#tx-ttproducts-pi1-list .listitem .order_form input[type="submit"] {
		padding: 2px 3px 1px 3px;
	}
#tx-ttproducts-pi1-list .listitem .clear_right {
	border-bottom: 1px solid #87888a;
	clear: both;
	margin: 0px 10px 10px 10px;
	width: 515px;
}
#tx-ttproducts-pi1-list .listitem select {
	width: auto;
}




.tx-contagged {
	padding: 10px;
}
.tx-contagged input.tx-contagged-searchbox-sword {
	margin: 10px 10px 0px 0px;
	padding: 3px 1px 2px 1px;
	width: 200px;
}
.tx-contagged .tx-contagged-list {
	border-top: 1px solid #87888a;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}
.tx-contagged .tx-contagged-list dd {
	margin: 0px;
	padding: 0px 0px 5px 10px;
}
.tx-contagged .tx-contagged-list dd.tx-contagged-navlink {
	border-bottom: 1px solid #87888a;
	padding: 0px 0px 15px 10px;
}
.tx-contagged .tx-contagged-list dt {
	margin: 0px;
	padding: 10px 0px 5px 0px;
}
.tx-contagged-single dt {
	font-size: 1.2em;
	padding: 20px 0px 5px 0px;
}
span.tx-contagged-tooltip a {
	border-bottom: 1px dotted #425C0A;
}
 span.tx-contagged-tooltip-content a {
	border: none;
}



.tx-irfaq-pi1 {
	padding: 10px;
}
.tx-irfaq-pi1 .tx-irfaq-pi1 {
	padding: 0px;
}
#main .tx-irfaq-pi1 input {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#main .tx-irfaq-pi1 p {
	padding: 0px;
}
#main .tx-irfaq-pi1 dl p {
	padding: 10px 0px;
}
#main .tx-irfaq-pi1 .irfaq-search-form-submit input {
	padding: 0px;
	margin: 0px;
}
#main .tx-irfaq-pi1 .additional-info {
	border: none;
	border-bottom: 1px solid #87888a;
	padding: 0px 0px 10px 0px;
}
#main .tx-irfaq-pi1 ul li a {
	color: #85B916;
}
#main .tx-irfaq-pi1 ul {
	list-style-image:url("../img/bullets_rvk.png");
	margin-left:10px;
}




.tooltip {
	background: transparent url("../img/memo_bg.png") no-repeat;
	display: none;
	height: 76px;
	padding: 10px 0px 0px 0px;
	width: 152px
}
.tooltip a {
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 152px
}
.tooltip p {
	color: #FFFFFF;
	float: left;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 152px
}




#main_content div.tx-kmlocator-pi1 {
	margin-top: 0px;
}
#main_content .tx-kmlocator-pi1 #main, #main_content .tx-kmlocator-pi1 #leftcol { 
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
}
#main_content .tx-kmlocator-pi1 #gmap, #main_content .tx-kmlocator-pi1 #map_layer {
	border: none;
}
#main_content .tx-kmlocator-pi1 #map_layer {
	border: 1px solid #000000;
	width: 513px;
}
#main_content .tx-kmlocator-pi1 .headline_first, #main_content .tx-kmlocator-pi1 .advsearch_criteria {
	display: none;
}
#main_content .tx-kmlocator-pi1 .search_inner {
	background: #ffffff;
	border: none;
	margin: 0px 10px;
	padding: 0px;
}
#main_content .tx-kmlocator-pi1 #results {
	clear: both;
	margin: 0px 0px 0px 10px;
	overflow: hidden;
}
#main_content .tx-kmlocator-pi1 #results div {
	border: none;
	float: left;
	margin: 0px;
}
#main_content .tx-kmlocator-pi1 #results div.partnerLocationWrapper {
	width: 450px;
}
#main_content .tx-kmlocator-pi1 #results div.imageWrapper {
	width: 30px;
}
#main_content .tx-kmlocator-pi1 #results .results_border {
	border: none;
	margin-bottom: 10px;
	padding: 0px 0px 10px 0px;
	width: 515px;
}
#main_content .tx-kmlocator-pi1 #results .results_border ul {
	margin-left: 0px;
	margin-top: 15px;
}
#main_content .tx-kmlocator-pi1 #results .results_border li {
	clear: both;
}
#main_content .tx-kmlocator-pi1 #results .results_border li.first {

}
#main_content .tx-kmlocator-pi1 #overlay ul.tabs {
	display: none
}
#main_content #overlay .bottom {
	display: none;
}
#main_content .tx-kmlocator-pi1 .floatImage {
	width: 21px;
}
#main_content .tx-kmlocator-pi1 #overlay {
	padding: 0px 0px 25px 44px;
}
#main_content .tx-kmlocator-pi1 #overlay .inside {
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #000000;
}
#main_content .tx-kmlocator-pi1 #overlay .inside a {
	color: #85B916;
	}
	#main_content .tx-kmlocator-pi1 #overlay .inside a:hover {
		color: #000000;
	}
#main_content .tx-kmlocator-pi1 #overlay .close {
	top: 10px;
	right: 12px;
}
#main_content .tx-kmlocator-pi1 #overlay_tab p { 
	color: #000000;
}
#main_content .tx-kmlocator-pi1 .partnerLocationWrapper h4 {
	font-size: 1.0em;
	font-weight: bold;
	padding-left: 0px;
}
#main_content #direction_tab {
	border-top: 1px solid #87888A;
	margin-top: 5px;
}
#main_content #countresults p {
	color: #85B916;
	font-size: 1.2em;
	font-weight: bold;
}


/* fh_memo */



/* tt_products */
/* fake buttons */
.fake-button  {
	background:none repeat scroll 0 0 #DDDDDD;
	border:1px solid #000000;
	color:#000000;
	font-size:12px;
	height:auto;
	margin:0px;
	padding:3px 15px;
	text-decoration:none;
	float: left;
}
.fake-button:hover {
	text-decoration:none;
}
.tt-products input[type="text"],
.tt-products input[type="password"], 
.tt-products input[type="file"], 
.tt-products input[type="text"], 
.tt-products input[type="password"], 
.tt-products input[type="file"] {
	width:50px;
}
/* tt_products_minibasket */
.tt-products {

	}
	.tt-products p {
		padding-left:0;
		padding-right:0;
	}
	.tt-products .bold {
		font-weight: bold;
	}

.tt_products_minibasket {
	padding: 0px;
	}
	.tt_products_minibasket .basket-line {
		border-bottom:1px solid #87888A;
		margin:5px 0;
	}
	.tt_products_minibasket .shoplinks {
		margin: 15px 0 6px 0;
		padding: 0 0 16px 10px;
	}
	.tt_products_minibasket .basket {
		padding: 10px;
		background: #e2e8d5;
		}
		.tt_products_minibasket .basket p {
			padding:0;
		}
/* tt_products_item_list */
.tt_products_item_list {

	}
	.tt_products_item_list .category_title {

	}
	.tt_products_item_list .listitem {
			padding: 0 10px;
		}
		.tt_products_item_list .listitem h3 {
			border-bottom:1px solid #87888A;
			color: #85B916;
			font-weight: bold;
			margin: 0;
			padding: 5px 0;
		}
		#tx-ttproducts-pi1-list .tt_products_item_list .listitem .product-image {
			float:left;
			height:auto;
			margin:10px 0 0 0;
			width:100px;
		}
		#tx-ttproducts-pi1-list .tt_products_item_list .listitem .order_form {
			float:right;
			margin:10px 10px 10px 0;
			width:395px;
		}
		#tx-ttproducts-pi1-list .tt_products_item_list .listitem .clear_right {
			border-bottom:none;
			clear:both;
			margin:0 10px 10px;
			width:515px;
		}
#tx-ttproducts-pi1-single {
	padding: 10px 10px;
	}
	#tx-ttproducts-pi1-single .tt_products_item_single_display h1 {
		border-bottom:1px solid #87888A;
	}
	#tx-ttproducts-pi1-single .tt_products_item_single_display .product-image {
		float:left;
		height:auto;
		margin:10px 0 0 0;
		width:100px;
	}
	#tx-ttproducts-pi1-single .tt_products_item_single_display .subheader,
	#tx-ttproducts-pi1-single .tt_products_item_single_display .product_note,
	#tx-ttproducts-pi1-single .tt_products_item_single_display .summary,
	#tx-ttproducts-pi1-single .tt_products_item_single_display .order_form,
	#tx-ttproducts-pi1-single .tt_products_item_single_display .list_link  {
		float:right;
		margin:10px 10px 10px 10px;
		width:375px;
	}
	#tx-ttproducts-pi1-single .tt_products_item_single_display .clear_right {
		border-bottom:none;
		clear:both;
		margin:0 10px 10px;
		width:515px;
	}

/* tt_products_basket */
.tt_products_basket {
	padding: 10px;
	}
	.tt_products_basket .basket-content {
		border-bottom: 1px dotted #000000;
		margin-bottom:20px;
		padding-bottom:20px;
	}
	.tt_products_basket .basket-content h2 {
		border-bottom:1px solid #87888A;
		color: #85B916;
		font-weight: bold;
		margin: 0;
		padding: 5px 0;
	}
	.tt_products_basket .basket_items {
		width: 100%;
		margin: 20px 0;
		}
		.tt_products_basket table.basket_items td {
			margin:5px 0;
			padding:5px 0;
			padding:0 5px;
		}
		.tt_products_basket .basket_items thead th {
			color:#000000;
			font-size:1.0em;
			padding:5px;
			font-weight:bold;
			background: #e2e8d5;
		}
		.tt_products_basket .basket_items tbody td {
			background: #FFFFFF;
			border-bottom: 1px solid #e2e8d5;
			vertical-align:middle;
			height: 3em;
		}
		.tt_products_basket .basket_items tfoot td {
			background: #e2e8d5;
			border-top: 1px solid #ffffff;
		}
		.tt_products_basket .basket_items .listitem {
			border-bottom: 1px solid #000000;
		}
		.tt_products_basket .basket_items .listitem  input {
			margin-left: 0;
			margin-bottom:0;
		}
		.tt_products_basket .basket_items tfoot td {
			color:#000000;
			font-size:1.0em;
			padding:5px 5px;
			font-weight:bold;
		}
		.tt_products_basket .basket_items .quantity ,
		.tt_products_basket .basket_items .product ,
		.tt_products_basket .basket_items .price  {
			border-right: 1px solid #e2e8d5;
		}
		.tt_products_basket .basket_items td.quantity {
			text-align: center;
		}
		.tt_products_basket .basket_items td.price,
		.tt_products_basket .basket_items td.total  {
			text-align: right;
		}

	.tt_products_basket .delivery {
		margin-bottom:20px;
		padding-bottom:20px;
		border-bottom: 1px dotted #000000;
		}
		.tt_products_basket .delivery h2 {
			color: #85B916;
			font-weight: bold;
			margin: 0;
			padding: 5px 0;
		}
		.tt_products_basket .delivery label {
			width: 100px;
			padding-left:0px;
		}
		.tt_products_basket .delivery input {
			width: 20px;
			margin:10px;
		}
	.tt_products_basket .payment {
		margin-bottom:20px;
		padding-bottom:20px;
		}
		.tt_products_basket .payment h2 {
			color: #85B916;
			font-weight: bold;
			margin: 0;
			padding: 5px 0;
		}
		.tt_products_basket .payment label {
			width: 100px;
			padding-left:0px;
		}
		.tt_products_basket .payment input {
			width: 20px;
			margin:10px;
		}




/* tt_products_basket_info */

.page_navigation {
	background: #E2E8D5;
	height: 16px;
	margin: 0 10px;
	padding: 7px 0px 7px 0;
	text-align: center;
	}
	.page_prev {
		display: inline;
	}
	.page_next {
		display: inline;
	}

.tt_products_basket_info {
	padding: 10px;
	}
	.tt_products_basket_info h2 {
		border-bottom:1px solid #87888A;
		color: #85B916;
		font-weight: bold;
		margin: 0;
		padding: 5px 0;
	}
	.tt_products_basket_info .billing_address label {
		padding-left:0px;
	}
	.tt_products_basket_info .billing_address input {
		width:511px;
		margin-left: 0px;
	}
	
	.tt_products_basket_info .billing_address_info {
		padding-bottom:20px;
	}
	.tt_products_basket_info .billing_address {
		padding-bottom:20px;
	}
	.tt_products_basket_info .trading_conditions {
		padding-bottom:20px;
	}
	.tt_products_basket_info .notes {
		padding-bottom:20px;
	}
	
	.tt_products_basket_info .notes label {
		padding-left:0px;
	}
	.tt_products_basket_info .notes textarea {
		width:511px;
		margin-left: 0px;
	}
	
	




/* confirmation */
	
.tt_products_basket_payment {
	padding: 10px;
	padding-bottom:0px;
	}
	.tt_products_basket_payment h2{
		border-bottom:1px solid #87888A;
		color: #85B916;
		font-weight: bold;
		margin: 0;
		padding: 5px 0;
	}
	.tt_products_basket_payment .basket-content {
		border-bottom: 1px dotted #000000;
		margin-bottom:20px;
		padding-bottom:20px;
	}
	.tt_products_basket_payment .basket-content h2 {
		border-bottom:1px solid #87888A;
		color: #85B916;
		font-weight: bold;
		margin: 0;
		padding: 5px 0;
	}
	.tt_products_basket_payment .basket_items {
		width: 100%;
		margin: 10px 0;
		}
		.tt_products_basket_payment table.basket_items td {
			margin:5px 0;
			padding:5px 0;
			padding:0 5px;
		}
		.tt_products_basket_payment .basket_items thead th {
			color:#000000;
			font-size:1.0em;
			padding:5px 0px;
			font-weight:bold;
			background: #DDDDDD;
		}
		.tt_products_basket_payment .basket_items tbody td {
			background: #FFFFFF;
			border-bottom: 1px solid #DDDDDD;
			vertical-align:middle;
			height: 3em;
		}
		.tt_products_basket_payment .basket_items tfoot td {
			background: #DDDDDD;
			border-top: 1px solid #ffffff;
		}
		.tt_products_basket_payment .basket_items .listitem {
			border-bottom: 1px solid #000000;
		}
		.tt_products_basket_payment .basket_items .listitem  input {
			margin-left: 0;
			margin-bottom:0;
		}
		.tt_products_basket_payment .basket_items tfoot td {
			color:#000000;
			font-size:1.0em;
			padding:5px 5px;
			font-weight:bold;
		}
		.tt_products_basket_payment .basket_items .quantity ,
		.tt_products_basket_payment .basket_items .product ,
		.tt_products_basket_payment .basket_items .price  {
			border-right: 1px solid #DDDDDD;
		}
		.tt_products_basket_payment .basket_items td.quantity {
			text-align: center;
		}
		.tt_products_basket_payment .basket_items td.price,
		.tt_products_basket_payment .basket_items td.total  {
			text-align: right;
		}
	
.delivery-payment  {
	padding: 10px;
	padding-bottom:0px;
	}
	.delivery-payment h3{
		border-bottom:1px solid #87888A;
		color: #85B916;
		font-weight: bold;
		margin: 0;
		padding: 5px 0;
	}

.invoice_address  {
	padding: 10px;
	padding-bottom:0px;
	}
	.invoice_address h2{
		border-bottom:1px solid #87888A;
		color: #85B916;
		font-weight: bold;
		margin: 0;
		padding: 5px 0;
	}

.note  {
	padding: 10px;
	padding-bottom:0px;
	}
	.note h2{
		border-bottom:1px solid #87888A;
		color: #85B916;
		font-weight: bold;
		margin: 0;
		padding: 5px 0;
	}
	dl.note {
		padding: 0;
	}

.price_summary  {
	padding: 10px;
	}
	.price_summary h2{
		border-bottom:1px solid #87888A;
		color: #85B916;
		font-weight: bold;
		margin: 0;
		padding: 5px 0;
	}
	.price_summary span {
		float: right;
	}


/* thx */
.tt-products-thx {
	padding: 10px;
	}
	.tt-products-thx h2 {
		border-bottom:1px solid #87888A;
		color: #85B916;
		font-weight: bold;
		margin: 0;
		padding: 5px 0;
	}
	.tt-products-thx p {

	}

/* tt_products_basket_required_info_missing */
.tt_products_basket_required_info_missing {
	padding: 10px;
}


/* overrides */

.tt-products dl dt {
clear:both;
float:left;
width:130px;
line-height:2em;
}
.tt-products dl dd {
float:left;
margin:0;
width:350px;
line-height:2em;
}
.tt-products label {
float:left;
padding-left:0;
width:130px;
line-height: 1.5em;
font-weight: normal;
}
.tt-products label.tx-srfeuserregister-pi1-password-again {
font-weight:normal;
}
.tt-products input[type="radio"], .tt-products input[type="checkbox"]  {
clear:left;
float:left;
margin:0 10px 0 0;
width:auto;
}
.tt-products .quantity input[type="text"] {
width: 30px;
text-align:center;
}
.tt-products input[type="file"], .tt-products input[type="text"], .tt-products input[type="password"] {
margin-left:0;
width:250px;
}
.tt-products input[type="input"] {
border:1px solid #000000;
width:250px;
}
.tt-products div.hairline {
border-bottom:1px solid #000000;
clear:both;
margin-bottom:20px;
padding-bottom:25px;
}
.tt-products .trading_conditions label {
width: auto;
}
.tt-products .submit.cancel {
	float: left;
	margin:0;
	width: auto;
}
.tt-products input[type="submit"] {
	margin:0;
}
.tt-products input[type="submit"].submit {
	float:right;
	margin:0;
}
.tt-products div.clearer {
	clear: both;
}

.tt_products_basket_payment .form_control {
	padding-bottom: 10px;
}
#tx-ttproducts-pi1-overview {
display: none;
}




/* indexed_search start */

.tx-indexedsearch {
	padding: 10px;
	}
	.tx-indexedsearch p {
		padding: 5px 0 0;
	}
	.tx-indexedsearch select {
		margin: 0 0 10px 0;
	}

.tx-indexedsearch-searchbox.searchbox-tmpl-css {
	padding-bottom:10px;
	}
	.tx-indexedsearch-searchbox.searchbox-tmpl-css label {
		width:125px;
		padding: 0px;
		font-weight: bold;
	}
	.tx-indexedsearch-searchbox.searchbox-tmpl-css .tx-indexedsearch-form ,
	.tx-indexedsearch-searchbox.searchbox-tmpl-css .tx-indexedsearch-search-for,
	.tx-indexedsearch-searchbox.searchbox-tmpl-css .tx-indexedsearch-search-in,
	.tx-indexedsearch-searchbox.searchbox-tmpl-css .tx-indexedsearch-search-select-section,
	.tx-indexedsearch-searchbox.searchbox-tmpl-css .tx-indexedsearch-search-select-order,
	.tx-indexedsearch-searchbox.searchbox-tmpl-css .tx-indexedsearch-search-select-results,
	.tx-indexedsearch-searchbox.searchbox-tmpl-css .tx-indexedsearch-search-select-group,
	.tx-indexedsearch-searchbox.searchbox-tmpl-css .tx-indexedsearch-search-select-group-2 {
		padding:5px 0;
	}
	.tx-indexedsearch-searchbox.searchbox-tmpl-css .tx-indexedsearch-searchbox-sword.sword{
		width: 125px;
		margin:0px;
	}
	.tx-indexedsearch-searchbox.searchbox-tmpl-css .tx-indexedsearch-searchbox-button.submit {

	}

.tx-indexedsearch-whatis {
	color: #85B916;
	height:1em;
	font-weight: bold;
	font-size:1.2em;
	padding:5px 0px;
}

/* pagebrowser */

.tx-indexedsearch-browsebox {
	clear:both;
	height: 1em;
	padding: 0px 0;
	}
	.tx-indexedsearch-browsebox p {
		font-size:1em;
		line-height:1.5em;
		margin:0;
		padding:5px 0 10px;
	}
	.tx-indexedsearch-browsebox ul.browsebox {
		
	}
	.tx-indexedsearch-browsebox ul.browsebox li {
		float:left;
		margin:0 10px 0 0;
	}

/* results */

.tx-indexedsearch-res {
	clear:both;
	padding:10px 0;
	}
	.tx-indexedsearch-res strong.tx-indexedsearch-redMarkup {
		color: #85B916;
	}
	.tx-indexedsearch-res .table-content {
		background: transparent;
		}
		.tx-indexedsearch-res .table-content:hover {
			background: #DFEBC4;
		}
		.tx-indexedsearch-res .table-content .col-1 {
			width: 75px;
			border-right:1px solid #DFEBC4;
			border-top:1px solid #DFEBC4;
			border-bottom:1px solid #DFEBC4;
		}
		.tx-indexedsearch-res .table-content .col-2 {
			width: 450px;
			border-top:1px solid #DFEBC4;
			border-bottom:1px solid #DFEBC4;
		}
	.tx-indexedsearch-res .rating {
		padding:10px 0 0 10px;
		font-weight: bold;
	}
	.tx-indexedsearch-res .title {
		padding:10px 0px 0px 10px;
		font-weight: bold;
	}
	.tx-indexedsearch-res .title a,
	.tx-indexedsearch-res .title a:hover {
		text-decoration: underline;
		color: #85B916;
	}
	.tx-indexedsearch-res .desc-long {
		padding:5px 0 5px 10px;
	}
	.tx-indexedsearch-res .desc-short {
		padding:5px 0 5px 10px;
	}
	.tx-indexedsearch-res .desc-sub {
		padding:5px 0 5px 10px;
	}



/* fe_login start */

/* autosuggest */

.suggestionsBox {
	background-color:#FFFFFF;
	border:1px solid #000000;
	color:#000000;
	left:240px;
	margin:1px 0 0;
	position:absolute;
	width:513px;
	z-index:100;
	opacity: 0.90;
	filter: alpha(opacity=90);
}

.suggestionList {
	margin: 0px;
	padding: 0px;
	}
	.suggestionList li {
		list-style:none outside none;
		margin: 1px;
		padding: 3px;
		cursor: pointer;
	}
	.suggestionList li:hover {
		background-color: #85B916;
		color: black;
		font-weight: bold;
	}



.tx_fhminischedule_select {
	margin-left:10px;
	padding-top:10px;
	}
	.tx_fhminischedule_select label {
		padding:0;
	}
	.tx_fhminischedule_select select {
		height:20px;
	}
	.tx_fhminischedule_select input[type="text"]#tx_fhminischedule_pi1_autosuggest_field {
		margin:0px;
	}


/* loginbox */

.tx-felogin-pi1 {
	padding: 10px;
	}
	.tx-felogin-pi1 div {
		padding-bottom: 10px;
		line-height:1.5em;
	}
	.tx-felogin-pi1 h3 {
		padding: 5px 0;
		color:#85B916;
		font-size:1.2em;
		font-weight: bold;
	}
	.tx-felogin-pi1 fieldset {
		border: none;
	}
		.tx-felogin-pi1 fieldset legend {
			display: none;
		}
		.tx-felogin-pi1 fieldset div {
			padding-bottom: 0px;
		}
	.tx-felogin-pi1 label {
		padding-left:0px;
		font-weight: bold;
		float: none;
	}
	.tx-felogin-pi1 input[type="text"],
	.tx-felogin-pi1 input[type="password"] {
		margin:0 0 10px 0px;
		width:188px;
	}
	.tx-felogin-pi1 input[type="submit"]  {
		margin:0;
	}
	.tx-felogin-pi1 p {
			padding: 10px 0;
		}
		.tx-felogin-pi1 p a {
			float: right;
		}
	
	.tx-felogin-pi1 .pw-forgotten {
		
		}
		.tx-felogin-pi1 .pw-forgotten {
			
		}


/* fe_login end */


/* sr_feuser_register start */

/* register form */

.tx-srfeuserregister-pi1 {
	padding: 10px;
	}
	.tx-srfeuserregister-pi1 div.hairline {
		border-bottom:1px solid #000000;
		margin-bottom:20px;
		padding-bottom:25px;
	}
	.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-submit {
		float: right;
	}
	.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-submit.cancel {
		float: left;
	}
	.tx-srfeuserregister-pi1 p {
		padding-left: 0;
		padding-right: 0;
	}
	.tx-srfeuserregister-pi1 fieldset {
		border: none;
	}
	.tx-srfeuserregister-pi1 fieldset legend {
		/* display: none; */
		line-height:1.5em;
		padding-bottom:10px;
	}
	.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice {
		padding: 5px 0px;
	}
	.tx-srfeuserregister-pi1 input[type="input"] {
		border:1px solid #000000;
	}
	.tx-srfeuserregister-pi1 input[type="file"],
	.tx-srfeuserregister-pi1 input[type="text"],
	.tx-srfeuserregister-pi1 input[type="password"]	{
		margin-left: 0;
	}
	.tx-srfeuserregister-pi1 select {
		margin-bottom: 10px;
		width:100%;
		height:auto;
		margin-left: 0;
	}
	.tx-srfeuserregister-pi1 dl {
		margin:0;
		}
		.tx-srfeuserregister-pi1 dt {
			margin:0;
		}
		.tx-srfeuserregister-pi1 dd {
			margin:0 0 10px;
		}
	.tx-srfeuserregister-pi1 label.tx-srfeuserregister-pi1-password-again {
		font-weight: bold;
	}

p.tx-srfeuserregister-pi1-error {
	color: #ff0000;
	font-weight: bold;
	padding: 0;
}

/* edit form */

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash {
	padding-left: 0;
	padding-right: 0;
	font-weight: bold;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-submit {
	margin:0px;
}





/* review */

.tx-srfeuserregister-pi1 dl{

	}
	.tx-srfeuserregister-pi1 dl dt {

		}
		.tx-srfeuserregister-pi1 dl dd div {
			margin:0 0 10px 10px;
		}

.tx-srfeuserregister-pi1 h2 {
	padding: 5px 0;
	color:#85B916;
	font-size:1.2em;
	font-weight: bold;
}


.tx-srfeuserregister-pi1 dl dd .tx-srfeuserregister-pi1-imageupload {
	margin:0 0 10px 0px;
}
.tx-srfeuserregister-pi1 dl dd .tx-srfeuserregister-pi1-file-view {
	margin:0 5px;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon {
	width: auto;
	margin:0 5px;
	vertical-align:text-bottom;
}


/* thanks */

.tx-srfeuserregister-pi1-thx {

	}
	.tx-srfeuserregister-pi1-thx h2 {
		padding: 5px 0;
		color:#85B916;
		font-size:1.2em;
		font-weight: bold;
	}
	.tx-srfeuserregister-pi1-thx p {
		padding: 0;
	}
	.tx-srfeuserregister-pi1-thx #tx-srfeuserregister-pi1-fe_users_form {
		padding-top: 10px;
	}
	.tx-srfeuserregister-pi1-thx input[type="submit"] {
		margin: 0;
	}


/* feuserinfo */

.feuserinfo {

	}
	.feuserinfo.icon {
		background-position:-112px -64px;
		margin:5px 0 0 186px;
		position:absolute;
	}
	.feuserinfo .feuserinfo-image {
		padding:10px;
		float:left;
	}
	.feuserinfo .feuserinfo-name {
		font-weight: bold;
		padding:10px 0 5px 10px;
	}
	.feuserinfo .feuserinfo-company {
		padding: 5px 0 5px 10px;
	}
	.feuserinfo .feuserinfo-profile-link {
		padding: 5px 10px 10px 10px;
	}
	.feuserinfo .clearer {
		clear:both;
	}



/* overrides */
.tx-srfeuserregister-pi1 label {
	font-weight: normal;
	padding: 0;
	display: block;
	margin:0 0 5px;
}

.tx-srfeuserregister-pi1 label.tx-srfeuserregister-pi1-password-again {
font-weight:normal;
}

.tx-srfeuserregister-pi1 select.tx-srfeuserregister-pi1-tx_ttnewsnotifier_cat {
height: auto;
}
.tx-srfeuserregister-pi1 div.hairline {
border-bottom:1px solid #000000;
clear:both;
margin-bottom:20px;
padding-bottom:25px;
}

.tx-srfeuserregister-pi1-captcha-response {
clear:both;
}

.tx-srfeuserregister-pi1-gender-0,
.tx-srfeuserregister-pi1-gender-1 {
	float: left;
	width: auto;
}

.tx-srfeuserregister-pi1-radio {
	width: auto;
	float: left;
}




/* captcha */
.captcha_image {
	padding: 10px;
	display:block;
}

.csc-mailform-field img {
padding: 10px;
	display:block;
}

.simple_overlay { top: 0px; left: -9999px; position: absolute; }


@media aural,braille,emboss,tactile {
 
body .hidemobile {display:none !important;}
  
}

embed,object {
	padding: 0px;
	margin: 5px 10px 10px 10px;
}

.back  {
	background-image:url("/typo3conf/ext/buyabus/res/img/back_16x16.png");
	background-repeat:no-repeat;
	padding-left:20px;
	height: 22px;
	float: left;
}

.bab-icon {
	padding-bottom:2px;
	/* padding-top:4px; */
	/* vertical-align:text-bottom; */
	width:auto;
	/* line-height: 22px; */
	clear: none;
}