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

body {
	background-color: #0b151d;
	background-image:url(../images/mainframe/bodyBgLoopX.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #444444;
}

.mainbot {
	clear: both;
}

h2 {
	font-size: 12px;
	font-weight:bold;
}

a, a:visited {
	color: #000000;
}

#siteContainer {
	width: 920px;
	margin: 0px auto;
}

#headerContainer {
	width: 920px;
	/*height: 200px;*/
}

#headerImg {
	width: 920px;
	height: 150px;
	background-color: #94719c;
	background-image:url(../images/mainframe/headerImg.jpg);
	background-repeat:no-repeat;
}

#navigationBar {
	width: 920px;
	height: 40px;
	background-image:url(../images/mainframe/navigationBarBg.jpg);
	background-repeat:no-repeat;
}

#search {
	float: left;
	margin: 0px;
	padding:0px;
	margin-left:14px;
	width: 200px;
	height: 36px;
	padding-top: 4px;
}

#searchform {
	float: left;
	margin: 0px;
	padding:0px;
	margin-left:14px;
	width: 200px;
	height: 36px;
	padding-top: 4px;
}

#searchinput {
	border: none;
	background-image:url(../images/mainframe/searchBg.gif);
	width:107px;
	height:19px;
	background-color: transparent;
	padding-left:8px;
	padding-top: 5px;
	font-size:11px;
	float:left;
}

#searchbutton {
	float:left;
	width: 23px;
	height:24px;
	display:block;
	cursor:pointer;
}

#navigation {
	float: left;
	margin-left:-20px;
	width:717px;
}

#navigation ul{
	list-style-type:none;
}

#navigation ul li {
	float:left; 
	width:109px; 
	height:40px; 
	display:block;  
	line-height:3.3;
	text-align:center;
	font-size:12px;
	cursor: pointer;
	text-decoration:none;
	font-weight:bold;
	margin:0px;
	margin-right:30px;	
}

#navigation ul li a{
	float:left; 
	width:109px; 
	height:40px; 
	display:block;  
	background-image:url(../images/mainframe/buttonBg.png);
	line-height:3.3;
	text-align:center;
	font-size:12px;
	cursor: pointer;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	margin:0px;

}

#navigation ul li a:hover{
	background-image:url(../images/mainframe/buttonBgHover.png);
	cursor: pointer;
}

#navigation ul li a.aktiv{
	background-image:url(../images/mainframe/buttonBgActiv.png);
	cursor: pointer;
}

#navigationBarShadow {
	width:920px;
	height:10px;
	background-image:url(../images/mainframe/navigationBarShadow.png);
	background-repeat:no-repeat;
}

#bodyContainer {
	width:870px;
	background-color:#f3eff4;
	background-image:url(../images/mainframe/bodyContainerBgLoopY.png);
	background-repeat:repeat-y;
	padding: 10px 25px 10px;
}

#leftColumn {
	float:left;
	margin-right:10px;
}

#leftMenuHead {
	width: 170px;
	height:29px;
	background-image:url(../images/mainframe/leftMenuHeadBg.png);
	background-repeat:no-repeat;
}

#leftMenuBody {
	width: 130px;
	background-image:url(../images/mainframe/leftMenuBodyBg.png);
	background-repeat:repeat-y;
	padding: 0px 20px;
}

#leftMenuBody ul {
	list-style-type: none;
}

#leftMenuBody ul li {
	margin-left: -10px;
	background-image:url(../images/mainframe/bullet.gif);
	background-repeat:no-repeat;
}

#leftMenuBody ul li a {
	text-decoration: none;
	width: 109px;
	display:block;
	height: 20px;
	padding-top:5px;
	padding-left: 10px;
	border-bottom: 1px dotted #000;
	cursor:pointer;
}

#leftMenuBody ul li a:hover, #leftMenuBody ul li a.checked {
	background-image:url(../images/mainframe/bulletHover.gif);
	background-repeat:no-repeat;
	background-color:#cfc8d0;
}

#leftMenuBody h1 {
	font-size: 16px;
	margin-bottom: 10px;
}

#leftMenuFooter {
	width: 170px;
	height:20px;
	background-image:url(../images/mainframe/leftMenuFooterBg.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#newsBoxHead {
	width: 170px;
	height:29px;
	background-image:url(../images/mainframe/leftMenuHeadBg.png);
	background-repeat:no-repeat;
}

#newsBoxBody {
	width: 130px;
	background-image:url(../images/mainframe/leftMenuBodyBg.png);
	background-repeat:repeat-y;
	padding: 0px 20px;
	font-size:11px;
}

#newsBoxBody h1 {
	font-size: 16px;
	margin-bottom: 0px;
}

#newsBoxBody a{
	color: #444444;
}

#newsBoxBody a:hover {
	text-decoration: none;
}

#newsBoxFooter {
	width: 170px;
	height:20px;
	background-image:url(../images/mainframe/leftMenuFooterBg.png);
	background-repeat:no-repeat;
	text-align:center;
}

#news {
	border: 1px solid #AAAAAA;
	margin-bottom: 20px;
}

#newsHead {
	background-color:#f2f2f2;
	width: 445px;
	padding:5px 5px 0px;
	height:20px;
	border-bottom: 1px solid #AAAAAA;
}

#newsBody {
	width: 445px;
	padding: 5px;
	font-size:11px;
}
#middleColumn {
	float:left;
	width: 497px;
}

#middleColumnHead {
	width: 497px;
	height: 29px;
	background-image:url(../images/mainframe/middleColumnHeadBg.png);
	background-repeat:no-repeat;
}

#middleColumnBody {
	width: 457px;
	background-image:url(../images/mainframe/middleColumnBodyBg.png);
	background-repeat: repeat-y;
	padding: 0px 20px;
	text-align:justify;
}

#middleColumnBody h1 {
	font-size: 16px;
	margin-bottom: 10px;
}

#bigColumn {
	float:left;
	width: 690px;
}

#bigColumnHead {
	width: 691px;
	height: 29px;
	background-image:url(../images/mainframe/bigColumnHeadBg.png);
	background-repeat:no-repeat;
}

#bigColumnBody {
	width: 651px;
	background-image:url(../images/mainframe/bigColumnBodyBg.png);
	background-repeat: repeat-y;
	padding: 0px 20px;
	text-align:justify;
}

#bigColumnBody h1 {
	font-size: 16px;
	margin-bottom: 10px;
}

#bigColumnFooter {
	width: 691px;
	height: 20px;
	background-image:url(../images/mainframe/bigColumnFooterBg.png);
	background-repeat:no-repeat;
}

#sitePath {
	width: 457px;
	height:20px;
	margin-bottom:0px;
}

#produktListe {
	width: 457px;
}

#produktContainerLeft {
	width: 218px;
	height: 240px;
	float:left;
	background-color: #f2f2f2;
	margin-bottom: 20px;
	font-size:11px;
}

#produktContainerRight {
	width: 218px;
	height: 240px;
	float:right;
	margin-left: 10px;
	background-color: #f2f2f2;
	margin-bottom: 20px;
	font-size:11px;
}

#produktContainerLeft img, #produktContainerRight img {
	float:left;
	border: 1px solid #676767;
	margin-left:10px;
	margin-top:5px;
	margin-right:5px;
}

#produktContainerLeft:hover, #produktContainerRight:hover {
	background-color: #eaeaea;
}

#produktContainerLeft hr, #produktContainerRight hr {
	margin: 0px;
	margin: 5px 0px 8px;
	border: none;
	border-bottom: 1px dotted #AAAAAA;

}

#produktPreis {
	float: right;
	width: 70px;
	font-size:12px;
	margin-top:3px;
	text-align:center;
	height:120px;
}

#produktVorschauText {
	margin-left:10px;
	margin-right:10px;
	width: 195px;
	height: 35px;
	font-size: 11px;
}

#produktDetail {
	width: 180px;
	margin:0px 10px;
	text-align:right;
	font-size:10px;
	font-weight:bold;
}

#produktHead {
	width:208px;
	height:29px;
	background-image:url(../images/mainframe/produktNameBg.png);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:9px;
	font-weight:bold;
	display:block;
}

#produktHead:hover {
	background-image:url(../images/mainframe/produktNameBgHover.png);
	background-repeat:no-repeat;
}

#produktDetailAnsicht {
	width: 457px;
	height: 240px;
}

#produktDetailFoto {
	width: 120px;
	float:left;
}

#produktDetailTextbereich {
	width: 297px;
	float:right;
}

#produktDetailText {
	font-size: 12px;
}

#produktDetailTextbereich h1{
	font-size: 18px;
	margin-bottom:10px;
}

#prevProdukt a{
	float:left;
	width:194px;
	height:32px;
	text-align:left;
	color: #444444;
}


#nextProdukt a{
	float:right;
	width:194px;
	height:32px;
	text-align:right;
	color: #444444;
	text-decoration:none;
}


#prevProdukt a:hover, #nextProdukt a:hover {
	text-decoration:underline;
}


#artikelRandom {
	float:left;
	width: 140px;
	margin: 20px auto;
	text-align:center;
	display: block;
	cursor:pointer;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #e7dfe8;
	margin-right: 15px;
	height:90px;
}

#artikelRandomEnd {
	float:right;
	width: 140px;
	margin: 20px auto;
	text-align:center;
	display: block;
	cursor:pointer;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #e7dfe8;
	height:90px;
}

#artikelRandom:hover, #artikelRandomEnd:hover {
	background-color: #cfc8d0;
	border:1px solid #bbb6be;
}

#artikelRandom img, #artikelRandomEnd img{
	margin-top:5px;
	margin-bottom:5px;
	border:1px solid #676767;
}

#artikelRandom h1, #artikelRandomEnd h1 {
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	margin:0px;
}

#artikelRandom h2, #artikelRandomEnd h2 {
	font-size: 10px;
	color: #444444;
	margin:0px;
}

#middleColumnFooter {
	width: 497px;
	height: 20px;
	background-image:url(../images/mainframe/middleColumnFooterBg.png);
	background-repeat:no-repeat;
}

#rightColumn {
	float:right;
	width:183px;
}

#rightColumnHead {
	width: 183px;
	height:29px;
	background-image:url(../images/mainframe/rightMenuHeadBg.png);
	background-repeat:no-repeat;
}

#rightColumnBody {
	width: 143px;
	background-image:url(../images/mainframe/rightMenuBodyBg.png);
	background-repeat:repeat-y;
	padding: 0px 20px;
}

#rightColumnBody h1 {
	font-size: 16px;
	margin-bottom: 10px;
	text-align:center;
}

.produktNeu {
	width: 135px;
	margin:0px auto;
	text-align:center;
	display: block;
	cursor:pointer;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #e7dfe8;
}

.produktNeu:hover {
	background-color: #cfc8d0;
	border:1px solid #bbb6be;
}

.produktNeu img {
	margin-top:5px;
	margin-bottom:5px;
	border:1px solid #676767;
}

.produktNeu h1 {
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	margin:0px;
}

.produktNeu h2 {
	font-size: 10px;
	color: #444444;
	margin:0px;
}

#produktLineSpacer {
	width: 135px;
	height:2px;
	margin:10px auto;
	border-bottom: 1px dotted #333333;
}

#rightColumnFooter {
	width: 183px;
	height:20px;
	background-image:url(../images/mainframe/rightMenuFooterBg.png);
	background-repeat:no-repeat;
}

#footerContainer {
	width:920px;
	height:30px;
	background-image:url(../images/mainframe/footerBg.png);
	background-repeat:no-repeat;
	padding-top: 8px;
	color:#FFFFFF;
	text-align:center;
	font-size:10px;
}

#footerLeft {
	float: left;
	margin-left:10px;
}

#footerRight {
	float: right;
	margin-right:10px;
}

#footerLeft a, #footerLeft a:visited, #footerRight a, #footerRight a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

#footerLeft a:hover, #footerRight a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}