html, body {
	margin:0px;
	padding:0px;
	background:url(images/bg_1.jpg) no-repeat top center;
}

#wrap {
	margin: 0px auto;
	width:1000px;
	
}

#top {
	width:100%;
	height:202px;
	float:left;
}

#logo {
	width:400px;
	height:166px;
	position:relative;
	top:-160px;
	left:-250px;
	background:url(images/logo.png) no-repeat;
}

#buttons {
	width:100px;
	height:100px;
	position:relative;
	top:30px;
	left:0;
	background:url(images/menu_bg.png) no-repeat 0 -20px;
	text-align:center;
	font-weight:bold;
	padding:5px;
}


a img {
	border:none;
}

#middle_left {
	width:810px;
	height:auto;
	float:left;
}

#between {
	width:800px;
	height:50px;
	float:left;
	background:#ffffff;
	overflow:visible;
}

#bilder {
	width:450px;
	height:35px;
	position:relative;
	top:13px;
	left:350px;
}

#middle {
	width:100%;
	height:auto;
	min-height:400px;
	float:left;
}

#menu {
	width:150px;
	padding-left:50px;
	height:auto;
	min-height:400px;
	float:left;
	background:url(images/menu_bg.png) no-repeat;
}

#content {
	width:500px;
	padding: 50px;
	height:auto;
	min-height:400px;
	float:left;
	font-size:0.9em;
	background:#ffffff;
}

#middle_right {
	width:190px;
	height:auto;
	float:left;
}

#boxes {
	width:200px;
	height:auto;
	min-height:400px;
	margin-left:9px;
	float:left;
}

.haken {
	width:180px;
	height:49px;
	float:left;
}

.box {
	width:180px;
	height:auto;
	min-height:100px;
	float:left;
	margin-top:15px;
	border:1px solid #051744;
}

.box_top {
	width:180px;
	height:20px;
	float:left;
	background:#051744;
	text-align:center;
	color:#ffffff;
}

.box_content {
	width:160px;
	height:auto;
	padding:10px;
	min-height:100px;
	float:left;
	font-size:0.8em;
	background:#ffffff;
}

.news_date {
	font-size:1em;
	color:#5d6bd0;
	text-decoration:underline;
}

#end {
	width:100%;
	height:24px;
	float:left;
}

#footer {
	width:100%;
	height:30px;
	float:left;
	text-align:right;
}

#status {
	position:absolute;
	border:2px dashed #666666;
	top:10px;
	right:-165px;
	color:#000000;
	width:auto;
	height:auto;
	text-align:right;
	padding:5px;
}

.bestellen {
	cursor:pointer; 
	float:right;

}

.shop_table {
	height:150px;
	vertical-align:top;
}

.shop_cell {
	vertical-align:top;
}


.button {
	vertical-align:bottom;
}

.shop_title {
	text-decoration:underline;
	font-size:1.1em;
}

.link {color:#555555; text-decoration:none; font-size:1.5em;}
.link:active {color:#051744; text-decoration:none; font-size:1.5em;}
.link:hover {color:#051744; text-decoration:none font-size:1.5em;;}
.link:visited  {color:#555555; text-decoration:none; font-size:1.5em;}

.termine {border:1px solid #999999; border-collapse:collapse; text-align:center; padding: 0px 4px 0px 4px;}

.textlink {color:#555555; text-decoration:none;}
.textlink:active {color:#051744; text-decoration:none;}
.textlink:hover {color:#051744; text-decoration:none;}
.textlink:visited  {color:#555555; text-decoration:none;}

.form {color:#000000; border:1px solid #051744; }
.form:active {color:#000000; border:1px solid #000000; }
.form:hover {color:#000000; border:1px dotted #000000; }
.form:visited  {color:#999999; border:1px solid #000000; }

