/* main.css */
body {
	margin: 0;
	padding: 0;
 	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}
p {
	margin: 0 0 8px 0;
	padding: 0px;	
}
a {
	color: #2E3857;
	text-decoration: none;
}
h1 {
	color: #2E3857;
	font-size: 17px;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
	background-image: url(../img/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-weight: normal;
}
h2 {
	color: #2E3857;
	font-size: 17px;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
	font-weight: normal;
}
h3 {
	color: #2E3857;
	font-size: 11px;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
	font-weight: bold;
}
.price {
	font-size: 18px;
	color: #2E3857;
}
.artName {
	font-weight: bold;
}
a.linkText {
	color: #2E3857;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
a:hover.linkText {
	border-bottom: 0;
}
a.linkIcon  {
	padding: 0 0 0 13px;
	background-image: url(../img/link_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #2E3857;
	border:0px;
	display: block;
}
a:hover.linkIcon {
	padding: 0 0 0 13px;
	background-image: url(../img/link_icon_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: red;
	display: block;
	background-color:#ccc;
}
a.linkSpecial  {
	padding: 0 0 0 13px;
	background-image: url(../img/link_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: red;
	border:0px;
	display: block;
}
ul, li {list-style-type:none;}
a:hover.linkSpecial {
	padding: 0 0 0 13px;
	background-image: url(../img/link_icon_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: red;
	display: block;
}
#content p a,td a {
	color: #2E3857;
	text-decoration:underline;
}
#container {
	width: 950px;
	height: auto;
	margin: 0px auto;
}
#header {
}
#topMenu {
	background-image: url(../img/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 24px;
	line-height:24px;
}
#breadCrumb {
	width: 570px;
	position: relative;
	left: 200px;
	margin-top: 15px;
	font-size: 11px;
	color: #2E3857;
}
#breadCrumb p {
	margin-bottom: 5px;
	color: #999999;
}
#breadCrumb a {
	color: #2E3857;
}
#boxesLeft {
	position: relative;
	left: 10px;
	width: 170px;
	float: left;
}
#containerRight {
	float: right;
	width: 750px;
}
#content {
	width: 570px;
	height: auto;
	float: left;
}

#content li {	
	display: block;
	list-style-position:inside;
}

#content .errorMsg li {
	font-weight: bold;
	color: red;
	/*list-style-type: disc;
	margin: 0px;
	padding: 0 0 0 12px;*/
	display: block;
	list-style-position:outside;
}

#boxesRight {
	position: relative;
	right: 10px;
	float: right;
	width: 150px;
}
#footer {
	clear: both;
	width: 570px;
	position: relative;
	left: 200px;
	padding: 10px 0;
	text-align: center;
	height: auto;
	/*background-image: url(../img/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: left top;*/
}
#footer img {
	margin: 0 5px;
}
.textHell {
	color: #888888;
}
.textHeadStat {
	color: #999999;
	position:relative; top:-32px;
}
.contentBox {
	border: 1px solid #ccc; padding: 5px; margin-bottom: 10px
}
.errorMsg {
	color: red;
	font-weight: bold;
}
.success {
	color: #00CC00;
	font-weight: bold;
}

/* start */
.startAngebotPreis {
	font-size: 18px; color: red;
}
/* start */

/* shop.css */
table.prodContainer {
	width: 100%;
	background-image: url(../img/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 5px 0;
	margin: 0;
}
table.prodContainer p {
	margin: 0 0 2px 0;
}
table.prodContainer sub {
	font-size: 10px;
}

table.prodContainer1st {
	width: 100%;
	/*background-image: url(../img/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: left top;*/
	padding: 5px 0;
	margin: 0;
}
table.prodContainer1st p {
	margin: 0 0 2px 0;
}
table.prodContainer1st sub {
	font-size: 10px;
}

table.prodContainerWarenkorb th {
	text-align: left;
	font-weight: bold;
}
table.prodContainerWarenkorb {
	padding: 0;
	margin: 0;
}