html, body { height:100%; }

* { 
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #E20014;
}

a:hover {
	text-decoration: underline;
	color: #E20014;
}

a img {
	border: 0px;
	overflow: hidden;
}

td { font-size: 12px; }
#main {
	background-color: #B9B9B9;
	text-align: center;	
}

#page {
	height: 100%;
	width: 903px;
	
	margin: 0px auto;
	
	text-align: justify;
	
	font: 12px Verdana;
	color: #303030;	 
}

#inner {
	border: 1px solid white;
	position:relative;
	margin: 0px auto;
	min-height: 600px;
  	height:auto !important; /* moderne Browser */
	height: 100%;
	background-color: #E9E9E9;

}

.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1 {
	float:left;
  	background:url(../img/shadow.gif) right bottom no-repeat;
}
.wrap3 {
	padding:0px 6px 6px 0px;
	background:url(../img/corner_bl.gif) left bottom no-repeat;
}

#header {
	height: 147px;
	background-color: white;
}

#navigation {
	height: 33px;
	background: url(../img/navi_bg.png) no-repeat;
}

#content {
	padding: 25px;
	min-height: 600px;
  	height:auto !important; /* moderne Browser */
  	height:600px; /* IE */
	padding-bottom: 80px;
}

#footer {
	position: fixed;
	bottom: -2px;
	width: 896px;
	padding: 10px 0px 10px;
	color: #666666;
	text-align: center;
	font-size: 90%;
	background-color: white;
	border-top: 1px solid #B9B9B9;
	height: 18px;
}

#footer img {
	vertical-align: middle;
}


#content p {
	padding: 5px;
}

.csc-textpic-image {
	border: 1px solid;
	border-color: #B9B9B9 #666666 #666666 #B9B9B9;
}

#content ul{padding-left: 25px;}
/*
 * tt_news stuff
 */
.news-latest-item, .news-single-item {
	padding: 10px;
	font-size: 12px;	
}

.news-latest-date, .news-latest-morelink, .news-single-timedata {
	font-size: 10px;
	padding-left: 2px;
}

.news-single-item h3{
	font-size: 12px;
	font-weight: normal;	
}

.clearer {
	color: #E0E0E0;
}


/*
 * tx_commerce stuff
 */
.com-category ul {
	padding: 10px;
	list-style-type: none;
}

.com-category ul a {
	color: white;
	background: url(../img/header_bg.gif) top left repeat-x;

	padding: 3px;
	font-size: 14px;
}

.com-category ul a:hover {
	color: #eae7e7;
	background: url(../img/header_bg.gif) top left repeat-x;
	text-decoration: none;
}


.com-category h2, .com-single h2, .csc-firstHeader, h1 {
	font: 24px Arial;
	font-weight: bold;
	padding: 4px;
}

.com-list {
	font-size: 12px;
}

.com-list-header-title, .com-list-header-teaser {
	color: white;
	background: url(../img/header_bg.gif) top left repeat-x;
}

.com-single h2 {
	background: url(../img/header_bg.gif) top left repeat-x;
	padding: 4px;
	margin: 2px;
}

.com-single {
	border: 1px solid #B9B9B9;
	background-color: #E0E0E0;
}

.com-single h2 a {
	color: white;
	padding: 6px;
}

.com-single h2 a:hover {
	color: white;
	padding: 6px;
}



.com-single-desc {
	font: 18px Arial;
	font-weight: bold;
	background: url(../img/header_bg.gif) top left repeat-x;
	padding: 4px;
	color: white;
	margin: 2px;
}

.com-select-odd, .com-select-even {
	font-size: 12px;
}

.com-select-odd td, .com-list-odd td{
	background-color: white;
}

.com-select-even td, .com-list-even td{
	background-color: #f1f1f1;
}

.com-select-even td a img {
	float: left;
}

.com-select-attributes {
	border: 1px solid #B9B9B9;
	margin: 5px;
	width: 835px;
}

.com-select-attributes td {
	padding: 8px;
}

.com-select-attributes tr {
	
}

/* 
 * tx_commerce_search
 */
#tx_commercesearch_pi1 {text-align: right;}

.tx_commercesearch_pi1_formular_table {
	border: 1px solid #b9b9b9;
	width: 270px;	
	margin-bottom: 20px;
	background-color: #E0E0E0;

}

#tx_commercesearch_pi1_formular th {
	color: white;
	font-size: 12px;
	font-weight: normal;
	padding: 6px;
	background: url(../img/header_bg.gif) top left repeat-x;

}

#tx_commercesearch_pi1_formular td {
	padding-left: 2px;
	background-color: #E9E9E9;
}

#tx_commercesearch_pi1_formular tfoot td {
	background-color: #E0E0E0;
}

/*
 * sb_downloader
 */
/* sb_downloader CSS style */
#sb_download_flexWrap {
  padding: 0 0 0px 0;
  margin: 0 0 20px 0;;
}
.sb_download_flex {
  padding: 5px;
  margin: 0px 3px 5px 0;
  width: 100%;
  height: 170px;
  float: none;
  background: #f0f4f3;
}

.sb_download_text {
	float: left;
	text-align: left;
	width: 200px;
}
.sb_download_image {
	float: right;
	text-align: left;
}
.sb_download_flex p.bodytext,
.sb_download_single p.bodytext {
  padding: 0;
  margin: 0;
}

.sb_download_flex .image img,
.sb_download_single .image img {
  padding: 0;
  margin: 0 10px 10px 0;
  float: none;
  width: 63px;
  height: 63px;
  border: 2px solid #D0EFED;
}
.sb_download_flex .clicks,
.sb_download_single .clicks {
	font-size: 11px;
}

.sb_download_flex .datetime,
.sb_download_single .datetime {
	font-size: 10px;
	float: right;
}
.sb_download_flex .title,
.sb_download_single .title {
  padding: 0;
  margin: 0;
  color: #E20014;
  font-weight: bolder;
}

.sb_download_flex .links,
.sb_download_single .links {
  padding: 0;
  margin: 0;
}
/* div around each link */
.sb_download_flex .linkOutput {

}
.sb_download_flex a {
  padding: 0;
  margin: 0;
  color: #000;
  text-decoration: none;
}

.sb_download_flex a.more {
  padding: 0;
  margin: 0;
}

.sb_download_flex a:hover {
  text-decoration: none;
}
.sb_download_single {
	float: none;
	padding: 0px;
	margin: 0px;
}
.sb_download_single .sb_download_text {
	width: 150px;
}
.sb_download_flex .category,
.sb_download_single .category {
	float: none;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 15px 0;
}

   )

}
