body
{
	background-color: #fff;
	margin:0px;
	padding:0px;
	font-family: Verdana, "Trebuche MS", Arial;
	font-size: 11px;
	text-align: center;
}

/*STRUCT*/
.neteja { clear: both; }
.cont {
	width: 500px;
	margin: 0 auto;
}
.body {
	padding: 5px 15px;
	border: 1px solid #000;
	border-top: 2px solid #000;
	margin-top: 5px;
	margin-bottom: 25px;
}


/*LANGUAGES*/
#langs {
	margin: 0;
	float: right;
}

/*TITLES*/
h1 {
	background-image: url('../images/logo_6tems.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	height: 69px;
}
h1 span {
	visibility: hidden;
}
h2 {
	font-size:16px;
	float: left;
	margin: 0;
}
.avisok, .avisko {
	color: #fff;
	text-align: center;
	padding: 5px;
	font-size:14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.avisok {
	background-color: #65ab5c;
	border: 1px solid #2e4d2a;
}
.avisko {
	background-color: #e07362;
	border: 1px solid #512b25;
}

/*TABLES*/
td.label {
	width: 100px;
	text-align: center;
}
td.label + td {
	text-align: left;
}


/*FORMS*/
input, select, textarea {
	background-color: #fff;
	border:1px solid #000;
}
input, select {
	width: 300px;
}
textarea {
	width:300px;
	height:150px;
}
.error {
	border: 1px solid #f00;
}
.button {
	background-image: url('../images/fons_boto.gif');
	background-repeat: x-repeat;
	color: #fff;
	height:20px;
	width: 70px;
	cursor: pointer;
	border: 1px solid #000;
}
.button:hover {
	color: #000;
}



/*

a.mail
{
	color: #000;
}


input.button
{
	background-image: url(imatges/fons_boto.gif);
	background-repeat: x-repeat;
	border:none;
	color: #fff;
	height:20px;
}

select
{
	font-size:12px;
}

textarea
{
	border:1px solid #000;
	width:300px;
	height:150px;
}


thead.cap
{
	background-color: #000;
	color: #fff;
}

td.color1
{
	background-color: #aaa;
}

td.color2
{
	background-color: #ccc;
}
*/
