body {
	margin-bottom: 50px;
	font-family: tahoma, verdana, arial;
	font-size:12px;
}

/********************* STRUKTUR ********************/
#panel {
	width: 790px;
}

#header {
	height: 79px;
	margin-bottom: 2px;
}

#navigation {
	height: 22px;
	margin-bottom: 1px;
}

#size {
	height: 18px;
	border-bottom: 1px solid #000000;
	margin-bottom: 1px;
}


/********************* HEADER ********************/
#header img {
	float: left;
}

ul#metanavigation {
	float: right;
	padding-top: 2px;
	padding-right: 30px;
	width: 138px;
	
	list-style-type: none;
}
ul#metanavigation li {
	line-height: 20px;
}

ul#metanavigation li a {
	color: #102b70;
	padding-left: 18px;
	background-image: url('../img/arrow.gif');
	background-position: left 3px;
	background-repeat: no-repeat;
	
	font-size: 11px;
	font-family: tahoma, verdana, arial;
	text-decoration: none;
}


/********************* NAVIGATION ********************/
ul#categories {
	float: left;
	list-style-type: none;
	margin-left: 190px;
	width: 420px;
}

* html ul#categories {
	margin-left: 95px;
}


ul#categories li {
	float: left;
	margin-right: 1px;
	width: 83px;
}

ul#categories li.last {
	margin-right: 0;
}

ul#categories li a {
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	
	background-color: #c9e8fd;
	color: #102b70;
	
	background-image: url('../img/bg_category.gif');
	background-position: right top;
	background-repeat: no-repeat;
	
	display: block;
	height: 16px;
	
	padding-top: 6px;
	padding-left: 7px;
	padding-right: 7px;
}

ul#categories li.active a,
ul#categories li a:hover {
	background-color: #ffa800;
}


/********************* SEARCHBAR ********************/
div#searchbar {
	float: right;
	padding-top: 3px;
	width: 168px;
	
	overflow: hidden;
}
div#searchbar input#search_input {
	background-image: #c9e8fd;
	float: left;
	font-size: 10px;
	width: 135px;
	padding: 0;
}
div#searchbar input#search_submit {
	float: right;
}

/********************* SCHRIFTGROESSE ********************/
ul#fontsize {
	list-style-type: none;
	margin-bottom: 1px;
}

ul#fontsize li {
	display: block;
	float: left;
	height: 20px;
}

ul#fontsize li a {
	color: #102b70;
	text-decoration: none;
}

ul#fontsize li.cell_1 {
	background-color: #ffa800;
	width: 189px;
	margin-right: 1px;
}

ul#fontsize li.cell_2 {
	background-color: #ffd88c;
	color: #102b70;

	font-family: tahoma, verdana, arial;
	font-size: 10px;

	line-height: 20px;
	padding-right: 10px;
	text-align: right;
	width: 409px;
	margin-right: 1px;
}

ul#fontsize li.cell_3 {
	background-color: #ffa800;
	width: 180px;
}


/********************* BODY ********************/
#body {
	background-image: url('../img/bg_body.gif');
	background-repeat: repeat-y;
}


/********************* LEFT und RIGHT ********************/
#left {
	float: left;
	 /* 190px */
	width: 189px;
	border-top: 1px solid white;
	margin-right: 1px;
	padding: 0 0 10px 0;
}

#right {
	float: left;
/*	width: 152px; */
	margin-left: 1px;
	width: 178px;
/*	padding: 16px 14px 11px 14px; */
	padding: 16px 0 10px 0;
}

#right .teaser {
/*	padding-bottom: 11px; */
	padding: 16px 14px 11px 14px;
}

#left .teaser {
	padding: 16px 14px 11px 14px;
}

div#left div.blue,
div#right div.blue {
	border-bottom: 1px solid white;
	background-color: #c9e8fd;
}
div#left div.red,
div#right div.red {
	border-bottom: 1px solid white;
	background-color: #fdc9e6;
}
div#left div.green,
div#right div.green {
	border-bottom: 1px solid white;
	background-color: #e9fdc9;
}

#left a,
#right a {
	color: #102b70;
}

#left h2,
#left h2 a,
#right h2,
#right h2 a {
	color: #ba133a;
	font-weight: bold;
	border-bottom: 1px solid black;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

#left h3,
#left h3 a,
#right h3,
#right h3 a {
	color: #102b70;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 14px;
	text-decoration: none;
}

#left p,
#right p {
	/*font-size: 11px;*/
	line-height: 14px;
	margin-bottom: 5px;
}

#right p {
	margin-bottom: 25px;
}

#right h2,
#right h3,
#right p {
	margin-left: 14px;
	margin-right: 14px;
}

#right .teaser h2,
#right .teaser h3,
#right .teaser p {
	margin-left: 0;
	margin-right: 0;
}


/********************* SUBNAVIGATION ********************/
ul#subnavigation {
	list-style-type: none;
}

ul#subnavigation li {
	display: block;
	margin: 0;
	padding: 0;
}

ul#subnavigation li a {
	border-bottom: 1px solid white;
	color: #102b70;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	padding-left: 10px;
	text-decoration: none;
	display: block;
}

ul#subnavigation li.active a {
	background-color: #122741;
	color: white;
}


ul#subnavigation li.active ul li {
}

ul#subnavigation li.active ul li a {
	background-color: white;
	border-bottom: 1px solid #ededed;
	color: #717171;

	padding-left: 20px;
}

ul#subnavigation li.active ul li.active a {
	background-image: url('../img/bg_subnavigation_active.gif');
	background-repeat: no-repeat; 
	background-position: left top;
	color: #26374b;
}
ul#subnavigation li.active ul li a:hover {
	color: #26374b;
}

/********************* CONTENT ********************/
div#content {
	float: left;
	/* 420px */
	width: 384px;
	margin-right: 1px;
	padding: 12px 15px 15px 20px;
}

div#content h1 {
	color: #102b70;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 24px;
}

div#content h2 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 16px;
}

div#content h2.chapter {
	color: #102b70;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 6px;
	margin-top: 2px;
}


div#content p {
	line-height: 18px;
	margin-bottom: 15px;
}

div#content a {
	color: #102b70;
}

div#content ul {
	padding-left: 20px;
	margin-bottom: 15px;
	list-style-type: square;
}
div#content ul li {
	line-height: 18px;
}

div#content ul#rootline {
	list-style-type: none;
	margin-bottom: 25px;
	padding-left: 0;
}

div.csc-textpic img {
	padding-top: 5px;
}

strong, b {
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}
.text-right {
	text-align: right;
}

.clear {
	clear: both;
}


/********************* ROOTLINE ********************/
ul#rootline li {
	display: inline;
}

ul#rootline li a {
	color: #102b70;
	font-size: 11px;
	padding-left: 0;
	margin-left: 0;
	text-decoration: none;
}

ul#rootline li.arrow a {
	background-image: url('../img/arrow_rootline.gif');
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 9px;
	margin-left: 4px;
}



/********************* CONTENTNAVI ********************/
ul#contentnavi {
	margin-top: 32px;
	text-align: right;
}

ul#contentnavi li {
	display: inline;
	margin-left: 15px;
}
ul#contentnavi li a {
	color: red;
	font-size: 11px;
	text-decoration: none;
}
ul#contentnavi li a img {
	margin-right: 7px;
}


/********************* FOOTER ********************/
div#footer {
	background-color: #122741;
	width: 100%;
}
div#footer p {
	border-right: 1px solid white;
	color: white;
	font-size: 11px;
	padding: 4px 0 3px 10px;
	width: 179px;
}


/********************* NEWS ********************/
div.content-teaser {
	border-bottom: 1px solid #949ea9;
	padding-bottom: 15px;
	margin-bottom: 22px;
	clear: both;
}
div#content div.content-teaser p {
	margin-bottom: 6px;
}

div.content-teaser img {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}

div#content div.content-teaser h2 a {
	text-decoration: none;
}
div.content-teaser p.more {
	padding-left: 14px;
	background-image: url('../img/arrow.gif');
	background-position: left 7px;
	background-repeat: no-repeat;
}

#left p.more,
#right p.more {
	padding-left: 14px;
	padding-bottom: 15px;
	background-image: url('../img/arrow.gif');
	background-position: left 4px;
	background-repeat: no-repeat;
}

.product-img {
	float: left;
	width: 115px;
}
.product-details {
	float: left;
	padding-left: 10px;
	width: 259px;
}
* html .product-details {
	width: 249px;
}

.price-container {
	line-height: 16px;
	text-align: right;
}
.price-container div {
	display: inline-block;
	width: 90px;
}

* html .price-container div {
	display:inline;
}
*+ html .price-container div {
	display:inline;
}



.news-single-img {
	float: left;
	margin-right: 10px;
}

.news-downloads {
	float: left;
	width: 199px;
	margin-bottom: 10px;
}

.content-teaser input {
/*	float: right; */
}


.tx-ttnews-browsebox,
.tx-indexedsearch-browsebox {
	font-size: 10px;
}

.tx-indexedsearch-browsebox p {
  margin:0px !important;	
}

.tx-indexedsearch-browsebox ul {
  list-style-type:none !important;
  margin:0px -5px 0px 0px !important;
  float:right;
 }

.tx-indexedsearch-browsebox ul li {
  display:inline;
}

div#content .tx-ttnews-browsebox a,
div#content .tx-indexedsearch-browsebox a {
	color: #cc4a62;
	display: block;
	float: left;
	padding: 0 5px;
	text-decoration: none;
}
div#content .tx-ttnews-browsebox strong a,
div#content .tx-indexedsearch-browsebox strong a {
/*	border: 1px solid #cc4a62; */
}

div#content table {
	line-height: 16px;
}


/********************* Downloads ********************/
div.medium_row {
	padding: 0;
	display: table-row;
}

div.medium_cell {
	background-color: #e0f2fe;
	border-right: 1px solid white;
	border-bottom: 1px solid white;

	padding: 5px 5px 10px 5px;
	width: 107px;

	vertical-align: top;
	display: table-cell;
}

div#content div.medium_cell p {
	background-color: #c0e5ff;
	color: rgb(31, 63, 140);
	font-size: 11px;
	margin: 0;
	padding: 5px;
	width: 107px
}

div#content div.medium_cell p a {
	background: url('../img/download.gif') left 5px no-repeat;
	color: rgb(242, 36, 0);
	display: block;
	font-size: 11px;
	margin-top: 3px;
	padding-left: 15px;
}

div.tx-pxdamplayer-pi1 {
	margin-bottom: 10px;
}



/********************* Mailformular ********************/
div.csc-mailform-field {
	clear: both;
	margin-bottom: 3px;
}

div.csc-mailform-field label {
	display: block;
	float: left;
	width: 75px; 
}

div.csc-mailform-field input[type=text] {
	width: 200px;
}




/* @group Clear */

.clear:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

	.clear { display: inline-block; }

	* html .clear { height: 1%; }

	.clear { display:block; }

/* @end */