/************* GENERAL CSS ************/
body {
	margin: 0px;
	padding: 0px;
	background-color: #cecece;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align:center;
}

input, select, option, textarea {
	font-family: Verdana, Arial;
	color: #000000;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:13px;
	font-weight:normal;
}

h1 {
	font-size:19px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}

a {
	text-decoration: underline;
	color: #444;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

.blb {
	padding:2px;
	background-color:#ffd800;
	font-family: Arial, Verdana;
	font-size:11px;
	font-weight:bold;
	color:black;
	margin:2px 0px;
	border:1px solid #ff3300;

}


#wrap {
	width:990px;
	height:auto;
	margin:0px auto;
	background: #666666 url(/jart/prj3/winestar/resources/images/back.jpg) repeat-y;
	text-align:left;
	
}

.shop_btn {
	display: block;
	padding-top:8px;
	text-align:center;
	color: #314A80;
	width:200px;
	height:30px;
	background-image:url(/jart/prj3/winestar/resources/images/shop_btn.gif);
	font-size:13px;

}

.shop_btn:hover {
	color: #000000;

}

#shop_table {
	border-collapse:collapse;
	color:black;
}

#shop_table tr td {
	border:1px solid #ccc;
	background-color:#eee;
}

#shop_table tr th {
	border:1px solid #ccc;
	background-color: #fff;
}

#shop_table_overview {
	border-collapse:collapse;
	color:black;
}

#shop_table_overview tr td {
	font-size:10px;
	border:1px solid #ccc;
	background-color:#eee;
}

#shop_table_overview tr th {
	font-size:10px;
	border:1px solid #ccc;
	background-color:#fff;
}

#detail_shop_table {
	width: 400px;
	text-align: left;
	border-collapse:collapse;
	color:black;

}

#detail_shop_table tr td {
	border:1px solid #ccc;
	background-color:#eee;
}

#warenkorb_step td a {
	color:black;
}

#warenkorb_step div.nor, #warenkorb_step div.act {
float: left; height:50px; width:134px; background-color: #d4dce7; border-right:1px solid #2a6fcd; padding:3px 10px; font-weight: bold; color: #000000; text-decoration:none;
}

#warenkorb_step div.act {
	background-color:white;
	font-size:14px;
	color:#314A80;
	text-decoration:underline;
}


/************* HEADER STUFF ************/
#header {
	width: 959px;
	height: 107px;
	margin: 0px 15px;
	background: #314A80 url(/jart/prj3/winestar/resources/images/header.jpg) no-repeat left top;
}

#header_cart {
	float:right;
	border-left:1px solid white;
	width:140px;
	height:107px;
	padding-top:0px;
	color:white;
	font-size:9px;
	text-align:center;
}

#header_cart a {
	color:white;
	text-decoration:underline;
	font-weight:normal;
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #3399FF;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu, #submenu {
	width: 959px;
	margin: 0px 15px;
	padding: 5px 0px 5px 0px;
	background-color: #314A80;
	border-bottom:1px solid white;
}

#menu{
	border-top:1px solid white;
}


#menu ul, #submenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}

#menu li, #submenu li {
	display: inline;
}

#menu a, #submenu a {
	padding: 5px 10px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;

}

#menu a.mact, #submenu a.mact {
	background-color:#FFFFFF;
	color:#314A80;
}

#submenu a {
	font-weight:normal;
}

#menu a:hover, #submenu a:hover {
	background-color: #FFFFFF;
	color:#314A80;
}

/************* CONTENT ************/

#content {
width: 959px;
margin: 0px 15px;
padding: 0px 0px 0px 0px;
}


#content p, #content ul, #content ol {
line-height: 150%;
}

#content ul {
	margin-top:0px;
	margin-bottom:0px;
}

#left {
float: left;
width: 620px;
padding: 20px 20px 40px 20px;
background: #325aa0 url(/jart/prj3/winestar/resources/images/left_bg.jpg) no-repeat;
color: #FFFFFF;
position:relative;

}

#left a {
	color:white;
}

#shop_table a {
	color:#444;
}

#right {
float: right;
width: 298px;
padding: 0px 0px 40px 0px;
margin-right:1px;
text-align:left;
color: #314A80;
font-size:10px;
position:relative;
}

#right input {

}

/************* FOOTER ************/

#footer {
	clear: both;
	width:990px;
	height:36px;
	padding-top:4px;
	margin:0px auto;
	font-size: 9px;
	text-align: center;
	color: #333333;
	background: url(/jart/prj3/winestar/resources/images/back-footer.jpg) no-repeat;
}










