@charset "utf-8";
/*==============================================================================
Dragit.cz - Tomas Jindrich

# CONTENT OF CSS
-------------------------
GLOBAL
TYPOGRAPHY AND COLORS
LINKS
HEADERS
TABLES
FORMS
NAVIGATION
LAYOUT
STRUCTURE
==============================================================================*/


/* GLOBAL
==============================================================================*/

.imgleft {
	float: left;
	margin: 4px 10px 4px 0;
}

.imgright {
	float:right;
	margin: 4px 0 4px 10px;
}

.hide {
	display: none;	
}

/* TYPOGRAPHY AND COLORS
==============================================================================*/
body {
	font-size: small;
	font-family: arial, tahoma, verdana, sans-serif;
	text-align: center;
	color: #242424;
	background: #000;
}

p {
	line-height: 1.4em;
}

p, ul, ol {
	padding: 0 0 1.25em 0;
}
 
ul, ol {
	padding: 0 0 1.25em 2.5em;
	line-height: 1.5em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

small {
	font-size: 0.85em;
}

.highlight {
	background: #ffc;
}

/* LINKS
==============================================================================*/
a {
	color: #f6570b;
}

a:hover {
	color: #f6570b;
}

/* HEADERS
==============================================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
 
h1 {
	padding: 0 0.25em 1em 0;
	font-size: 2.5em;
}

h2 {
	padding: 0 0 1em 0;
	font-size: 2em;
}
 
h3 {
	font-size: 1.5em;
	padding: 1em 0;
}

h4 {
	font-size: 1.2em;
	padding: 1em 0;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	padding: 1em 0;
}

h6 {
	font-size: 1em;
	font-weight: bold;
	padding: 1em 0;
}

/* TABLES
==============================================================================*/
table {
	margin: 0 0 10px 0;
	border-spacing: 1px;
	border: 1px solid #cccccc;
	width: 100%;
}

th, td, caption {
	padding: 0.5em;
}

caption {
	color: #fff;
	background: #007592;
}

th, th a, th a:hover {
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #6e6e6e;
}

td {
	background: #f0f0f0;
}

tr.odd td {
	background: #f7f7f7;
}

/* FORMS
==============================================================================*/
form {
  width: 100%; 
}

form label, form .textbox, select, textarea, form .container {
  display: block;
  float: left;
  width: 200px;
  margin: 3px 0;
  padding: 2px 5px;
}

form .container {
	width: auto;
}

form .textbox, select, textarea, checkbox {
	border: 1px solid #cccccc;	
}

form select {
  width: 214px;
}

form textarea {
  height: 200px;
}

form label {
  width: 105px;
  padding-right: 15px;
  text-align: right;
}

form .container label {
  float: none;
  display: inline;
  width: auto;
  padding: 0 1em 0 0;
  text-align: left;
}

form br {
  clear: left;
}

form input.submit {
  padding: 1em;
}

form fieldset {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
}

form legend {
  padding: 0.5em;
  color: gray;
  font-weight: bold;
  background: #E8E8E8;
}

form fieldset.noframe {
  padding: 0;
  margin-bottom: 0;
  border: none;
}

form input.radio {
  width: 15px;
  margin-left: 160px;
}

form .formbutton {
	float: right;
	padding: 0.5em 1em;
	margin-bottom: 10px;
}

form .readonly{
	color: #6e6e6e;
	background: #f0f0f0;
}

form .instructions {
	padding: 0.5em;
	margin: 10px 0;
	border: 1px solid #ededb3;
	background: #ffffcc;
}

/* widths and heights inputs */
form .wider {
	width: 610px;
}

form .wide {
	width: 450px;
	font-size:  
}

form select.wide {
	width: 460px;
}

form .narrow {
	width: 110px;
}

form select.narrow {
	width: 120px;
}

form .narrower {
	width: 50px;
}

form textarea.short {
	height: 75px;
}

form textarea.long {
	height: 400px;
}

form .require {
	color: #ff0000;
}

form small {
	color: #aeaeae;
}

form .container {
	padding: 0 0 5px 0;
	line-height: 2em;
}

/* NAVIGATION
==============================================================================*/

/* hidden navigation */
#hmenu a { 
	position: absolute;
	left: -9999px;
}

/* main menu */
#menu {
	margin: 0 auto;
	padding: 20px 0 0 15px;
	width: 960px;
	list-style-type: none;
}

#menu li {
	list-style-type: none;
	display: inline;
	margin: 0 5px;
	float: left;
}

#menu a {
	display: block;
	padding-bottom: 36px;
	color: #fcffa3;
	text-decoration: none;
	font-weight: bold;
}

#menu a .item {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 24px 0 35px;
	background: url(../design/menu-item-bg.png) 0 0 no-repeat;
}

#menu a .end {
	display: block;
	float: left;
	height: 30px;
	width: 10px;
	background: url(../design/menu-item-bg.png) -190px 0 no-repeat;
}

#menu a:hover, #menu a.selected  {
	background: url(../design/menu-item-arrow.gif) 50% bottom no-repeat;
}

#menu a:hover .item, #menu a.selected .item {
	background: url(../design/menu-item-bg.png) 0 -30px no-repeat;
	color: #ff4800;
}

#menu a:hover .end, #menu a.selected .end {
	background: url(../design/menu-item-bg.png) -190px -30px no-repeat;
}

/* LAYOUT
==============================================================================*/
#header, #footer-top, #footer-bottom, #middle-block #content {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#head-block {
	position: relative;
	width: 100%;
	height: 150px;
	background: #0445b2 url(../design/header-bg-day.jpg) center 0 no-repeat;
	text-align: center;
}

#stage {
	top: 0;
	left: 0;
	z-index: 1000;
}

.stage {
	height:150px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:100%;
}

#stage div {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 150px;
}


#stage #clouds-back {
	background: transparent url(../design/clouds.png) 0 0;
}

#stage #clouds-front {
	background: transparent url(../design/clouds.png) 0 -150px repeat-x;
}

#stage #hotairbaloon {
	background: transparent url(../design/flying-objects/hotair-baloon.png) 0 0 repeat-x;
}

body.night #stage #clouds-back, body.night #stage #clouds-front {
	background-image: url(../design/clouds_night.png);
}

body.night #stage #hotairbaloon {
	background-image: url(../design/flying-objects/hotair-baloon_night.png);
}

body.night #head-block {
	background-image: url(../design/header-bg-night.jpg);
}

#header  {
	position: relative;
	z-index: 2000;
}

#header #mainlogo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 35px 0 0 0;
}

#header #mainlogo a { /* logo */
	display: block;
	width: 590px;
	height: 70px;
	background: url(../design/logo.png) 0 0 no-repeat;
	text-indent: -9999px;
	
}

#menu-block {
	width: 100%;
	height: 71px;
	background: #0445b2 url(../design/menu-bg.jpg) center 0 no-repeat;
	text-align: center;
}

#middle-block {
	width: 100%;
	background: #bed20c url(../design/background.jpg) center -221px repeat-y;
	text-align: center;
}

#middle-block #content {
	padding: 40px 10px;
	width: 940px;
}

#footer-block {
	width: 100%;
	height: 300px;
	background: #0445b2 url(../design/footer-bg.jpg) center 0 no-repeat;
	text-align: center;
	color: white;
}

#footer-block a, #footer-block a:hover {
	color: white;
}


#footer-top, #footer-bottom {
	padding: 0 10px;
	width: 940px;
	text-align: left;
}

#footer-top {
	height: 240px;
}

#footer-bottom {
	height: 60px;
}

body.night #footer-top {
	background: url(../design/footer-bg-night.jpg) center 0 no-repeat;
}

body.day #footer-top {
	background: url(../design/footer-bg-day.jpg) center 0 no-repeat;
}

#footer-top #contactme{
	float: left;
	padding-top: 40px;
	width: 350px;
}

#footer-top #contactme h2 {
	width: 270px;
	height: 40px;
	padding: 0;
	margin: 0 0 10px 0;
	text-indent: -9999px;
	background: url(../design/contactme.png) 0 0 no-repeat;
}

#footer-top #contactme p {
	padding: 0;
	margin: 0 20px 0 0;
	width: 150px;
	float: left;
	line-height: 22px;
}

#footer-top #contactme span {
	color: #b7cc0c;
}

#footer-top #contactme #switch {
	float: left;
	cursor: pointer;
	width: 32px;
	height: 32px;
	background: url(../design/switch.png) 0 0 no-repeat;
}

body.night #footer-top #contactme #switch {
	background-position: -32px 0;
}

#footer-top #frame {
	position: relative;
	float: left;
	margin: 40px 20px 0 0px;
	padding: 20px 30px 40px 30px;
	width: 180px;
	height: 120px;
}

#footer-top #frame span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 180px;
	background: url(../design/footer-frame-day.png) 0 0 no-repeat;	
}

body.night #footer-top #frame span {
	background: url(../design/footer-frame-night.png) 0 0 no-repeat;	
}

#footer-top #avatar {
	float: left;
	width: 170px;
	height: 240px;
	background: url(../design/avatar-classic.png) 0 0 no-repeat;
}

body.night #footer-top #avatar {
	margin-top: -20px;
	height: 260px;
	background: url(../design/avatar-sleeping.png) 0 0 no-repeat;
}

#footer-top #retrofoto {
	display: block;
	width: 160px;
	height: 105px;
	background: url(../design/retrofoto.png) -160px bottom no-repeat;
}

#footer-top #retrofoto:hover {
	margin-top: -30px;
	height: 135px;
	background: url(../design/retrofoto.png) 0 0 no-repeat;
}

#footer-top #textbubble {
	float: left;
	margin: 25px 0 0 -10px;
	width: 169px;
	background: url(../design/textbubble-bg.gif) 0 bottom no-repeat;
	color: #272727;
	text-align: center;
}

#footer-top #textbubble p {
	display: block;
	padding: 5px 5px 5px 15px;
	margin: 0;
	background: url(../design/textbubble-top.gif) 0 0 no-repeat;
}

#footer-top #textbubble cite {
	display: block;
	padding: 0 0 10px 0;
	font-style: italic;
}

#footer-bottom #links {
	float: left;
	overflow: hidden;
	margin-top: 5px;
	width: 626px;
	height: 50px;
}

#footer-bottom #links a {
	float: left;
	margin-right: 48px;
}

#footer-bottom #avatar-hands {
	float: left;
	padding: 6px 0 0 49px;
	width: 101px;
	height: 20px;
	background: url(../design/avatar-hands.gif) 0 0 no-repeat;
}

#footer-bottom #nav-up {
	display: block;
	width: 47px;
	height: 47px;
	background: url(../design/footer-up.jpg) 0 0 no-repeat;
}

#footer-bottom #nav-up:hover {
	background: url(../design/footer-up-hover.gif) 0 0 no-repeat;
}

/* STRUCTURE
==============================================================================*/
.boxgrid {
	width: 280px; 
	height: 200px; 
	margin: 0 20px 20px 0; 
	border: solid 10px #fff; 
	background:#fff;
}

.boxgrid h2 {
	padding: 10px 0 3px 0;
	margin: 0;
	font-size: 105%;
	font-weight: bold;
	color: #ff4800;
}

.boxgrid p {
	margin: 0;
	padding: 0;
	font-size: small;
	color: #a1a1a1;
	font-size: 0.95em;
}

.bannerbox {
	float: left;
	margin: 30px;
	border: 1px solid #000;
}
