body {
	background: url(../images/bvg_back.png) top repeat-x !important;
}
h1 {
	font-size: 1.4em !important;
}
h2 {
	font-size: 1.3em !important;
}
h3 {
	font-size: 1.2em !important;
}
h4 {
	font-size: 1.1em !important;
}
h1, h2, h3, h4 {
	padding: 0 0 10px 0 !important;
}
#root {
	background: url(../images/root_back.png) top left repeat-y;
	padding: 0 0 20px 0;
}
#header {
	height: 145px;
	background: url(../images/header.png) top left no-repeat;
}
#header-search {
	padding: 15px 0 0 0;
}
#header-search label {
	font-size: 0.7em;
	color: #fff;
}
#header-search input {
	margin: 5px 0 0 0;
}
#sub_header {
	height: 187px;
	background: url(../images/sub_header_back.png) top left no-repeat;
	position: relative;
}
#sub_header_nav {
	position: absolute;
	bottom: 0;
	left: 0;
}
#vertical_spacer {
	height: 20px;
	background-color: #fff;
}
#mainnavi {
}
#mainnavi ul {
	width: 82% !important;
	padding: 10px 0 10px 27px;
	font-size: 12px;
	font-weight: bold;
	line-height: 110%;
}
#mainnavi ul li {
	padding: 0 0 10px 0;
}
#mainnavi ul li:hover, #mainnavi ul li.active, #mainnavi ul li.mainnavi_sub_active {
	list-style-image: url(../images/navi_dot.gif);
}
#mainnavi ul li a {
	text-decoration: none;
	color: #4a5d85;
}
#mainnavi ul li ul.mainnavi_sub {
	padding: 10px 0 0 19px;
}
#navi_flag {
	padding: 0 0 0 26px;
}
#navi_flag img {
	border: 0;
}
#content {
	line-height: 125%;
	position: relative;
}
#content a {
	font-weight: bold;
	text-decoration: none;
	color: #ff9428;
}
#content a:hover {
	text-decoration: underline;
}
#content_text {
	padding: 10px 20px 0 0;
	font-size: 0.8em;
}
.forum {
	padding: 10px 30px 10px 30px !important;
}

.tx-mmforum-table td {
	font-size: 1em !important;
}

#content_text p,  #infobox_content p {
	padding: 0 0 20px 0;
}
#content_text p.align-center {
	text-align: center !important;
}
#content_text h1,  #content_text h2,  #content_text h3,  #content_text h4,  #content_text h5,  #content_text h6 {
	color: #8d99ad;
	position: relative;
	left: -14px;
}
#content_text h1.csc-firstHeader {
	padding: 0 0 20px 0 !important;
}
#content_text ul {
	padding: 0 0 20px 29px;
	list-style-type: square;
}
#content_text ol {
	padding: 0 0 20px 29px;
	list-style-type: decimal;
}
#content_text .csc-textpic-caption {
	font-size: 0.9em;
}
#infobox {
	width: 705px;
	/* height: 161px; */

	margin: 0 0 20px 0;
	background: url(../images/box_bg.png) top left repeat-y;
	position: relative;
	left: -15px;
}
#infobox_content {
	padding: 15px 140px 20px 20px;
	background: url(../images/box_top.png) top left no-repeat;
	font-size: 0.8em;
	color: #1a2e58;
}
#infobox_bottom {
	height: 22px;
	background: url(../images/box_bottom.png) top left no-repeat;
}
#infobox_content a,  #smallbox_content a {
	color: #1a2e58;
	text-decoration: none;
	font-weight: bold;
}
#smallbox {
	height: 165px;
	background: url(../images/box_small.png) top right no-repeat;
}
#smallbox_content {
	padding: 15px 14px 20px 15px;
	font-size: 0.8em;
	color: #1a2e58;
	line-height: 25px;
}
/* Powermail */

	/* Form */

span.powermail_mandatory {
	/* Color of mandatory error message */

	color: red;
}
input.validation-failed,  textarea.validation-failed {
	/* Background color if validation failed 

	background-color: red;*/

	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */

	color: red;
	margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */

	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */

	font-weight: bold;
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */

	display: block;
	width: 200px;
	float: left;
	clear: both;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,  fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,  fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */

	width: 260px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */

	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */

	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */

	margin: 20px 0 10px 0;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,  p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a {
	/* Description */

	cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	/* Description */

	display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */

	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */

	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
}
/* Confirmation */

td.powermail_all_td {
	padding: 3px 10px 3px 0;
}
input.tx-powermail-pi1_confirmation_back,  input.tx-powermail-pi1_confirmation_submit {
	margin: 0 10px 0 0;
	float: left;
}
/* THX */

td.powermail_all p.bodytext {
	margin: 0;
}
#powermaildiv_uid11 {
	width: 456px;
	padding: 5px;
	background-color: #f3f3f3;
	border: 1px solid #dfdfdf;
}
/* Literaturhinweise (tt_news) */

.news-list-content_left {
	width: 400px;
	float: left;
}
.news-list-content_right {
	width: 240px;
	margin: 0 0 0 25px;
	padding: 5px;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	float: left;
	overflow: hidden;
}
.news-list-image-right {
	float: left;
}
.news-list-image-right img {
	padding: 0 25px 0 0;
}
.news-list-image-description {
	float: left;
}
.news-list-image-description p.bodytext {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0.9em;
}
/* Shop (tt_products) */

#warenkorblink {
	height: 16px;
	padding: 0 20px 0 0;
	margin: 0;
	text-align: right;
	background: url(../images/shoppingcart.png) top right no-repeat;
}
#warenkorblink a {
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	color: #8d99ad;
}
.tt_products_item_list .listitem .produktbild {
	padding: 5px 0 10px 0;
	float: right;
}
.tt_products_item_list .listitem .produkttitel {
	width: 560px;
	float: left;
}
.tt_products_item_list .listitem .produkttitel a {
	font-weight: bold;
	text-decoration: none;
	color: #000 !important;
}
.tt_products_item_list .listitem .produkttitel p.produktpreis {
	padding: 15px 0 10px 0 !important;
}
.tt_products_item_single_display .produktbilddetail {
	padding: 5px 0 10px 10px;
	float: right;
}
.tt_products_item_list .listitem .produktbild img,  .tt_products_item_single_display .produktbilddetail img {
	padding: 2px;
	/* border: 1px solid #CCCCCC; */
}
.tt_products_item_single_display .order_form {
	clear: both;
}
.tt_products_item_list .listitem .produkttitel small a,  .tt_products_item_single_display .list_link a {
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	color: #ff9428 !important;
}
table.basket_items tr.listitem td {
	padding: 5px;
	border: 1px solid #eee;
	vertical-align: top;
}
table.basket_items tr.listitem td.no-border-right {
	border-right: 0;
}
table.basket_items tr.listitem td.no-border-left {
	border-left: 0;
}
.tx-ttproducts-pi1 fieldset {
	padding-top: 5px;
	padding-bottom: 40px !important;
}
.tx-ttproducts-pi1 fieldset legend {
	font-weight: bold;
}
.tx-ttproducts-pi1 fieldset .billing_address div,  .tx-ttproducts-pi1 fieldset .delivery_address div {
	padding-bottom: 10px;
	clear: both;
}
.tx-ttproducts-pi1 fieldset .billing_address label,  .tx-ttproducts-pi1 fieldset .delivery_address label {
	width: 140px;
	display: block;
	float: left;
}
.tx-ttproducts-pi1 fieldset .billing_address span,  .tx-ttproducts-pi1 fieldset .delivery_address span {
	float: left;
}
.tx-ttproducts-pi1 fieldset .notes div {
	position: relative;
}
.tx-ttproducts-pi1 fieldset .notes div label {
	position: relative;
	top: -85px;
}
.tt_products_basket_payment div,  .orderresum div {
	padding: 0 0 30px 0;
}
.orderresum div.delivery-payment {
	padding-top: 30px;
}
/* Searchbox Settings */

.tx-indexedsearch-browsebox ul {
	padding: 0 0 30px 0 !important;
}
.tx-indexedsearch ul.browsebox li {
	padding: 2px;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
}
.tx-indexedsearch-res {
	position: relative;
}
.tx-indexedsearch-res h3 {
	padding: 0 0 5px 14px !important;
}
.tx-indexedsearch ul.browsebox li a,  .tx-indexedsearch-res h3 a {
	color: #8d99ad !important;
}
.tx-indexedsearch-res .tx-indexedsearch-title {
	position: relative;
	left: -5px;
	bottom: 1px;
}
.tx-indexedsearch-res .tx-indexedsearch-icon {
}
.tx-indexedsearch-icon .icon {
	margin: 0;
	padding: 0;
}
/* tt_products Settings */
.delivery-payment dl dt,
.invoice_address dl dt,
.delivery_address dl dt {
	font-size: 1.1em;
	font-weight: bold;
}
.delivery-payment dl dd,
.invoice_address dl dd,
.delivery_address dl dd {
	font-size: 0.9em;
	padding-left: 10px;
}
/* XML-Quiz Settings */
.tx_xmlquiz_pi1-question {
	padding: 15px 0 10px 0;
	border-bottom: 1px solid #eee;
}
.tx_xmlquiz_pi1-question p {
	padding: 0 0 5px 0 !important;
	font-weight: bold;
}

/* BVGT Termine */
.tx-bvgttermine-pi1 th {
	text-align: left;
}

.terminDetails {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}


/* Loginbox */
.tx-loginboxmacmade-pi2 {
	padding: 20px 0 0 0;
}

.tx-loginboxmacmade-pi2 input.loginLogoutField {
	width: 130px;
	height: 18px;
	margin: 0 0 5px 0;
	font-size: 15px;
}

.tx-loginboxmacmade-pi2 input.loginLogoutImg {
	position: relative;
	top: 3px;
}

#logoutField {
	color: #FFF;	
}

#logoutField input.loginLogoutImg {
	position: relative;
	top: 2px;
	left: 5px;
}

.showDetails {
	cursor: pointer;
}


/* Border Settings for CSC-Frame 1 */
.csc-frame-frame1 {
	padding: 10px 0 0 30px;
	border: 2px solid #F00;
	background-color: #EEE;
}

.csc-frame-frame1 h2 {
	color: #F00 !important;
}


/* Forum Settings */
.tx-mmforum-table small {
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
}