﻿body
{
	font-family: 'Trebuchet MS' , Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	background-color: #000;
	padding: 0px;
	margin: 0px;
}

a img 
{
	border: none;
}

.fix_inline 
{
	width: 100%;
	clear: both;
}

.menu-wrapper 
{
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x;
	height: 52px;
}

.menu 
{
	background-image: url(../images/menu-lbg.gif);
	background-repeat: no-repeat;
	width: 975px;
	height: 51px;
	margin: 0px auto;
	padding-left: 1px;
}

.menu ul 
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.menu li 
{
	display: inline;
	float: left;
	margin-left: 1px;
}

.menu a 
{
	display: block;
	line-height: 51px;
	height: 51px;
	width: 138px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	text-shadow: #C0C0C0 0 1px;
}

.menu a span
{
	display: none;
}

.menu a:hover 
{
	text-shadow: #666666 0 1px;
	background-image: url(../images/menu-item-hover.jpg);
	background-repeat: repeat-x;
}

.menu a.selected 
{
	color: #FFF;
	text-shadow: #000000 0 1px;
	background-image: url(../images/menu-item-selected.jpg);
	background-repeat: no-repeat;
}

.main 
{
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 677px;
}

.logo 
{
	display: block;
	width: 960px;
	height: 100px;
	margin: 0px auto;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 16px;
}

.title 
{
	display: block;
	padding: 10px;
}

.content-wrapper 
{
	width: 976px;
	margin: 0px auto;
}

.content-left 
{
	width: 480px;
	display: inline;
	float: left;
}

.content-right 
{
	width: 480px;
	display: inline;
	float: right;
}

.content-fix 
{
}

.content-box 
{
	background-color: #141414;
	padding: 10px;
	margin-bottom: 10px;
	color: #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 0 1em #000;
	-webkit-box-shadow: 0 0 1em #000;
    box-shadow: 0 0 1em #000; 

}

.content-box-mf
{
	background-color: #141414;
	padding: 20px 30px 10px 30px;
	margin: 22px;
	width: 220px;
	height: 310px;
	display: inline;
	float: left;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-box-shadow: 0 0 1em #000;
	-webkit-box-shadow: 0 0 1em #000;
    box-shadow: 0 0 1em #000; 

}

.content-box-mf img
{
	padding: 10px;
}

.content-box-mf span
{
	display: block;
	border-bottom: dotted 1px #333;
	line-height: 30px;
}

.content-box-mf span.name
{
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: #000 0 -1px;
}

.content-box-mf span.memt
{
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	text-shadow: #000 0 -1px;
}

.content-box-mf span.bike
{
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	border-bottom: none;
	text-shadow: #000 0 -1px;
}

.content-fix 
{
	width: 100%;
	clear: both;
}

.footer 
{
	width: 976px;
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
	text-align: center;
	margin: 0px auto;
	border-top: solid 2px #141414;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 1px;
	text-shadow: #000 0 -1px;
}

.footer a
{
	color: #666;
	text-shadow: #000 0 -1px;
}

.dummybtn 
{
	display: block;
	float: left;
	line-height: 30px;
	padding-right: 10px;
}

a.ovalbutton
{
	background: transparent url('../images/btn-left.jpg') no-repeat top left;
	display: block;
	float: left;
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	text-decoration: none;
	margin-left: 2px;
	text-shadow: #000 0 -1px;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
	color: #494949;
}

a.ovalbutton span{
	background: transparent url('../images/btn-right.jpg') no-repeat top right;
	display: block;
	padding: 0px 10px 0px 0;
}

a.ovalbutton:hover{
	background-position: bottom left;
}

a.ovalbutton:hover span{
	background-position: bottom right;
	color: black;
	text-shadow: #FFF 0 1px;
}

.buttonwrapper{
	overflow: hidden;
}

.ovalbutton-selected 
{
	background: transparent url('../images/btn-left.jpg') no-repeat bottom left;
	display: block;
	float: left;
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	text-decoration: none;
	margin-left: 2px;
	color: #000;
	text-shadow: #FFF 0 1px;
}

a.ovalbutton-selected span{
	background: transparent url('../images/btn-right.jpg') no-repeat bottom right;
	display: block;
	padding: 0px 10px 0px 0;
}

.gallery-cat 
{
	background-image: url(../images/gallery-cat-bg.gif);
	background-position: left center;
	background-repeat: repeat-x;
}

.gallery-cat span 
{
	background-color: #141414;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	text-shadow: #000 0 1px;
	font-size: 12px;
}

.gallery-con 
{
	padding: 20px 0px 10px 20px;
}

.gallery-con-fix 
{
	width: 100%;
	clear: left;
}

.gallery-img 
{
	display: inline;
	float: left;
	width: 80px;
	height: 80px;
	background-image: url(../images/gallery-img-bg.gif);
	background-repeat: no-repeat;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 10px;
}

.guestbook-pw 
{
	padding: 7px;
}

.guestbook-t 
{
	padding: 0px 10px 0px 15px;
}

.guestbook-t span.light 
{
	text-transform: uppercase;
	color: #CCC;
	font-size: 12px;
	text-shadow: #000 0 1px;
	font-weight: bold;
}

.guestbook-t span.dark
{
	text-transform: uppercase;
	color: #666;
	font-size: 12px;
	text-shadow: #000 0 1px;
}

.guestbook-m 
{
	background-color: #FFF;
	color: #000;
	padding: 15px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.guestbook-m img
{
    max-width: 800px;
    max-height: 600px;
    border: none;
}

.guestbook-ba 
{
	padding-left: 30px;
}

.guestbook-add-bt 
{
	display: block;
	width: 660px;
	padding: 10px;
	margin: 0px auto;
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
}

.guestbook-add-nick 
{
	width: 644px;
	margin-left: 138px;
	background-color: #FFF;
	border: none;
	padding: 15px;
	font-family: 'Trebuchet MS' , Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.guestbook-add-message
{
	height: 150px;
	border: none;
	width: 100%;
	max-width: 100%;
	max-height: 150px;
	font-family: 'Trebuchet MS' , Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.guestbook-add-message-att-wrapper 
{
	width: 674px;
	margin-left: 138px;
	background-color: #E5E5E5;
	border: none;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.guestbook-add-message-att-main
{
    padding: 10px;
    font-size: 10px;
    text-transform: uppercase;
	color: #666;
}

.guestbook-add-message-att-main a
{
	color: #666;
	text-decoration: none;
}

.guestbook-add-message-att-main a:hover
{
	text-decoration: underline;
}

.guestbook-add-message-wrapper 
{
	background-color: #FFF;
	border: none;
	padding: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.guestbook-add-fbtn 
{
	display: inline;
	float: left;
	background-color: #000;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 1px;
	margin-bottom: 7px;
	font-family: Tahoma, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

.guestbook-add-emsg 
{
	background-color: #993300;
	color: #FFF;
	padding: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	width: 606px;
	display: block;
	margin-left: 168px;
	margin-top: 5px;
}

.guestbook-scroll
{
	overflow: auto;
	height: 120px;
}

.guestbook-emtw 
{
	width: 4300px;
}

.guestbook-add-emoticon 
{
	display: inline;
	float: left;
	border-left: solid 1px #CCC;
	width: 100px;
	height: 100px;
	background-position: center center;
	background-repeat: no-repeat;
}

.guestbook-add-imgupload 
{
    width: 300px;
}

.guestbook-sb 
{
	background-color: #000;
	border: none;
	color: White;
	height: 40px;
	width: 150px;
	margin-left: 403px;
	font-family: 'Trebuchet MS' , Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.contextmenu
{
	position:absolute;
	visibility: hidden;
	width: 350px;
	padding: 2px;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #ccc #999 #999 #ccc;
	background-color: #FFF;
}

.contextmenu a
{
	line-height: 20px;
	display: block;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: normal;
	border: solid 1px #FFF;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
}

.contextmenu a:hover
{
	background-color: #B7D3EF;
	border: solid 1px #3399FF;
}

.contextmenu a.fs 
{
	display: block;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: normal;
	border: solid 1px #FFF;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
}

.contextmenu a.fs:hover
{
	background-color: #B7D3EF;
	border: solid 1px #3399FF;
}

.zahvalnice-wrapper 
{
}

.zahvalnica 
{
	background-color: #333;
	display: inline;
	float: left;
	margin: 24px;
	width: 250px;
	height: 250px;
	padding: 10px;
	text-align: center;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.clanovi-maliwrapper 
{
	background-color: #333;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 10px;
	margin-top: 10px;
}

.clanovi-malit 
{
	display: inline;
	float: left;
	width: 66px;
	height: 66px;
	margin: 10px;
}

.events-scroll 
{
	height: 260px;
	overflow: auto;
}

.events-scroll-month
{
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px;
	color: #FFF;
	border-bottom: solid 2px #999;
	display: block;
}

.events-scroll ul
{
	padding: 10px;
	margin: 0px;
	list-style-type: none;
	border-bottom: solid 1px #333;
}

.events-scroll li.date
{
	display: block;
	padding: 0px;
	font-size: 10px;
	color: #333;
}

.events-scroll li.title
{
	display: block;
	padding: 0px;
}

.events-scroll li.title span
{
	color: #666;
	font-weight: normal;
}

.events-scroll li.description
{
	display: block;
	padding: 0px;
	color: #666;
}

.news-wrapper 
{
	padding: 10px;
}

.news-column-left 
{
	width: 300px; 
	float: left;
}

.news-column-right 
{
	width: 300px;
	float: right;
}

.news-title 
{
	display: block;
	padding: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.news-image 
{
	width: 300px;
	height: 100px;
}

.news-text 
{
	display: block;
	padding: 10px;
	color: #999;
}

.hponama 
{
	display: inline;
	float: left;
	padding: 10px;
	width: 300px;
	color: #999;
}

.hponama a
{
	color: #999;
}

.hpkontakt 
{
	display: inline;
	float: right;
	padding: 10px;
	width: 300px;
	color: #999;
}

.hpkontakt a
{
	color: #999;
}

.hpb 
{
	color: #666;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#gallerylinks
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#gallerylinks li
{
	float: left;
}

#gallerycontainer
{
	width: 100%;
	clear: left;
}

