@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	text-align: center;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: none;
	text-decoration: none;
}
a {
	color: #bf0000;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 30px;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	font-weight: bold;
}
h5 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 20px 0;
}
img {
	border: 0;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearFloat {
	clear: both;
	height: 0;
	overflow: hidden;
}
/*

	WRAPPER START
	
*/
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 940px;
	padding: 20px;
}
/*

	HEADER START
	
*/
#header {
	width: 940px;
	height: 290px;
	margin-bottom: 30px;
}
#logo {
	width: 220px;
	height: 100px;
	float: left;
	margin-bottom: 20px;
}
#logo h1 {
	background: url(../images/goldadler_logo2.gif) no-repeat scroll left top;
	width: 220px;
	height: 100px;
	text-indent: -9999px;
}
#logo h1 a {
	width: 220px;
	height: 100px;
	display: block;
}
#logo h3 {
	display: none;
}
#topNav {
	width: 700px;
	padding-top: 85px;
	float: left;
	margin-bottom: 20px;
}
#topNav ul li {
font-size:12px;
	display: inline;
	margin-left: 20px;
	line-height: 15px;
	list-style-type: none;
}
#login {
	background: url(../images/box_bg.gif) no-repeat scroll left top;
	width: 200px;
	height: 100px;
	float: left;
	margin-bottom: 20px;
	padding: 20px 0 0 20px;
}
#loginUsername, #loginPassword {
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #999;
	border: 0;
	padding: 5px 10px;
	overflow: hidden;
}
#loginUsername {
	background: url(../images/login-username_bg.gif) no-repeat scroll left top;
	width: 160px;
	height: 15px;
	margin-bottom: 10px;
}
#loginPassword {
	background: url(../images/login-password_bg.gif) no-repeat scroll left top;
	width: 100px;
	height: 15px;
	float: left;
	margin-bottom: 10px;
}
#loginBtn {
	width: 50px;
	height: 25px;
	float: left;
	margin-left: 10px;
}
#login p {
	font-size: 11px;
}
#login img {
	margin-right: 5px;
	margin-bottom: 1px;
}
#topBanner {
	width: 460px;
	height: 120px;
	float: left;
	overflow: hidden;
	margin: 0 0 20px 20px;
}
#shoppingCart {
	background: url(../images/box_bg.gif) no-repeat scroll left top;
	width: 220px;
	height: 120px;
	float: right;
	margin-bottom: 20px;
	position: relative;
}
#shoppingCartIcon {
	background: url(../images/shoppingcart_icon.gif) no-repeat scroll left top;
	width: 64px;
	height: 76px;
	position: absolute;
	top: 22px;
	left: 15px;
}
#shoppingCartText {
	font-size: 11px;
	margin-top: 50px;
	margin-left: 85px;
}
#shoppingCartTextEmpty{
  padding-top: 60px;
	font-size: 11px;
	line-height: 18px;
	float: left;
	margin-left: 80px;
}

#shoppingCartTextError{
  padding-top: 20px;
	font-size: 11px;
	color: #ff3300;
	line-height: 18px;
	float: left;
	margin-left: 30px;
}

#search {
	width: 220px;
	height: 30px;
}
#searchBox {
	font: normal 14px Tahoma, Arial, Helvetica, sans-serif;
	color: #999;
	background: url(../images/search_bg.gif) no-repeat scroll left top;
	border: 0;
	width: 162px;
	height: 18px;
	padding: 6px 12px;
	float: left;
}
#searchBtn {
	width: 34px;
	height: 30px;
	float: left;
}
/*

	MAIN START
	
*/
#main {
	width: 940px;
}
/*

	SIDEBAR START
	
*/
#sidebar {
  width: 220px;
  float: left;
overflow: hidden;
}
h4.title {
	margin-bottom: 20px;
}
h4.title2 {
	margin: 20px 0;
}
.menulink_0 {
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;

}
.menulink_1 {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	padding-left: 20px;
	
	color: #004080;
}
.menulink_2{
	color: #004080;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	padding-left: 30px;
	padding-top: 5px;
	color: #004080;

}
.active {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	padding-left: 20px;
	text-decoration: underline;
	
	color: #004080;
}
p.onlineUsersLeft {
	width: 180px;
	float: left;
	line-height: 18px;
}
p.onlineUsersRight {
	width: 100px;
	float: right;
	line-height: 18px;
}
p.onlineUsersLeft span, p.onlineUsersRight span {
	color: #000;
}
ol#mostHits {
	line-height: 22px;
	list-style-position: inside;
	margin-bottom: 30px;
	width: 220px;
	overflow: hidden;
}
ol#mostHits li a {
	color: #004080
}
/*

	CONTENT START
	
*/
#content {
	width: 700px;
	float: right
}
/*

	PRODUCT BOX START
	
*/
.productBox, .productBoxLast {
	width: 220px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.productBoxLast {
	margin-right: 0;
}
.productBoxTop {
	background: url(../images/product_bg_top.gif) no-repeat scroll left top;
	width: 220px;
	height: 10px;
	overflow: hidden;
}
.productBoxContent {
	text-align: center;
	width: 218px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
.productName {
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px 10px 5px;
}
.productPicture {
	margin-left: 4px;
	width: 210px;
	height: 150px;
	overflow: hidden;
}
.productBtnWarenkorb {
	margin-top: 10px;
	margin-bottom: 20px;
}
.productLine {
	background: #e6e6e6;
	width: 100%;
	height: 1px;
	overflow: hidden;
}
.productPrice {
	color: #000;
	font-weight: bold;
	float: left;
	padding: 20px 0 10px 20px;
}
.productDetails {
	float: right;
	padding: 20px 20px 10px 0;
}
.productBoxBottom {
	background: url(../images/product_bg_bottom.gif) no-repeat scroll left top;
	width: 220px;
	height: 10px;
	overflow: hidden;
}
/*

	PRODUCT BOX END
	
*/
/*

	PRODUCT LIST BOX START
	
*/

.productListBox {
	width: 700px;
	margin-bottom: 1px;
	overflow: hidden;
}
.productListBoxTop, .productListBoxTopGray, .productListBoxTopYellow {
	background: url(../images/product_list_bg_top.gif) no-repeat scroll left top;
	width: 700px;
	height: 10px;
	overflow: hidden;
}
.productListBoxTopGray {
	background: url(../images/product_list_bg_top_gray.gif) no-repeat scroll left top;
}
.productListBoxTopYellow {
	background: url(../images/product_list_bg_top_yellow.gif) no-repeat scroll left top;
}
.productListBoxContent, .productListBoxContentGray, .productListBoxContentYellow {
	width: 660px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	padding: 10px 19px;
}
.productListBoxContentGray {
	background: #f5f5f5;
}
.productListBoxContentYellow {
	background: #ffea82;
}
.productListPicture {
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
}
.productListInfo {
	width: 570px;
	padding-left: 10px;
	float: left;
}
.productListName {
	font-size: 14px;
	font-weight: bold;
}
.productListQuantity {
	padding: 10px 0 10px 0;
}
.productListPrice {
	color: #000;
	font-weight: bold;
	float: left;
}
.productListBtnWarenkorb {
	float: right;
}

.productListBtnWarenkorb2{

	padding-right:23px;
}
.productListBoxBottom, .productListBoxBottomGray, .productListBoxBottomYellow {
	background: url(../images/product_list_bg_bottom.gif) no-repeat scroll left top;
	width: 700px;
	height: 10px;
	overflow: hidden;
}
.productListBoxBottomGray {
	background: url(../images/product_list_bg_bottom_gray.gif) no-repeat scroll left top;
}
.productListBoxBottomYellow {
	background: url(../images/product_list_bg_bottom_yellow.gif) no-repeat scroll left top;
}
/*

	PRODUCT LIST BOX END
	
*/
/*

	PRODUCT VIEW START
	
*/
#productViewLeft {
	width: 280px;
	float: left;
}
#productViewPicture {
	width: 280px;
	height: 280px;
	overflow: hidden;
}
#productViewLeft h5, #productViewRight h5 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 20px 0;
}
#productViewStats ul {
	line-height: 22px;
	list-style-type: none;
	width: 280px;
	overflow: hidden;
}
#productViewRight {
	width: 400px;
	float: right;
}
#productViewRight p {
	font-size: 11px;
	line-height: 14px;
}
.green {
	color: #00a500;
}
.yellow {
	color: #ffb600;
}
.red {
	color: #ef181e;
}
#productViewPrice {
	color: #000;
	margin-top: 20px;
	padding: 30px 0;
	width: 400px;
	border-top: 1px dotted #ccc;

}
.rating {
	float: left;
	margin-right: 10px;
}
/*

	PRODUCT VIEW END
	

*/

/*

	WARENKORB START
	
*/
.cartHeader, .cartHeaderTotal {
	border-bottom: 1px solid #fff;
}
.cartHeaderTotal {
	margin-top: 20px;
}
.cartHeader td, .cartHeaderTotal td {
	background: #e6e6e6 url(../images/cart_header_bg.gif) repeat-x scroll left top;
	padding: 10px 0;
}
.cartText td {
	font-size: 11px;
	padding: 10px 0;
}
.cartText td input {
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 2px;
	width: 30px;
	border: 1px solid #e6e6e6;
}
.button {
	margin-top: 20px;
}
.button a {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: transparent url(../images/btn_a.gif) no-repeat scroll right top;
	color: #fff;
	display: block;
	float: left;
	height: 25px;
	padding-right: 10px;
}
.button a:hover {
	text-decoration: none;
	color: #ccc;
}
.button span {
	background: transparent url(../images/btn_span.gif) no-repeat scroll left top;
	display: block;
	line-height: 15px;
	padding: 5px 0 5px 10px;
}
/*

	WARENKORB END
	
*/
/*

	KASSE START
	
*/
#cartLeft {
	width: 340px;
	float: left;
}
.inputBox, .inputBox2, .inputBox3, .inputBoxError  {
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #999;
	width: 158px;
	height: 13px;
	border: 1px solid #d9d9d9;
	padding: 5px 10px;
	margin-bottom: 10px;
	display: block;
}
.inputBox2 {
	margin: 20px 0;
}
.distance {
	float: left;
	width: 150px;
}
.inputBox3 {
	width: 200px;
	margin: 0 0 20px 0;
	float: left;
}
.inputBox4 {
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #999;
	width: 200px;
	height: 98px;
	border: 1px solid #d9d9d9;
	padding: 5px 10px;
	display: block;
	float: left;
}
.inputBoxError {

	width: 200px;
	margin: 0 0 20px 0;
	float: left;
	border: 1px solid #ef181e;
}
.loginBtn {
	width: 50px;
	height: 25px;
	margin-bottom: 20px;
}
#cartLeft p {
	font-size: 11px;
}
#cartLeft img {
	margin-right: 5px;
	margin-bottom: 1px;
}
#cartRight {
	width: 340px;
	float: right;
}
#cartRight p {
	line-height: 16px;
}
ul.basicList {
	list-style: inside;
	line-height: 18px;
}
.line {
	width: 100%;
	height: 19px;
	border-bottom: 1px dotted #ccc;
}
.container {
	padding: 20px;
	border: 1px dashed #ccc;
	margin-bottom: 20px;
}
.inputRadio {
	margin: 10px 0;
}
.inputRadio2 {
	margin-top: 10px;
}
.inputRadioLeft {
	float: left;
	margin-right: 20px;
}
button {
	border: 0;
	width: 100px;
	height: 25px;
	background: url(../images/btn_weiter.gif) no-repeat scroll left top;
	text-align: center;
	line-height: 25px;
	color: #fff;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}
/*

	KASSE END
	
*/
/*

	FOOTER START
	
*/
#footer {
	line-height: 18px;
}
#footer2 {
	line-height: 18px;
	margin-top: 20px;
}
#footer3 {
	line-height: 18px;
	margin-top: 20px;
	margin-left: 300px;
}
/*

	FOOTER END
	
*/

.scores
{



}


#InputFeld{
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #999;
	border: 0;
	padding: 5px 10px;
	overflow: hidden;
	background: url(../images/login-username_bg.gif) no-repeat scroll left top;
	width: 160px;
	height: 15px;
	margin-bottom: 10px;
}

#InputFeld_error{
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #999;
	border: 0;
	padding: 5px 10px;
	overflow: hidden;
	background: url(../images/login-username_bg.gif) no-repeat scroll left top;
	background-color: #ff3300;
	width: 160px;
	height: 15px;
	margin-bottom: 10px;
}



#InputFeld_error{
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #999;
	border: 1px #ff3300 solid;
	padding: 5px 10px;
	width: 160px;
	height: 15px;
	margin-bottom: 10px;
}


#InputSelect{
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #999;

	width: 160px;

}

.InputFeld_TextArea
{
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #999;
border: 1px #e5e5e5 solid;
	width: 400px;

}
.InputFeld_text
{
color: #000000;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:12px;
width:100px;
float:leff;



}

#InputSubmit{
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #ffffff;

	padding: 5px 10px;
	overflow: hidden;
	background: #999;
	height: 25px;
	margin-bottom: 10px;
}

#InputCheckBox{
	
	border: 1 #cccccc;
	padding-right: 20px;
padding-top: 100px;
	background: #999;
	height: 5px;
	width:5px;
}

.error
{
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #ff3300;


}

.red
{
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #ff3300;


}

.InputCheckBox_text
{
color: #000000;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
padding-left:10px;
float:leff;
}

.titlelink
{
color:#999
margin-bottom: 20px;

}

#changeBtn {
	width: 16px;
	height: 16px;


}


.leftspace
{

padding-left: 10px;

}

.rightspace
{

padding-right: 70px;

}

.tophead
{

padding-bottom:3px;

}


.leftBox {
	width: 185px;
	margin-bottom: 1px;
	overflow: hidden;
}
.leftBoxTop{
	background: url(../images/product_list_bg_top.gif) no-repeat scroll left top;
	width: 185px;
	height: 10px;
	overflow: hidden;
}

.leftBoxTopContent{
	width: 185px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	padding: 3px 3px;
}

.leftBoxTopBottom{
	background: url(../images/product_list_bg_bottom.gif) no-repeat scroll left top;
	width: 185px;
	height: 10px;
	overflow: hidden;
}


.smallBox {
	width: 220px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.smallBoxTop {
	background: url(../images/product_bg_top.gif) no-repeat scroll left top;
	width: 220px;
	height: 10px;
	overflow: hidden;
}
.smallBoxContent {
	text-align: left;
	width: 218px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.smallBoxBottom {
	background: url(../images/product_bg_bottom.gif) no-repeat scroll left top;
	width: 220px;
	height: 10px;
	overflow: hidden;
}
.divpadding
{
padding-left: 5px;
padding-right: 3px;

}

.borderdetail
{
padding-left: 5px;
padding-right: 3px;
border: 1px solid #e6e6e6;

}

#productViewRating
{
	border: 1px solid #e6e6e6;
}

.norm_text2
{
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;

}

#newsite
{


}
#newsite ul li {
font-size:18px;
color: #bf0000;
	display: list-item;
	margin-left: 20px;
	line-height: 20px;
}

#newsite p{
padding-bottom:10px;
color: #000000;;
	font: normal 13px Tahoma, Arial, Helvetica, sans-serif;
}

#newsite2
{
padding-left:60px;

}


#newsite2 p{
padding-bottom:10px;
color: #000000;
	font: normal 13px Tahoma, Arial, Helvetica, sans-serif;
	padding-left:50px;
}



#email
{
font-size:12px;
color:#ff3300;
}

#redbig
{
font-size:20px;
color:#ff3300;
}

.norm_text3
{
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	padding-left:50px;
	color: #bf0000;
	text-decoration: none;

}

.norm_text4
{
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	color: #bf0000;
	text-decoration: none;

}

#redUnderline
{
color:#ff3300;
text-decoration: underline;
}

/*