html, body {
	height: 100%;
	width: 100%;
	background: #eee;
}

body {
}

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial,
				 Verdana,
				 "Lucida Sans Unicode",
				 "Lucida Grande",
				 sans-serif;
}

h1 {
	font-size: 27px;
	text-align: center;
	margin: 33px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
}

p {
	text-align: justify;
	margin-bottom: 20px;
	font-size:14px;
}

label {
	display: block;
	float: left;
	text-align:right;
	margin-right: 5px;
}

input {
	margin-bottom: 3px;
	display: block;
	float: left;
}

select  {
	margin-bottom: 3px;
	display: block;
	float: left;
}

#lieferbox {
	margin-top: 2px;
	margin-left: 1px;
}

input[type=submit] {
	clear:both;
}

.adressblock {
	border: 1px solid #999;
	padding: 8px;
	width: 400px;
}

div.title {
}

#topmenu {
	width: 100%;
	margin-top: -10px;
	margin-left: -15px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 8px;
	border-bottom: 1px solid #991f47;
	height: 22px;
}

#topmenu img {
	margin-top: 4px;
}

#topmenu a {
	color: #991f47;
	text-decoration: none;
	margin: 0px 0px;
}

#topmenu .left{
	float:left;
}

#topmenu .right{
	float:right;
}

#topmenu #leftblock {
	float: left;
	text-align: left;
	width: 62px;
	height: 100%;
}

#topmenu #rightblock {
	float: right;
	text-align:right;
	width: 62px;
	height: 100%;
}

#maindiv {
	width: 1072px;
	margin-left:auto;
	margin-right:auto;
	background: url('images/bg.png');
	min-height: 100%;
}

#header {
	width: 100%;
	margin:0px;
	margin-bottom: 8px;
	padding: 0px;
	/*height: 192px;*/
	height: 194px;
	text-align: center;
	/*font-size: 100px;*/
	white-space: nowrap;
}

#rightbar {
	width: 136px;
	float: right;
	min-height: 200px;
	margin-top: 42px;
	/*margin-top: -17px;*/
}

#rightbar img {
	width: 136px;
}

img.banner {
	margin-bottom: 4px;
	display: block;
}

a img {
	border: none;
}

.w1 {
	width: 94%;
}

.w13 {
	width: 30%;
}

.w23 {
	width: 62%;
}

.w12 {
	width: 46%;
}

.w14 {
	width: 21%;
}
.jahrgang {
	height: 250px;
}

img.titelseite {
	width: 100%;
}

div.cart div {
	float:left;
	width: 160px;
	margin-left: 10px;
}

div.cart div h4 {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
div.cart div h4 a {
	text-decoration:none;
}

div.cart div h4 img {
	float:right;
}

div.cart #betrag {
	font-weight: bold;
}

div.cart #help {
	text-align: left;
	float: left;
	margin: 14px;
	width: 50%;
}

div.cart #summe {
	text-align: right;
	float: right;
	margin: 14px;
}

div.cart #kasse {
	float:right;
	margin-top: 8px;
}

.box {
	background: #e4e5e7;
	margin-left: 1%;
	margin-right: 1%;
	float:left;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 18px;
}

.box h3 {
	text-align: left;
	color: #fff;
	background: #991f47;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	font-weight:bold;
	margin: 0px;
	padding: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
}

h3.titel {
	text-align: center;
}

h3.sonst {
	background: #b4b5b8;
}

a.left {
	float:left;
}

a.right {
	float:right;
}

.box h4 {
	text-align: left;
	padding: 10px;
	padding-bottom: 0px;
	font-size: 16px;
	font-weight:bold;
}

.box h5 {
	text-align: left;
	padding: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 12px;
	font-weight:bold;
}

.box p {
	margin: 0px;
	padding: 10px;
	padding-top:4px;
	/*font-size: 14px;*/
}
/*
.box p:first-letter {
	font-size: 44px;
	float:left;
	margin-right: 4px;
}
*/

.box ul {
	margin-left: 35px;
	margin-bottom: 4px;
}

.box input[type=submit] {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.seitenzahl {
	float:right;
	margin-left: 12px;
}

.contextmenu {
	margin-top: -18px;
}

.contextmenu > a {
	float:right;
}

#headersub {
	text-align:center;
	font-size:24px;
	line-height: 25px;
	height: 27px;
	text-transform: uppercase;
	background: #fec90b;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	color:#9a0134;
	font-weight: bold;
}

#menu {
	float:left;
	width: 136px;
	margin: 0px;
	margin-top:42px;
	background: #feebb3;
}

#content {
	padding-left: 30px;
	padding-top: 18px;
	overflow: hidden;
}

.error {
	border: 2px solid #F00;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 1%;
	margin-right: 1%;
}

.meldung {
	border: 2px solid #777;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 1%;
	margin-right: 1%;
}

#footer {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	float:left;
	clear: both;
	width: 100%;
}

#footer a {
	margin: 0px 8px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: #feebb3; /*#feebb3;*/ /*fec90b*/
}

#menu a {
	border: 1px solid #fec90b;
	font: bold 14px/16px arial, helvetica, sans-serif;
	display: block;
	/*border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;*/
	margin: 0px;
	padding: 2px 3px;
}

/*#menu a + #menu a {
	border-top: none;
}*/


#menu h2 {
	/*color: #fff;*/
	/*background: #000;*/
	text-transform: uppercase;
}

#menu a , #menu h3{
	color: #980134;
	/*background: #fff;*/
	padding: 4px;
	text-decoration: none;
}

#menu a:hover, #menu h3:hover {
	color: #980134;
	/*background: #fff;*/
	text-shadow: #000 0px 0px 1px;
}

#menu li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
}

#menu ul ul ul {
	/*border: 1px dotted #999;
	border-left:none;*/
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
