#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	position: absolute;
	width: 820px;
	left: 50%;
	margin-left:-390px;
	background-color: #0099CC;
	top: 28px;
}


#header {
	background-color: #999999;
}

#title {
	color: #333333;
	padding: 5px 20px;
}

#menu {
	border-bottom: solid #CCFF66;
	border-top: thin solid #CCFF66;
	background-color:#cccccc;
	
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/*li{
	display: inline;
	list-style-type: none;
	padding-right:30px;
	text-align:center;
}*/

#menu li{
	display: inline;
	list-style-type: none;
	padding-right:30px;
	padding-bottom:	inherit;
	text-align:center;
	font-stretch:expanded;
	font-weight:200;
	font-style:	normal
}


A {
color:#FF3333;
text-decoration:none;
font-weight:200;
}

A:hover {
color:#FF6633;
text-decoration:underline;
}

A:active {
color:#6633CC;
text-decoration:none;
font-weight:200;
}


#thisside	{
font-size:x-large;
display: inline;
color:#336633;
font-size-adjust:inherit;
}


#content	{
	background-color:#CCFFCC;
	
	}
#maincol	{
	float:left;
	width:42%;
	text-align:left;
	margin-left:10px;
	margin-top:20px;
	margin-bottom: 50px;
	
}
#maincolwide	{
	float:left;
	width:90%;
	text-align:left;
	margin-left:10px;
	margin-top:20px;
	margin-bottom: 50px;
	
}

#subcol	{
	float:right;
		
}


#foto {

}
#footer {
	clear:both;
	border-top: thin solid #CCFF66;
	background-color:#cccccc;
	text-align:right;
}

