@charset "utf-8";
body{
        background-color: #d3b889;
}
body#katrinkabun {
	background-image: url(../gfx/site_bg.png);
	background-repeat: repeat-x;
	background-color: #BE9F6E;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
}
a img{
border: none;
}
.right{
	float:right;
}
.left{
	float:left;
}
.marg{
	margin: 10px;
}
#wrapper {
	height: 580px;
	width: 795px;
	margin: 10px auto;
}
#main {
	background-color: #d3b889;
	height: 560px;
	border: 1px solid #FFFFFF;
	position: relative;
}
#logo {
	background-image: url(../gfx/LogoKKK.gif);
	background-repeat: no-repeat;
	height: 76px;
	width: 164px;
	position: absolute;
	left: 30px;
	top: 20px;
}
#wrapper #footer  {
	font-size: 14px;
	color: #FFFFFF;
	padding: 5px;
}
#wrapper #footer a  {
	font-size: 14px;
	color: #FFFFFF;
}
#wrapper #footer div {
	float: left;
	padding: 0px 10px;
}
#langselector {
	float: right;
}

#navi {
	height: 60px;
	width: 180px;
	position: absolute;
	top: 30px;
	right: 29px;
	color: #ffffff;
	font-size: 16px;
}
#wrapper #footer #langselector {
	float: right;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#wrapper #main #navi p {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#wrapper #main #navi a {
	color: #E3DBBD;
}
#wrapper #main #navi a.selected {
	color: #FFFFFF;
}
#wrapper #footer #langselector a{
        color: #E3DBBD;
}
#wrapper #footer #langselector a.selected{
        color: #ffffff;
}
#content {
	padding: 10px 30px;
	position: relative;
	top: 140px;
	height: 400px;
}
#content h1 {
	font-size: 16px;
	color: #ffffff;
	margin: 0 0 15px 0;
	padding: 0px;
	font-weight: normal;
}
#content p {
	font-size: 12px;
	color: #666666;
	margin: 5px 0 10px 0;
	padding: 0;
}
#content a {
        color: #993300;
}

ul#subgals {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 375px;
	position: absolute;
	top: 20px;
	left: 25px;
}
ul#subgals li {
	font-size: 16px;
	color: #E3DBBD;
	float: left;
	margin: 0 14px 0 0;
	padding:0;
	;
	display: inline-block;
}
ul#subgals a {
	color: #E3DBBD;
}
ul#subgals a.selected{
	color:#ffffff;
}
#image_container {
	background-color:#ECE4C9;
border:1px solid #FFFFFF;
bottom:40px;
height:355px;
overflow-x:hidden;
overflow-y:auto;
padding:0;
position:absolute;
right:30px;
width:350px;
}
#thumbnail_container {
	height: 310px;
	width: 390px;
	position: absolute;
	left: 20px;
	top:73px;
}
#thumbnail_container a.thumb {
        border:none;
}
#thumbnail_container a.thumb img{
	border: 1px solid #ffffff;
	margin:6px;
}
#thumbnail_container a.left{
	position:absolute;
	left: 30px;
	bottom: 7px;
	background-image: url(../gfx/VasakNool.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	height: 10px;
	width: 27px;
}
#thumbnail_container a.right{
	position:absolute;
	right: 30px;
	bottom: 7px;
	background-image: url(../gfx/ParemNool.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 27px;
	height: 10px;
}
#thumbnail_container a{
        outline: none;
	text-decoration:none;
}
#image_container img.big {
	margin: 10px;
	float: left;
        border: 1px solid white;
}
#image_container p.big {
       font-size:12px;
}
#image_container .desc {
	margin: 10px;
}
#content div.links{
       padding:5px;
}
#content div.links p{
       font-size:16px;
       margin:5px 0;
}
#content div.links a{
       color:#57575a;
}