/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* general */
a {
	text-decoration: none;
	outline: none;	
}

a:link, a:visited, a:active {
	color: #dc0030;
}

a:hover {
	color: #dc0030;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
}
	
body {
	background-color: #fff;
	color: #1a171b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}

noscript p {
	color: #A00;
	background: #FCC;
	border-bottom: 2px solid #F88;
	text-align: center;
}


#page {
	background-color: #fff;
	margin: 0 auto;
	width: 980px;
}

.clear {
	clear: both;
}

hr {
	background-color: #ccc;
}

/* header */
#header {
	height: 90px;
	padding-top: 20px;
}

#logo {
	background: url(../img/logo.png) no-repeat;
	float: right;
	height: 47px;
	margin-top: 15px;
	width: 200px;
}

#logo a {
	display: block;
	height: 50px;
}

#logo a span {
	display: none;
}

#imgbox {
	float: left;
	margin-top: 15px;
}

div#nav {
	background:transparent url("../img/nav_sprite.png") no-repeat scroll 0 0;
	width: 980px;
	height: 40px;
	margin-bottom: 10px;
}

div#navlevel {
	float: left;
	text-align: center;
	/*line-height: 30px;*/
	z-index:2;
}

div#navlevel {
	/* margin-left: 180px; */
}

div#navlevel li {
	display: inline;
}

div#navlevel li a {
	float: left;
	outline: none;
	overflow: hidden;
	color: #1a171b;
	font-size: 12px;	
	background:transparent url("../img/nav_sprite.png") no-repeat scroll 0 0;
	text-decoration: none;
}

div#navlevel li#nav1 a {
	background-position: 0px 0px;
	width: 104px;
	height: 40px;
}

div#navlevel li#nav2 a {
	background-position: -104px 0px;
	width: 103px;
	height: 40px;
}

div#navlevel li#nav3 a {
	background-position: -207px 0px;
	width: 99px;
	height: 40px;
}

div#navlevel li#nav4 a {
	background-position: -306px 0px;
	width: 160px;
	height: 40px;
}

div#navlevel li#nav5 a {
	background-position: -466px 0px;
	width: 105px;
	height: 40px;
}

div#navlevel li#nav6 a {
	background-position: -571px 0px;
	width: 75px;
	height: 40px;
}

div#navlevel li#nav1 a:hover {
	background-position: 0px -40px;
	width: 104px;
	height: 40px;
	color: #fff;
}

div#navlevel li#nav2 a:hover {
	background-position: -104px -40px;
	width: 103px;
	height: 40px;
	color: #fff;
}

div#navlevel li#nav3 a:hover {
	background-position: -207px -40px;
	width: 99px;
	height: 40px;
	color: #fff;
}

div#navlevel li#nav4 a:hover {
	background-position: -306px -40px;
	width: 160px;
	height: 40px;
	color: #fff;
}

div#navlevel li#nav5 a:hover {
	background-position: -466px -40px;
	width: 105px;
	height: 40px;
	color: #fff;
}

div#navlevel li#nav6 a:hover {
	background-position: -571px -40px;
	width: 75px;
	height: 40px;
	color: #fff;
}

div#navlevel li#nav1 .selected {
	background-position: 0px -40px;
	color: #fff;
	width: 104px;
	height: 40px;
}

div#navlevel li#nav2 .selected {
	background-position: -104px -40px;
	color: #fff;
	width: 103px;
	height: 40px;
}

div#navlevel li#nav3 .selected {
	background-position: -207px -40px;
	color: #fff;
	width: 99px;
	height: 40px;
}

div#navlevel li#nav4 .selected {
	background-position: -306px -40px;
	color: #fff;
	width: 160px;
	height: 40px;
}

div#navlevel li#nav5 .selected {
	background-position: -466px -40px;
	color: #fff;
	width: 105px;
	height: 40px;
}

div#navlevel li#nav6 .selected {
	background-position: -571px -40px;
	color: #fff;
	width: 75px;
	height: 40px;
}

div#navlevel ul#navlevel2 a:hover {
	color: #dc0030;
	height: 25px;
}

div#navlevel ul#navlevel2  a {
	height: 25px;
}

div#navlevel ul#navlevel2 li a {
	background: #fff;
	border-left: 1px solid #ccc;
	border-top:	1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	text-decoration:none;
	padding: 5px 10px;
}

#lang {
	float:right;
	padding: 8px 6px;
}

/* home */
.box1 {
	background-color: #fff;
}

.box1 h1 {
	font-size: 38px;
	font-weight: normal;
	color: #1a171b;
}

.box1 .box_more {
	background: #C4C4C4 url(../img/more_text.gif) right bottom no-repeat;
}

.teaserpic {
	font-size: 11px;
	margin-top: 10px;
	overflow: hidden;
}

.teaserpic_l {
	float: left;
	margin-right: 10px;
	width: 425px;
}

.teaserpic_r {
	float: left;
	width: 545px;
}

.teaserinfo {
	background-color: #c4c4c4;
	font-size: 11px;
	line-height: 14px;
	margin-top: 10px;
	overflow: hidden;
	padding: 15px 0;
	height: 140px;
}

.short {
	width: 385px;
}

.long {
	float: right;
	width: 520px;
	margin-right: 18px;
	text-align: justify;
}

.long h2 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 0px;
}

#homenews {
	background: url(../img/home_news_line.jpg) no-repeat;
	margin: 35px 0;
	padding-top: 20px;
}

.box_x_small_first {
	float: left;
	margin-bottom: 20px;
	width: 251px;
	color: #1a171b;
}

.box_x_small_first h1 {
	font-size: 14px;
	font-weight: normal;
	color: #1a171b;
	padding: 0px 0px 4px 30px;
	background: url(../img/icon_select.gif) no-repeat 0px 8px;
}

.box_x_small {
	float: left;
	margin: 0px 0 20px 11px;
	width: 251px;
	color: #1a171b;
}

.box_x_small h1 {
	font-size: 14px;
	font-weight: normal;
	color: #1a171b;
	padding: 0px 0px 4px 30px;
	background: url(../img/icon_select.gif) no-repeat 0px 8px;
}

.box_small {
	float: left;
	margin: 20px 0 20px 17px;
	width: 262px;
	color: #1a171b;
}

.box_small h1 {
	font-size: 14px;
	font-weight: normal;
	color: #1a171b;
	padding: 0px 0px 4px 30px;
	background: url(../img/icon_select.gif) no-repeat 0px 8px;
}

.box_medium {
	float: left;
	margin: 0px 17px 20px 0;
	width: 342px;
	color: #1a171b;
}

.box_medium h1 {
	font-size: 14px;
	font-weight: normal;
	color: #1a171b;
	padding: 0px 0px 4px 30px;
	background: url(../img/icon_select.gif) no-repeat 0px 8px;
}

.box_large_first {
	float: left;
	margin-bottom: 20px;
	width: 382px;
	color: #1a171b;
}

.box_large_first h1 {
	font-size: 14px;
	font-weight: normal;
	color: #1a171b;
	padding: 0px 0px 4px 30px;
	background: url(../img/icon_select.gif) no-repeat 0px 8px;
}

.box_large {
	float: left;
	margin: 0px 0 20px 11px;
	width: 382px;
	color: #1a171b;
}

.box_large h1 {
	font-size: 14px;
	font-weight: normal;
	color: #1a171b;
	padding: 0px 0px 4px 30px;
	background: url(../img/icon_select.gif) no-repeat 0px 8px;
}

.box_x_large_first {
	float: left;
	margin-top: 20px;
	width: 422px;
	color: #1a171b;
}

.box_x_large_first h1 {
	font-size: 14px;
	font-weight: normal;
	color: #1a171b;
	padding: 0px 0px 4px 30px;
	background: url(../img/icon_select.gif) no-repeat 0px 8px;
}

.box_more {
	background: #d9d9d9 url(../img/more_text.gif) right bottom no-repeat;
	height: 16px;
	text-align: right;
}

.box_more a {
	color: #fff;
	font-size: 9px;
	font-weight: normal;
	position: relative;
	top: 2px;
	text-decoration: none;
}

.box_more_link {
	padding-right: 11px;
}

*+html .box_more a {
	color: #fff;
	font-size: 9px;
	font-weight: normal;
	position: relative;
	top: 0px;
	text-decoration: none;
}

.box_pic {
	border: 1px solid #d9d9d9;
	height: 140px;
	max-height: 120px;
}

.box_content {
	background: #d9d9d9;
	font-size: 11px;
	height: 85px;
	max-height: 85px;
	padding: 8px;
}

/* main */
/* sub navigation */
#nav_sub {
	float: left;
	font-size: 11px;
	width: 185px;
}

#nav_sub .sublevelheader {
	border-bottom: 2px solid #ccc;	
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 2px;
	color: #dc0030;
}

#nav_sub .sublevel1 {
	background-color: #fff;
}

#nav_sub .sublevel1 li {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}

#nav_sub .sublevel1 li a {
	color: #1a171b;
	background: url(../img/bullet_grey.png) 8px 6px no-repeat;
	padding: 4px 22px;
	text-decoration: none;
}

#nav_sub .sublevel1 li.active {
	background: #E6E6E6;
}

#nav_sub .sublevel1 li.active a {
	color: #dc0030;
	background: url(../img/bullet_red.png) 8px 6px no-repeat;
	padding: 4px 22px;
	text-decoration: none;
}

#nav_sub .sublevel1 li a:hover {
	background: url(../img/bullet_red.png) 8px 6px no-repeat;
}

#nav_sub .sublevel1 li.inactive a:hover {
	color: #dc0030;
	background: url(../img/bullet_red.png) 8px 6px no-repeat;
}

#nav_sub .sublevel2 {
	background-color: #fff;
}

#nav_sub .sublevel2 li {
	padding: 5px 10px;
}

#nav_sub .sublevel2 li a {
	color: #1a171b;
	background: url(../img/bullet_grey.png) 8px 3px no-repeat;
	display: inline-block;
	padding: 0px 1px 0px 22px;
	text-decoration: none;
}

*:first-child+html #nav_sub .sublevel2 li a {
	color: #1a171b;
	background: url(../img/bullet_grey.png) 8px 7px no-repeat;
	padding: 4px 1px 4px 22px;
	text-decoration: none;
}

#nav_sub .sublevel2 li.active {
	background: #f2f2f2;
}

#nav_sub .sublevel2 li.active a {
	color: #dc0030;
	background: url(../img/bullet_red.png) 8px 3px no-repeat;
	padding: 0px 1px 0px 22px;
	text-decoration: none;
}

*:first-child+html #nav_sub .sublevel2 li.active a {
	color: #dc0030;
	background: url(../img/bullet_red.png) 8px 7px no-repeat;
	padding: 4px 1px 4px 22px;
	text-decoration: none;
}

#nav_sub .sublevel2 li a:hover {
	color: #dc0030;
	background: url(../img/bullet_red.png) 8px 3px no-repeat;
}

*:first-child+html #nav_sub .sublevel2 li a:hover {
	color: #dc0030;
	background: url(../img/bullet_red.png) 8px 7px no-repeat;
}

#nav_sub .sublevel3 {
	background-color: #f9f9f9;
}

#nav_sub .sublevel3 li {
	border-bottom: 0px solid #f9f9f9;
	padding-left: 20px;
}

#nav_sub .sublevel3 li a {
	background: none;
}

#nav_sub .sublevel3 li.active {
	background: #f9f9f9;
}

#nav_sub .sublevel3 li.active a {
	background: none;
}

#nav_sub .sublevel3 li a:hover {
	background: none;
}
	
/* content */
.content_textonly {
	padding: 18px 10px 20px;
	background-color: #c4c4c4;
	margin-top: 18px;
}

.content_textonly ul li {
	background: url(../img/bullet_red.png) left 3px no-repeat;
	padding-left: 13px;
}

.rgtabs-wrapper {
	border: 0px solid #fff;
	font-weight: normal;
	padding: 10px;
}

.rgtabs-wrapper h2 {
	font-size: 18px;
	font-weight: normal;
	padding-left: 10px;
	width: 520px;
}
/*IE7
h2.csc-firstHeader {
	padding: 5px 10px 10px;
}*/

.rgtabs-wrapper h3 {
	font-size: 18px;
	font-weight: normal;
	padding-left: 0px;
}

#product_features_text {
	padding: 5px 10px 20px;
}

#product_features_two_col {
	background-color: #c4c4c4;
	padding: 5px 20px;
	overflow: hidden;
}

#product_features_two_col_l {
	float: left;
	margin-right: 20px;
	width: 345px;
}

#product_features_two_col_l li {
	margin-left: 2px;
	padding: 5px 0;
}

#product_features_two_col_l img {
	float: left;
	margin: 3px 0px 0 -10px;
}

#product_features_two_col_r {
	float: left;
	width: 345px;
}

#product_features_two_col_r li {
	margin-left: 2px;
	padding: 5px 0px;
}

#product_features_two_col_r img {
	float: left;
	margin: 3px 0px 0 -10px;
}

/*.rgtabs-container ul li {
	background: url(../img/bullet_red.png) left 3px no-repeat;
	padding-left: 13px;
}*/

.content_text_color_i {
	background: #fff;
	overflow: hidden;
}

.content_text_color_ii {
	background: #c4c4c4;
	overflow: hidden;	
}

.content_one_col_wrap ul li {
	background: url(../img/bullet_red.png) left 3px no-repeat;
	padding-left: 13px;
	margin-bottom: 3px;
}

.content_one_col_text {
	padding: 5px 10px 5px;
}

.content_two_col_wrap ul li {
	background: url(../img/bullet_red.png) left 3px no-repeat;
	padding-left: 13px;
	margin-bottom: 3px;
}

.content_two_col_l_text {
	float: left;
	padding: 5px 10px 5px;
	width: 368px;
}

.content_two_col_r_text {
	float: left;
	padding: 5px 10px 5px;
	width: 345px;
}

#content {
	float: left;
	padding: 0 0 20px 20px;
	width: 775px;	
	min-height: 600px;
	z-index:1;
}

.csc-default > ul li {
	background: url(../img/bullet_red.png) left 3px no-repeat;
	padding-left: 13px;
}

.csc-textpic-text ul li {
	background: url(../img/bullet_red.png) left 3px no-repeat;
	padding-left: 13px;
}

#content_mid {
	float: left;
	width: 500px;
	padding-right: 8px;
}

#sidebar {
	float: right;
	width: 255px;
	border-left: 1px solid #ccc;
	padding-left: 8px;
}

.teaser_50_50_pic {
	margin-bottom: 10px;
	overflow: hidden;
}

.teaser_50_50_pic_l {
	float: left;
	margin-right: 10px;
	width: 382px;
}

.teaser_50_50_pic_r {
	float: left;
	width: 383px;
}

.teaser_50_50_text {
	background-color: #c4c4c4;
	clear: both;
	font-size: 11px;
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 15px;
	height: 80px;
	text-align: justify;
}

/* footer */
#footer {
	background: #e6e6e6;
	color: #4f4f4f;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 15px;
	overflow: hidden;
	width: 980px;
}

#footer_site_links {
	display: inline;
	font-size: 11px;	
	margin-bottom: 10px;
	margin-top: 10px;
	width: 745px;
}

#footer_site_links a:link { color: #666; }

#footer_site_links a:visited { color: #666; }

#footer_site_links a:hover { color: #999; }

#footer_site_links a:active { color: #999; }

#footer_site_links dl {
	border-right: 1px solid #999;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	min-height: 170px;
	width: 190px;
}

#footer_site_links dt {
	font-size: 11px;
	font-weight: bold;
	padding: 5px 15px;
}

#footer_site_links dd {
	padding: 2px 15px;
}

#footer_contact {
	float: left;
	line-height: 16px;
	margin-top: 10px;
	padding: 4px 0 0 8px;
	width: 200px;
}

#footer_contact a:link { color: #666; }

#footer_contact a:visited { color: #666; }

#footer_contact a:hover { color: #999; }

#footer_contact a:active { color: #999; }

#copyright {
	color: #666;
	float: right;	
	font-style: normal;
	font-size: 9px;
	padding-bottom: 70px;
}

#copyright_year, #copyright_company {
	float: left;
}


/*-----------------------------Alphabet-Men� (BK) ------------------------------*/

div.tx-alphasitemap-pi1 {
	margin: 20px 10px 20px 0px;
	overflow: hidden;
}

p.alpha-sitemap-chars {
	text-align: left;
	border-bottom: 1px solid #ccc;
	color: #1a171b;
}

p.alpha-sitemap-chars span {
	font-size: 14px;
	padding-left: 5px;
	color: #999;

}
p.alpha-sitemap-chars span a {
	color: #1a171b;
	text-decoration: none;

}
p.alpha-sitemap-chars span.active {
	padding-left: 5px;
	color: #DC0030;

}
p.alpha-sitemap-chars a:link {
	color: #1a171b;
}

p.alpha-sitemap-chars a:hover {
	color: #DC0030;
}

div.tx-alphasitemap-pi1 h3 {
	font-size: 14px;
	font-weight: bold;
	color: #1a171b;
	display: none;
}

div.tx-alphasitemap-pi1 ul {
		list-style-type: none;
	}
	div.tx-alphasitemap-pi1 ul li {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 4px;
		float: left;
		border-right: 1px solid #DC0030;
		}
		div.tx-alphasitemap-pi1 ul li a:link, div.tx-alphasitemap-pi1 ul li a:visited {
			/*background: url("../img/bullet_grey.png") no-repeat 0px 4px;*/
			color: #1a171b;
			text-decoration: none;
		}
		div.tx-alphasitemap-pi1 ul li a:hover {
			/*background: url("../img/bullet_red.png") no-repeat 0px 4px;*/
			color: #DC0030;
		}

		div.tx-alphasitemap-pi1 ul li a:active {
			/*background: url("../img/bullet_red.png") no-repeat 0px 4px;*/
			color: #DC0030;
		}

.important {
color: #DC0030;
		}

.tx-photogals-pi1-small-active a {
	background: url("../img/products_small_img_active.gif") no-repeat scroll left bottom;
	padding-left: 10px;
	padding-bottom: 15px;
	margin-bottom: 3px;
	margin-top: 3px;
	float: left;
}


.subcl {
min-height: 200px;
width: 425px;
float: left;
border-right: 1px solid #ccc;
} 

.subcr {
float: right;
}

/* Tabelle in Tab-Navigation */ 
.tab_table {
	background-color: #c4c4c4;
	padding-left: 10px;
	margin-top: 18px;
	border-collapse: separate;
	border-spacing: 0px;
	width: 774px;
	table-layout: fixed;
}	
	.tab_table td {
	background-color: #c4c4c4;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 193px;
}

.tab_table .tr-0 {
	font-weight: bold;
}

/*Downoads in Tab-Navigation - NUR für den Launch*/
.csc-uploads-2 {
	font-weight: normal;
}

.csc-uploads-fileName {
	background: url(../img/arrow_datalink.png) 4px 5px no-repeat;
	padding-left: 14px;
	padding-bottom: 8px;
}
.csc-uploads-description {
}

/* Extensions */
/* macina_searchbox */
#macina_headline {
	float: left;
	font-size: 12px;
	padding: 6px 8px 0 20px;
	width: 44px;
}

/* Nicht IE*/
#macina_sword  /**/ {
  float: left;
  padding: 1px 0 0 2px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height:15px;
  margin-top: 5px;
  height:17px; 
  width:155px; 
}

/*Nur IE 6*/
* html #macina_sword {
  /*float: left;*/
  padding: 0px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height:15px;
  margin-bottom: 10px;
  margin-left: 10px;
  height:20px; 
  width:100px; 
}

/*Nur IE 7*/
*+html #macina_sword {
  /*float: left;*/
  padding: 0px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height:17px;
  margin-bottom: 10px;
  height:18px; 
  width:155px; 
}


/* Lupe als Submit */
/*input */
#macina_submit {
  float: left;
	border: none;
  background-color: transparent;
  margin-top: 9px;
  margin-left: 2px;
	width: 12px;
  height: 12px;
}

.tx-indexedsearch-whatis {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
}

.tx-indexedsearch-sw {
	color: #dc0030;
}

.tx-indexedsearch-form {
	float: left;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background: #e6e6e6;
}

.tx-indexedsearch-search-submit {
	float: left;
	margin-left: 15px;
}

.browsebox {
	margin-bottom: 25px;
}

.tx-indexedsearch-text-item-path-label {
	margin-bottom: 25px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #dc0030;
}

.news-single-item HR.cl-left,
.news-single-item HR.cl-right {
	color: #ccc;
	clear:right;
	height:1px;
	border:none;
	padding:0;
	margin: 8px 0 8px 0;
}

.news-latest-container HR.clearer,
.news-list-container HR.clearer,
.news-list2-container HR.clearer,
.news-list3-container HR.clearer {
	color: #ccc;
	clear:right;
	height:1px;
	border:none;
	padding:0;
	margin: 8px 0 0 0;
}

.rgtabs-container .csc-uploads {
	margin-left: 10px;
}

.rgtabs-container .csc-header h1 {
	margin-left: 10px;
	margin-top: 5px;
}

/*------------------ tt_news ------------------ */

/*.news-list-container img {
border:medium none;
float:left;
overflow:hidden;
margin:0 2px 5px 5px;
}*/
.news-list-container h2 {

}
.news-list-container p {

    margin: 7px 0 25px;

}
.news-list-category {
    color: #666666;

}

.news-list-item {
    clear: both;
	margin-bottom: 5px;
	padding-bottom: 35px;
	border-bottom: 1px solid #ccc;
}

.news-list-item-text, .news-single-item-text {
    float: left;
    width: 600px;
    padding-right: 8px;
}

.news-list-item-image, .news-single-item-additional-info {
    float: left;
}

.news-list-item-image img {
	margin:0 0 5px 8px;
	border: none;
	float: none;
}

/* News Single View */

.horizontalLine {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

.news-single-item-text {
	width: 500px;
	min-height: 250px;
	float: left;
	text-align: justify;
}

.news-single-backlink {
	padding: 35px 0 10px 0;
}

.news-single-additional-info {
	width: 240px;
	clear: none;
	float: right;
	margin: 0;
	padding: 0 0 0 10px;
	border-left: 1px solid #ccc;
}

.news-single-img {
	margin: 0px 0px 35px;

}

.news-single-related, .news-single-files, .news-single-links {
	clear: both;
	padding: 0;
}

.news-single-imgcaption {
	margin: 3px 0 10px 3px;
	padding: 0;
}

.news-single-files {
	margin: 20px 0;
}

.news-single-files dd {
	clear: both;
}

.news-single-files dd div {
	float: left;
	height: 50px;
}

.news-single-files dd a, .news-single-files dd span {
	padding: 0 3px;
}

.news-single-additional-info dl {
	margin-bottom: 20px;
}
.news-single-additional-info dt {
	margin: 0;
}
.news-single-additional-info dd {
	margin: 5px 15px 10px;
}

/*kk_download*/

.product_details {
	background: none;
}

.filedate {
	right: 180px;
	bottom:0px;
	position: absolute;
}	

.getFlashPlayer {
	display: block;
	width: 112px;
	height: 33px;
	background: url(http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif) top left no-repeat;
	text-indent: -9999px;
}

/*perfectlightbox*/

.csc-textpic-intext-left {
    clear: both;
}

.screenshotImage {
    margin-bottom: 35px;
}

.screenshotText p {
    margin-bottom: 10px;
}

/*IE*/

/*div.rgtabs-container div.csc-default div.csc-header h1 {
    padding: 5px 15px;
}*/

/* Social Bookmarks */

.social_bookmarks {
    margin-top: 20px;
    padding-left: 20px;
}

/* Know-how Basics */

.knowHowMoreLink {
	padding: 30px;
	display: block;
	background: url(../img/search_arrow.png) left center no-repeat;
}

.knowHowMoreLinkPlus {
	padding-top: 8px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 8px;
	display: block;
	background: url(../img/search_arrow.png) left center no-repeat;
}

.knowHowLinkRight {
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0px;
	display: block;
	background: url(../icons/pdf.png) left top no-repeat;
}
