/* GENERAL */
html {
	/*height:101%;*/
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #F7FBFD;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}
#wrapper {
	background: url(../img/wrapper_bg.gif) top left no-repeat;
	height: 101%;
	min-height: 101%;
	width: 100%;
	float: left;
}
#innerwrapper {
	width: 700px;
}
table {
	font-size: 13px;
	line-height: 17px;
	color: #000;
	float: left;
}
/* HEAD */
#header {
	height: 150px;
	width: 700px;
	float: left;
}
#logo {
	height: 150px;
	width: 175px;
	float: left;
}
#mainnavi {
	height: 150px;
	width: 525px;
	float: left;
	text-align: left;
}

/* MIDDLE */
#middle {
	width: 700px;
	padding: 0;
	margin: 0 auto;
	float: left;
}
#left {
	width: 175px;
	background: url(../img/left_bg.gif) right top repeat-y;
	float: left;
	font-size: 13px;
	margin-top: 10px;
}
#left a {
	color: #000;
	text-decoration: none;
}
#left a:hover {
	color: #42A7CC;
	text-decoration: none;
}
#leftNaviOuter {
	padding-top: 10px;
	padding-bottom: 120px;
	background: url(../img/leftNaviOuter_bg.gif) bottom left no-repeat;
	width: 175px;
	float: left;
}
#leftNaviInner {
	width: 165px;
}
.subnavi {
	margin: 0px;
	padding: 0px;
	width: 150px;
	overflow: hidden;
}
.subnavi li {
	list-style: none;
	line-height: 20px;
	width: 150px;
	padding-left: 5px;
	margin-top: 3px;
	font-weight: bold;
	background: #FFF;
}
.subnavi li.second {
	font-weight: normal;
	margin-top: 1px;
	padding-left: 15px;
}
.subnavi a.active {
	color: #42A7CC !important;
}
.servicenavi {
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
.servicenavi li {
	list-style: none;
	line-height: 20px;
	width: 150px;
	padding-left: 5px;
	margin-bottom: 3px;
	font-weight: normal;
	background: #FFF;
}
.servicenavi a.active {
	color: #42A7CC !important;
}
#contentWrapper {
	width: 520px;
	float: left;
}
#content {
	width: 490px;
	/*margin-top: 10px;*/
	/*background: #FFF;*/
	font-size: 13px;
	line-height: 17px;
	color: #000;
	float: left;
	/*padding: 10px 10px 10px 20px;*/
}
#content input, #content textarea {
	border: 1px solid #202020;
	font-size: 13px;
	color: #202020;
	background: #FFF;
}
.anfordern input {
	border: inherit;
}
#content .csc-textpic-caption {
	font-size: 11px;
	color: #202020;
}
#content a {
	color: #42A7CC;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover {
	color: #000;
	text-decoration: underline;
}
#content h1 {
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #42A7CC;
}
/* FOOTER */
#footerWrapper {
	height: 125px;
	width: 520px;
	float: left;
}
#footerHead {
	width: 520px;
	height: 65px ;
	float: left;
	background: url(../img/footerHead_bg.gif) bottom left no-repeat;
}
#footerNavi {
	width: 100px;
	height: 60px;
	float: left;
	background: #42A7CC;
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	/*padding-left: 10px;*/
	/*padding-top: 17px;*/
}
#footerNavi a {
	color: #FFF;
	text-decoration: none;
}
#footerInfo {
	width: 420px;
	height: 60px;
	float: left;
	background: #42A7CC;
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	font-weight: normal;
	text-align: right;
	/*padding-right: 10px;*/
}
#footerInfo p {
	margin-top: 0px;
	padding-top: 0px;
}

#footerInfo a {
	color: #FFF;
	text-decoration: none;
	/*padding-left: 10px;*/
}
/* EXTENSIONS */
.listViewWrapper {
	width: 480px;
	float: left;
	margin-top: 15px;
}
.listViewImage {
	width: 85px;
	float: left;
	padding-top: 3px;
	min-height: 20px;
}
.listViewImage img {
	border: 1px solid #42A7CC;
}
.listViewText {
	width: 395px;
	float: left;
}
.listViewText h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 17px;
}
.listViewText h2 a {
	text-decoration: none !important;
}
.detailViewWrapper {
	width: 490px;
	float: left;
	margin: 15px 0px 15px 0px;
}
.detailViewImage {
	width: 190px;
	float: left;
	min-height: 150px;
	padding-top: 3px;
}
.detailViewText {
	width: 300px;
	float: left;
}
.detailViewText h1 {
	margin-top: 0px;
}

/* ax_news */
.tx-axnews-pi1 {
	margin-top: 10px;
}
hr {
/*	height: 1px;
	line-height: 1px;
	color: #42A7CC;
	background-color: #42A7CC;*/
	width: 470px;
	height: 0;
	border: 0;
	border-top: 1px solid #42A7CC;
	float: left;
}
.newListWrapper div {
	float: left;
	width: 470px;
}
.newsListWrapper {
	width: 470px;
	float: left;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.headline {
	font-size: 15px;
	font-weight: bold;
	color: #42A7CC;
}
.date {
	font-size: 13px;
	margin-bottom: 8px;
}
.teasertext {
	font-size: 13px;
	margin-bottom: 10px;
}
.storyimage img {
	border: 1px solid #42A7CC;
	float: right;
	margin-top: 3px;
	margin-left: 5px;
	margin-bottom: 3px;
}
.detailText {
	margin-top: 5px;
}
.backlink {
	margin-top: 10px;
}
/* startseite */
.willkommen {
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #42A7CC;
	margin: 0px;
	padding: 0px;
}

/* scroller Startseite */
#scroller {
	border: 1px solid #42A7CC;
	background: #D3EAF3;
	overflow: hidden;
	float: left;
	width: 252px;
	height: 300px;
}
#scroller .date {
	margin-bottom: 0px;
	margin-top: 3px;
}
#scroller .headline {
	font-size: 13px;
	font-weight: bold;
	color: #42A7CC;
	margin-bottom: 3px;
}
#scroller_right {
	width: 210px;
	/*height: 300px;*/
	float: right;
}
#scroller_right table{
	width: 210px !important;
}


/* tt_products */
.tt_products_item_list .listitem {
	width: 470px;
	margin-bottom: 10px;
	float: left;
	border-bottom: 1px solid #42A7CC;
}
.tt_products_item_list .product_note {
	width: 470px;
	min-height: 15px;
	float: left;
}
.tt_products_item_list .listitem_producttitle {
	color: #42A7CC;
	font-weight: bold;
}
.tt_products_item_list .product_note p {
	padding-top: 5px;
	margin-top: 5px;
}
.tt_products_item_list .product_note img   {
	border: 1px solid #42A7CC;
	float: left;
	text-align: left;
	margin-top: 3px;
	margin-right: 5px;
}
.tt_products_item_list .order_form {
	float: right;
	width: 330px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tt_products_item_list .price {
	float: left;
	width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.basket_items {
	float: left;
	width: 470px;
	margin-bottom: 10px;
}
.basket_items th {
	padding-left: 2px;
	margin-bottom: 3px;
}
.basket_items td {
	padding-top: 2px;
	vertical-align: top;
}
.basket_items img {
	border: 1px solid #CCE7F1;
	margin-top: 3px;
}
.delivery input {
	border: none !important;
}
.payment input {
	border: none !important;
}
.checkbox {
	border: none !important;
}