@charset "utf-8";
/* CSS Document */

body
{
	background:#D2D0B7;
	font-family:Verdana;
	margin:0px;
}
.main
{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	display:block;
	overflow:hidden;
	border-left: 1px solid #999;
	border-right: 1px solid #999;	
	border-bottom: 1px solid #999;	
	padding-bottom: 10px;
}
.header
{
	background: url(../images/header.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:141px;
}
.vino_si_zboara
{
	background:url(../images/welcome.jpg);
	background-repeat:no-repeat;
	height:186px;
	width: 279px;
	float:left;
	display:block;
	margin:0px;
	padding:0px;
}
.meteo
{
	width: 600px;
	height:186px;
	display:block;
	/*border: 1px solid #F00;*/
	float:left;
	margin:0px;
	padding:0px;
	overflow: hidden;
	position:relative;
}
.nav
{
	height:80px;
	width: 100%;
	/*border: 1px solid #f00;*/
	top:100px;
	position:relative;
	padding-left:240px;
}
.menu
{
	background:url(../images/header_but_bg.jpg);
	background-repeat:repeat-x;
	display: block;
	float:left;
	padding-left: 2px;
	padding-right:2px;
	margin-right: 10px;
	height:27px;
	padding-top: 7px;
}
.menu a
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bolder;
	color: #000;
	text-decoration:none;
	/*border: 1px solid #F00;*/
	padding:5px;
}
.menu a:hover
{
	color: #F00;
}
.content
{
	width: 900px;
	overflow:hidden;
	clear:both;
	padding:5px;
}
.content p
{
	padding: 5px;
}
.content h1
{
	background:#623607;
	font-size:22px;
	color: #FFF;
	width:100%;
	font-weight:300;
	padding:3px;
	margin-bottom:5px;
	
}
.content h2	
{
	background:#B2B099;
	font-size:14px;
	color: #000;
	width:100%;
	font-weight:300;
	padding:3px;
	margin-bottom:5px;
}
/* galerie */
.e2g_currentCrumb 
{
	font-size:14px;
	color: #000;
	font-weight:300;
	padding:3px;
}
.e2g_crumbs
{
	background:#B2B099;
	font-size:16px;
	color: #000;
	width:100%;
	font-weight:300;
	padding:3px;
}
