/* CSS Document */
html{
	height:100%;
	margin-bottom: 1px;
}
body {
	font-size: 12px;
	margin: 0px auto;
	background-color: #FFF4D4;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/layout/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	height: 100%;
	color: #999;
}
.wrapper {
	position: relative;
	min-height: 100%;
	height: 100%;
}

#lang  {
	float: right;
	margin: 15px 0px 0px 0px;
	padding: 0px;

}
.wrapper #container {
	background-color: #FFF;
	color: #333333;
	width: 900px;
	margin: 0px auto;
	font-size: 12px;
	text-align: left;
	min-height: 95%;
}


.wrapper #canvas{
	text-align: left;
	width: 710px;
	height: 240px;
	padding: 0px;
	margin: 0px;
	background-color: #F5E19C;
	float: left;
	color: #FFECD8;
	background-image: url(../images/slideshow/sommer/01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.wrapper #logo {
	width: 190px;
	float: left;
	padding: 0px;
	font-size: 12px;
	margin: 0px;
	color: #1A4814;
	height: 203px;
	background-color: #FFECD9;
	background-image: url(/images/layout/promoback.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
}
.wrapper #nav{
	width: 190px;
	font-size: 14px;
	margin: 10px 0px;
	padding: 0px;
	float: left;
}
.wrapper #middle{
	width: 500px;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 12px;
	margin: 10px;
	min-height: 75%;
	color: #666;
}


.wrapper #right {
	width: 190px;
	float: left;
	text-align: left;
	padding: 0px;
	font-size: 12px;
	margin: 10px 0px;
	min-height: 75%;
}



.wrapper #footer {
	clear: left;
	font-size: 11px;
	color: #333;
	padding: 5px;
	text-align: left;
	width: 890px;
	margin: 0px auto;
	background-color: #FFF;
	background-image: url(../images/layout/back50.gif);
	height: 50px;
	background-repeat: repeat-x;
}
.wrapper #footer td {
	font-size: 11px;
}



.trenner  {
	font-size: 0px;
	clear: left;
	height: 1px;
	background-color: #FFFFFF;
}
