* {
	font-family: Verdana, Arial;
	/* changed by c.schmutz font-size: 11px; */
  font-size: x-small;
	scrollbar-3dlight-color: #c10000;
	scrollbar-darkshadow-color: #000;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #c10000;
	scrollbar-arrow-color: #c10000;
	scrollbar-base-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
}

.tx-ttproducts-pi1-wrap2, #tx-ttproducts-pi1-wrap2 {
	color:white; 
}

.left { float: left;}
.right { float: right;}

#menu {
	display: none;
	visibility: visible;
}

a {
	text-decoration: underline;
	color: #c10000;
	font-weight: bold;
}
a:visited {
	color: #434641;
}

img {
	border: 0;
}

body {
	text-align: center;
	margin: 0;
	background: #fff;
}

form label {
	width: 150px;
	float: left;
}

form fieldset label { 
	float: none; 
}

form input, form select, form textarea {
	overflow: hidden;
	margin-bottom: 3px;
}
form textarea {
	overflow: auto;
}

.error {
	display: block;
	color: #f00;
	border: 1px dashed #f00;
}

.br3 {
	display: block;
	margin-bottom: 3px;
}
.br5 {
	display: block;
	margin-bottom: 5px;
}
.br8 {
	display: block;
	margin-bottom: 8px;
}

.container_main {
	text-align: left;
	width: 958px;
	margin: 0px auto;
}

.container_header {
	border-bottom: 5px solid #000;
	height: 102px;
	margin-bottom: 8px;
}
.container_header_footer {
	display: none;
}
.logo {
	position: relative;
	top: 0;
	left: 0;
	width: 246px;
	height: 102px;
}
.box_top {
	position: absolute;
	z-index: 10;
	top: 81px;
	width: 958px;
}

.menu_top{
	float: right;
	padding-right: 0px;	
}
.menu_top a, .menu_top a:hover , .menu_top a:visited {
	color: #c10000;
	text-decoration: underline;
}
.menu_top ul {
	margin: 0;
	padding: 0;
}
.menu_top ul li {
	float: left;
	margin-left: 10px;
	list-style-type: none;
	background:url(../images/extra-menu.png) no-repeat 0 1px;
	padding-left: 16px;
}

.sprite-extranet { background-position: 0 0; width: 18px; height: 10px; } 
.sprite-impressum { background-position: 0 -30px; width: 11px; height: 10px; } 
.sprite-sitemap { background-position: 0 -60px; width: 15px; height: 10px; } 

.menu_top ul .sitemap { ;}
.menu_top ul .impressum {
	padding-left: 20px;
	background-position: 0 -59px;
}

.menu_top ul .extranet_active {
	padding-left: 20px; background-position: 0 -87px; 

}
.menu_top ul .extranet_inactive {
	padding-left: 20px; background-position: 0 -28px; 

}
.container_header .suche {
	position:absolute;
	top: 25px;
	margin-left: 717px;

}

.container_header .suche input {
	background: url(../images/schnell-suche.png) no-repeat 0 0;
}

.container_header .suche .submit {
	width: 21px;
	height: 21px;
	background-position: 0 -50px;
	border: none;
	padding-bottom: 2px;
}

.container_header .suche .suchbegriff {
	width: 195px;
	height: 19px;
	border: none;
	padding: 0 0 2px 25px;
	background-position: 1px -1px;
	color: #5a5a5a;
}

.container_left {
	float: left;
	margin-right: 10px;
}
/* Normally box_left - needed to change to get css styled content plugin work correctly */
.box_1 {
	width: 190px;
	border: 1px solid #c10000;
}
.box_1 label {
	display: block;
	padding: 3px;
	padding-bottom: 8px;
	margin: 0;
	background: url(../images/box_spacer.gif) repeat-x bottom;
	color: #c10000;
	font-weight: bold;
}
.box_1 blockquote {
	display: block;
	padding: 5px 3px;
	margin: 0;
}
.box_1 blockquote a {
	color: #c10000;
}

/*
  .box_1 blockquote strong {
    font-size: 11px;
  }
*/

.box_1_footer {
	width: 192px;
	height: 10px;
	margin-bottom: 15px;
}
.box_1_footer .left {
	float: left;
	width: 50%;
	height: 10px;
	font-size: 0; /* needed that ie renders under standard font size in height */
	background: #c10000 url(../images/corner_left.jpg) no-repeat bottom left;
}
.box_1_footer .right {
	float: left;
	width: 50%;
	height: 10px;
	font-size: 0; /* needed that ie renders under standard font size in height */
	background: #c10000 url(../images/corner_right.jpg) no-repeat bottom right;
}

.container_content {
	float: left;
	width: 544px;
}
.breadcrumb {
	color: #c10000;
	margin-bottom: 10px;
}
.breadcrumb a {
	text-decoration: underline;
	color: #c10000;
}

.container_right {
	float: left;
	margin-left: 10px;
}
/* Normally box_right - needed to change to get css styled content plugin work correctly */
.box_2, .box_3 {
	width: 200px;
	border: 1px solid #c10000;
}
.gruen { border-color: #4e7500;}

.box_2 label, .box_3 label {
	display: block;
	padding: 3px;
	padding-bottom: 8px;
	margin: 0;
	background: url(../images/box_spacer.gif) repeat-x bottom;
	color: #c10000;
	font-weight: bold;
}
.box_2 blockquote, .box_3 blockquote {
	display: block;
	padding: 5px 3px;
	margin: 0;
}
.box_2 blockquote a, .box_3 blockquote a {
	color: #c10000;
}

/*
  .box_2 blockquote strong, .box_3 blockquote strong {
  	font-size: 11px;
  }
*/

.box_2_footer, .box_3_footer {
	width: 202px;
	height: 10px;
	margin-bottom: 15px;
}
.box_2_footer .left, .box_3_footer .left {
	float: left;
	width: 50%;
	height: 10px;
	font-size: 0; /* needed that ie renders under standard font size in height */
	background: #c10000 url(../images/corner_left.jpg) no-repeat top left;
}
.box_2_footer .right, .box_3_footer .right {
	float: left;
	width: 50%;
	height: 10px;
	font-size: 0; /* needed that ie renders under standard font size in height */
	background: #c10000 url(../images/corner_right.jpg) no-repeat top right;
}

.gruen .left {
	background: #4e7500 url(../images/corner_left_gruen.jpg) no-repeat top left;
}

.gruen .right {
	background: #4e7500 url(../images/corner_right_gruen.jpg) no-repeat top right;
}

.gruen .csc-header p, .gruen .csc-header h1 { color: #4e7500; }

.container_footer {
	clear: both;
	text-align: center;
	margin: 0;
	padding: 0;
}
.nav_bar {
	clear: both;
	width: auto;
	margin-right: 0;
	padding-bottom: 20px;
}
.nav_bar .back, .nav_bar .top {
	text-align: left;
	padding-left: 10px;
	margin-left: 10px;
}
.nav_bar .back a, .nav_bar .top a {
	color: #c10000;
	text-decoration: underline;
}
.nav_bar .back {
	float: right;
	background: url(../images/nav_bar_bullet_back.gif) no-repeat center left;
}
.nav_bar .top {
	float: right;
	background: url(../images/nav_bar_bullet_top.gif) no-repeat center left;
}
.box_bottom {
	width: auto;
	margin: 0px auto;
	border-top: 1px solid #c10000;
	/* changed by c.schmutz font-size: 10px; */
  font-size: x-small;
	text-align: left;
}
.box_bottom a {
	/* changed by c.schmutz font-size: 10px; */
  font-size: x-small;
}

.box_bottom div {
	margin-top: 3px;
}
.box_bottom div a {
	margin-left: 3px;
}
.menu {
	position: relative;
	width: 190px;
	width/**/: 190px;
	margin: 0;
	padding: 0;
}
.menu ul{
	z-index: 10000;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 190px;
	width/**/: 190px;
	border: 1px #c10000 solid;
	border-top: 0;
}
.menu li {
	display: block;
	float: left;
	width: 190px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li a {
	border-top: 1px #c10000 solid;
}
.menu li ul {
	visibility: hidden;
	margin-left: 193px;
	margin-top: -24px;
}
.menu a, .menu a:visited {
	display: block;
	background: #fff;
	text-decoration: none;
	color: #c10000;
	width: 185px;
	margin: 0;
	padding: 5px 0 5px 5px;
}
.menu a:hover {
	color: #fff;
	background: #c10000;
	text-decoration: none;
}
.menu a:focus {
	text-decoration: underline;
}
.menu li .hasMore {
	background: #fff url(../images/menu_bullet_inactive.gif) right center no-repeat;
}
.menu li .hasMore:hover {
	background: #c10000 url(../images/menu_bullet_active.gif) right center no-repeat;
	color: #fff;
}
.menu span {
	display: none;
}
* html .menu li {
	display: inline;
	float: none;
}

.menu_back a {
	display: block;
	text-decoration: none;
	color: #c10000;
	width: 170px;
	margin: 0;
	margin-bottom: 10px;
	padding: 5px 0 5px 20px;
	border: 1px solid #c10000;
	background: #fff url(../images/menu_back_inactive.gif) left center no-repeat;
}
.menu_back a:hover {
	color: #fff;
	background: #c10000 url(../images/menu_back_active.gif) left center no-repeat;
	text-decoration: none;
}




.marketing_container {
	margin-top: 15px;
	padding-left: 425px;
}
.marketing {
	float: left;
	margin-right: 15px;
	text-align: center;
}
.marketing #marketing_text {
	color: #bbb;
	/* changed by c.schmutz font-size: 9px; */
  font-size: x-small;
}

# rte extensions
.justify { text-align: justify; }


.csc-mailform table tr td {
	padding-bottom: 15px;
}

/* CSS HACKS */
/* <clearfix> */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* </clearfix> */


/* powermail forms */

.tx-powermail-pi1_fieldset legend { font-weight: bold; font-size: 12px; margin-bottom: 2em; }

.tx_powermail_pi1_fieldwrap_html { float:none; clear: both; margin-bottom: 0.75em;}
.powermail_check_inner { float: none; clear: both; }
.powermail_check_inner input { float: left; }
.powermail_check_inner label { float: none;}

.powermail_submit { margin-top: 1em; }

.tx_powermail_pi1_fieldwrap_html_label { font-weight: bold; margin-bottom: 1em; font-size: 11px; }
.tx_powermail_pi1_fieldwrap_html_text label,
.tx_powermail_pi1_fieldwrap_html_file label { width: 180px; }

.tx_powermail_pi1_fieldwrap_html_file input { width: 300px; }

.powermail_mandatory_js { color: #f00; font-weight: bold; padding-left: 180px;}
#powermaildiv_uid117 .powermail_mandatory_js { padding-left: 0;}

.tx-powermail-pi1 .datum,
.tx-powermail-pi1 .punkte { width: 100px; }
.tx-powermail-pi1 .biginput { width: 300px; }

.bodytext, ul li { font-weight: normal; }

.container_right div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom:-1px;
}

/* TT News */
.news-latest-container { display: block; overflow: hidden; border-bottom: 1px solid #c10000; }
.news-latest-item {width: 170px; float: left; display: block; overflow:hidden; margin: 0 14px 0 0;}
.last-item { margin: 0;}
.news-latest-morelink {float: right;}
.news-latest-morelink a {color: #c10000;}
.news-latest-gotoarchive { clear: both; float: none; margin: 1em 0 0.5em 0; float: right;}
.news-latest-item h1 a { font-size: 13px; color: #010101; font-weight: bold; text-decoration: none;}
.news-latest-item h1 a:hover { text-decoration: underline; }
.news-latest-item p {font-size: 12px; color: #565656; margin-bottom: 4px;}

.align-center { text-align: center; }

/* Newsletter Anmeldebox */

.nlanmeldung { padding: 5px 7px; }
.nlanmeldung label { border: none; background: none; color: #000; padding: 0 0 2px 0; padding-left: 3px; float:none;}
.nlanmeldung input,
.nlanmeldung select { width: 160px; height: 20px; padding: 0 5px; border: 1px solid #000; -webkit-border-radius: 3px; -khtml-border-radius: 3px; -moz-border-radius: 3px;  border-radius: 3px; clear: both; float: none;}
.nlanmeldung select { width: 170px; }
.nlanmeldung #nl-submit { padding-left: 10px; width: auto; border: none; color: #000; backgroun: none; background: url(../images/arrow-black-right.png) no-repeat left 3px; text-align: right; font-weight: bold; }
.nlanmeldung div.radio{ float: none; display: block; overflow: hidden; clear: both; height: auto;}
.nlanmeldung div.radio input { width: 10px; height: auto; }
.nlanmeldung div.radio div { float: left; display: block; overflow: hidden; width: auto;}
.nlanmeldung div.radio .title {padding-top: 4px; margin-right: 1em; }
.nlanmeldung .errormsg { color: #c10000; font-weight: bold; padding: 0 0 3px 3px;}
.nlanmeldung .error { background: #F99; color: #000; }

/* Partner */

.tx_sb_partner_pi1_liste { display: block; overflow: hidden; width: auto; }
.premium { padding-bottom: 1em; border-bottom: 1px solid #c10000; }
.premium .list_entry { width: 170px; margin-right: 14px; float: left;}
.tx_sb_partner_pi1_liste .logo { display: block; overflow: hidden; float: none; height: auto; }
.adressContainer { margin-bottom: 1em; }
.tx_sb_partner_pi1_liste .rowEnd { margin-right: 0; }
.tx_sb_partner_pi1_liste .url { margin-top: 0.5em; }

.standard .list_entry  {display: block; float: none; overflow: hidden; padding-bottom: 1em; margin-bottom: 1em; border-bottom: 1px dotted #646464;}
.standard .list_entry .logo { float: left; width: 170px; margin-right: 1em; }
.standard .list_entry .data { float: left; display: block; overflow: hidden; width: 357px; padding: 0; margin: 0; height: auto; line-height: normal;}