body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11;
	background:#FFFFFF url(../img/tile2.gif) 0 0 repeat;
	text-align: justify;

}

#header{
	background-color:red;
	background:url(../img/header.jpg) 0 0 no-repeat;
	width:760px;
	height:107px;
	border:0px;
}

#nav{
	float:right;
	margin-top:90px;
	margin-right:33px;
}

#flags{
	float:left;
	margin-top:91px;
	margin-left:190px;
}

#main{
	width:760px;
	background:url(../img/bg.jpg) 0 0 repeat-y;
	border-left:20px;
	padding-bottom:20px;
	min-height:490px;
	height: auto !important;
	height: 501px;
}

#left{
	padding:15px;
	padding-left:35px;
	padding-right:0px;
	float:left;
	width:150px;

}

#content{
	margin-left:190px;
	margin-right:30px;
	padding:20px;
	background-color:#FFF;
	border: 1px solid #DBD9CE;
	min-height:400px;
	height: auto !important;
	height: 400px;
}

#funct{
	margin-top:-1px;
	float:right;
}

#footer{
	width:760px;
	height:20px;
	border-top: 2px solid #B0B0A8;
	background-color:#B41B1D;
	border-left:20px;
	text-align:right;
	color:#FFFFFF;
	valing:middle;
}


#button_home{height:25px; widht:127px; background:url(../img/home.jpg) no-repeat 0 0;}
#button_home:hover{height:25px; widht:127px; background:url(../img/home_over.jpg) no-repeat 0 0;}
#button_guest{height:25px; widht:127px; background:url(../img/guest.jpg) no-repeat 0 0;}
#button_guest:hover{height:25px; widht:127px; background:url(../img/guest_over.jpg) no-repeat 0 0;}
#button_working{height:25px; widht:127px; background:url(../img/working.jpg) no-repeat 0 0;}
#button_working:hover{height:25px; widht:127px; background:url(../img/working_over.jpg) no-repeat 0 0;}
#button_cv{height:25px; widht:127px; background:url(../img/cv.jpg) no-repeat 0 0;}
#button_cv:hover{height:25px; widht:127px; background:url(../img/cv_over.jpg) no-repeat 0 0;}
#button_contacts{height:25px; widht:127px; background:url(../img/contacts.jpg) no-repeat 0 0;}
#button_contacts:hover{height:25px; widht:127px; background:url(../img/contacts_over.jpg) no-repeat 0 0;}
#button_fotogallery{height:25px; widht:127px; background:url(../img/fotogallery.jpg) no-repeat 0 0;}
#button_fotogallery:hover{height:25px; widht:127px; background:url(../img/fotogallery_over.jpg) no-repeat 0 0;}
#button_video{height:25px; widht:127px; background:url(../img/video.jpg) no-repeat 0 0;}
#button_video:hover{height:25px; widht:127px; background:url(../img/video_over.jpg) no-repeat 0 0;}



p.title{
	border-bottom:1px solid #000000;
	margin-top:5px;
	margin-bottom:6px;
	font-weight:bold;
}

A {text-decoration : none; color : black; }
A:link { text-decoration : none; color : black; }
A:visited { text-decoration : none; color : black; }
A:hover { text-decoration : underline; color : black;}

