@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height:160%;
	height:100%;
	background-color: #FFF;
	background-image: url(../images/main-bck.gif);
}

img {
	border:0;
}
#top {
	background-color: #FFF;
	height: 88px;
	width: 978px;
}
#top-logo {
	background-color: #FFF;
	float: left;
	height: 88px;
	width: 250px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
#service-nav {
	background-color: #FFF;
	float: left;
	height: 88px;
	width: 728px;
	text-align: right;
}
#header {
	background-color: #FFF;
	clear: both;
	height: 216px;
	width: 978px;
}
#main-content {
	height: auto;
	width: 978px;
	float: left;
	padding-bottom: 60px;
}
#left {
	float: left;
	height: auto;
	width: 250px;
}
#content {
	float: left;
	height: auto;
	width: 650px;
	margin-left: 50px;
}
#main-nav {
	height: auto;
	width: 100%;
}



.Werbebanner{
	height: auto;
	width: auto;
}

.bannergroup{
	margin-top:30px;
	margin-left:6px;
}

h1{
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:30px;
}

h6 {
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
	font-weight:bold;
	margin-top:-30px;
}



p{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	margin-bottom:30px;
}

a{
	width:auto;
	color:#999;
	text-decoration:underline;
}

a:hover{
	width:auto;
	color:#999;
	font-weight:bold;
}

#main-content #content .blog .leading ul{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	margin-left:15px;
}

.componentheading {
	color:black;
	padding: 0px;
	font-size:16px;
	font-weight: bold;
	margin-top:30px;
	margin-bottom:30px;
}

h2.contentheading{
	color:#999;
	margin-left:213px;
	font-size:16px;
}


/* ANPASSUNGEN VIRTUEMART */

h2{
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
	font-weight:bold;
	margin-bottom:30px;
}

h2 a{
	color:#999;
	text-decoration:none;
}
h2 a:hover{
	color:#999;
	text-decoration:underline;
}

/* ANPASSUNGEN VIRTUEMART ENDE */

/* ANPASSUNGEN WERBEBANNER */

a.banner_red:link, a.banner_red:visited{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
a.banner_red:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}
a.banner_blk:link, a.banner_blk:visited{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.banner_blk:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}a.banner_wht:link, a.banner_wht:visited{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a.banner_wht:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}

/* ANPASSUNGEN WERBEBANNER ENDE */

/* WARENKORB */

.Warenkorb{
	height: auto;
	width: auto;
	float:left;
	padding:0;
	padding-top: 20px;
	padding-bottom: 30px;
}

#warenkorb_head {
	background-color: transparent;
	background-image: url(../images/warenkorb_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width:250px;
}
#warenkorb_middle {
	background-color: transparent;
	background-image: url(../images/warenkorb_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: auto;
	float:left;
	width:210px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#warenkorb_bottom {
	background-color: transparent;
	background-image: url(../images/warenkorb_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	clear: both;
}

/* WARENKORB ENDE */

/* TABELLEN ANPASSUNG */

.contentpaneopen tr .contentheading{
	font-family: Verdana, Geneva, sans-serif;
	color:#999;
	padding-left:225px;
	font-size:16px;
}

table{
	border:0;
}
	
#produkttabelle {
	width:100%;
	margin-left:-4px;
	padding-bottom:20px;
}

#produkttabelle tbody tr #bild{
	width:140px;
	padding-right:66px;
	vertical-align: top;
	padding-top:20px;
}

#produkttabelle tbody tr #beschreibung {
	vertical-align: top;
	border: 1px dotted #999;
	padding:17px 20px 0px 20px;
}

#produkttabelle tbody tr td .readon {
	font-family: Verdana, Geneva, sans-serif;
	color:red;
	padding-left:225px;
	padding-top:-200px;
}

#produkttabelle tbody tr #beschreibung ul li{
	font-size:12px;
}


#produkttabelle2 {
	width:100%;
	margin-top:-10px;
	margin-left:-12px;
	padding-bottom:20px;
}

#produkttabelle2 tbody tr #bild{
	width:140px;
	padding-right:60px;
	vertical-align: top;
	padding-top:20px;
}

#produkttabelle2 tbody tr #beschreibung {
	vertical-align: top;
	border: 1px dotted #999;
	padding:17px 20px 0px 20px;
}

#produkttabelle2 tbody tr td .readon {
	font-family: Verdana, Geneva, sans-serif;
	color:red;
	padding-left:235px;
	padding-top:-200px;
}

#produkttabelle2 tbody tr #beschreibung ul li{
	font-size:12px;
}

#kontakttabelle tbody tr #bild{
	border:0;
	width:140px;
	padding-right:27px;
	vertical-align: top;
	padding-top:20px;
}

#kontakttabelle tbody tr #beschreibung {
	vertical-align: top;
	border: 1px dotted #999;
	padding:5px 20px 0px 20px;
}

#kontakttabelle tbody tr #spacer{
	border: 0;
}
#main-content #content .blog .article_row .article_column.column1.cols2 .contentpaneopen tr td #startseite_3nebeneinander tbody tr #bild {
	width:140px;
	padding-right:20px;
	vertical-align: top;
	padding-top:0px;
	border:0;
}


/* CONTENT BANNER */
#content-banner {
	clear: both;
	float: left;
	width: 650px;
}
.banner-platzierung{
	float: left;
	height: auto;
	width: 155px;
	margin-right: 7px;
}
.banner-ad {
	height: auto;
	width: 155px;	
	margin-bottom: 15px;
	background-image: url(../images/content-banner-bck.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.banner-ad-top {
	background-image: url(../images/content-banner-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 9px;
	width: 155px;
}
.banner-ad-content {
	height: auto;
	width: 155px;
}
.banner-ad-bottom {
	background-image: url(../images/content-banner-bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 8px;
	width: 155px;
}

#main-content #content #content-banner .banner-ad .banner-ad-content h3{
	margin-left:4px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:11px;
	color:#333;
}

#main-content #content #content-banner .banner-ad .banner-ad-content img{
	margin-left:3px;
} 

#main-content #content #content-banner .banner-ad .banner-ad-content p{
	margin-left:4px;
	margin-top:6px;
	margin-bottom:9px;
	font-size:10px;
	color:#333;
	line-height:120%;
}#newsblog {
	float: right;
	height: auto;
	/*background-image: url(../images/newsflash_middle.png);
	background-repeat: repeat-y;
	background-position: right top;*/
	width: 212px;
	position: relative;
	margin-right: 0px;
	padding-left: 40px;
	margin-top:27px;
}
#newsblog-top {
	background-image: url(../images/newsflash_head.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 23px;
}
#newsblog-middle {
	background-image: url(../images/newsflash_middle.png);
	background-repeat: repeat-y;
	background-position: right top;
	height: auto;
	margin:0px;
	padding:14px 12px 10px 13px;
}
#newsblog-bottom {
	margin-top:-30px;
	background-image: url(../images/newsflash_bottom.png);
	height: 21px;
}

#newsblog #newsblog-middle h4{
	margin-top:0px;
	padding-top:0px;
	color:#666;
	font-size:12px;
}

#newsblog #newsblog-middle p{
	font-size:11px;
	color:#666;
}


