body  {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px; line-height:15px;
	background: #c0c0be;
	margin: 0; 
	padding: 0;
	text-align: left; 
	color: #333333;
	background-image:url(../images/bg.jpg); 
	background-attachment:scroll;
	background-repeat: no-repeat;
	background-position:top left;
    }
a {
	color:#6b735c;
	text-decoration:none;
	}
a:hover {
	color:#999999;
	}
	
#container {
	width:510px;
	height:610px;
	background: #ececec;
	position:absolute;
	margin: 155px auto auto 150px;
	text-align: left;
	border: 1px solid #2d2e2a;
    } 
#menue { 
	background: #686b62;
	margin-top:20px;
	height:13px;
	font-size:13px;
	color:#ffffff;
	text-align:right;
	padding:4px 8px 8px 8px;
	}
	
#menue a {
	color:#ffffff;
	text-decoration:none;
	}
	
#menue a:hover {
	color:#cccccc;
	text-decoration:none;
	}
	
#content {
	padding: 10px 25px;
	text-align:justify;
    } 
#footer { 
	background: #686b62;
	position: absolute;
	bottom:20px;
	height:13px;
	width:494px;
	font-size:10px;
	color:#ffffff;
	text-align:center;
	padding:6px 8px;
	}

.img {
	padding-left:20px;
	}
	
h1 {
	color:#6b735c;
	font-size:14px;
	margin-top:0px;
	}
#cookie-info {
	position: fixed; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	background: #666666; 
	color:#ffffff;
	padding: 15px; 
	font-size: 14px; 
	font-family: verdana;
	}

#cookie-info a.button {
	cursor: pointer; 
	background: #333333; 
	padding: 5px 5px; 
	margin-left: 10px;
	margin-top:0px;
	border-radius: 2px; 
	font-weight: bold; 
	float: right;
	}
#cookie-info a {
	color:#999999;
	}

#cookie-info a.button:hover {
	background-color: #666666;
	}

#cookie-info p.cookiemessage {
	display: block; 
	padding: 0; 
	margin: 0;
	}