

/******** backgrounds *********************************************************/


.hg-index, .hg-unternehmen, .hg-services, .hg-kontakt, .hg-agb, .hg-impressum, .hg-datenschutz, .hg-agb  {
	background-color:#003571;
}
.hg-index-dark {
	background-color:#002754;
}
.hg-shop {
	background-color:#009836;
}
.hg-load {
	background-color:#e60004;
}
.hg-check {
	background-color:#f28e00;
}
.hg-check-dark {
	background-color:#e56c00;
}


/******** colors *********************************************************/

.index {
	color:#003571;
}
.shop {
	color:#009836;
}
.load {
	color:#e60004;
}
.check {
	color:#e56c00;
}

/******** bordercolors *********************************************************/

.b-index {
	border:1px solid #003571;
}
.b-shop {
	border:1px solid #009836;
}
.b-load {
	border:1px solid #e60004;
}
.b-check {
	border:1px solid #e56c00;
}




/******** Link Components *********************************************************/

a.shop-link {
	color:#009836;
	text-decoration:none;
}
a.shop-content-link {
	color:#009836;
	text-decoration:underline;
}
a.shop-pages {
	border:1px solid #3d4248;
	color:#3d4248;
}
a.shop-pages:hover {
	border:1px solid #009836;
	color:#009836;
}
a.load-link {
	color:#e60004;
	text-decoration:none;
}
a.load-content-link {
	color:#e60004;
	text-decoration:underline;
}
a.load-pages {
	border:1px solid #3d4248;
	color:#3d4248;
}
a.load-pages:hover {
	border:1px solid #e60004;
	color:#e60004;
}
a.check-link {
	color:#e56c00;
	text-decoration:none;
}
a.index-link {
	color:#003571;
	text-decoration:none;
}
a.index-content-link {
	color:#003571;
	text-decoration:underline;
}
a.link-neg {
	color:#ffffff;
	text-decoration:none;
	padding:0px 11px 0px 0px;
	background: transparent url(../images/system/icon_link_neg.gif) no-repeat  100% 50%;
}
a.link-neg:hover {
	text-decoration:underline;
}

a.link-file {
	text-decoration:underline;
	padding:0px 0px 0px 20px;
	display:inline-block;
	background: transparent url(../images/system/icon_file.gif) no-repeat  0% 50%;
}
a.link-url {
	text-decoration:underline;
	padding:0px 0px 0px 20px;
	display:inline-block;
	background: transparent url(../images/system/icon_url.gif) no-repeat  0% 50%;
}

/******** Text Components *********************************************************/

p {
	display:block;
	margin-bottom:18px;
}
div.pages p.link {
	float:left;
	text-align:left;
	font-size:11px;
	margin:0px 0px 0px 10px;
}
div.pages p.top {
	float:right;
	text-align:right;
	font-size:11px;
	margin:0px 10px 0px 0px;
}
p.top a, p.link a {
	text-decoration:none;
}
p.top a:hover, p.link a:hover {
	text-decoration:underline;
}
div.pages p.cat {
	float:left;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	margin:0px 0px 0px 10px;
}
p.pagenav {
	float:right;
	text-align:right;
	font-size:11px;
	margin:0px 10px 0px 0px;
}

p.pagenav a, .pagenav a:visited, .pagenav a:active {
	padding:1px 5px 1px 5px;
	background-color:#eff3f4;
	text-decoration:none;
}
p.pagenav a:hover {
	text-decoration:none;
	background-color:#eff3f4;
}
p.pagenav span.shopactive {
	padding:1px 6px;
	color:#ffffff;
	background-color:#009836;
	border:1px solid #009836;
}
p.pagenav span.loadactive {
	padding:1px 6px;
	color:#ffffff;
	background-color:#e60004;
	border:1px solid #e60004;
}


/******** Headlines *********/

h1 {
	font-size:16px;
	display:block;
	margin-bottom:18px;
}
h2 {
	font-size:14px;
	display:block;
	margin-bottom:18px;
}
h3 {
	font-size:12px;
	display:block;
	margin:50px 0px 10px 0px;
}


/******** Table Components *********************************************************/

.bold {
	font-weight:bold;
}
.hg {
	background:url(../images/system/hg_list_header.gif) repeat-x;
}	

.listheader {
	font-size:12px;
	font-weight:bold;
	padding:5px;
	height:31px;
}
td.listcontent {
	padding:5px;
	border-top:1px solid #e3eaec;
	height:31px;
	background-color:#f4f8f9;
}
td.betrag {
	padding:5px;
	height:31px;
}


/******** Form Components *********************************************************/

input, select {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#3d4248;
	background-color:#ffffff;
	height:21px;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#3d4248;
	background-color:#ffffff;
}
input.widthfix {
	width:13px;
	height:13px;
}

/******** Buttons *********************************************************/


/******** Carts Small *************************/

div.btn-cartsmall {
	float:left;
	margin:0px;
	padding:0px 0px 0px 10px;
}
div.btn-cartsmall a {
	display:block;
	width:22px;
	height:21px;
	margin:0px;
	padding:0px;
}
a.shop-cart  {
	background:url(../images/system/btn_shop_cartsmall_off.gif) no-repeat;
}
a.shop-cart:hover {
	background:url(../images/system/btn_shop_cartsmall_on.gif) no-repeat;
}
a.load-cart  {
	background:url(../images/system/btn_load_cartsmall_off.gif) no-repeat;
}
a.load-cart:hover {
	background:url(../images/system/btn_load_cartsmall_on.gif) no-repeat;
}
a.check-cart  {
	background:url(../images/system/btn_check_cartsmall_off.gif) no-repeat;
}
a.check-cart:hover {
	background:url(../images/system/btn_check_cartsmall_on.gif) no-repeat;
}


/******** Btn Dtl *************************/

div.btn-dtl {
	float:right;
	margin:0px 10px 0px 10px;
	padding:0px;
}
div.btn-dtl a {
	display:block;
	white-space:nowrap;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	width:90px;
	height:21px;
	margin:0px;
	padding:0px;
	background:url(../images/system/btn_dtl_off.gif) no-repeat;
}
div.btn-dtl a:hover {
	background:url(../images/system/btn_dtl_on.gif) no-repeat;
}
div.btn-dtl a span {
	padding:0px 10px 0px 0px;
	line-height:21px;
	text-align:left;
}


/******** Btn Standard *************************/

div.btn {
	margin:0px;
	padding:0px;
}
.left {
		float:left;
}
.right {
		float:right;
}
div.btn a {
	display:block;
	white-space:nowrap;
	font-size:11px;
	font-weight:bold;
	line-height:21px;
	text-decoration:none;
	text-align:center;
	height:21px;
	margin:0px;
	padding:0px;
}
a.standard-btn {
	background:url(../images/system/btn_off.gif) repeat-x;
}
a.standard-btn:hover {
	background:url(../images/system/btn_on.gif) repeat-x;
}
a.shop-btn {
	background:url(../images/system/btn_shop_off.gif) repeat-x;
	color:#ffffff;
}
a.shop-btn:hover {
	background:url(../images/system/btn_shop_on.gif) repeat-x;
}
a.load-btn {
	background:url(../images/system/btn_load_off.gif) repeat-x;
	color:#ffffff;
}
a.load-btn:hover {
	background:url(../images/system/btn_load_on.gif) repeat-x;
}

