html {
	font-family: Verdana;
	background-color: #EFEFE8;
	color: #464646;
}

body {
	margin: 0px;
}

html, body, h1, h2, h3, h3, h4, h5, h6, p, a, img, ul, ol, li, form, fieldset, input, textarea, label, table, tbody, tr, th, td {
	margin: 0;
	padding: 0;
}

a {
	color: #BA5555;
	text-decoration: none;
}

#wrapper {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 961px;
	font-size: 12px;
}

#wrapper #language {
	background-color: #007639;
	text-align: right;
	border-bottom: 1px solid white;
	height: 16px;
}

#wrapper #language a div{
	color: #FFFFFF;
	border-left: 1px solid #339161;
	line-height: 16px;
	padding: 0 12px 0 13px;
	font-size: 10px;
	margin: 0px;
	float: right;
}

#wrapper #language a div img{
	margin-top: 2px;
	float: left;
	margin-right: 5px;
}

#wrapper #language a:hover div{
	background-color: #da1a32;
}

#wrapper #language img{
	border: 0px;
}

#header div span {
	color: #E3E6D9;
	font-size: 12px;
}

#header div {
	padding-left: 20px;
}

#sitenavigation {
	background-color: #007639;
	border-bottom: 6px solid #DA1A32;
	height: 44px;
}

#sitenavigation ul {
	margin: 0px;
	padding: 0px;
}

#sitenavigation li {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#sitenavigation li a{
	border-right: 1px solid #339161;
	color: #FFFFFF;
	float: left;
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size: 13px;
	height: 44px;
	margin: 0px;
	padding: 0px 12px 0px 13px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 44px;
}

#sitenavigation li a:hover{
	background-color: #006732;
}

#submenu {
	background-color: #007639;
	height: 22px;
	border-top: 1px white solid;
}

#submenu ul {
	margin: 0px;
	padding: 0px;
}

#submenu li {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#submenu li a{
	border-right: 1px solid #339161;
	color: #FFFFFF;
	float: left;
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size: 13px;
	height: 22px;
	margin: 0px;
	padding: 0px 12px 0px 13px;
	text-decoration: none;
	line-height: 22px;
}

#submenu li a:hover{
	background-color: #da1a32;
}

.bdrBot {
	background: #FFFFFF none repeat scroll 0 0;
	height: 1px;
}

.clear {
	clear: both;
}

#footer {
	background: #D9DAC6 url(images/bg-footer-borders.gif) repeat-x scroll 0 0;
	color: #FFFFFF;
	height: 16px;
	margin: 0 auto;
	padding: 25px 0px 15px 0px;
	text-align: center;
}

#footer li{
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#footer li a{
	color: #FFFFFF;
	padding: 0px 8px;
	text-decoration: none;
}

#footer li a:hover{
	text-decoration: underline;
}

div.wrapper.content div.inner{
	background: transparent url(images/bg-content-schatten-unten.gif) repeat-x scroll 0 bottom;
}

div.wrapper.content {
	background: transparent url(images/bg-content-schatten-oben.gif) repeat-x scroll 0 0;
}

#clear {
	clear: both;
}

#sidebar {
	float: left;
	padding: 25px 20px;
	width: 259px;
}

#content {
	border-left: 1px solid #D9DAC6;
	float: left;
	min-height: 450px;
	padding: 25px 27px 0px;
	width: 601px;
}

#error {
	padding: 20px;
	text-align: center;
}

#error div{
	padding: 150px 0px;
}

h2.heading {
	color: #BA5555;
	font-size:1.2em;
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#sidebar .teaser.small {
	border-bottom: 1px solid #D9DAC6;
	line-height: 1.4;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#sidebar .teaser.small img{
	float: left;
}

.teaser img {
	border: 1px solid #BA5555;

	margin: 4px 10px 0 0;
}

.teaser.small h2 {
	font-size: 1em;
	font-weight: bold;
}

.teaser.small h2 a{
	color: #464646;
}

.teaser.big {
	margin-bottom: 20px;
}

.teaser.big h2 {
	border-bottom: 1px solid #D9DAC6;
}

.teaser.big.left img {
	float: left;
	margin: 4px 10px 0 0;
}

.teaser.big.none img {
	clear: both;
	margin: 4px 4px 0 0;
}

.teaser.big.right img {
	float: right;
	margin: 4px 0 0 10px;
}

.teaser.big p {
	line-height: 1.6;
	text-align: justify;
}

.article p {
	line-height: 1.6;
	text-align: justify;
}

.article img{
	border: 1px solid #BA5555;
}

div.listed ul {
	list-style-image: url(images/bullet.jpg);
	list-style-position: outside;
	margin: 0;
	padding: 0 0 0 12px;
}

div.listed ul li {
	margin: 0 0 12px 12px;
	padding: 0;
}

#kontakt td{
	background-color: #f4f7ec;
	border: 1px #dfe9bf solid;
	padding: 10px;
}

#kontakt input, #kontakt select{
	width: 270px;
	color: #464646;
	border: 1px #c7d586 solid;
}

#kontakt textarea{
	width: 99%;
	height: 150px;
	border: 1px #c7d586 solid;
}

#kontakt table {
	margin-bottom: 15px;
	margin-left: -10px;
}

.memofalse{
	padding: 5px;
	margin-bottom: 5px;
	background-color: #DA1A32;
	color: #FFFFFF;
}

.memoreturn {
	padding: 5px;
	margin-bottom: 5px;
	background-color: #DFE9BF;
}

.memoreturn a{
	color: #464646;
}

.memoaccept{
	padding: 5px;
	margin-bottom: 5px;
	background-color: #007639;
	color: #FFFFFF;
}

#bestellformular {
	padding: 15px;
}

#bestellformular table tr td{
	padding: 2px;
}

#bestellformular table tr td input{
	width: 60px;
}

#bestellformular table tr{
	border-bottom: 1px #cccccc solid;
}

#bestellformular table tr td img{
	height: 40px;
}

#bestellformular #head {
	background-color: #e6e6e6
}

#bestellformular .second {
	background-color: #e6e6e6
}

#bestellformular .tablehead {
	background-color: #007639;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 10px;
}

#liste img {
	border:0px;
}

#liste ul li {
	margin: 0px 0px 20px 20px ;
	list-style-type: none
}

#liste ul ul li{
	margin: 0px 0px 20px 80px ;
	list-style-type: none
}

#becher img{
	max-height: 140px;
	max-width: 140px;
	border: 0px;
	margin:0px;
	padding: 0px;
}

#becher h2{
	border-bottom: 1px solid #D9DAC6
}

.torte {
	float: left;
	width: 188px;
	border: 1px solid #BA5555;
	padding: 2px;
	margin: 3px;
	height: 98px;
	font-size: 10px;
}

.torte h3 {
	font-size: 11px;
}

.torte img{
	width: 85px;
	border: 0px;
}

.eisbecher {
	float: left;
	width: 108px;
	border: 1px solid #BA5555;
	padding: 2px;
	margin: 3px;
	height: 110px;
	font-size: 10px;
	overflow: hidden;
}

.eisbecher img{

}

.sidebareisbecher {
	border: 1px solid #BA5555;
	padding: 2px;
	margin: 3px;
	height: 80px;
	font-size: 10px;
	overflow: hidden;
	display: block;
}

.sidebareisbecher img{
	width: 80px;
}

.sidebareisbecher:hover img{
	width: 120px;
}

.logos img {
	margin: 20px;
}

.eis900{
	width: 290px;
	height: 170px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.eis900 img{
	height: 100px;
	border: 0px;
}

.eis900 .eis900title{
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 14px;
}

.eis900 .eis900text{
	float:right;
	width: 147px;
}

.eistorte {
	float: left;
	width: 288px;
	border: 1px solid #BA5555;
	padding: 2px;
	margin: 3px;
	height: 138px;
	font-size: 10px;
}

.eistorte h3 {
	font-size: 11px;
}

.eistorte img{
	border: 0px;
}

.eistorte p{
	margin-bottom: 10px;
}