@charset "UTF-8";
/* CSS Document */
html { 
	width: 100%; 
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px; 
}
body {
	margin: 0px;
	background: url(../img/bg2.png); 
	background-repeat: repeat-x; 
	background-color: #8A191B;
	font-family: Verdana, Century Gothic, Arial;
	font-size: 12px;
	color: #FFFFFF; 
}
#container {
	position:relative;
	margin: 0px;
	width: 800px;
	height:600px;
	background-image: url(../img/site.png);
	background-repeat:no-repeat;
}
#menu {
	position: absolute;
	top: 200px;
	left: 0;
	width: 150px;
	margin: 0;
}
#menu li {
	list-style: none;
	float: left;
	margin: 1px;
	width: 150px;
	font-size: 10px;
	line-height: 20px;
	white-space: nowrap;
}		
#menu a {
	display: block;
	padding: 0 0 0 20px;
	text-decoration: none;
	border: 1px solid;
	border-color: #FFF #333 #333 #FFF;
	background: #C3E2B3 url(../mnt/pic/menu_tabs.png) 5px 50% no-repeat;
	color: #8A181B;
}
#menu a:hover {
	background-color: #600; 
	color: #FFF;
	border-color: #000 #CCC #CCC #000;
}
#pagina {
	position:absolute;
	top: 200px;
	left: 220px;
	width: 580px;
	margin-left: 0px;
}
#pagina h1 {
	font-size:15px;
	font-style:italic;
}
.foto1 {
	margin-right: 10px;
	float:left;
}
.foto2 {
	margin-left: 10px;
	float: right;
}
img {
	height: 140px;
	border: 0;
}

#loginform {
	position: relative;
	width: 590px;
	}
#loginform p {
	margin-bottom: 2px;
	margin-top: 0px;	
	}
.inputlogin {
	margin-bottom: 0px;
	}
.submitlogin {
	margin-top: 2px;
	}
.inputformlogin {
	font-size: 11px;
	color: #3D3303;
	background: #C3E2B3;
	border: solid #FFFFFF;
	border-width: 1px;
	width: 200px;
	padding-left: 2px;
	}
.submitformlogin {
	font-size: 10px;
	background: #C3E2B3;
	border: solid #FFFFFF;
	border-width: 1px;
	width: 80px;
	}
#reclame {
	position:absolute;
	top: 10px;
	left: 50px;
	font-size:10px;
	}
#reclame a {
	color:#FFFFFF;
	}	
#spacer {
	height:50px;
	}	
