img {
	border: 0;
}

div, td, li, a, p {
	font-size: 12px;
	font-family: Arial;
}

a {
	text-decoration: none;
	/*color: #009036; */
	color: #008542;
	font-weight: bold;
}

a:hover {
	color: #666666;
}

a:focus { 
	outline: none; 
}


a.pfeil {
	line-height: 22px;
	padding: 0 12px 0 0;
	background: url(../img/link_icon.png) no-repeat right;	
}

a.pfeilback {
	line-height: 22px;
	padding: 0 0 0 12px;
	background: url(../img/link_icon_back.png) no-repeat left;	
}

a.pfeilback:hover {
	background: url(../img/link_icon_back_over.png) no-repeat left;;
}

a.pfeil:hover {
	background: url(../img/link_icon_over.png) no-repeat right;
}

#content h1, #content1 h1, #product_listing h1, #content3 h1 {
	margin-top: 0;
	font-size: 16px;
	font-weight: normal;
}

#content h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}

table p {
	margin-top: 0px;
}

td p {
	margin-top: 0px;
}


hr {
	border: 0 !important;
	color: #d2d2d2;
	background-color: #d2d2d2;
	height: 1px;
	margin: 6px 0 6px 0;
}

#content input {
	margin-bottom: 6px;
	border:1px solid #B2B2B2;
	height:14px;
	margin:0 5px 6px 0;
	padding: 1px 2px 1px 5px;
	width: 200px;
	font-size: 12px;
}

#content select {
	margin-bottom: 6px;
	width: 200px;
}

#content textarea {
	width: 300px;
	height: 100px;
	font-size: 12px;
	font-family: Arial;
	padding: 5px;
	border:1px solid #B2B2B2;
}

#content input.button { width: 100px; margin-top: 10px; height: 20px; }


td.padding {
	padding: 5px;
}

sub {vertical-align:bottom; font-size:0.7em; line-heigt:100%;}

a.B_homeCrumb { font-weight: bold !important; }