#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 0px solid darkred;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}

A:link {
	text-decoration: underline;
	color: #5FBF8F
}
A:active {text-decoration: underline;}
A:hover {
	text-decoration: none;
	color: #5FBF8F
}
A:VISITED {
	text-decoration: underline;
	color: #5FBF8F
}
.imgmid {
	vertical-align: middle;
}

.colo {
	color: #5FBF8F;
}

/* MAIN */
body {
	background-color: #eeeeee;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	color: #737373;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.fam {
	font-size: 18px;
	color: #5FBF8F;
	letter-spacing: -0.5px;
	font-weight: bold;
}
.zag {
	font-size: 22px;
	color: #5FBF8F;
	letter-spacing: -0.5px;
	font-weight: bold;
}



* {padding:0;margin:0;}
img {border:0;}

/* MAIN CONTENT */
h1, h3, h4, h2 {
	padding: 10px 0 5px 0;
	color: #737373;
	font-family: arial, verdana, helvetica, sans-serif;
	line-height: 1em;
}
h1 {font-size:1.1em;}
h2 {font-size:1.1em; color:#ffb833}
h3 {
	font-size: 1em;
	text-align: justify;
}
ul {font-size:.7em;}
/*p {font-size:.8em; padding-bottom:10px;}*/


.style3 {
	color: #455E0D;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 11px;
}
.style3 A { text-decoration: none; color: #b9d118;}
.style3 A:HOVER { text-decoration: underline; color: #ff9000 }
.style3 A:ACTIVE { text-decoration: none; color: #b9d118; }
.style3 A:VISITED { text-decoration: none; color: #b9d118; }


#blok {
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	width: 950px;
	background-color: #FFF;
}
.bott {
	color: #999;
}
