html,body{
	height:100%;
	width:100%;
}
body{
	margin:0px;
	padding:0px;
	font-size:small;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	cursor:default;
} 

a{
	color:#ff01d3;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	text-decoration:underline;
}

h2{
	font-size:16px;
	color:#8f0076;
	padding:0px;
	margin:0px;
	background:url(../gfx/bg-title.gif) no-repeat right;
}
h3{
	font-size:14px;
	color:#8f0076;
	padding:0px;
	margin:0px;
}

form{
	margin:0px;
}
input,textarea{
	width:200px;
	border:solid 1px #9c9c9c;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
.button{
	border:0px;
	background-color:#38ec08;
	color:#ffffff;
	cursor:pointer;
	width:auto;
	font-weight:bold;
}

#logo{
	margin:10px 0px 21px 22px;
	border:0px;
	float:left;
}

#menu a{
	color:#8e0075;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	padding:0px 0px 0px 25px;
	background-position:5px center;
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	margin-bottom:6px;
}
#menu a.home{
	background-image:url(../gfx/icon-home.gif);
}
#menu a.contact{
	background-image:url(../gfx/icon-contact.gif);
}
#menu a.map{
	background-image:url(../gfx/icon-map.gif);
}
#menu a.vo{
	background-image:url(../gfx/icon-velkoodberatelia.gif);
}
.hr{
	display:block;
	height:1px;
	font-size:1px;
	line-height:1px;
	border-top:dotted 1px #ff01d3;
	margin:6px 0px 6px 0px;
}

.even_row{
	background-color:#ffffff;
	padding:5px;
}
.odd_row{
	background-color:#f9f9f9;
	padding:5px;
}

/* box */
.box_header{
	background:url(../gfx/box.png) no-repeat -10px 0px #000000;
	height:10px;
	line-height:1px;
	font-size:1px;
}
.box_header div{
	background:url(../gfx/box.png) no-repeat;
	width:10px;
	height:10px;
	float:right;
}
.box_body{
	background-color:#000000;
	color:#ffffff;
	padding:0px 10px 0px 10px;
}
.box_footer{
	background:url(../gfx/box.png) no-repeat -10px -10px #000000;
	height:10px;
	line-height:1px;
	font-size:1px;
	margin-bottom:10px;
}
.box_footer div{
	background:url(../gfx/box.png) no-repeat 0px -10px;
	width:10px;
	height:10px;
	float:right;
}

/* sorting */
.webmin_paging{
	padding:3px;
	font-size:0.923em;
	border-bottom:dotted 1px #aaaaaa;
}
.webmin_paging_footer{
	padding:5px 3px 3px 3px;
	font-size:0.923em;
	border-top:dotted 1px #aaaaaa;
}
.webmin_paging input,.webmin_paging_footer input{
	width:20px;
	font-size:1em;
}
.webmin_paging select{
	font-size:1em;
}
.paging{

}
.paging_pages{

}
.paging_pages a.next,.paging_pages a.next:hover{
	background:url(../gfx/paging.gif) no-repeat 0px 6px;
	padding-left:5px;
	text-decoration:none;
}
.paging_pages a.prev,.paging_pages a.prev:hover{
	background:url(../gfx/paging.gif) no-repeat 0px -19px;
	padding-left:5px;
	text-decoration:none;
}
.paging_pages span.next{
	background:url(../gfx/paging.gif) no-repeat 0px -44px;
	padding-left:5px;
}
.paging_pages span.prev{
	background:url(../gfx/paging.gif) no-repeat 0px -69px;
	padding-left:5px;
}
.sorting{

}

/* tabs */
div.tabs{
	position:relative;
	z-index:2;
	padding-left:20px;
}
div.tabs ul{
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-image:none;
}
div.tabs ul li{
	float:left;
	padding:0px 6px 1px 0px;
}
div.tabs ul li a{
	display:block;
	background:url(../gfx/tab-i.png) repeat-x 0 100% #616161;
	color:#f6f6f6;
	text-decoration:none;		
	font-weight:bold;
}
div.tabs ul li a:hover{
	background:url(../gfx/tab-a.png) repeat-x 0 100% #585858;
}
div.tabs ul li .fl{
	display:block;
	background:url(../gfx/tab.png) no-repeat 0 0;
	padding-left:6px;
}
div.tabs ul li .fr{
	display:block;
	background:url(../gfx/tab.png) no-repeat 100% 0;
	padding:7px 15px 6px 9px;
}
div.tabs ul li.active{
	padding-bottom:0px;
}
div.tabs ul li.active a .fr{
	padding-bottom:7px;
}
div.tabs ul li.active a{
	background:url(../gfx/tab-a.png) repeat-x 0 100% #585858;
	color:#ffffff;
}
div.tab_content{
	position:relative;
	background:#0b0b0b;
	border:solid 1px #7d7d7d;
	margin-top:-1px;
	padding:10px;
}

.test{
	background:url(../gfx/icon-contact.gif) no-repeat center left;
	padding-left:15px;
}



/* TESTS */

.message_box{
	width:200px;
	height:150px;
	border:solid 1px red;
	background:#ffffff;
	position:fixed;
}	

/*  */


#blog_list{
	border:solid 2px blue;
}
#blog_list div.odd{
	background:#f8f8f8;
}

/* test */
.ticker{
	height:30px;
	border:solid 1px green;
	
}
/* .ticker div{
	position:absolute;
	top:0px;
	white-space:nowrap;
	color:#000000;
	border-left:solid 1px blue;
	border-right:solid 1px red;
} */


#shaddowbox{
	width:824px;
	position:relative;
	margin:50px auto 0px auto;
}

#shaddowbox_holder{
	position:absolute;
	z-index:10001;
	top:-1000px;
	left:0px;
	width:100%;
	height:100%;
}

#alpha{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#999999;
	z-index:10000;
	display:none;
}








