html {

}

body {
	text-align: left;
	vertical-align:;
	background-image: url('background_pattern.png');
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	top: 200px;
}

h1 {
	left: 53px;
	top: 8px;
	position: fixed;
	font-size: 10px;
	font-weight: bold; 
	text-transform:uppercase;
	text-align: left;
	color: #2f261f;
	background-color: #F0BC00;
	padding:5px 5px;
	margin:0px
}

#Tel {
	position: absolute;
	right: 110px;
	top: 20px;
	width: 150px;
	z-index: 3;
}

#engflag {
	position: absolute;
	right: 155px;
	top: 15px;
	width: 150px;
	z-index: 3;
}

#gerflag {
	position: absolute;
	right: 195px;
	top: 15px;
	width: 150px;
	z-index: 3;
}
#header {
	position: absolute;
	left: 60px;
	top: 20px;
	width: 150px;
	z-index: 3;
}

#divNavi {
	position: fixed;
	width: 150px;
	left: 5px;
	top: 0px;
	height:100px;
}

#divContent {
position: fixed;
	margin-left: 130px;
	margin-top: 30px;
	vertical-align: middle;
	z-index: 2;
}

#divCounter {
	position: fixed;
	bottom: 0;
	left: 15px;

	font-size: 10px;
	text-transform:uppercase;
	text-align: center;
	color: #2f261f;
	background-color: #F0BC00;
	padding:5px 5px;
	margin:0px 20px;
	border: 1px;
}

#divBottom {
	position: inherit;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}