body {
	margin: 0 auto;
	padding: 0;
	width: 790px;
	background: #fff;
	color: #000;
	font-weight : normal;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#page {
	width:850px;
	height:1000px;
	margin: 0 auto;
	background: transparent url('images/visual.jpg') top right no-repeat;
}
#menu {
	float:left;
	width:190px;
	height:100%;
	padding:4px;
	padding-top:50px;
	border-right:1px solid;
	z-index:800;
}
#logo {
	display:block;
	margin-bottom:30px;
}
#menuitems {
	float:right;
	text-align:right;
	margin-right:10px;
}
#menuitems a, #menuitems a:visited, #menuitems a:active {
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	line-height:20px;
}
#menuitems a:hover, #menuitems a.akt {
	color:#9d000b;
}
#menuitems a.akt:hover {
	color:#9d000b;
	text-decoration:underline;
}
#construction {
	float:left;
	width:210px;
	padding:10px;
	margin-left:10px;
	margin-top:493px;
	color:#9d000b;
	z-index:1000;
}
#info {
	left:0px;
	float:right;
	width:400px;
	margin-top:293px;
	margin-right:10px;
	color:#000;
	background:#fff;
	-moz-opacity: 0.85;
	filter:Alpha(opacity=85);
	opacity:0.85;
	z-index:900;
}
#text {
	padding:10px;
	-moz-opacity: 1;
	filter:Alpha(opacity=100);
	opacity:1;
}
#text h1, #text h2 {
	margin-top:0px;
	font-size:12px;
	font-weight:bold;
}
#primavita {
	display:none;
}
a.http {
	background:transparent url(images/links.gif) no-repeat;
	padding-left:16px;
	display:block;
	line-height:16px;
}

a.mail {
	background:transparent url(images/mail.gif) no-repeat 0 2px ;
	padding-left:16px;
	display:block;
	line-height:16px;
}
a.imglink {
	padding:2px;
}
.fax {
	background:transparent url(images/fax.gif) no-repeat 0 1px ;
	padding-left:16px;
	display:block;
	line-height:16px;
}
.tel {
	background:transparent url(images/tel.gif) no-repeat 0 1px ;
	padding-left:16px;
	display:block;
	line-height:16px;
}
.valid {
	border:1px solid #666;
}

.invalid {
	border:2px solid #ff0000;
}
