@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table {
  border: 0;
  padding: 0;
}

img {
	border: 0;
}

a {
  color: #555;
  text-decoration: underline;
}

a:hover {
  color: #000;
  text-decoration: none;
}

div#all {
	width: 100%;
	background-image: url(../images/bg_verlauf.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

/* Obere Navigationsleiste */
div#top {
	height: 32px;
	width: 100%;
	background-color: #adf;
	background-image: url(../images/top_bg_verlauf.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-top: 4px;
}

div#top table tr td {
	vertical-align: middle;
}

div#top .space {
	width: 5px;
}

div#top .button {
	height: 26px;
	width: 148px;
	background-image: url(../images/top_button.png);
	background-repeat: no-repeat;
	text-align: center;
}

div#top .button:hover {
	background-image: url(../images/top_button_hover.png);
	background-repeat: repeat-x;
}

div#top .button a {
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

div#top .button:hover a {
	color: #666;
}


/* Banner */
div#banner {
	min-height: 130px;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: center;
}

div#banner #bild {
	width: 200px;
	vertical-align: center;
}

div#banner #text {
	width: 555px;
	vertical-align: bottom;
	padding-bottom: 6px;
	text-align: center;
}

div#banner #adresse {
	width: 200px;
	color: #555;
	font-weight: bold;
	text-align: center;
	vertical-align: center;
}

div#line {
	height: 2px;
	width: 90%;
	margin-bottom: 10px;
	background-color: #09d;
}


/* Main */
div#main {
	min-height: 450px;
	width: 970px;
	padding-top: 7px;
}

/* Navbar */
div#main #nb {
	width: 218px;
	margin-top: 5px;
	padding-bottom: 26px;
	background-image: url(../images/navbar_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#main #nb #navbar {
	width: 218px;
	background-image: url(../images/navbar_bg_mid.png);
	background-repeat: repeat-y;
	text-align: left;
	padding-left: 5px;
}

div#main #nb #nb_top {
	width: 218px;
	height: 18px;
	background-image: url(../images/navbar_bg_top.png);
}

#navbar #head {
	height: 30px;
	width: 218px;
	text-align: center;
	margin-left: -7px;
}

#navbar .button {
	height: 34px;
	width: 201px;
	background-image: url(../images/navbar_button_normal.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}

#navbar .button:hover {
	background-image: url(../images/navbar_button_hover.png);
	background-repeat: no-repeat;
}

#navbar .button a {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding-left: 20px;
	text-decoration: none;
}

#navbar .button:hover a {
	color: #888;
}

#navbar .button .active {
	font-size: 18px;
	font-weight: bold;
	padding-left: 1px;
}


/* Main */
div#main #main {
	width: 715px;
	min-height: 450px;
	padding: 15px;
	padding-right: 5px;
	background-image: url(../images/main_verlauf.png);
	background-repeat: no-repeat;
	text-align: left;
	margin-bottom: 20px;
}


/* Footer */
div#footer {
	float: none;
	width: 950px;
	font-size: 11px;
	margin-top: -15px;
}

div#footer .left {
	float: left;
	padding-left: 20px;
	padding-bottom: 7px;
}

div#footer .right {
	float: right;
	padding-right: 20px;
	padding-bottom: 7px;
}


/* Box */
div#main .box {
	height: 215px;
	width: 328px;
	background-image: url(../images/box.png);
	background-repeat: no-repeat;
}

.box .top {
	margin-top: 15px;
	margin-left: 23px;
	margin-right: 20px;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

.box .details {
	float: left;
	width: 215px;
	height: 57px;
	margin-top: 7px;
	margin-left: 16px;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: left;
	overflow: hidden;
}

.box .preis {
	float: right;
	width: 80px;
	margin-top: 50px;
	margin-right: 14px;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

.box .bild {
	float: left;
	width: 202px;
	height: 95px;
	margin-left: 23px;
	margin-bottom: 15px;
	text-align: center;
	overflow: hidden;
}

/* Big Box */
div#main .box_big {
	height: 219px;
	width: 678px;
	background-image: url(../images/box_big.png);
	background-repeat: no-repeat;
	vertical-align: top;
}

.box_big .top {
	width: 100%;
	margin-top: 20px;
	margin-left: 37px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

.box_big .details {
	float: left;
	width: 340px;
	margin-left: 25px;
	margin-bottom: 10px;
	font-size: 11px;
	text-align: left;
}

.box_big .bild {
	float: left;
	width: 250px;
	height: 150px;
	margin-left: 35px;
	margin-bottom: 25px;
	text-align: center;
	overflow: hidden;
}

/* Title */

.title {
	font-size: 17px;
	font-weight: bold;
}