﻿body{
	background-color: rgb(248,247,226);
	color: rgb(0,0,0);
	font-family: verdana;
	background-image: url('bg.jpg');
}

table.container{
	background-color: rgb(255,255,255);
	border-style: solid;
	border-color: rgb(63,63,63);
	border-width: 1px;
	width: 798px;
	height: 600px;
}

th.container{
background-image: url('header_vilahut.jpg');
padding: 50px;
height: 150px;
}

table.mainmenu{
	background-color: rgb(63, 63, 63);
	color: rgb(255,255,255);
	font-size: 10pt;
	text-align: center;
	width: 798px;
}

td.mainmenu{
border-style: solid;
border-color: white;
border-width: 1px;
}

table.main{
background-color: rgb(255,255,255);
font-size: 10pt;
margin-top: 10px;
margin-bottom: 25px;
}

table.lang{
height: 305px;
margin-left: 50px; 
}

td{
vertical-align: top;
}

td.spacing{
vertical-align: top;
padding-left: 50px;
padding-right: 50px;
}

td.lang{
padding-left: 50px;
}

img.front{
margin-left: 100px; 
}

h1{
color: rgb(120,94,50);
font-size: 12pt;
text-align: center;
}

h2{
color: rgb(120,94,50);
font-size: 11pt;
text-align: center;
}

a{
color: rgb(63,63,63);
text-decoration: none;
}

a:hover{
	color: rgb(255,255,255);
	text-decoration: none
}

a.menu{
color: rgb(255,255,255);
text-decoration: none;
}

a.menu:hover{
color: rgb(255,255,255);
text-decoration: underline;
}

ul.none {list-style-type: none}

