/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#666666;
	background: #fff3de;
	margin:0;
	padding:0;
}

img { border:none; text-decoration:none; }
hr { color:#bd9d67; }

.none { text-decoration:none; border:none; color:inherit; }


/* fonts */
h1,h2,h3 {
	color:#740c00;
	margin:2px 0 1px;
	font-weight:bold;
}

h1 { font-size:18pt; }
h2 { font-size:15pt; }
h3 { font-size:13pt; }

/* header */
#header {
	position:static;
	background:url('../images/header_bg.jpg') repeat-x;
	height:216px;
	margin:0;
	width:100%;
}

#logo {
	top:10px;
	left:auto;
	position:absolute;
}

#photos {
	background:url('../images/header_photos.png') no-repeat;
	width:445px;
	height:265px;
	top:0;
	left:500px;
	right:0;
	padding:0;
	postition:absolute;
	z-index:2;
}

#photos img {	
	padding:55px 52px 5px;
}

/* menu */
#menu {
	position:absolute;
	top:175px;
	width:550px;
	margin:0;	
	padding:7px 0 0;
	z-index:3;
}

#menu a {	
	padding:15px 4px 0;
	display:inline;
	font-size:11pt;
	height:40px;
	font-weight:normal;
	color:white;
	text-decoration:none;
}

#menu a:hover {
	color:#bd9d67;
}

#menu .active {
	color:#bd9d67;
	background:url('../images/menu_triangle.png') top center no-repeat;
}


/* main */
#main {
	width:950px;
	padding:0 5px 0;
	margin:40px auto;
	min-height:480px;
}

.content {
	width:950px;
	padding:0;
	margin:0px auto;
}

.left_column {
	width:520px;
	padding:0;
	margin:-40px 0 0;
	float:left;
}

.right_column {
	text-align:left;
	width:320px;
	padding:0 50px 0;
	float:right;
}

#main .black {
	text-decoration:underline;
	color:black;
}

#main .black:hover {
	text-decoration:none;
}

#main .white_border { border:4px #FFFFFF solid; }

/* contact form */
#main .contact input,textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	width:350px;
}


/* footer */
#footer {
	background:url('../images/footer_bg.jpg') repeat-x;
	height:61px;
	margin:0;
	width:100%;
	color:#bd9d67;
}

#footer span { padding:18px 0 0; }

#footer a {
	color:#bd9d67;
	text-decoration:underline;
	font-size:9pt;
}

#footer a:hover { text-decoration:none; }

.imagebox {
vertical-align:middle;
text-align:center;
float:left;
padding:5px;
margin:2px;
}

.imagebox img {
border:#e0e0e0 4px solid;
}

.icon {
padding-right: 2px;
vertical-align:bottom;
padding-bottom:0px;
margin-bottom:2px;
border:none;
}



.left {
float:left;
margin:0 10px 0;
}

.right {
float:right;
margin:0 10px 0;
}

/* Shop */
#shop_top {
	padding:0;
	margin:-40px 0 0;
}

.shop_icon {
	float:left;
	margin:0 10px 0;	
}

.shop_icon big {
	color: #333;
	font-weight: bold;
}

.shop_icon a, a:active, a:visited {
	text-decoration: none;
}

.shop_icon a:hover {
	color: #666;
}

.shop_error {
border:3px #B22222 solid;
}
.shop_error_mark {
width:50%;
border:3px #B22222 solid;
}

.shop_pos {
	vertical-align:middle;
	float:left;
	padding:2px;
	width:15%;
}

.shop_pos img {
	margin-left:15px;
	border:2px #FFFFFF solid;
	vertical-align:top;
}

.shop_bild {
	float:left;
	padding:2px;
	width:22%;
}
.shop_anzahl {
	float:left;
	padding:2px;
	width:20%;
	vertical-align:text-bottom;
}
.shop_preis_einzel {
	text-align:right;
	float:left;
	padding:2px;
	width:20%;
}
.shop_preis_gesamt {
	text-align:right;
	float:left;
	padding:2px;
	width:20%;
}
.shop_item {
	width:180px;
	height:240px;
	margin-bottom:5px;
	text-align:center;
	vertical-align:middle;
	float:left;
}

.shop_item img {
	border: 4px #FFFFFF solid;
	margin:2px;
	padding:2px;
}

.btn_quantity {
	width:12px;
	vertical-align:middle;
	height:12px;
	background-repeat: no-repeat;
	background-position: center;
	border:1px solid #000;
}
.btn_quantity_down {
	background-image: url("../images/arrow_down.png");
}
.btn_quantity_up {
	background-image: url("../images/arrow_up.png");
}

.btn_order {
	cursor:pointer;
	border:none;
	width:98px;
	height:28px;
	vertical-align:middle;
	background: url("../images/bestellen.png") no-repeat;
}

/* password */
#strongtext, #strongness {
height:15px;
}

.strong-0 {	width:4px; background-color:red; }
.strong-1 { width:20px; background-color:red; }
.strong-2 { width:35px; background-color:red; }
.strong-3 { width:50px; background-color:orange; }
.strong-4 { width:65px; background-color:orange; }
.strong-5 { width:80px; background-color:orange; }
.strong-6 { width:95px; background-color:orange; }
.strong-7 { width:110px; background-color:yellow; }
.strong-8 { width:125px; background-color:yellow; }
.strong-9 { width:140px; background-color:yellow; }
.strong-10 { width:155px; background-color:green; }