body {
	background: url("../images/web/back.gif");
	margin: 22px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Times New Roman, Arial, sans-serif;
	height: 100%;
}

td, tr, th {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
}

h1 {
	font-size: 18px;
	font-family: Verdana, Times New Roman, Arial, sans-serif;
	font-weight: bold;
	color: white;
	margin: 0px auto 5px 0;
	padding-top: 10px;
}

h2 {
	font-size: 13px;
	font-family: Verdana, Times New Roman, Arial, sans-serif;
	text-align: left;
	margin: 7px 0px 10px 0px;
}

div#header {
	margin: 0 auto 3px auto;
	width: 790px;
	height: 101px;
}

div#topmenu {
	margin: 0 auto 3px auto;
	width: 788px;
	height: 25px;
	border: 1px solid #a4a4a4;
}

table#topmenu-content {
	padding: 0px;
	margin: 0 auto;
	border-collapse: collapse;
	table-layout: fixed;
	text-align: center;
	width: 788px;
	height: 25px;
	background: url("../images/web/menu.gif");
}

#splash {
	background: url("../images/web/back.gif");
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	margin: 0;
}

#splash img {
	position: relative;
	border: 1px solid white;
	top: 156px;
}

#topmenu a:link, #topmenu a:visited {
	font-family: Verdana, Times New Roman, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	color: white;
	line-height: 25px;
	width: 100%;
}

#topmenu a:hover {
	font-family: Verdana, Times New Roman, Arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: rgb(255,255,102);
}

/* LOGIN */
input {
	width: 90px;
	height: 18px;
	color: white;
	font-size: 9px;
	font-family: Verdana, Times New Roman, Arial, sans-serif;
	font-weight: bold;
	background: url("../images/web/button.gif") no-repeat;
	border: 0px;
	margin: 3px 0px 3px 0px;
}

.textfield {
	font-weight: normal;
	padding-top: 2px;
	padding-left: 5px;
	font-size: 10px;
	height: 13px;
	width: 82px;
	background: #494949;
	border: 1px solid #8f8f8f;
}

#logged {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #f3812b;
	border: 1px solid #8f8f8f;
	width: 90%;
	padding: 5px 0 5px 0;
	font-weight: bold;
	margin: 0px auto 5px;
}

#logged strong {
	color: white;
}

/* hlavní obsah */
#main {
	margin: 0 auto 3px auto;
	height: 550px;
	width: 790px;
}

#leftpane {
	height: 548px;
	width: 178px;
	float: left;
	background: #202020 url("../images/web/left-back.jpg") no-repeat;
	border: 1px solid #a4a4a4;
}

#leftpane-login {
	height: 143px;
	width: 178px;
}

#leftpane-banners {
	height: 274px;
	width: 178px;
	position: relative;
	overflow: hidden;
}

#leftpane-banners div {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 178px;
}

#leftpane-banners div img {
	margin-top: 10px;
}

#leftpane-gallery {
	width: 178px;
	padding: 10px 0 10px 0;
	height: 110px;
	border-top: 1px solid #a4a4a4;
	vertical-align: middle;
	font-size: 12px;
	color: white;
	overflow: hidden;
}

#leftpane-gallery img {
	border: 0px solid #a4a4a4;
	margin-top: 5px;
}

#rightpane {
	height: 538px;
	width: 605px;
	float: right;
	background: #494949;
	border: 1px solid #a4a4a4;
	background-image: url("../images/web/text-back.jpg");
	padding: 5px 0 5px;
}

/* HLAVNI TEXTOVE POLE */
#content {
	height: 538px;
	width: 575px;
	overflow: auto;		
	padding-right: 15px;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin-left: 15px;
	font-family: Arial, Verdana, Times New Roman, sans-serif;
	font-size: 12px;
	color: white;
	text-align: justify;	
}

#content h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color: white;  
	text-align: center;
	margin: 5px auto 10px auto;
	padding: 0px;
}

#content h3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;  
  text-align: left;
  margin: 7px 0px 10px 0px;
}

#content h3 em {
	color: #f3812b;
	font-style: normal;
}

#content a:link, #content a:visited{
	color: #f3812b;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover{
	color: white;
	text-decoration: underline;
}

#footer {
	margin: 0 auto;
	width: 790px;
	height: 50px;
}
/**********************************************/
/* Novinky
/**********************************************/

#news-content img{
	margin: 5px;
}

#news-content .guestbook-smiley {
	margin: 1px;
}

/**********************************************/
/* Clenové
/**********************************************/

table#members-list{
	width: 550px;
	table-layout: fixed;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0 auto;
}

table#members-list a:link, table#members-list a:visited {
	color: white;
	font-weight: bold;
	font-style: italic;
  	font-size: 14px;	
	font-family: Verdana, sans-serif;
}

table#members-list td {
	padding-bottom: 10px;
	vertical-align: top;
}

/****************************************************/
/* GALERIE
/****************************************************/

#gallery-left {
	position: relative;
	left: 27px;
	top: 70px;
}

#gallery-welcome {
	position: relative;
	left: 27px;
	top: 32px;
	width: 503px;
	text-align: center;
}

#gallery-welcome a:link {
	font-size: 20px;
	color: white;
}

#gallery-list {
	width: 550px;
	table-layout: fixed;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0px;
	color: white;
	font-weight: bold;
  	font-size: 12px;	
	font-family: Verdana, sans-serif;
	margin: 10px auto;
}

table#gallery-list td {
	padding-bottom: 10px;
	vertical-align: top;
}

h1.gallery-name {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;	
	font-family: Verdana, sans-serif;	
	text-align: center;
	padding-bottom: 5px;
}

.position-header input {
	margin: 0px 5px 0px 5px;
	height: 25px;
	font-size: 10px;
	background: url("../images/web/button_back.gif") repeat-x;
	border: 1px solid #acacac;
	width: 50px;
}

.position-header .disabled {
	background: url("../images/web/button_back2.gif") repeat-x;
}


/****************************************************/
/* GUESTBOOK
/****************************************************/
.guestbook-smiley {
	vertical-align: middle;
}


#guestbook-header {
	margin: 0 auto;
	width: 300px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-collapse: collapse;
}

#guestbook-header td {
	padding: 1px;
} 

#guestbook-header input {
	width: 230px;
	background: #424242;
	border: 1px solid #eaeaea;
	font-size: 13px;
	margin: 0;	
}

#guestbook-text, #guestbook-smilies {
	background: #424242;
	margin: 10px auto;
	width: 300px;
	border: 1px solid #eaeaea;
	text-align: center;
}

#guestbook-captcha {
	background: #424242;
	margin: 0;
	width: 300px;
	border-bottom: 1px solid #eaeaea;
	text-align: center;	
}

#guestbook-captcha img {
	margin: 5px;
}

#guestbook-smilies {
	padding: 5px;
	width: 290px;
	font-size: 10px;
	margin-top: 20px;
}

#guestbook-smilies input {
	 width: auto;
	 padding: 0 3px 0 3px;
	 background: #6e6e6e;
	 color: white;
	 border: 1px solid white;
	 font-size: 10px;
	 margin: 3px;
}

#guestbook-smilies img {
	margin: 1px;
}

#guestbook-text textarea {
	overflow:auto;
	width: 298px;
	height: 150px;
	margin: 0px;
	border: 0;
	border-bottom: 1px solid #eaeaea;
	background: #424242;
	color: #ffffff;
}

#guestbook-text input {
	width: 95px;
	height: 20px;
	color: white;
	font-size: 12px;
	font-family: Verdana, Times New Roman, Arial, sans-serif;
	font-weight: bold;
	background: none;
	border: 0px;
	margin: 0px 0 0px 0;
}

div#guestbook-add {
	text-align:center;
	margin: 0 auto 10px;
}

div.guestbook-post {
	margin: 0 auto 10px;
	padding: 10px;
	background: #333333;
	border: 1px solid #eaeaea;
	width: 530px;
	font-size: 12px;	
	text-align: justify;
	overflow: hidden;
}

div.guestbook-post-header {
	margin-bottom: 5px;
	width: 100%;
	height: 15px;
}

div.guestbook-post img, div.guestbook-answer img {
	margin: 0px;
}


div.guestbook-answer {
	margin-top: 10px;
	margin-left: 15px;
	padding: 0px;
	font-size: 12px;	
	width: 515px;
	overflow: hidden;
}

div.guestbook-answer-header {
	margin-bottom: 5px;
	width: 100%;
	height: 15px;	
}

input#guestbook-captcha-input {
	width: 95px;
	height: 20px;
	color: white;
	font-size: 14px;
	font-family: Verdana, Times New Roman, Arial, sans-serif;
	font-weight: bold;
	background: none;
	border: 1px solid #eaeaea;
	margin: 10px 0 0px 10px;	
}

#guestbook-position {
	margin: 0 auto 10px;
	width: 450px;
	text-align: center;
}

.guestbook-space {
	height: 10px;
}

.post-title {
	color: #f3812b;
	font-weight: bold;
	float: left;
}

.post-date {
	color: white;
	float: right;
}

/****************************************************/
/* BODOVÁNÍ ETO
/****************************************************/

.points-season {
	color: white;
	margin: 15px auto 5px 0;
	text-align: center;
}

.points-table {
	width: 85%;
	margin: 0 auto;
	font-size: 13px;
}

.points-table td a {
	color: white !important;
}

.points-table hr {
	color: #f9710b;
	background: #f9710b;
	height: 1px;
	border: 0;
}

.points-table th {
	color: #f9710b;
	font-weight: bold;
}

.points-bold {
	color: white;
	font-weight: bold;
}

/****************************************************/
/* MÉDIA
/****************************************************/

#media-tbl {
	width: 95%;
	border-collapse: collapse;
	margin: 0 auto;
	font-size: 12px;
}

#media-tbl th {
	color: #f9710b;
	font-weight: bold;
}

#media-tbl td strong {
	color: #ffffff;
	font-weight: bold;
}

#media-tbl td em {
	color: #ffffff;
	font-weight: normal;
	font-style: italic;
}

#media-tbl th, #media-tbl td {
	text-align: left;
	padding: 5px;
}

/****************************************************/
/* ODKAZY
/****************************************************/
#links-list {
	width: 95%;
	border-collapse: collapse;
	margin: 10px auto;
	font-size: 12px;
	table-layout: fixed;
}
#links-list a:hover {
	text-decoration: none;
}

#links-list img{
	margin-bottom: 10px;
	border: 0;
}

#links-list td {
	padding: 5px 5px 15px 5px;
	text-align: center;
	vertical-align: middle;
}

/****************************************************/
/* REGISTRACE
/****************************************************/

#regist-tbl {
	width: 70%;
	border-collapse: collapse;
	margin: 10px auto;
	font-size: 12px;	
	text-align: left;
}

#regist-tbl input {
	position: relative;
	left: 15px;
	width: 200px;
	background: #424242;
	border: 1px solid;
	font-size: 12px;
}

#regist-tbl th {
	text-align: right;
}

#regist-cond {
	padding-top: 10px;
	text-align: justify;
	font-weight: bold;
}


#regist-cond h3 {
	color: #f3812b;	
}

#regist-button {
	padding-top: 15px;
	text-align: center;
}

#regist-button input {
	border: 0px;
	background: none;
	width: 350px;
	margin: 5px auto;
	font-size: 12px;
	color: #f3812b;
}

.reg-error {
	text-align: center;
	color: #f3812b;
	font-weight: bold;
}


#reg-captcha {
	text-align: center;
	padding-top: 15px;
}

#reg-captcha-input {
	width: 75px !important;
}

/*********/
/* sroll
/*********/
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
width: 15px;
background: none;
}

.vscrollerbar {
width: 15px;
background: url(../images/web/scroll2.gif) repeat-y;
}

.vscrollerbar, .hscrollerbar {
padding: 15px;
z-index: 2;
}
.vscrollerbarbeg {
background: url(../images/web/scroll1.gif) no-repeat;
width: 15px;
height: 15px !important;
}
.vscrollerbarend {
background: url(../images/web/scroll3.gif) no-repeat;
width: 15px;
height: 15px !important;
}

.vscrollerbasebeg {
background: url(../images/web/scrollup.gif) no-repeat;
width: 15px;
height: 15px !important;
}
.vscrollerbaseend {
background: url(../images/web/scrolldown.gif) no-repeat;
height: 15px !important;
width: 15px;
}
