/* Shopsystem */
.innermenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.uebersicht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000033;
}
.artnum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000033;
}
.shopselectsmall {
	width:150px;
	font-size:11px;
	color:#2D5781;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#E5EAF0;
	border:1px solid #666666;
}
.shopnavilink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#000033;
}
.errormsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.username {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.text  {
	background-color:#CCCCCC;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#000000; 
	border:1px solid #214794;
}
.tdorderhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.tdorderrighthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: right;
}
.border {
	border:1px solid #DDDDDD;
}
.summe {
	font-weight: bold;
	color: #990000;
	text-align: right;
	text-decoration:underline;
}
.borderbottom {
	border-bottom:1px solid #DDDDDD;
}

.shopbuttons {
	border:1px solid #CCCCCC;
	font-size:10px;
	color:#1B4090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#DDDDDD;
	font-weight:bold;
}
.footer {
	background-color:#E5EAF0; 
	color:#333333; 
	font-weight:bold; 
	font-size:1em;
}
input[type=text],input[type=password] {
	border:1px solid #CCCCCC;
	height:14px;
	padding:2px;
}
.loginfield {
	width:200px;
}

input[type=submit],input[type=reset] {
	border:1px solid #CCCCCC;
	height:20px;
	font-size:10px;
}
select {
	border:1px solid #CCCCCC;
	height:20px;
	font-size:10px;
	margin:2px;
	padding:2px;
}
option {
	height:18px;
	font-size:10px;
}
.inputtext {
	font-size:10px;
}
#wrapper{
	width:100%;
	margin:0 auto;
	padding:0
} 

.cola {
	margin-left:3px;
}

.cola, .colb {
    float:left;
	width:228px;
	margin-right:12px;
	border:1px dotted #EEEEEE; height:240px; padding:4px; background-image:url(../img/shop_groups.gif); background-repeat:no-repeat;
}

.colc {
	float:right;
	width:225px;
	border:1px dotted #EEEEEE; height:240px; padding:4px; background-image:url(../img/shop_groups.gif); background-repeat:no-repeat;
	margin-right:10px;
} 

.cola1 {
	margin-top:5px;
	margin-left:8px;
}

.cola1, .colb1 {
    float:left;
	margin-top:5px;
	width:210px;
	margin-right:11px;
	border:1px dotted #EEEEEE; height:240px; padding:4px; background-image:url(../img/shop_dot.gif); background-repeat:no-repeat;
}

.colc1 {
	float:right;
	margin-top:5px;
	width:210px;
	border:1px dotted #EEEEEE; height:240px; padding:4px; background-image:url(../img/shop_dot.gif); background-repeat:no-repeat;
	margin-right:8px;
} 

.shoplabel {
	float: left;
	width: 160px;
	text-align:right;
	margin-right: .3em;
	margin-top:.4em;
}
.prodlabel {
	float: left;
	width: 60px;
	text-align:right;
	margin-right: .3em;
	margin-top:.4em;
}
.textonly {
	float: left;
	text-align:right;
	margin-right: .3em;
	width:160px;
}
.kontolabel {
	float: left;
	width: 220px;
	text-align:right;
	margin-right: .3em;
	margin-top:.4em;
}


.regerror {
	background-image:url(../img/shop_small_error.gif);
	background-repeat:no-repeat;
}

table.product {
	border:1px dashed #EEEEEE; 
	background-image:url(../img/shop_dot.gif); 
	background-repeat:no-repeat; 
	background-position:right top;
}
th, td.shophead {
	padding:4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight:bold;
}
table.ordertable {
	border:1px dashed #CCCCCC; 
	background-color:#FFFFFE;
}
table.ordertable th, table.ordertable td {
	padding:5px;
}

table.kunde {
	background-color:#FFFFFE;
}
table.kunde td {
	line-height:10px;
	padding:5px 2px 5px 8px;
}
