body {
	font-family: Verdana, 'Trebuchet MS', sans-serif;
	/*font-size: 9pt;*/
	font-size: 0.8em;

	background-image: url(../public/jpg/index.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 15%;
	margin-right: 15%;
	/*overflow: hidden;*/
}

label {
	float: left;
	clear: both;
}
	
input[type="text"] {
	background-color: blue
	width: 100%;
}
.content {
	height: 80%;
	overflow: auto;
	padding: 0.8em 1.2em 0.4em 1.2em;

	border: 1px solid #666666;
}
.content h3 {
	color: #666666;
	font-family:  Verdana, 'Trebuchet MS', sans-serif;
	font-size: small;
	text-align: left;
	margin-bottom: 10px;
}

.content h2 {
	color: #666666;
	font-family:  Arial, Verdana,'Trebuchet MS', sans-serif;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
}




div#header{
}

div#header a {
	text-decoration: none;
}

div#menu{
	float: right;
}

div#foto div.thumbarea {
	width: 220px;
	height: 140px;
}
div#foto div img{
	background-color: black;
	border-style: double;
	border-width: 0.4em;
	border-color: white;
}
div#foto div.gu {
	float: left;
	width: 50%;
}

div#menu ul {
	list-style-type: circle;
}
div#menu li {
}
a {
	color: black;
}
a:hover {
	text-decoration:  none;
	color: grey;
}


/*
div#foto div a:link {
	color: yellow;
	border-width: 10px;
	border-color: yellow;
}
div#foto div a:visited {
	color: red;
	border-width: 10px;
	border-color: red;
}
div#foto div a:hover {
	color: blue;
	border-width: 10px;
	border-color: blue;
}
div#foto div a:active {
	color: grey;
	border-width: 10px;
	border-color: grey;
}
*/	





