html, body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #D7E2EC;
	height:100%;
	width:100%;
	padding:0;
	color: #4B4B4B;
	margin:0;
}

#container {
	clear: both;

	width: 800px;
	left: 50%;
  margin-top:50px;
  padding-bottom:50px;
	margin-left: -400px;
	position: relative;
	/*border: 1px solid #000;*/
}

#icontainer {
	border: 1px solid #C60;
}

#picture {
	height: 300px;
	border: 0px solid #C60;
}

#info {
	width:100%;
	background-color:#ebebeb;
	top:390px;

	font-weight: normal;
	color: #000;
	font-size: 28px;
	text-align: left;	

}

#menu {
	width:800px;
	height:30px;
	position:relative;
	font-weight: bold;
	color: #000;
	font-size: 12px;
	border:0;
	padding:0;
	top:6px;
	text-align:right;
}

#mliste {
	border:0;
	margin:0;
	padding:0;
}

#mliste li{
	border:0;
	margin:0;
	padding:0;
	list-style:none;
	padding:10px;
	display:inline;
}
	
#content {
	width:100%;
	font-weight: normal;
	/*background-color: #CCC;*/
}

#img_p01 {
		position:relative;
		height: 600px;
		top:0px;
}

#text_p01 {
	width:100%;
	height:100px;
	position:relative;
	top:380px;
	left:33px;
	font-weight: normal;
	color: #FFF;
	font-size: 24px;
	text-align: left;		
	line-height: 130%;
}

#text_p01x {
	width:100%;
	height:0px;
	position:relative;
	top:0px;
	color: #FFF;
	text-align: left;		
}

#img_p02 {
	float:left;
	position:relative;
	width:180px;
	margin:0px;
	padding:35px;
	padding-right:50px;
	padding-bottom:130px;
}

#text_p02 {
	margin:0px;
	padding-top:35px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:35px;
	left:0px;
	font-size: 12px;
	text-align: justify;
	line-height: 150%;
	}

#text_p03 {
	width:600px;
	padding:35px;
	padding-left:70px;
	font-size: 12px;
	line-height: 150%;
}

#mliste li a#MAINcurrent {
  	color: #C60;
	}	


a:link {
	text-decoration:none;
	color: #333;
}

a:visited {
	text-decoration:none;
	color: #333;
}

a:hover {
	text-decoration:none;
	color: #026400;
}

.headl {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}



