/* Layout */

* {
	padding:0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}


body {
	color: #CCCCCC;
	background-color:#202020;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
#content {
	background-color:#303030;
	margin-left:auto;
	margin-right:auto;
}
#content_top {
	background-repeat:no-repeat;
	padding-top:14px;
	padding-left:15px;
	padding-right:15px;
}

#header {
	height:66px;
	background-repeat:no-repeat;
}
#left {
	float:left;
}
#right {
	float:right;
}
#main {
	padding-top:8px;
	padding-right:16px;
	padding-bottom:8px;
	padding-left:8px;
}
#bottom {
	clear:both;
	font-size:10px;
	font-weight:bold;
	padding-top:4px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	color:#606060;
}

img {
	padding:0px;
	border:0px;
}
.imgframe {
	padding:1px;
	border:1px solid #606060;
	background-color:#444444;
}


/* Navigation  */

#navigation {
	height: 66px;
	display:block;
}
#navigation .nav_left {
	float:right;
	height:66px;
	border-right: 0px dotted #000000;
}
#navigation .nav_right {
	margin-top:34px;
	float:right;
	width:80px;
	padding:10px;
	height:10px;
	border-left: 1px dotted #000000;
}
#navigation .nav_middle {
	margin-top:34px;
	float:right;
}
.nav_middle a {
	float:left;
	display:block;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	background-image:url(../obrazky/nav-button.gif);
	background-position: 0px 50px;
	background-repeat:repeat-x;
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
	border-right: 1px dotted #000000;
	border-left:  1px dotted #000000;
	}

.nav_middle a:hover { 
	background-position: 0px 0px;
	color: #AA0000;
	text-decoration:none;
	border-left: 1px dotted #FF0000;
	border-right: 1px dotted #FF0000;
}

.nav_middle a.select { 
	background-position: 0px 0px;
	color: #245282;
	text-decoration:none;
	border-left: 1px dotted #FF0000;
	border-right: 1px dotted #FF0000;
}

#header_logo a,a:hover,a:visited {
text-decoration:none;
}
#header_logo {
	padding-top:15px;
}
#header_logo a{
	display:block;
	margin-left:35px;
	margin-bottom:0px;
	height:32px;
	width:300px;
}
#list {
	padding:3px;
	text-align:center;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}

/* module */

.module {
	margin: 12px;
	margin-top: 16px;
	border: 1px solid #777777;
	background-color:#404040;
}

.module .head{
	background-image:url(../obrazky/module_head.png);
	padding-top:3px;
	padding-bottom:2px;
	height:23px;
	font-size:16px;
	font-weight:bold;
	color:#332211;
	text-align:center;
}
.module .content{
	padding:10px;
}

.module .menu {
}

.module .menu a{
	border-bottom:1px solid #777777;
	display:block;
	padding-left:14px;
	padding-top:3px;
	padding-bottom:3px;
	color: #CCCCCC;
	text-decoration:none;
	font-weight:bold;
}
.module .menu a:hover{
	color: #FFFFFF;
	text-decoration:none;
	background-color:#AA0000;
}

.divider {
 	height: 1px;
	font-size: 1px;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
}

.hmenu {
}
.hmenu p {
	display:inline;
	border:1px solid grey;
	margin:10px;
	padding:7px 18px 7px 14px;
	background-color:#404040;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.hmenu a {
	display:inline;
	border:1px solid grey;
	margin:10px;
	padding:7px 18px 7px 14px;
	background-color:#404040;
	color: #CCCCCC;
	text-decoration:none;
	font-weight:bold;
}
.hmenu a:hover{
	color: #FFFFFF;
	text-decoration:none;
	background-color:#AA0000;
}

/* from design */

.formButtonLogin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f90b4;
	font-weight: bold;
	height:20px;
	width:20px;
	border:none;
	cursor: pointer;
	margin:0px;
	background-image:url(../obrazky/arrow_orange.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#3A3A3A;
	padding-left:5px;
	padding-right:5px;
}

.formButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f90b4;
	font-weight: bold;
	height:20px;
	border: 1px #999999 solid;
	background-color: #FFFFFF;
	cursor: pointer;
	margin:0px;
	padding-left:5px;
	padding-right:5px;
}
.formInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-weight: bold;
	padding:2px;
}
.formSelect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #E6E6E6;
	border: 1px solid #999999;
	font-weight: bold;
	padding:2px;
	margin:2px;
}

/* text */

h1 {
	color:#e0e0e0;
	font-size:23px;
	font-style:italic;
	margin-top:7px;
	margin-bottom:3px;
}
.nadpis {
	color:#e0e0e0;
	font-size:20px;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.kod {
	padding:5px;
	border: 1px solid #CCCCCC;
	font-family:"Courier New", Courier, monospace;
	margin:5px;
	font-size:11px;
	color: #888888;
}

.red {
	color:#FF0000;
}

h2 {
	color:#E0E0E0;
	font-size:18px;
	margin-top:9px;
	margin-bottom:6px;
}
h3 {
	color:#E0E0E0;
	font-size:15px;
	margin-top:6px;
	margin-bottom:3px;
}
a {
	color:#E00000;
	font-weight:bold;
	text-decoration:underline;
}
a.active {
	color:#E0E0E0;
	font-weight:bold;
	text-decoration:none;
}
a.inactive {
	color:#b0b0b0;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color: #FF0000;
	text-decoration:underline;
}

ul {
	margin:3px;
	padding-left:10px;
}



/* Gallery styles */

.gallerylistelement {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	font-size: 12px;
	font-weight: normal;
}

.mainphoto {
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}
.thumbnails {
	height:68px;
	padding:4px;
	margin-top:7px;
	margin-bottom:7px;
	text-align:center;
}
.thumbnails .imgframe:hover {
	color: #FFFFFF;
	text-decoration:none;
	background-color:#DD0000;
}
.arrowleft {
	width:20px;
	height:29px;
	text-align:center;
	vertical-align:top;
	margin-top:20px;
	background-image:url(../obrazky/arrow_left_grey.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-decoration:none;
}
.arrowleft:hover {
	background-image:url(../obrazky/arrow_left_white.gif);
}
.arrowleft a:hover {
	text-decoration:none;
}

.arrowright {
	width:20px;
	height:29px;
	text-align:center;
	vertical-align:top;
	margin-top:20px;
	background-image:url(../obrazky/arrow_right_grey.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-decoration:none;
}
.arrowright:hover {
	background-image:url(../obrazky/arrow_right_white.gif);
}
.arrowright a:hover {
	text-decoration:none;
}


.doublearrowleft {
	width:32px;
	height:29px;
	text-align:center;
	vertical-align:middle;
	background-image:url(../obrazky/doublearrow_left_grey.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-decoration:none;
}
.doublearrowleft:hover {
	background-image:url(../obrazky/doublearrow_left_white.gif);
}
.doublearrowleft a:hover {
	text-decoration:none;
}

.doublearrowright {
	width:32px;
	height:29px;
	text-align:center;
	vertical-align:middle;
	background-image:url(../obrazky/doublearrow_right_grey.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-decoration:none;
}
.doublearrowright:hover {
	background-image:url(../obrazky/doublearrow_right_white.gif);
}
.doublearrowright a:hover {
	text-decoration:none;
}



/* "Links" page */

.linktable {
	margin-top:24px;
	margin-left:24px;
}

.linkimg {
	text-align:right;
	padding:8px 16px 8px 24px;
}

.linktext {
	text-align:left;
}

.linktable a {
	color:#E0E0E0;
	font-weight:bold;
	text-decoration:none;
}
.linktable a.active {
	color:#E0E0E0;
	font-weight:bold;
	text-decoration:none;
}
.linktable a.inactive {
	color:#b0b0b0;
	font-weight:bold;
	text-decoration:underline;
}
.linktable a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}