@charset "utf-8";
body {
	overflow:hidden;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	background-color: #ADD8E6;
	color: #000080;
	margin: 0px;
	padding: 0px;
}

p {
	margin:0px 0px 15px 0px;
	padding:0px;
	Text-Align:justify;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	color:#000080;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	Text-Align:center;
	font-size:18px;
	line-height:18px;
	font-weight:900;
	color:#000080;
}

h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	Text-Align:center;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	color:#000080;
}

h3 {
	margin:0px 5px 15px 5px;
	padding:0px;
	Text-Align:left;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color:#000080;
}

h4 {
	margin:0px 5px 10px 5px;
	padding:0px;
	Text-Align:justify;
	font-size:12px;
	line-height:15px;
	font-weight:normal;
	color:#000080;
}

a {
	text-decoration:underline;
}
a:link {color:#000080;}
a:visited {color:#000080;}
a:hover {color:#4682b4;}
a img { 
  border-width : 0;
  cursor: pointer;
}

#header {
	position:absolute;
	left:5px;
	top:5px;
	width: 100%;
	height: 25%;
	z-index: 30;
	background-color: #ADD8E6;
}
#photo{
	height: 72%;
	width: 20%;
	position:absolute;
	overflow: visible;
	top:27%;
	left:5px;
}

#contenthome {
	height: 70%;
	width: 60%;
	position:absolute;
	top:27%;
	left:22%;
	overflow: auto;
	overflow-x: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
	z-index: 1;
}
#menu{
	height: 70%;
	width: 15%;
	position:absolute;
	top:27%;
	left:84%;
}
.flotte {
	float: left;
	padding:10px;
}
.flotted {
	float: right;
	padding:10px;
}
.stopflotte{
	clear: left;
}
.stopflotted{
	clear: right;
}


