/***************************************************
 *
 * START RESET CSS
 *
 **************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.3;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/***************************************************
 *
 * END RESET CSS
 *
 **************************************************/
html,body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family:helvetica, sans-serif;
	font-size:15px;
	color:#333;
}

h1 {
	margin-bottom:20px;	
}
h2 {
	margin-bottom:10px;	
}
h3 {
	font-size:15px;
	margin-bottom:10px;	
}

/***************************
 *
 * Page Layout Styles 
 *
 ***************************/

#pageWrapper{
	margin-left:0px;
	width:1004px;
}

#headerContent{	
	width:861px;
	height:123px;
	background:url(/.resources/img/home_web.jpg) no-repeat;
}

#centerContent{
	float:right;
	width:861px;
	min-height:660px;
	margin-top:0px;
	border-left:1px solid #7E0000;
}
#mainWrapper{
	border-top:1px solid #7E0000;	
}

#mainWrapper p {
	margin-bottom:15px;	
}

/** right content **/
#rightContent{
	margin-top:50px;
	float:right;
	width:171px;
}
#rightContentWrapper{
	margin:0px 13px 0px 13px;
}
/** main content **/
#subMenuContent {
	margin-top:50px;
	width:140px;
	font-size:13px;
	float:left;
	background:url(/.resources/img/pfeil_re.gif) no-repeat;
	background-position:-5px 0px;
}
#subMenuContentWrapper{
	margin-left:13px;
}

#mainContent{	
	width:535px;
	float:right;
}
#mainContentWrapper{
	margin-top:50px;
}
#mainContent h1{
	margin-top:0px;
	font-size:15pt;
}

/** left content **/
#leftContent{
	float:right;
	margin-top:173px;
	width:142px;
}

#leftContent a{
	color:#333;
	text-decoration: none;
}

#leftContentWrapper{
	margin-right:13px;
	text-align:right;
}

#contact {
	text-align: right;
	width:135px;
	font-size: 11px;
	margin-right:17px;
	margin-top:-122px;
	height:140px;
}

#copyright {
	margin-top:-30px;
	margin-left:150px;
	font-size:10px;
	color:#999;	
}

ul#menu{
	margin-top:0px;
	padding:0px;
}
ul#menu li{
	list-style-type: none;
	margin-bottom:20px;
}

li.selectedMenuItem{
	font-weight:bold;	
}

li.selectedSubMenuItem{
	font-weight:bold;
}

ul#subMenu{
	margin-left:8px;
	margin-top:0px;
	padding:0px;
}
ul#subMenu li{
	list-style-type: none;
	margin-bottom:10px;
}
#subMenu a{
	color:#333;
	text-decoration: none;
}

/** basket box **/
#basketTop{
	margin-bottom:35px;
	border: 1px solid #999999;
}
#basketMain{
	border: 1px solid #999999;
	border-bottom:none;
}
#basketMain > div{
	border-bottom: 1px solid #999999;
} 

/***************************
 *
 * right column
 *
 ***************************/
 .rightColumnParagraph{
	margin-bottom:35px;
	border: 1px solid #999999;
	color:#999;
	font-size:11px;
}
div.rightColumnParagraph > h3 {
	margin:5px 0px 5px 0px;
	border-bottom:1px solid #999;
}
/***************************
 *
 * 
 *
 ***************************/
img.contentImage_left{
	float:right;
	margin-left:8px;
}
img.contentImage_right{
	float:left;
	margin-right:8px;
}
/***************************
 *
 * Shop styles 
 *
 ***************************/
.submit_icon {
	background: url(/.resources/img/basket.gif) no-repeat right;
	width:20px;
	height:20px;
	border:none;
}
.prodName {
	vertical-align: top;
}
.prodYear {
	vertical-align: top;
}
.prodPrize {
	vertical-align: top;
}
.prodInput {
	vertical-align: top;
}
.prodProducer {
	vertical-align: top;
}
.groupTitle {
	margin-top:20px;
}