@charset "UTF-8";
/* CSS Document */

/*--------------------*/
/* STANDARD TAG RESET */
/*--------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, img {
	margin:0;
	padding:0;
	border:0;
}

/*-------------------------*/
/* STANDARD TAG DEFINITION */

body {
	background-color:#641415;
	height:100%;
}

body, form, input {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
}



/*--------------------*/
/*    PAGE ELEMENTS   */
/*--------------------*/

#container {
	position:relative;
	clear: both;
	margin:0 auto;
	width:968px;
	height:556px;
	text-align:left;
}

	/*------------*/
	/* NAVIGATION */
	
	#menu {
		margin-bottom:5px;
		height:40px;
		text-align:center;
		color:#FFF;
	}
		#menu li {
			display:inline;
		}
		
		#menu img {
			vertical-align:middle;
			margin:0 15px 3px 15px;
		}
		
		div#menu a:link {
			color:#FFF;
			text-decoration:none
		}
		div#menu a:active {
			color:#FFF;
			text-decoration:none
		}
		
		div#menu a:visited {
			color:#FFF;
			text-decoration:none
		}
		
		div#menu a:hover {
			color:#ccc;
			text-decoration:none
		}
	
	/*---------*/
	/* CONTENT */
	
	#content {
	height:424px;
	border:9px solid #fff;
	position: relative;
	}
		
			#logo {
				width:178px;
				height:178px;
				background:url(images/logo.png) no-repeat;
				position:absolute;
				z-index:100;
				left: 11px;
				top: 11px;
			}
			
				#logo h1 {
					display:none;
				}
				
			#leftcolumn {
				width:177px;
				height:405px;
				background:#FFFFCC;
				position:absolute;
				top:10px;
				left:199px
			}
			
			#rightcolumn {
				width:177px;
				height:405px;
				background:#FFFFCC;
				position:absolute;
				top:10px;
				left:564px
			}
			
			#zoom {
				height:424px;
			}
			
				#zoom h3 {
					display:none;	
				}
	
	/*------------*/
	/* DOWNHEADER */
	
	#downheader {
	height:66px;
	}
			
		#logoagritur {
			width:115px;
			height:50px;
			margin:0 0 0 10px;
			background:url(images/logo_agriturism.png) no-repeat;
			float:left;
		}
		
			#logoagritur h3 {
				display:none;	
			}
		
		#minipics {
			margin:5px 0 0 705px;
			padding:4px;
			width:248px;
			height:46px;
			background-color:#FFF;	
		}
		
			#minipics li {
				display:inline;
				list-style:none;
					}
					
	/*--------*/
	/* FOOTER */
	
	#footer {
		font-family:Verdana, Geneva, sans-serif;
		position:relative;
		text-align:center;
		color:#FFF;
		font-size:0.6em;
		margin-top:30px
	}
	
		#footer a {
			color:#fff;
			text-decoration:none
		}
		
		#footer a:hover {
			color:#fdcc1a;
			text-decoration:none
		}
		.validation {
			
			margin:0 5px 0 10px
		}

div#shim {
visibility: hidden;
width: 100%;
height: 50%;
margin-top: 1%;
float: left;
}