/* Globalne */
div, span, p, input, select, textarea, td, th, a {
	color:white;
}
input, select, textarea, td, th {
	border:#cccccc 1px solid;
}
table {
	border-collapse:collapse;
}
div, td, th, p {
	font:normal 11px arial;
}
th {
	font-weight:bold;
}
ul,ol,li {
	margin-left:10px;
}
.message {
	text-align:center;
	font-weight:bold;
	color:red;
}
tr {
	vertical-align:top;
}
.myClub {
	font-weight:bold;
}
hr {
	clear:both;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}


/* Menu top */
.menuEl1 {
 width:144px;
 height:44px;
 cursor:pointer;
 float:left;
}
.menuEl2 {
 width:84px;
 height:44px;
 cursor:pointer;
 float:left;
}
.menuEl3 {
 width:85px;
 height:44px;
 cursor:pointer;
 float:left;
}
.menuEl4 {
 width:159px;
 height:44px;
 cursor:pointer;
 float:left;
}
.menuEl5 {
 width:95px;
 height:44px;
 cursor:pointer;
 float:left;
}
.menuEl6 {
 width:77px;
 height:44px;
 cursor:pointer;
 float:left;
}
.menuEl7 {
 width:95px;
 height:44px;
 cursor:pointer;
 float:left;
}
.menuEl8 {
 width:111px;
 height:44px;
 cursor:pointer;
 float:left;
}


/* Top */
div.pointer {
  width:850px;
  height:254px;
  cursor:pointer;
}

/* Main */
#main {
  padding:50px 10px;
}
#main .short {
  margin-bottom:15px;
  clear:both;
}
#main .date {
  font:normal 12px arial;
}
#main a.title, h1 {
  font:bold 16px arial;
  color:yellow;
}
#main a.short, #main .full {
  font:normal 14px arial;
  text-decoration:none;
}
#main a.short:hover {
  text-decoration:underline;
}
#main a.back {
  float:right;
}
#main .short img, #main .full img {
  clear:both;
  float:left;
  margin:2px 4px 2px 0;
}
.Comments form {
  text-align:center;
}
.Comments textarea {
  width:400px;
  height:100px;
  margin:3px;
  color:#333333;
}
.Comments input {
  width:400px;
  margin:3px;
  color:#333333;
}
.Comments td, .Comments form {
}
.Comments table {
  margin:20px auto;
}
.Comments .comment {
  margin-top:10px;
  border:#cccccc 1px solid;
  padding:4px 10px;
  width:300px;
}
.Comments .comment .cFull {
  margin-bottom:5px;
}

/* Left */
#oe2000-03 .Texts {
  margin-top:60px;
  height:212px;
  text-align:center;
}
#oe2000-03 .text {
}




/* Galeria */

/*
.Gallery .thumb {
	border:#cccccc 1px solid;
	float:left;
	margin:5px 0 0 36px;
	text-align:center;
	width:155px;
	height:130px;
	padding:3px 0 0 3px;
}
*/
.Gallery .thumb {
	float:left;
	border:#999999 1px solid;
	width:186px;
	height:130px;
	text-align:center;
	margin:2px;
	padding:3px;
}

.Gallery .thumb img {
	max-width:160px;
	width:expression(document.body.clientHeight > "160px" ? "160px": "auto" );
	margin:3px 0 0 10px;
	display:block;
}

.Gallery .thumb a {
	font:bold 10px tahoma;
	text-decoration:none;
}
.Gallery .path {
	font:bold 12px tahoma;
	padding:5px;
	border-bottom:#999999 1px solid;
}
.Gallery .galleries a {
	font:bold 12px tahoma;
	color:white;
	display:block;
	margin:3px auto;
	padding:3px;
	width:500px;
	border:blue 1px solid;
	text-decoration:none;
}
.Gallery a:hover {
	background:darkblue;
	aacolor:blue;
}
