/* --- global --- */

body {
	background-color: #fff;
	background-image: url("/shop/images/background.png");
}

body, p, ol, ul, td, pre {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:   11px;
	line-height: 14px;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}

img {
	border: none;
}

/* --- IDs --- */

#MAIN {
	width: 1034px;
	height: 620px;
}

#HEADER {
	width: 1034px;
	height: 60px;
}

#DISPLAY {
	/* margin-top: 100px; same as the height of HEADERLEFT and HEADERRIGHT */
	padding-left: 30px;
	width: 1004px; /* 1024 - 30 */
	height: 540px;
}

/* --- ID children --- */

#HeaderLeft {
	float: left;
	position: relative;
	text-align: left;
	width: 482px; /* 512 - 30 */
	height: 60px;
	padding-left: 30px;
}

#HeaderRight {
	float: right;
	position: relative;
	width: 512px;
	height: 60px;
}

#Content {
	position: relative;
	float: left;
	width: 810px;
	height: 540px;
	/* background-color: #fff; */
	background-image: url("/shop/images/25prozent.png");
}

#Menu {
	float: right;
	position: relative;
	width: 194px;
	height: 540px;
}

/* --- Classes within IDs  --- */

#Content .box3_upperrow {
	margin-left: 20px;
	padding: 10px;
	padding-bottom: 0px;
	width: 770px;
	height: 250px;
}

#Content .box3_lowerrow {
	margin-left: 20px;
	padding: 10px;
	padding-top: 0px;
	width: 770px;
	height: 250px;
}

#Content .box3 {
	float: left;
	width: 230px;
	height: 230px;
	margin: 10px;
}
#Content .box1_container {
	width: 770px;
	height: 480px;
	padding: 20px;
}

#Content .box1_image {
	float: left;
	width: 450px;
	height: 450px;
	margin: 10px;
}

#Content .box1_right {
	font-size: 11px;
	line-height: 13px;
	float: left;
	position: relative;
	width: 260px;
	height: 480px;
	margin: 0px;
	margin-top: 10px;
}

#Content .box1_right_textbox {
	float: top left;
	width: 284px;
	height: 323px;
}

#Content .box1_right_textbox .text {
	font-size: 11px;
	line-height: 13px;
}

#Content .box1_right_textbox p {
	font-size: 11px;
	line-height: 13px;
}
#Content .box1_right_textbox .title {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}

#Content .box1_right_picrows {
	float: bottom;
	width: 260px;
	height: 140px;
}

#Content .box5_row {
	float: bottom;
	width: 260px;
	height: 55px;
	margin: 0px;
}

#Content .box5 {
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 0px;
	margin-right: 2px;
	margin-top: 0px;
}

#Content .contactform_container {
	width: 770px;
	height: 480px;
	padding: 20px;
}

#Content .contactform td {
	padding: 5px;
}

#Content .innertable td {
	padding: 0px;
}

#Content .checkout_container {
	width: 770px;
	height: 480px;
	padding: 20px;
}

#Content .checkout_container h3 {
	font-size: 13px;
}

#Content .checkout_container .currency {
	text-align: right;
}

#Content .checkout_container .currency_total {
	text-align: right;
	font-weight: bold;
}

#Content .search_container {
	width: 770px;
	height: 480px;
	padding: 20px;
}

#Content .search_container h3 {
	font-size: 13px;
}

#Content .search_container select {
	width: 250px;
}

#Content .search_container .explanation_title {
	font-weight: bold;
}

#Content .search_container td {
	padding: 5px;
}

#Content .notice {
	color: yellow;
	background-color: red;
}
#Content .checkout_confirmation_notice {
}

#Content .checkout_confirmation_item_name {
    font-size: 11px;
}

#Content .checkout_confirmation_item_detail {
    margin-left: 5px;
    color: grey;
    font-size: 10px;
}

#Content td.checkout_confirmation_item_image {
    display: none;
}

#Content .checkout_confirmation_address_header {
    display:none;
}

div.tooltip{
        padding: 5px;
        margin: 5px;
        background-color: #F0F0F0;
}


/* Navigation and Menu */

#Content .nav_arrows {
	position: relative;
	text-align: center;
	width: 810px;
	height: 20px;
	font-size: 18px;
}

#Content .nav_arrows a {
	color: black;
	text-decoration: none;
}

#Content .nav_arrows a:hover {
	color: red;
}

#Content .nav_arrow_left {
	position: absolute;
	left: 2px;
}

#Content .nav_arrow_right {
	position: absolute;
	right: 2px;
}

#Content .nav_link_center {
	position: relative;
	text-align: center;
	font-size: 11px;
	bottom: 3px;
}

#Menu .menucontent {
	position: absolute;
	left: 5px;
	bottom: 0px;
}

#Menu a {
	color: black;
	text-decoration: none;
}

#Menu a:hover {
	color: grey;
}

#HeaderLeft .greetingtext {
	position: absolute;
	bottom: 15px;
}

#HeaderRight .logoimage {
	position: absolute;
	bottom: 0px;
	right: 24px;
}

