/* CSS Document */

html {
	height:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	height:100%;
	margin:0%;
	padding:0%;

	color:#000;
	
	background-color:#fff;
}

div, p, span, table, tr, th, td {
	font-size:1em;
}

/* Seiten-Stile */
.siteBody {
	background-color:#eee;
}

#site {
	position:relative;
	margin:0 auto;
	width:900px;
	min-height:100%; 
	height:auto !important; 
	height:100%;
	
	background-color:#fff;
	border-left:1px solid #333;
	border-right:1px solid #333;
}

#siteLoad {
	position:absolute;
	width:150px;
	height:20px;
	top:200px;
	left:375px;

	overflow:hidden;
	padding-top:50px;
	text-align:center;
	
	border:1px solid black;
	
	background-color:#fff;
	background-image:url('images/ajax-loader.gif');
	background-repeat:no-repeat;
	background-position:center 10px;
}

#siteHeader {
	width:900px;
	height:186px;
	
	background-image:url('images/bg_header.gif');
	background-repeat:no-repeat;
	background-position:5px 5px;
	border-bottom:1px solid #333;
}

#copyright {
	position:relative;
	top:580px;
	width:250px;
	left:330px;
	
	padding-top:2px;

	font-size:10px;
	text-align:center;
	
	border-top:1px dotted #999;
}

#copyright a {
	color:#009;
	font-weight:bold;
	text-decoration:none;
}

/* Shop-Stile */
#shopField {
	position:absolute;
	top:196px;
	left:8px;
	width:883px;
	height:451px;
	background-image:url('images/spielfeld.gif');
	
	cursor:crosshair;

	overflow:hidden;
}

#shopBasketArea {
	position:absolute;
	top:5px;
	right:10px;
	height:150px;
	width:340px;
	
	border:1px solid #333;
	background-color:#eee;
}

#shopBasketHeadline {
	position:absolute;
	width:330px;
	height:17px;

	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	font-weight:bold;

	border-bottom:3px double black;
}

#shopBasket {
	position:absolute;
	top:25px;
	height:125px;
	width:340px;
	
	padding:0px;
	padding-left:0px;
	margin:0px;
	text-align:right;
	
	overflow:auto;
}

.shopBasketTable {
	width:320px;
}

.shopBasketTableLeft {
	text-align:left;
}

.shopBasketTableRight {
	text-align:right;
}

#shopBasketTotal {
	width:100px !important;
}

#siteKonto {
	position:absolute;
	top:10px;
	left:320px;
	width:200px;
	height:100px;
	
	font-size:0.9em;
	
	border:1px solid #333;
	background-color:#D0D6E3;
	padding:5px;
	padding-top:2px;
}

#shopMenu {
	position:absolute;
	top:160px;
	right:10px;
	width:880px;
	height:23px;
	margin:0px;
	padding:0px;
	
/*	background-color:#666;*/
	
	text-align:right;
	font-size:11px;
}

#shopMenuList {
	list-style:none;
	margin:0px;
	padding:0px;
	padding-top:5px;
	padding-bottom:3px;
}

#shopMenuList li {
	display:inline;
	margin:0px;
	padding:0px;
}

#shopMenuList a {
	margin:0px;
	padding:2px;
	padding-left:20px;
	padding-right:10px;
	
	background-image:url('images/bg_menuitem.gif');
	background-position:2px 5px;
	background-repeat:no-repeat;

	background-color:#03c;
	border-bottom:1px solid #09f;
	border-right:1px solid #ccc;

	color:#fff;
	
	text-decoration:none;
	font-weight:bold;
}

#shopMenuList a:hover {
	background-color:#09f;
}

#shopCustomerInfo {
	position:absolute;
	top:650px;
	left:50px;
	width:800px;
	height:30px;
	
/*	background-color:#fff;
	border:1px solid #333;
*/	
	text-align:center;
	padding-top:11px;
}

#shopCustomerInfo .shopCustomerName, #shopCustomerInfo .shopCustomerCity {
	font-weight:bold;
}

#shopContent {
	clear:both;
}

#shopBedingungen {
	padding:10px;
	font-size:0.9em;
}

/* Template-Stile */
.tplTableArticleHeadline {
	font-size:2em;
	font-weight:bold;
	padding-bottom:20px;
}

/* Voting - Stile*/
#shopVotes {
	position:absolute;
	top:685px;
	width:601px;
	left:150px;
	
	padding:5px;
	
	text-align:center;
	overflow:visible;
	font-weight:bold;
	
	border-top:1px dotted #999;
}

#shopVoteRed, #shopVoteBlue {
	height:20px;
	margin:0px;
	margin-top:5px;
	margin-bottom:5px;
	padding:0px;
	
	font-weight:normal;

	color:#fff;
	font-size:12px;
	padding-top:3px;
	text-align:center;
	overflow:hidden;
}

#shopVoteRed {
	float:left;
	background-color:#f00;
}

#shopVoteBlue {
	float:right;
	background-color:#00f;
}

/* Checkout - Stile */
.shopCheckoutNavBar {
	text-align:center;
}

.shopCheckoutNavBar a {
	color:blue;
	font-size:1.3em;
	font-weight:bold;
	text-decoration:none;
}

.shopCheckoutNavBar li {
	display:inline;
	margin-left:5px;
	margin-right:5px;
}

.shopCheckoutLeft {
	text-align:right;
	padding:2px;
}

.shopCheckoutCenter {
	text-align:center;
	padding:2px;
	color:#f00;
	font-weight:bold;
	font-size:1.3em;
}

.shopCheckoutRight {
	text-align:left;
	padding:2px;
}

.shopCheckoutInput, .shopCheckoutInputError {
	border:1px solid black;
	width:200px;
}

.shopCheckoutRadio {
}

.shopCheckoutInputError, .shopCheckoutRadioError {
	border-color:#f00;
	background-color:#ff9;
}

.shopCheckoutShippingPaymentDescription {
	display:none;
}

.shopCheckoutShippingPaymentDescriptionSelected {
	display:block;
	width:250px;
}

.shopCart {
	font-size:0.9em;
	
	border:1px solid #999;
}

.shopCartHeadline {
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	border-bottom:1px solid black;
	vertical-align:top;
	font-weight:bold;
	font-size:1.2em;
}

.shopCartDescr {
	text-align:left;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	vertical-align:top;
	
	width:210px;
}

.shopCartItemID {
	font-weight:normal;
	color:#999;
	font-size:0.8em;
}

.shopCartQty {
	text-align:center;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
}

.shopCartItemPrice, .shopCartItemSum, .shopCartPaymentSum {
	text-align:right;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
}

.shopCartItemSum {
	font-weight:bold;
}

.shopCartPaymentSum {
	border-top:3px double black;
}

.shopCartPaymentDescr {
	text-align:right;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
	
	border-top:3px double black;
}

.shopCartTotalDescr, .shopCartTotal {
	text-align:right;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
	font-size:1.2em;
	font-weight:bold;
	
	border-top:1px solid #999;
}

/* CustomerList */
.shopCustomerList {
	width:800px;
	text-align:left;
}

.shopCustomerListHeadline {
	font-size:1.2em;
	font-weight:bold;
	
	text-align:center;
	
	border-bottom:3px double #000;
}

.shopCustomerListDate {
	font-weight:bold;
}

.shopCustomerListName {
	font-weight:bold;
}

.shopCustomerListFields {
	border-bottom:1px solid #999;
}