/*
 *
 * ALLGEMEINE DEFINITIONEN UND HELFER
 *
 */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background-color: #2C2B31;
	text-align: center;
	color:#999999;
}

p {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color:#FFFFFF;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	margin: 0;
	padding-left: 20px;
}
.clearer {
	clear: both;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a  {
	text-decoration: none;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
.highlight {
	color: #2F8043;
}

/*
 *
 * CONTAINER DEFINITIONEN
 *
 */
div#container_main_start{
	background-image:url(../images/bg_start.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	text-align: left;
}
div#container_main{
	background-image:url(../images/bg_main.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	text-align: left;
}
div#container_content {
	padding:0;
	margin: 0 auto 0 auto;
	width: 1024px;
}
div#container_top {
	background-color:#131114 ;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	height:112px;
	margin:0 0 8px 0;
}
div#container_header {
	float: left;
	position:relative;
	height: 220px;
	background-image:url(../images/header/head_dummy_main.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	width:1024px;
}
div#container_header_start {
	float: left;
	position:relative;
	height: 250px;
	background-image:url(../images/header/head_dummy_start.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	width:1024px;
}
div#container_footer {
	text-align:center;
	font-size:11px;
	margin:30px 0 30px 0;
	padding:0 77px 0 77px;
	width:870px;
}
/*
 *
 *TOP
 *
 */
div#container_top IMG.logo{
	float: left;
	display: inline;
	margin:0 67px 0 0;
}
div#container_top .menu{
	float: left;
	display: inline;
	padding: 20px 0 0 0;
	margin: 28px 0 0 0;
} 
div#container_top .menu A{
	margin: 0 30px 0 0;
	padding:20px 0 0 0;
	background-image:url(../images/icons/bullet_cross.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:#CCCCCC;
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration: none;
} 
div#container_top .menu A.active{
	background-image:url(../images/icons/bullet_cross_act.gif);
	color: white;
} 
div#container_top .menu A:hover{
	color:#999999;
} 
 

/*
 *
 *CONTENT
 *
 */
/*CONTENT LEFT*/
div#container_content .content_left {
	width:240px;
	float: left;
	display: inline;
	padding: 0 0 0 0;
	margin: 20px 40px 0 77px;
}
/*MENU SUB*/
div#container_content .content_left .menu_sub{
	margin: 0 0 0 0;
}
div#container_content .content_left .menu_sub .menu_sub_links{
	background-color:#000000;
	padding:8px 0 3px 0;
}
div#container_content .content_left .menu_sub H1{
	height:24px;
	padding: 8px 0 0 15px;
	color: white;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	background-image:url(../images/bg_menu_sub.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
div#container_content .content_left .menu_sub a{
	background-image:url(../images/icons/menu_arrow.gif);
	background-position:12px 7px;
	background-repeat:no-repeat;
	padding:0 0 0 27px;
	display: block;
	margin: 0 0 3px 0;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	font-size:14px;
	line-height:20px;
}
div#container_content .content_left .menu_sub a:hover{
	background-image:url(../images/icons/menu_arrow_act.gif);
	color: #999999;
}
div#container_content .content_left .menu_sub a.active {
	background-image:url(../images/icons/menu_arrow_act.gif);
	color: #FF0033;
}
/*MENU SUB SUB*/
div#container_content .content_left .menu_sub a.menu_sub_sub {
	background-image:url(../images/icons/menu_sub_arrow.gif);
	background-position:15px 5px;
	background-repeat:no-repeat;
	padding:0 0 0 25px;
	display: block;
	margin: 0 0 3px 12px;
	color: #999999;
	text-align: left;
	font-weight: bold;
	font-size:12px;
	line-height:16px;
}
div#container_content .content_left .menu_sub a.menu_sub_sub:hover {
	background-image:url(../images/icons/menu_sub_arrow_act.gif);
	color: #FFFFFF;
}
div#container_content .content_left .menu_sub a.active.menu_sub_sub {
	background-image:url(../images/icons/menu_sub_arrow_act.gif);
	color: #FFFFFF;
}
/*MENU SPECIAL*/
div#container_content .content_left .menu_special {
	float:left;
	margin:10px 0 0 0;
}
div#container_content .content_left .menu_special a{
	display:block;
	margin:5px 0 0 0;
	background-image:url(../images/icons/menu_arrow.gif);
	background-position:12px 7px;
	background-repeat:no-repeat;
	padding:0 0 0 27px;
	font-size:12px;
	font-weight:bold;
}
div#container_content .content_left .menu_special a:hover{
	color:#999999;
}
div#container_content .content_left .menu_special a.active{
	color:#FF0033;
}






/*TEASER BOX LEFT*/
div#container_content .content_left .teaser_box {
	float:left;
	text-align:left;
	padding:0 0 0 0;
	margin:0 0 35px 0;
	background-image:url(../images/bg_teaser_left.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
div#container_content .content_left .teaser_box .teaser_box_image {
	float:left;
	display:inline;
	width:134px !important; 
}
div#container_content .content_left .teaser_box .teaser_box_east {
	width:100px;
	float:left;
	display:inline;
}
div#container_content .content_left .teaser_box .teaser_box_east .teaser_box_text {
	background-color:#E1E4EB;
	/*width:96px;*/
	height:72px;
	margin:19px 0 0 0;
	padding:2px 2px 2px 2px;
	color:#666666;
	font-size:11px;
	overflow:hidden;
}
div#container_content .content_left .teaser_box .teaser_box_east .teaser_box_text h3{
	font-size:12px;
	padding:0 0 0 0;
	text-align:left;
}
div#container_content .content_left .teaser_box .teaser_box_east .go{
	text-align:left;
	/*float:left;
	display:inline;*/
	margin:7px 0 0 0;
}
div#container_content .content_left .teaser_box .teaser_box_east .go A.go_but{
	background-image:url(../images/but_go.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:75px;
	height:18px;
	color:#3386BB;
	font-size:11px;
	margin:0 0 0 10px;
	line-height:20px;
	padding:2px 28px 4px 5px;
}

/*
*CONTENT MAIN
*/
div#container_content .content_main {
	float: left;
	display:inline;
	margin: 20px 0 0 0;
	padding: 0 77px 0 0;
}
div#container_content .content_main a{
	color:#FFFFFF;
}
/*BREADCRUMBS*/
div#container_content .subline{
	background-color:#252429;
	height:22px;
	float:left;
	display:inline;
	padding:8px 77px 0 77px;
	width:870px;
	line-height:12px;
}
div#container_content .subline .breadcrumbs{
	float:left;
	display:inline;
	position:relative;
	font-size:11px;
	color:#999999;
	background-image:url(../images/line.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin:0 0 0 191px;
}
div#container_content .subline .breadcrumbs A{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
	padding: 0 8px 0 4px;
}
div#container_content .subline .breadcrumbs .no_link{
	font-size:11px;
	color:#FFFFFF;
	padding: 0 8px 0 4px;
}
/*PRINTLINK*/
div#container_content .subline .printlink {
	float:left;
	display:inline;
	margin:0 0 0 20px;
}
div#container_content .subline .printlink A{
	color:#999999;
	font-size:11px;
	background-image:url(../images/icons/print.gif);
	background-repeat:no-repeat;
	background-position:left 1px;
	padding:0 0 0 24px;
}
div#container_content .subline .printlink A:HOVER{
	color:#CCCCCC;
	background-image:url(../images/icons/print_act.gif);
}
/*CONTENT START*/
div#container_content .content_main .content_start{
	line-height:16px;
	width: 870px;
	float: left;
	display: inline;
	padding: 0 77px 0 77px;
	background-image:url(../images/start_bg_dot.gif);
	background-repeat:repeat-y;
	background-position: 345px top;
}
div#container_content .content_main .content_start .teaser{
	float: left;
	display: inline;
	width: 240px;
	padding: 0 38px 0 0;
	margin: 0 37px 20px 0;
	/*background-image:url(../images/line_vert_dot.gif);
	background-repeat:repeat-y;
	background-position:top right;*/
}
/*KATALOG*/
div#container_content .content_main .content_start .teaser .katalog .katalog_img{
	float: left;
	width: 140px;
}
div#container_content .content_main .content_start .teaser .katalog .katalog_text{
	float: left;
	width:100px;
}
div#container_content .content_main .content_start .teaser .katalog .katalog_text h3{
	margin:30px 0 0 0;
	text-align:right;
	font-size: 12px;
}
div#container_content .content_main .content_start .teaser .katalog .katalog_text p{
	float: left;
	display: inline;
	margin:20px 0 20px 10px;
}
div#container_content .content_main .content_start .teaser .katalog .order_button{
	display: inline;
	margin:20px 0 4px 10px;
	color: #FFFFFF;
	background-image:url(../images/grey_dot.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding:0 0 4px 0;
}
/*KATALOG ENDE*/
div#container_content .content_main .content_start .teaser a{
	color:#FFFFFF;
}
div#container_content .content_main .content_start .teaser .teaser_text {
	margin:0 0 20px 0;
}
div#container_content .content_main .content_start .teaser .teaser_text h3{
	font-size:13px;
	margin:20px 0 0 0;
}
div#container_content .content_main .content_start .teaser .teaser_text p{
	margin:20px 0 0 0;
}
div#container_content .content_main .content_start .teaser_header{
	float: left;
	display: inline;
	width: 210px;
	height:13px;
	padding: 11px 15px 12px 15px;
	margin: 0 0 19px 0;
	background-image:url(../images/bg_teaser_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
div#container_content .content_main .content_start .teaser_header h2{
	color:white;
	font-size:12px;
	line-height:13px;
	text-transform:uppercase;
	padding: 0 0 0 22px;
	background-image:url(../images/icons/bullet_cross_act.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
div#container_content .content_main .content_start .teaser_last{
	float: left;
	display: inline;
	width: 240px;
	margin: 0 0 0 0;
}
div#container_content .content_main .content_start .teaser_last a{
	color:#FFFFFF;
}
div#container_content .content_main .content_start .teaser_last .teaser_text {
	margin:0 0 20px 0;
}
div#container_content .content_main .content_start .teaser_last .teaser_text h3{
	font-size:13px;
	margin:20px 0 0 0;
}
div#container_content .content_main .content_start .teaser_last .teaser_text p{
	margin:20px 0 0 0;
	line-height:18px;
}
div#container_content .content_main .content_start .teaser_link {
	margin:20px 0 20px 0;
}
div#container_content .fwd{
	color:#FF0033;
}
div#container_content .fwd_white{
	color:#FFFFFF;
	text-decoration:underline;
	float:left;
	margin: 5px 0 0 0;
}
div#container_content .content_main .content_start .teaser_link a.more{
	color: #FFFFFF;
	background-image:url(../images/grey_dot.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding:0 0 4px 0;
	margin:0 0 4px 0;
}

/*CONTENT*/
div#container_content .content_main .content{
	line-height:18px;
	width: 590px;
	float: left;
	display: inline;
}
div#container_content .content_main .content h2{
	font-size:20px;
	line-height:22px;
	margin: 5px 0 10px 0;
}
div#container_content .content_main .content p{
	margin: 0 0 10px 0;
	color:#999999;
	font-size:12px;
}
div#container_content .content_main .content h3{
}
div#container_content .content_main .content h4{
}
div#container_content .content_main .content img{
}
div#container_content .content_main .content .csc-header{
	margin:0 0 20px 0;
}
div#container_content .content_main .content .csc-header h1{
	color:#FF0033;
	font-size:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image{
	display: inline; /* IE fix for double-margin bug */
	margin: 0px 0px 5px 0px;
}
/*TEASER KONTAKT*/
div#container_content .content_left .teaser{
	float: left;
	display: inline;
	width: 240px;
	padding: 0 38px 0 0;
	margin: 0 37px 20px 0;
	/*background-image:url(../images/line_vert_dot.gif);
	background-repeat:repeat-y;
	background-position:top right;*/
}
div#container_content .content_left a{
	color:#FFFFFF;
}
div#container_content .content_left .teaser_text {
	margin:0 0 20px 0;
}
div#container_content .content_left .teaser_text h3{
	font-size:13px;
	margin:20px 0 0 0;
}
div#container_content .content_left .teaser_text p{
	margin:20px 0 0 0;
}
div#container_content .content_left .teaser_header{
	float: left;
	display: inline;
	width: 210px;
	height:13px;
	padding: 11px 15px 12px 15px;
	margin: 0 0 19px 0;
	background-image:url(../images/bg_teaser_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
div#container_content .content_left .teaser_header a{
	color:#FFFFFF;
}
div#container_content .content_left .teaser_header h2{
	color:white;
	font-size:12px;
	line-height:13px;
	text-transform:uppercase;
	padding: 0 0 0 22px;
	background-image:url(../images/icons/bullet_cross_act.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
div#container_content .content_left .teaser_link {
	margin:20px 0 20px 0;
}
div#container_content .content_left .teaser_link a.more{
	color: #FFFFFF;
	background-image:url(../images/grey_dot.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding:0 0 4px 0;
	margin:0 0 4px 0;
}

/*KATEGORIE ÜBERSICHT*/

div#container_content .content_main .kategorie_wrap {
	float:left;
	display:inline;
	background-image:url(../images/line.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	margin: 0 0 14px 0;
	padding: 0 0 12px 0;
}
div#container_content .content_main .kategorie_wrap A.internal-link{
	text-decoration:underline;
	color:#666666;
}
/*PRODUKT DETAILS*/
div#container_content .content_main .product_cat {
	float:left;
	display:inline;
	margin: 7px 0 8px 0;
	padding: 0 0 0 0;
}

div#container_content .content_main .product_cat a{
	color:#FFFFFF;
	width: 430px;
}
div#container_content .content_main .product_cat IMG{
	float:left;
	display:inline;
	margin: 0 10px 0 0;
}
div#container_content .content_main .product_cat .divisor{
	float:left;
	display:inline;
	width:590px;
	height:10px;
	margin:20px 0 0 0;
	background-image:url(../images/bg_teaser_header_rp.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}
div#container_content .content_main .content .product_cat .product_details {
	width: 540px;
}
div#container_content .content_main .content .product_cat .product_details img{
	float:left;
	/*display:inline;*/
	margin:0 10px 0 0;
}
div#container_content .content_main .content .product_cat .product_details .product_details_header{
	width:576px;
	margin: 0 0 20px 0;
	padding: 8px 0 0 14px;
	background-image:url(../images/bg_teaser_header_rp.jpg);
	background-repeat:repeat-x;
	height:28px;
}
div#container_content .content_main .content .product_cat .product_details .product_details_header h3 {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	background-image:url(../images/icons/bullet_cross_act.gif);
	background-repeat:no-repeat;
	background-position:left 6px;
	padding:0 0 0 22px;
	margin:0 0 0 0;
	text-decoration:none;
}
div#container_content .content_main .content .product_cat .product_details a {
	font-size:12px;
	line-height:20px;
	color:#FFFFFF;
}
div#container_content .content_main .content .product_cat .product_details h4 {
	font-size:12px;
	line-height:12px;
	margin:0 0 18px 0;
	display:inline;
	float: left;
	width:320px;
}
/*IE 6 Hack für PNG fix*/
*html div#container_content .content_main .content .product_cat .product_details h4 {
	margin:0 0 18px 10px;
}
div#container_content .content_main .content .product_cat .product_details p {
	width:320px;
	margin: 0 0 0 0;
	display:block;
	float: left;
}
/*IE 6 Hack für PNG fix*/
*html div#container_content .content_main .content .product_cat .product_details p {
	margin: 0 0 0 10px;
}
div#container_content .content_main .product_wrap {
	float:left;
	display:inline;
	margin: 7px 0 7px 0;
	padding: 0 0 12px 0;
}
div#container_content .content_main .content .product_wrap .product_details {
	width: 540px;
}
/*IE 6 Hack für PNG fix*/
*html div#container_content .content_main .content .product_wrap .product_details {
	width: 540px;
	display:inline;
}
div#container_content .content_main .content .product_wrap .product_details img{
	float:left;
	display:inline;
	margin:0 10px 0 0;
}
div#container_content .content_main .content .product_wrap .product_details .product_details_header{
	width:576px;
	margin: 0 0 20px 0;
	padding: 8px 0 0 14px;
	background-image:url(../images/bg_teaser_header_rp.jpg);
	background-repeat:repeat-x;
	height:28px;
}
div#container_content .content_main .content .product_wrap .product_details .product_details_header h3 {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	background-image:url(../images/icons/bullet_cross_act.gif);
	background-repeat:no-repeat;
	background-position:left 6px;
	padding:0 0 0 22px;
	margin:0 0 0 0;
	text-decoration:none;
}
div#container_content .content_main .content .product_wrap .product_details a {
	font-size:12px;
	line-height:20px;
	color:#FFFFFF;
}
div#container_content .content_main .content .product_wrap .product_details h4 {
	font-size:12px;
	line-height:12px;
	margin:0 0 18px 0;
	display:block;
}
/*IE 6 Hack für PNG fix*/
*html div#container_content .content_main .content .product_wrap .product_details h4 {
	margin:0 0 18px 10px;
	display:inline;
	float: left;
}

div#container_content .content_main .content .product_wrap .product_details p {
	width:340px;
	margin: 0 0 0 0;
	display:inline;
	float: left;
}
/*IE 6 Hack für PNG fix*/
*html div#container_content .content_main .content .product_wrap .product_details p {
	margin: 0 0 0 10px;
}
/*POPUP IMAGE*/
div#container_content .content_main .popup_img {
	margin:15px 0 0 0;
}
div#container_content .content_main .popup_img .img{
	float:left;
	position:relative;
	width:190px;
	height:190px;
	/*border:1px solid #E1E4EB;*/
	margin:0 60px 25px 0;
	padding: 0 0 0 0;
}
div#container_content .content_main .popup_img .img .frame{
	float:left;
	position:absolute;
	height:20px;
	width: 20px;
	right:0px;
	bottom:00px;
	background-image:url(../images/icons/enlarge.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
}
div#container_content .content_main .popup_img .text{
	/*float:left;*/
	position:relative;
	width: 338px;
	left: 205px;
}
div#container_content .content_main .popup_img .text h1{
	margin:25px 0 12px 0;
	font-size:20px;
	line-height:22px;
}
div#container_content .content_main .popup_img .text p{
	line-height:14px;
	margin:0 0 10px 0;

}
div#container_content .content_main .popup_img .gallery{
	float:left;
	position:relative;
}
div#container_content .content_main .popup_img .gallery .gallery_item{
	float:left;
	position:relative;
	margin: 0 10px 0 0;
}
/*
 *
 *FOOTER
 *
 */
div#container_footer .hor_line {
	float:left;
	display: inline;
	height:8px;
	background-color:#1E1E1E;
	width:870px;
	margin: 0 0 15px 0;
}
div#container_footer .footer {
	float:left;
	display: inline;
	margin: 0 180px 0 180px;
}
div#container_footer .footer .menu_footer {
	float:left;
	display: inline;
}
div#container_footer .footer .menu_footer a{
	color:#999999;
	text-decoration: underline;
	margin: 0 12px 0 12px;
	line-height:20px;
}
div#container_footer .footer .menu_footer a.active{
	color:#FF0033;
}
div#container_footer .footer .menu_footer a:HOVER{
	color:#CCCCCC;
}
div#container_footer .footer .tip {
	float:left;
	display: inline;
}
div#container_footer .footer .tip a{
	text-decoration: underline;
	margin: 0 13px 0 12px;
	color:#999999;
	line-height:20px;
}
div#container_footer .footer .tip a:hover{
	color:#CCCCCC;
}
div#container_footer .footer .tip a.active{
	color:#FF0033;
}
div#container_footer .tagline {
	clear:both;
	line-height:12px;
	height:12px;
}


/*Customized Contact Form*/

.content_main FIELDSET {
	width:590px;
	margin:20px 0px 0px 0px;
	border:0pt none;
	font-size: 12px;	
	padding: 0 0 0 0;
}
.content_main .kontakt_daten{
	float:left;
	display:inline;
}
.content_main .kontakt_daten INPUT{
	color:#FFFFFF;
	border: 1px solid #A8A8A8;
	padding:5px 4px 4px 4px;
	height:18px;
	width:270px;
	background-color:#131114;
	margin:0 10px 10px 0;
	font-size:11px;
}
.content_main .kontakt_msg{
	/*float:left;*/
	display:inline;
}
.content_main .kontakt_msg TEXTAREA{
	background-color:#131114;
	color:#FFFFFF;
	border: 1px solid #A8A8A8;
	height:96px;
	margin:0 0 10px 0;
	padding:5px 4px 4px 4px;
	width:288px;
	font-size:12px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
}
.content_main INPUT.tipsend{
	width:75px;
	height: 20px;
	border: 2px solid #A8A8A8;
	background-color:#2B2C31;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
	padding:0 0 0 0;
	margin:10px 0 0 511px;
	text-align:center;
} 
/* CUSTOMIZED NEWSLETTER FORM*/

.content_main .newsletter .name {
	/*float:left;*/
	display:inline;
}
.content_main .newsletter .name INPUT{
	color:#FFFFFF;
	border: 1px solid #A8A8A8;
	padding:5px 4px 4px 4px;
	height:18px;
	width:270px;
	background-color:#131114;
	margin:0 10px 10px 0;
	font-size:11px;
}
.content_main .newsletter .radios {
	float:left;
	display:inline;
	/*margin:0 0 0 30px;*/
}
.content_main .newsletter .radios .radio .check{
	margin:0 0 10px 10px;
	float:left;
}
.content_main .newsletter .radios .radio .radio_tag{
	text-transform:uppercase;
}
/*KATALOG BESTELLEN FORMULAR*/
.content_main .katalog_order .oblige INPUT{
	border: 2px solid #A8A8A8;
	padding:5px 4px 4px 4px;
	color:white;
	height:16px;
	background-color:#131114;
	margin:0 0 10px 0;
	font-size:11px;
	width: 212px;
	float: left;
	display:inline;
}
.content_main .katalog_order .oblige .name INPUT {
	margin: 0 8px 10px 0;
	width:208px;
}
.content_main .katalog_order .oblige .plz INPUT {
	width: 150px;
	margin: 0 7px 10px 0;
}
.content_main .katalog_order .oblige .stadt INPUT {
	width: 267px;
}
.content_main .katalog_order .oblige .strasse INPUT {
	width: 267px;
}
.content_main .katalog_order .oblige .land SELECT {
	float: left;
	border: 2px solid #A8A8A8;
	padding:5px 4px 4px 4px;
	color:white;
	height:29px;
	background-color:#131114;
	font-size:11px;
	width: 162px;
	margin: 0 0 10px 7px;
}
.content_main .katalog_order .oblige INPUT.hidden{
	border: 0pt none;
	background-color:#2C2B31;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.content_main .katalog_order .oblige TEXTAREA{
	border: 2px solid #A8A8A8;
	color:white;
	background-color:#131114;
	padding:5px 4px 4px 4px;
	height:94px;
	width:288px;
	margin:0 0 10px 0;
}
.content_main .katalog_order .oblige .tag {
	float: left;
	clear:both;
}
.content_main INPUT.mailsend{
	width:75px;
	height: 20px;
	border: 2px solid #A8A8A8;
	background-color:#2B2C31;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
	padding:0 0 0 0;
	margin:10px 0 0 225px;
	text-align:center;
} 
.content_main .katalog_order .opt {
	margin:15px 0 0 0;
}
.content_main .katalog_order .opt .radio {
	float:left;
	display:inline;
	margin:0 0 0 30px;
}
.content_main .katalog_order .opt .radio .check{
	margin:0 0 10px 10px;
	float:left;
}
.content_main .katalog_order .opt .radio .radio_tag{
	text-transform:uppercase;
}
.content_main .katalog_order .opt .name INPUT{
	border: 2px solid #A8A8A8;
	padding:5px 4px 4px 4px;
	color:white;
	height:16px;
	background-color:#131114;
	margin:0 0 10px 0;
	font-size:11px;
	width: 212px;
}

/*KATALOG BESTELLEN FORMULAR ENDE*/

/*SITEMAP*/
.csc-sitemap {
	margin:20px 0 20px 0;
}
.csc-sitemap a{
	color:#999999;
}
.csc-sitemap li{
	list-style-image:url(../images/icons/menu_arrow.gif);
	padding:2px 0 2px 0;
}
.csc-sitemap li li{
	list-style-image:url(../images/icons/menu_sub_arrow.gif);
	padding:2px 0 2px 0;
}
/*TIPAFRIEND*/

.content_main TABLE.tiptable {

}
.content_main .tiptable INPUT{
	border: 2px solid #A8A8A8;
	padding:5px 4px 4px 4px;
	color:white;
	height:16px;
	background-color:#131114;
	margin:0 0 10px 0;
	font-size:11px;
}
.content_main .tiptable INPUT.hidden{
	border: 0pt none;
	background-color:#2C2B31;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.content_main .tiptable TEXTAREA{
	border: 2px solid #A8A8A8;
	color:white;
	background-color:#131114;
	padding:5px 4px 4px 4px;
	height:94px;
	width:288px;
	margin:0 0 10px 0;
}
.content_main .tiptable INPUT.tipsend{
	width:75px;
	height: 20px;
	border: 2px solid #A8A8A8;
	background-color:#2B2C31;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
	padding:0 0 0 0;
	margin:10px 0 0 225px;
	text-align:center;
} 
/* NOOBSLIDE*/
#box7{
	position:absolute;
}
#box7 span{
	display:block;
	float:left;
}

#thumbs7{
	position:relative;
	width:410px;
	clear:both;
	height:70px;
	overflow:hidden;
	margin:100px 0 15px 0;
}
#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	top:0;
	left: 10px;
	width:100%;
	height:70px;
}
#thumbs7 .thumbs div, #thumbs_handles7 span{
	display:block;
	width:70px;
	height:70px;
	margin:0 10px 0 0;
	float:left;
	cursor:pointer;
}
#thumbs7 .thumbs div img{
	width:70px;
	float:right;
}
#thumbs_handles7 span{
	background:url(../images/icons/thumb_invisible.gif) no-repeat;
	width: 70px;
	margin: 0 10px 0 0;
}
#thumbs_mask7{
	width:1200px;
	background:url(../images/icons/thumbs_mask.gif) no-repeat center top;
}


/* ********************************** */

.thumbs{
	width:70px;
}
.thumbs div{
	display:block;
	width:70px;
	height:70px;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}
.mask6{
	position:absolute;
	/*left:50%;
	margin-left:-120px;*/
	width:190px;
	height:190px;
	overflow:hidden;
}


span img{
	display:block;
	border:none;
}
/* ********************************** */

