body {
	font-family: "Trebuchet MS";
	background: #da3e3e;
}
#page {
    margin: 0 auto;
    width: 950px;
}
#header {
    background: url("../images/header.png") no-repeat;
    width: 678px;
    height: 478px;
}
#navi {
	width: 618px;
	height: 78px;
	background: transparent;
	margin-left: 54px;
	margin-top: -92px;
	list-style: none;
}
#content {
	width: 619px;
	margin-top: 7px;
	margin-left: 53px;
	
	background: url("../images/content_back.png") repeat-y;
}
#countrydivcontainer {
	padding: 10px;
}
#footer {
	width: 609px;
	margin-left: 53px;
	height: 15px;
	padding: 5px;
	background: #ccc;
	text-align: center;
}
.liste_ohne {
	list-style: none;
}