/* SUBNAVI */
#newsFull #besubnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	border-bottom: 2px solid #003960;
	margin-bottom: 1em;
}
* html #newsFull #besubnav {
	overflow: visible;
	height: 1px;
}
#besubnav li {
	margin: 0;
	padding: 0;
	float: left;
	background: #e6e7e8;
}

#besubnav li a {
	display: block;
	padding: 3px 5px;
	color: #003960;
	text-decoration: none;
}

#besubnav li a.active, #besubnav li a:hover {
	display: block;
	padding: 3px 5px;
	background: #003960;
	color: #fff;
	text-decoration: none;
}

/* Tabelle Liste */

#backend table.list {
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
}

#backend table.list a {
	text-decoration: none;
	color: #003960;
}

#backend table.list a:hover {
	text-decoration: underline;
}

#backend table.list th {
	text-align: left;
	border-bottom: 1px solid #003960;
	padding: 3px 5px;
}

#backend table.list td {
	padding: 3px 5px;
}

#backend table.list tr.alt td {
	padding: 3px 5px;
	background: #e6e7e8;
}

/* Mail */

#newsFull #mail h3 {
	font-size: 14px;
	border-bottom: 1px solid #003960;
	margin: 0;
	padding: 3px 5px;
}

#newsFull #mail h3 small {
	font-size: 12px;
	font-weight: normal;
}
#mailBody {
	background: #e6e7e8;
	padding: 10px;
}

#newsFull #mail #mailBody h4{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
	border-bottom: 1px solid #aaa;
}

#newsFull #mail #mailBody p{
	margin: 0.5em 0;
}

#newsFull #mail #mailBody table{
	margin-bottom: 1em;
}

#newsFull #mail #mailBody div{
	margin-bottom: 1em;
}

#payoffHeader {
	margin-bottom: 1em;
	border-bottom: 1px solid #003960;
	font-size: 14px;
	padding: 3px 0px;
}
#payoffBody table {
	width:  100%;
	margin-bottom: 1em;
}

#payoffBody table caption{
	text-align: left;
	font-weight: bold;
	border-bottom: 2px solid #ddd;
	padding: 3px 0;
	font-size: 14px;
}

#payoffBody table th {
	text-align: left;
	border-bottom: 1px solid #ddd;
	padding: 3px 0;
}

#payoffBody table td.right {
	text-align: right;
	border-bottom: 1px solid #ddd;
	padding: 3px 0;
}

#reg table th, #reg table td {
	vertical-align: top;
}

#reg table th {
	text-align: right;
	padding-right: 1em;
	width:  100px;

}
#regBody table caption {
	text-align: left;
	font-size: 14px;
	padding-top: 1em;
}
#newsFull #mail #regBody h3 {
	font-size: 12px;
	margin-bottom: 1em;
}

/* ERROR */

#error {
	background:transparent url(../img/bg_error.png) repeat scroll 0%;
	border-bottom:1px solid #E8B638;
	border-top:1px solid #E8B638;
	font-size:12px;
	margin-bottom:1em;
	padding:10px;
}

#newsFull #error h2 {
	font-size: 14px;
}


/* STORE */

#newsFull #shop_navi {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #56a73f;
}

#newsFull #shop_navi a {
	font-size: 10px;
	display: block;
	color: #333;
	background: #cfcfcf;
	text-decoration: none;
	padding: 3px 5px;
	margin-right: 1px;
}

#newsFull #shop_navi a.active {
	color: #fff;
	background: #56a73f;
}

#newsFull #shop_navi li {
	margin: 0;
	padding: 0;
	float: left;
}



#shopHome {
	background: #efefef;
}

#shopHome div.shopHomeCat {
	width: 160px;
	float: left;
	margin: 0 5px 10px 5px;
}

#shopHome div.shopHomeCat h2 {
	font-size: 12px;
	border-bottom: 3px solid #56a73f;
	background: #fff;
	margin: 0;
}

#shopHome div.shopHomeCat ul {
	list-style-type: none;
	margin: 0 10px 10px 10px;
	padding: 0;
}

#shopHome div.shopHomeCat img {
	margin: 10px;
}

#shopHome div.shopHomeCat a.link {
	background: url(/assets/templates/rzstmk/images/bg_h2.png) no-repeat;
	display: block;
	padding-left: 18px;
	line-height: 12px;
	margin: 0 0 3px 0;
	color: #003960;
	text-decoration: none;
}

#shopHome div.shopHomeCat a.link:hover {
	text-decoration: underline;
}

#newsFull #storeCat h2 {
	border-bottom: 3px solid #56a73f;
	font-size: 14px;
}

table.prods {
	border-collapse: collapse;
	
}

table.prods td {
	vertical-align: top;
	border-bottom: 1px solid #56a73f;
	padding: 10px 10px 10px 0;
}

#newsFull table.prods h3 {
	font-size: 12px;
}

#newsFull table.prods p.price {
	color: #56a73f;
	font-size: 14px;
}
table.prods a.cart {
	color: #333;
	text-decoration: none;
	background: url(../img/icons/cart_put.png) no-repeat;
	padding-left: 18px;
}

#cartmini a.showCart {
	display: block;
	float: right;
	background: url(../img/icons/cart_go.png) no-repeat;
	padding-left: 20px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}

#cartmini {
	background: #56a73f;
	margin-bottom: 1em;
	color: #fff;
	padding: 10px 10px 0 10px;
}

#cartmini a{
	color: #fff;
	text-decoration: none;
}

#newsFull #cartmini p {
	background: url(../img/icons/cart.png) no-repeat;
	margin: 0;
	padding: 0 0 0 28px;
	line-height: 16px;
	padding-bottom: 10px;
}

#cartminidetails {
	border-top: 1px solid #fff;
}


#newsFull #cartminidetails table {
	margin-top: 10px;
	margin-bottom: 10px;
}

#newsFull #cartminidetails table td {
	padding: 2px 2px 2px 0;
}

#newsFull #cartminidetails table td img {
	margin-right: 10px;
}
#cart {
	margin-bottom: 1em;
}
#cart h2 {
	margin-top: 1em;
}

#cart table {
	width: 100%;
}

#cart table th {
	background: #56a73f;
	color: #fff;
	padding: 6px 6px 6px 12px;
	text-transform: uppercase;
	font-weight: normal;
}

#cart table tbody td {
	padding: 6px 6px 6px 12px;
	border-bottom: 1px solid #ddd;
}

#cart table tfoot td {
	padding: 6px 6px 6px 12px;

}


#print {
	text-align: right;
	line-height: 16px;
}

#print a{
	padding-left: 18px;
	background: url(../img/icons/printer.png) no-repeat;
	text-transform: uppercase;
	color:  #003960;
	text-decoration: none;
}

