/* Tags */

a:link,
a:visited {
	color: #333;
	text-decoration: underline;
}

a:focus,
a:hover {
	color: #8cc63e;
	text-decoration: none;
}

body {
	background-color: #fff;
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.3;
}

div {
	vertical-align: top;
}

h1 {
	display: none;
}

h2 {
	color: #8cc63e;
	font-size: 1.4em;
	padding-bottom: 8px;
}

li {
	list-style-position: inside;
	list-style-type: disc;
}

p {
	padding-bottom: 8px;
}

sup {
	font-size: xx-small;
	vertical-align: top;
}

ul {
	padding-bottom: 8px;
}



/* IDs */

#background_picture {
	height: 240px;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 800px;
	z-index: 80;
}

#content {
	margin-left: 172px;
	margin-top: 15px;
	padding-bottom: 1em;
	position: relative;
	width: 510px;
	z-index: 50;
}

#footer {
	font-size: 0.8em;
	border-top: 1px solid #8cc63e;
	margin-left: 172px;
	padding-bottom: 2.5em;
	text-align: right;
	width: 510px;
}

#headline {
	margin-left: 136px;
	margin-top: 195px;
}

#logo {
	background-color: #fff;
	background-image: url('../images/page_background.png');
	height: 125px;
	position: fixed;
	text-align: right;
	top: 0px;
	right: 0px;
	width: 100%;
}

#navigation {
	background-color: #8cc63e;
	height: 25px;
	left: 60px;
	top: 100px;
	position: fixed;
	width: 800px;
	z-index: 100;
}

#page_shadow {
	left: 0px;
	position: absolute;
	top: 125px;
	z-index: 90;
}



/* Klassen */
.highlight { color: #8cc63e; }
.cell { display: table-cell; padding-bottom: 4px; padding-right: 8px; }
.row { display: table-row; }
.table { display: table; }
.fl_left { float: left; }
.fl_right { float: right; }
.nopadding { padding: 0 !important; }

.preis_alt {
	background-image: url('../images/preis_alt.jpg');
	background-repeat: repeat-x;
	color: #333;
	font-size: 1.3em;
}

.preis_neu {
	color: #000;
	font-size: 1.4em;
	padding-left: 6px;
	padding-top: 3px;
}


.h2 {
	color: #8cc63e;
	font-size: 1.4em;
}

.kuechenkenner .cell {
	background-image: url('../images/service_kuechenkenner/haken.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	height: 40px;
	width: 165px;
}


/* Feedback */
.feedback .top {
	background: url('../images/feedback/feedback_top.jpg') no-repeat top;
	height: 70px;
	width: 510px;
}

	.feedback .top p {
		color: #aaa;
		font-family: Helvetica, Arial, sans-serif;
		padding: 4em 2em;
		text-align: right;
	}


.feedback .middle {
	background: url('../images/feedback/feedback_middle.jpg') repeat-y;
	width: 510px;
}

	.feedback .middle p {
		font-size: 13px;
		line-height: 1.4;
		padding: 0.6em 2em;
	}
	
	.feedback .middle p.first {
		font-weight: bold;
	}
	
	.feedback .middle p.attachment {
		/* height: 100px; */
        position: relative;
        display: block;
        overflow: hidden;
		padding: 1.2em 2em 0;
	}
	
		.feedback .middle p.attachment a {
			float: left;
			margin: 0px 4px;
		}

.feedback .bottom {
	background: url('../images/feedback/feedback_bottom.jpg') no-repeat top;
	height: 100px;
	width: 510px;
}

.feedback.arial {
	font-family: Arial, sans-serif;
}

.feedback.helvetica {
	font-family: Helvetica, sans-serif;
}

.feedback.georgia {
	font-family: Georgia, serif;
}

.feedback.tahoma {
	font-family: Tahoma, sans-serif;
}

.feedback.times {
	font-family: Times, "Times New Roman", serif;
}

.feedback.trebuchet {
	font-family: "Trebuchet MS", sans-serif;
}

.feedback.verdana {
	font-family: Verdana, sans-serif;
}
.headline {
	margin-left: 136px;
	margin-top: 195px;
	font-size: 20px;
	color: #000;
}


/* Sub-Navigation */
.sub-navigation {
	display: none;
	position: fixed;
	top: 125px;
	width: 145px;
	z-index: 110;
}

.sub-navigation a {
	background-color: #eaeaea;
	color: #333;
	display: block;
	height: 15px;
	margin-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	text-decoration: none;
	width: 120px;
}

.sub-navigation a:focus,
.sub-navigation a:hover {
	color: #8cc63e;
}

.sub-navigation img {
	float: left;
}

.sub-navigation div {
	background-image: url('../images/sub-navigation_background.png');
	background-repeat: repeat-y;
	float: left;
	padding: 0px 10px;
	width: 126px;
}

#sub-navigation_ueber-uns_werbung { 		top: 192px; }
#sub-navigation_ueber-uns_werbung a { 	width: 133px !important; }
#sub-navigation_ueber-uns_werbung div { background-image: url('../images/sub-navigation_background-160.png') !important; width: 160px; }


/* Navigation */
#navigation .button {
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	height: 25px;
}

#navigation .button:hover {
	background-position: left bottom;
}

#navigation .button img {
	height: 25px;
	width: 100%;
}
