@charset "utf-8";
html {
	height: 101%;
}

body {
	background-color: #FFFEFB;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.4em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.2em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 0px;
}

p {
	line-height: 1.3em;
	margin-top: 0px;
}

code {
	font-weight: bold;
	font-size: 1.1em;
}

pre {
	background-color: #f7efd5;
	margin-top: 5px;
	margin-bottom: 10px;
}

pre.plain {
	background-color: #FFFEFB;
	margin: 0px;
}

a:hover {
	background-color: #ffdd79;
}

.link {
	margin: 3px;
}

.pic {
	text-align: center;
}

.product {
	color: #52ab35;
	font-weight: bold;
}

.last_paragraph {
	margin-bottom: 0px;
}

#banner {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left: -2px;
	margin-top: -2px;
}

#menu {
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: -3px;
	margin-top: -1px;
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#menu a:hover {
	background-color: #ffdd79;
}

#menu .not_selected {
	background-color: #ffebca;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-left: 1px;
}

#menu .selected {
	background-color: #FFFEFB;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

#language {
	position: absolute;
	top: 92px;
	right:  2px;
	margin-bottom: -27px;
}

#language img {
	border: none;
}

#page {
	position: relative;
	width: 810px;
	border: 1px solid #CCC;
	padding: 2px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFEFB;
}

#rabatt {
	color: #FFF;
	background-color: #c5091d;
	font-size: 1.3em;
	margin-right: 140px;
	margin-left: 140px;
	padding: 10px;
	text-align: center;
}

table#news td {
	vertical-align: top;
	padding-right: 5px;
}

/* Formulare */
label {
	cursor: pointer;
}

input.field,
textarea {
	width: 320px;
}

.field {
	border: 1px solid #ddd;
}

.field:hover {
	border: 1px solid #aaa;
}

.field:focus {
	background-color: #f6f6f6;
	border: 1px solid #aaa;
}
/* Ende Formulare */