body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #000;
		background-color: white;
	}
	
	a:link, a:visited, a:hover, a:active { color: #1d3e00 }
	
	#container
	{
		margin: 0;
		width: 100%;
		min-width: 980px;
		height: 100%;
		text-align: left;
		background-color: white;
	}
	#headercontainer
	{	
		width: 100%;
		margin-top: 30px;
	}
	#where
	{
		float: left;
		height: 30px;
		width: 200px;
		padding: 0;
		background-color: white;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		color: #1d3e00;
	}
	#navi
	{
		float: left;
		height: 30px;
		padding: 2px 0;
		font-weight: bold;
		background-color: white;
	}
	#navi ul
	{
		/*margin: 20px 0 0 20px;*/
		padding: 0;
		list-style-type: none;
		border-left: 1px dotted #1d3e00;
	}
	#navi li
	{
		display: inline;
		padding: 0 10px;
		border-right: 1px dotted #1d3e00;
	}
	#navi li a
	{
		text-decoration: none;
	}
	#navi li a:hover
	{
		text-decoration: none;
		color: #1d3e00;
		background-color: #fff;
	}
	#tborder
	{
		clear: both;
		width: 100%;
		height: 21px;
		background-image: url(upper-border.gif);
		background-color: white;
	}	
	#content-container
	{
		margin: 20px;
		margin-bottom: 0px;
		margin-left: 410px;
		float: left;
		min-height: 450px;
		height: 80%;
		min-width: 500px;
		width: 70%;
		background-color: white;
	}
	#content
	{
		margin-bottom: 20px;
		min-height: 350px;
		text-align: center;
		background-color: white;
		/*border-left: 1px dotted #1d3e00;*/
	}
	#picture
	{ 
		position: fixed;
		bottom: 56px;
		margin: 20px;
		margin-bottom: 0px;
		float: left;
		height: 350px;
		width: 350px;
		background-image: url(erdbeere-logo.gif);
		background-position: bottom;
		background-repeat: no-repeat;
	}
	#bcontainer
	{	
		width: 100%;
		position: fixed;
		bottom: 0px;
	}
	#bborder
	{ 
		clear: both;
		height: 38px;
		background-image: url(lower-border.gif);
		background-color: white;
	}	
	#infos
	{
		clear:both;
		height: 20px;
		text-align: center;
		color: #1d3e00;
		background-color: white;
	}
	h1 	{font: 250% Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
	/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.9);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/