html, body {
	 height: 100%; /* wichtig */
}

body {
 	  background-image: url(graphics/back.jpg);
	  background-repeat:repeat-y;
      background-position:top center;
	  background-color:#2A2A27;
	  margin: 0 auto;
	  font-family:Arial, Helvetica, sans-serif;
	  color:#646464;
	  font-size:12px;
}

	#page
	{
		position: relative;
		min-height: 100%;
		width:650px;
		margin: 0 auto;
		padding: 0;
		text-align: left;
		vertical-align:top;
	}

	* html #page
	{
		height: 100%;
	}

#header{
	width:650px;
	height:235px;
    /*background-image:url(graphics/header.jpg);
	background-repeat:none;
	background-position:top center;*/
	background: url(graphics/header.jpg) center top no-repeat;
	*border-left:solid 1px #000000;
	
	
}

/* IE bis Version 6
* html #header{
	width:649px;
	height:235px;
	background: url(graphics/header.jpg) center top no-repeat;
	*border-left:solid 1px #000000;

}
*/

/* IE ab Version 7*/
*:first-child+html #header{  
	width:649px;
	height:235px;
	background: url(graphics/header.jpg) center top no-repeat;
	*border-left:solid 1px #000000;
}

#left{
	width: 145px;
	float: left;
	display: inline;
	padding: 0px 15px 15px 15px;
 
}

#left div#menu {
	width:145px;
	margin: 0px;
	text-align:left;
}

#left div#contact {
	margin:0px;
	margin-top:60px;
	font-weight:bold;
	font-size:11px;
	width:145px;
}
#left div.contact_left {
	float:left;
}

#left div.contact_right {
	margin-left:45px;
}



#left div#link {
	margin:0px;
	margin-top:40px;
	font-weight:bold;
	font-size:11px;
	width:145px;
}
#left div#link a {
color:#646464; 
text-decoration:none;
font-weight:bold;
}
#left div#link a:hover {
text-decoration:underline;
}



#right{
	width: 445px;
	float: right;
	display: inline;
	padding: 0px 15px 15px 15px;
}

#content{

}

#wrapper{
	width: 650px;
	padding-bottom: 100px;
	*border-left:solid 1px #000000;
	
}

#footer {
	position: absolute;
	bottom: 0;
	background-color: #F3F3F3;
	*border-left:solid 1px #000000;
	width:650px;
}

/* IE ab Version 7*/
*:first-child+html #footer{
	position: absolute;
	bottom: 0;
	background-color: #F3F3F3;
	*border-left:solid 1px #000000;
	width:649px;
}  

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

div#footerbar {
 clear:left;
 margin:0px 0px 0px 0px;
 
 padding:0px;
 width:650px;
 height:10px;
 background-image: url(graphics/footer.jpg);
 background-repeat:repeat-x;

}

/* IE ab Version 7*/
*:first-child+html div#footerbar{  
	clear:left;
        	margin:0px 0px 0px 0px;
 
  	padding:0px;
 	width:649px;
 	height:10px;
 	background-image: url(graphics/footer.jpg);
 	background-repeat:repeat-x;
}


div#footer_left {
float:left;
margin: 15px;
* margin-left: 0px;
* padding-left: 15px;
text-align:left;
font-family: Arial, Helvetica, sans-serif;
font-size:9px;
}

div#footer_right {
margin: 15px;
text-align:right;
font-family: Arial, Helvetica, sans-serif;
font-size:9px;
}

div.menu_item {
width:145px;
margin: 0px;
margin-bottom: 7px;
padding: 0px;
padding-bottom: 5px;
border-bottom:solid 1px #BFBFBF;
text-align:left;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:13px;
color:#646464;
text-transform:uppercase;
}

div.sub_menu_item {
width:130px;
margin: 0px;
margin-bottom: 7px;
padding: 0px;
padding-left: 15px;
padding-bottom: 5px;
border-bottom:solid 1px #BFBFBF;
text-align:left;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:11px;
color:#646464;
/*color:#9A2723;*/
background-image: url(graphics/arrow.gif);
background-repeat:no-repeat;
background-position: top left;
text-transform:uppercase;
}

a.menu_item:link { color:#646464; text-decoration:none }
a.menu_item:visited { color:#646464; text-decoration:none }
a.menu_item:hover { color:#646464; text-decoration:underline}
a.menu_item:active { color:#646464; text-decoration:none }
a.menu_item:focus { color:#646464; text-decoration:none }

/* rote Untermenupunkte*/
a.sub_menu_item:link { color:#9A2723; text-decoration:none }
a.sub_menu_item:visited { color:#9A2723; text-decoration:none }
a.sub_menu_item:hover { color:#9A2723; text-decoration:underline}
a.sub_menu_item:active { color:#9A2723; text-decoration:none }
a.sub_menu_item:focus { color:#9A2723; text-decoration:none }

/* in grauer Farbe
a.sub_menu_item:link { color:#646464; text-decoration:none }
a.sub_menu_item:visited { color:#646464; text-decoration:none }
a.sub_menu_item:hover { color:#646464; text-decoration:underline}
a.sub_menu_item:active { color:#646464; text-decoration:none }
a.sub_menu_item:focus { color:#646464; text-decoration:none }
*/


a.footer:link { color:#9A2723; text-decoration:none }
a.footer:visited { color:#9A2723; text-decoration:none }
a.footer:hover { color:#9A2723; text-decoration:underline}
a.footer:active { color:#9A2723; text-decoration:none }
a.footer:focus { color:#9A2723; text-decoration:none }

a.contact:link { color:#646464; text-decoration:none }
a.contact:visited { color:#646464; text-decoration:none }
a.contact:hover { color:#646464; text-decoration:underline}
a.contact:active { color:#646464; text-decoration:none }
a.contact:focus { color:#646464; text-decoration:none }

h1#teaser {
padding:0px;
padding-bottom:7px;
text-transform:uppercase;

text-align:left;
font-size: 13px;
font-weight:bold;

margin:0px;
margin-bottom:7px;

 background-image: url(graphics/line.jpg);
 background-repeat:no-repeat;
 background-position:bottom center;
}

span.blue {
color:#9A2723;
}



table.productnav {
width:100%;
* margin-left: -3px;
margin-bottom:8px;
}

table.productnav a {
  color:#646464;
text-decoration:none;
}
table.productnav td {text-align:center;}
table.productnav td.productprev {width:100px;text-align:left;}
table.productnav td.productnext {width:100px;text-align:right;}


table.productnav a:hover {text-decoration:underline;}
table.productnav td.productnext a {
padding-right:15px;
background-image: url(graphics/arrow.gif);
background-repeat:no-repeat;
background-position: top right;}

table.productnav td.productprev a {
padding-left:15px;
background-image: url(graphics/arrow_left.gif);
background-repeat:no-repeat;
background-position: top left;}

table.productlist {
width:100%;
* margin-left: -3px;
margin-bottom:8px;
}

table.productdetail {
width:100%;
* margin-left: -3px;
margin-bottom:8px;
}

table.productlist td.product { width:100%;}
table.productlist td.productlabel {font-weight:bold;padding-left:8px; width:80px;white-space:nowrap;}
table.productlist th {font-style:bold;font-size:13px;padding-left:8px;padding-bottom:8px;padding-top:4px;}

table.productdetail td.product {width:100%;}
table.productdetail td.productlabel {font-weight:bold;padding-left:8px; width:80px;white-space:nowrap;}
table.productdetail th {font-style:bold;font-size:13px;padding-left:8px;padding-bottom:8px;padding-top:4px;}

td.product {padding-left:8px;}

td.productlink {
  text-align:right;
  border-bottom:solid 1px #BFBFBF;
  padding-top:4px;
  padding-bottom:4px;
}

table.productlist td.productimage {
  width:90px;
  padding-top:6px;
  padding-left:0px;
  vertical-align:top;
  text-align:left;
}   

table.productdetail td.productimage {
  width:140px;
  padding-top:6px;
  padding-left:0px;
  vertical-align:top;
  text-align:left;
}

td.productimage img {border: 0px}
table.productlist td.productlink a {
padding-left:15px;
background-image: url(graphics/arrow.gif);
background-repeat:no-repeat;
background-position: top left;
color:#646464; 
text-decoration:none;
font-weight:bold;
}
table.productlist td.productlink a:hover {
text-decoration:underline;
}

table.productdetail td.productlink a {
padding-left:15px;
background-image: url(graphics/arrow_left.gif);
background-repeat:no-repeat;
background-position: top left;
color:#646464; 
text-decoration:none;
font-weight:bold;
}
table.productdetail td.productlink a:hover {
text-decoration:underline;
}

.news-list-morelink {
	width:100%;
	text-align:right;
}
.news-list-item {
border-bottom:solid 1px #BFBFBF;clear: both;
}

.news-list-item img {border: 0px}
.news-list-item h3 a {
color:#646464; 
text-decoration:none;
}

.news-list-item h3 a:hover {

text-decoration:underline;
}
hr.clearer {
height: 5px;
border: 0px;
}

.news-list-morelink a {
padding-left:15px;
background-image: url(graphics/arrow.gif);
background-repeat:no-repeat;
background-position: top left;
color:#646464; 
text-decoration:none;
font-weight:bold;

}

.news-list-morelink a:hover {
text-decoration:underline;
}

.news-single-backlink a {
padding-left:15px;
background-image: url(graphics/arrow_left.gif);
background-repeat:no-repeat;
background-position: top left;
color:#646464; 
text-decoration:none;
font-weight:bold;

}

.news-single-backlink a:hover {
text-decoration:underline;
}

.news-single-backlink  {
	width:100%;
	text-align:right;
}

.news-single-item{
border-bottom:solid 1px #BFBFBF;
padding-bottom:5px;

}
.news-single-item img {border: 0px}

/*CONTENT CSS*/
#content h1{ 
	font-size:15px;
}
#content h2{ 
	font-size:13px;
}
#content h3{ 
	font-size:11px;
}
#content h4{ 
	font-size:11px;
}
#content h5{ 
	font-size:11px;
}
#content h6{ 
	font-size:11px;
}

#content img {
	margin:5px;

}#content a {
color:#646464; 
text-decoration:none;
font-weight:bold;
}
#content  a:hover {
text-decoration:underline;
}

ul.csc-menu {
	list-style-image:url(graphics/arrow.gif);
	margin-left:-20px;
	*margin-left:20px;
}

ul.csc-menu a {
color:#646464; 
text-decoration:none;
font-weight:bold;
}
ul.csc-menu  a:hover {
text-decoration:underline;
}

.csc-linkToTop a {
padding-left:15px;
background-image: url(graphics/arrow_up.gif);
background-repeat:no-repeat;
background-position: top left;
color:#646464; 
text-decoration:none;
font-weight:bold;
}
.csc-linkToTop a:hover {
text-decoration:underline;
}
table.contenttable p.bodytext {
margin: 0px;
padding:0px;
}

table.contenttable {
border-collapse: collapse;
}

table.contenttable thead td {
	font-weight: bold;
 	border-bottom:4px double #BFBFBF;
	border-left:1px solid #BFBFBF;
	border-right:1px solid #BFBFBF;
	margin:0px;
	padding:2px;
}

table.contenttable tbody td {
	border-top:1px solid #BFBFBF;
	border-left:1px solid #BFBFBF;
	border-right:1px solid #BFBFBF;
	margin:0px;
	padding:2px;
}

p.align-center {
	text-align:center;
}

#tx-ttproducts-pi1-listcat ul {
	list-style:none;
	margin-left:-40px;
	*margin-left:0px;	clear:left;
}
#tx-ttproducts-pi1-listcat li {
	clear:left;
	
}

#tx-ttproducts-pi1-listcat {
clear:left;
}

#tx-ttproducts-pi1-listcat a {
color:#646464; 
text-decoration:none;
font-weight:bold;
}
#tx-ttproducts-pi1-listcat  a:hover {
text-decoration:underline;
}

#tx-ttproducts-pi1-listcat img {
	width: 50px;
	height: 50px;
	margin:0px;
	margin-bottom:10px;
	margin-right:5px;
	float:left;	
}
fieldset.csc-mailform {	border: none;	width: 350px;}
fieldset.csc-mailform label {	vertical-align:top;	font-weight:bold;	display: block;
	width: 75px;	float:left;	padding-top:2px;		}fieldset.csc-mailform textarea {	font-family:Arial, Helvetica, sans-serif;	width:270px; *width:265px;	font-size:11px;}fieldset.csc-mailform input {	font-size:11px;}fieldset.csc-mailform input.csc-mailform-submit {	float: right;	font-size:13px;	font-weight:bold;}fieldset.csc-mailform div.csc-mailform-field {	margin-bottom: 5px;}

dd.csc-textpic-caption {
 text-align:center;
 

}


.tx-ttnews-browsebox .news-list-next a {
padding-right:15px;
background-image: url(graphics/arrow.gif);
background-repeat:no-repeat;
background-position: top right;
color:#646464; 
text-decoration:none;
font-weight:bold;

}

.tx-ttnews-browsebox .news-list-next a:hover {
text-decoration:underline;
}

.tx-ttnews-browsebox .news-list-prev a {
padding-left:15px;
background-image: url(graphics/arrow_left.gif);
background-repeat:no-repeat;
background-position: top left;
color:#646464; 
text-decoration:none;
font-weight:bold;

}

.tx-ttnews-browsebox {
	margin-top:5px;
	margin-bottom:5px;
}

.tx-ttnews-browsebox .news-list-prev a:hover {
text-decoration:underline;
}

.tx-ttnews-browsebox table {
	width:100%;
}

.tx-ttnews-browsebox .news-list-prev {
	width:110px;
}
.tx-ttnews-browsebox .news-list-next {
	width:110px;
	text-align:right;
}

.tx-ttnews-browsebox-SCell {

}

.productnav b {
	font-weight:normal;
}
.tx-ttnews-browsebox .news-list-pages {
	text-align:center;
}

p.error {
	
	font-weight:bold;
	color:red;
}

