@charset "utf-8";
/* CSS Document */
p {
	margin: 5px 5px 5px 5px;
	}

#header {
	height: 150px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	box-shadow: 3px 3px 3px #DDD;
	border-bottom-width: medium;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	background-color: #EEE;
}
#divmitte {
	background-color: #DDD;
	height: 84px;
	width: 154px;
	border: medium solid #FFF;
	border-radius: 10px;
	position: absolute;
	left: 177px;
	top: 57px;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

#content {
	width: 900px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
.info {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #666;
	font-style: normal;
	font-weight: bold;
	width: 229px;
}

#divrechts {
	background-color: #999;
	height: 101px;
	width: 171px;
	border: medium solid #FFF;
	border-radius: 10px;
	position: absolute;
	left: 400px;
	top: 47px;
	font-family: "Trebuchet MS";
	color: #EEE;
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
}
#info {
	position: absolute;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #666;
	left: 261px;
	top: 211px;
	width: 277px;
}


#divlinks {
	background-color: #CCC;
	height: 250px;
	width: 150px;
	border: medium solid #FFF;
	position: absolute;
	left: 0px;
	top: -53px;
	border-radius: 10px;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
#stribe1 {
	clear: left;
	background: #efefef;
	text-align: center;
	height: 50px;
	width: 1000px;
	background-color: #CCC;
	position: absolute;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	left: -50px;
	top: 0px;
	
}
#divmenue {
	background-color: #CCC;
	border: medium solid #FFF;
	border-radius: 10px;
	height: 500px;
	width: 150px;
	position: absolute;
	top: 48px;
	right: 0px;
}
