* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.0em;
}

html, body {
	height: 100%; 
}

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #000;
	background-color: #f2f5e2;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
img {
	border: none;
}
/* Typography and Links
----------------------------------------------- */
h1, h2, h3, h4 {
	font-size:20px;
	color: #97ab0f;
	line-height:16px;
}

a, a:visited {
	color: #5e6913;
}
a:hover {
	color: #97ab0f;
	text-decoration: underline;
}
/* Divs
----------------------------------------------- */
div#top{
	height: 70px;
}
div#sfeer{
	height: 155px;
}
div#nav {
	left: 700px;
	top: 200px;
	height: 25px;
	position: absolute;
	z-index: 2;
	width: 200px;
	text-align: right;
}
div#main {
	height: 460px;
	background-image: url(images/bg-main.png);
	background-repeat: no-repeat;
}
div#text1 {
	padding: 10px 0px 2px 310px;
	width: 420px;
}
div#text2 {
	padding: 10px 0px 2px 310px;
	width: 420px;
}
div#text3 {
	padding: 10px 0px 2px 310px;
	width: 420px;
}
div#text4 {
	padding: 10px 0px 2px 320px;
	width: 410px;
}
div#text5 {
	padding: 10px 0px 2px 330px;
	width: 400px;
}
div#tagcloud {
	padding: 10px 0px 2px 340px;
	width: 560px;
}
div#tagcloud a{
	text-decoration: none;
}
div#tagcloud .one {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #97ab0f;
}
div#tagcloud .two {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #97ab0f;
}
div#tagcloud .three {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #5e6913;
}
div#adres {
	left: 120px;
	top: 470px;
	height: 200px;
	width: 200px;
	position: absolute;
	z-index: 2;
}
div#photos {
	padding-top:10px;
	text-align:center;
	left: 730px;
	top: 225px;
	height: 340px;
	width: 175px;
	position: absolute;
	z-index: 2;
}
div#bottom {
	font-size:9px;
	width: 880px;
	text-align:right;
}

