html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, dl, dt, dd, ol, ul, li, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ol, ul {
	list-style: none;	
}

a img { vertical-align: bottom; border: 0; }

.clear {
	clear: both;
	font-size: 1px;
	line-height: 0em;
	height: 0;
	margin: 0;
	padding: 0;
}

.hidden, legend {
	display: none !important;
	overflow: hidden;
	visibility: hidden;
}

html, body {
	width: 100%;
	height: 100%;
	background: #f5e9d3 url('/images/design/bg.jpg') no-repeat 50% 0;	
}

body {	
	font: normal 13px/18px arial, verdana, sans-serif;
	color: #714a37;
	background: url('/images/design/side-kitchen.jpg') repeat-x 0 0;
}

#kalns {
	background: url('/images/design/side-kalns.jpg') repeat-x 0 0;
}

#summer {
	background: url('/images/design/side-summer.jpg') no-repeat 50% 0;
}

#winter {
	background: url('/images/design/side-winter.jpg') no-repeat 50% 0;
}

#lake {
	background: url('/images/design/side-lake.jpg') no-repeat 50% 0;
}

a {
	color: #7b0800;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	vertical-align: bottom;
}

#wrapper {	
	position: relative;	
	min-height: 100%;	
}

#container {
	width: 988px;
	margin: 0 auto;
	padding: 0 0 120px;
}

	#header {
		position: relative;
		height: 390px;
		background: url('/images/design/body-kitchen.jpg');
	}
	
	#kalns #header { background: url('/images/design/body-kalns.jpg'); }
	#summer #header { background: url('/images/design/body-summer.jpg'); }
	#winter #header { background: url('/images/design/body-winter.jpg'); }
	#lake #header { background: url('/images/design/body-lake.jpg'); }
	
		#logo {
			position: absolute;
			top: 0;
			left: 22px;
		}
		
		#languages {
			position: absolute;
			left: 178px;
			top: 26px;
		}
		
			#languages li a {
				display: block;
				width: 16px;
				font: normal 10px/13px tahoma, sans-serif;
				padding: 0 0 2px 9px;
				margin: 0 0 3px;
				color: #7677cb;
			}
			
			#languages .active a {
				background: url('/images/design/lang.png') no-repeat 0 0;
				color: #fff;
			}
		
		#topmenu {
			position: absolute;
			left: 134px;
			top: 350px;
		}
		
			#topmenu li {
				float: left;
				margin: 0 0 0 42px;
				height: 19px;
				overflow: hidden;
			}
			
			#topmenu #viesnica {
				margin: 0 -12px 0 29px;
			}
			
			#topmenu a:hover img, #topmenu .active img { margin-top: -19px; }
			
	#content {
		float: right;
		width: 670px;
		margin: 8px 43px 0 49px;
	}
	
		#breadcrumbs {
			font: normal 10px/12px arial, sans-serif;
			color: #d0b794;
			margin: 0 0 5px;
		}
		
			#breadcrumbs a {
				color: #bc9886 !important;
				text-decoration: underline;
			}
			
		h1 {
			font: bold 30px/34px arial, sans-serif;
			color: #714a37;
			margin: 0 0 53px;
		}
		
		p {
			margin: 0 0 18px;
		}
	
	#sidebar {
		float: right;
		width: 201px;
		padding: 30px 0 0;
	}
	
		#sidebar ul {
			background: #fff;
			border-left: 1px solid #c69e8a;
			border-right: 1px solid #c69e8a;
			overflow: hidden;
		}
	
		#sidebar a {
			display: block;
			font: normal 12px/18px arial, sans-serif;			
			margin: 6px 27px;
			text-decoration: underline;
		}
		
		#kalns a { color: #002d57; }
		#summer a { color: #286400; }
		#winter a { color: #41494f; }
		#lake a { color: #286400; }
		
		#sidebar a:hover {
			color: #333 !important;
		}
		
		#sidebar .active a {
			font-weight: bold;
			text-decoration: none;
		}
		
		#sidebar .top {
			height: 54px;
			background: url('/images/design/side-top.png');
		}
		
		#sidebar .bottom {
			height: 47px;
			background: url('/images/design/side-bot.png');
		}

			
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	clear: both;
	height: 120px;
	background: url('/images/design/footer-bg.png') repeat-x 0 100%;
}


.pic {
	float: left;
	position: relative;
	width: 96px;
	height: 95px;
	line-height: 95px;
	text-align: center;
	overflow: hidden;
	margin: 5px 14px 5px 0;
}

#opendoc .pic {
	width: auto;
	height: auto;
	position: static;
	background: #fff;
	border: 1px solid #c69e8a;
	padding: 2px 0;
	margin-top: 0;
}

#galleries .pic {
	margin: 0;
	width: 203px;
	height: 161px;
	line-height: 161px;
}

#gallery li {
	float: left;
	margin: 0 4px 7px 0;
}

	.pic a, .pic img { display: block; margin: 2px; vertical-align: middle; }
	
	#galleries .pic a { margin: 0; line-height: 161px; }
	#galleries .pic img { margin: 5px; }
	
	.pic .overlay {
		position: absolute;
		left: 0;
		top: 0;
		width: 96px;
		height: 95px;
		cursor: pointer;
		background: url('/images/design/overlay.gif');
	}
	
	#galleries .pic .overlay {
		width: 203px;
		height: 161px;
		background: url('/images/design/galleries-overlay.gif');
	}
	
#doclist li {
	clear: left;
	padding: 0 0 22px;
}

	#doclist li li { padding: 0; }

#doclist h2, #doclist h2 a {
	font: normal 18px/22px arial, sans-serif;
	margin: 0 0 7px;
}

	#doclist .date, #opendoc .date {
		font: bold 11px/13px arial, sans-serif;
		margin: 0 0 3px;
	}
	
#galleries li {
	float: left;
	margin: 0 0 29px 29px;
}

#galleries .newrow { clear: left; margin-left: 0; }

#photonav {
	float: left;
	padding: 0 3px 0 0;
	height: 34px;
	margin: 10px auto;
	background: url('/images/design/photo-nav.png') no-repeat 100% 0;
}

#photonav .left {
	width: 8px;
	height: 34px;
	float: left;
	background: #F5E5CE url('/images/design/photo-nav.png') no-repeat 0 0;
}

#photonav a {
	display: block;
	float: left;
	width: 20px;
	height: 21px;
	text-indent: -9999em;
	margin: 8px 5px 0 0;
	background: url('/images/design/photo-nav.gif');
}

#photonav #next { background-position: 0 -21px; }

#picture img {
	display: block;
	margin: 6px auto 0;
}

#picture h3 {
	font: bold 11px/15px arial, sans-serif;
	margin: 9px 0 4px;
}

#picture-desc {
	line-height: 13px;
}

form { width: 562px; }

form li {
	float: left;
	width: 269px;
	margin: 0 0 10px 24px;
}

form .newrow {
	clear: left;
	margin-left: 0;
}

form .full { width: auto; float: none; clear: left; margin-left: 0; }

form label {
	display: block;
	line-height: 17px;
}

form li input, form textarea, form select {
	border: 1px solid #e2e9ef;
	border-top-color: #aaadb2;
	background: #fff;
	padding: 3px 3px 0;
	width: 261px;
	height: 17px;
	font: normal 11px arial;
	color: #000;
}

form select {
	padding: 2px 0;
	width: 100%;
	height: 22px;
}

form .short { width: 60px; margin-right: -14px; }

form div.error {
	font: bold 12px/18px arial, sans-serif;
	color: #cb0202;
	padding: 0 0 15px;
}

form div.error li {
	margin: 0;
	float: none;
}

form .error input, form .error textarea, form .error select {
	border-color: #cb0202;
}

form .error label { color: #cb0202; }

form textarea {
	width: 554px;
	height: 110px;
	padding: 3px;
	overflow: auto;
}

form .full input { width: 554px; }

#bilde {
	height: 22px;
	width: 269px;
}

form .submit {
	float: right;
	background: url('/images/design/submit.png') no-repeat 100% 0;
}

	form .submit a {
		display: block;
		text-align: center;
		line-height: 27px;
		height: 27px;
		font-size: 27px;
		width: 75px;
		padding: 0 22px 10px 4px;
	}
	
	form .submit a img { vertical-align: middle; }

#opendoc ol {
	list-style: decimal inside;
	padding: 0 30px 15px;
}

#opendoc ul,  #doclist ul ul {
	list-style: disc inside;
	padding: 0 30px 15px;
}
		
		#comments h3, #post-comment h3 {
			font: bold 16px/20px arial, sans-serif;
			padding: 20px 0 15px;
		}
		
		#comments li {
			padding: 0 0 14px;
		}
		
			#comments .author {
				background: #efab00;
				font: normal 12px/26px arial, sans-serif;
				padding: 0 8px;
			}
			
			#comments .comment {
				border: 1px solid #efab00;
				padding: 7px 12px 9px;
			}
			
			#comments .comment p {
				margin: 0;
			}
			
			#comments .comment .date {
				padding-top: 8px;
				color: #b27557;
				font-style: italic;
			}