@CHARSET "UTF-8";

html {
	height:100%;
}

body{
	background-color:#006dbf;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url("../images/layout/main-background.gif");
	background-position:center;
	background-repeat:repeat-y;
	margin:0px;
	height: 100%;
}

#content {
	min-height: 100%;
	position:relative;
	width:100%;
}
/*
#leftBg {
	position: absolute;
	width: 50%;
	top:0px;
	left:0px;
	min-height: 100%;
	background-color: #001d63;
	z-index:-1;
}

#rightBg {
	position: absolute;
	top:0px;
	width: 50%;
	min-height: 100%;
	background-color: #006ebf;
	left: 50%;
	z-index:-1;
}
*/
#wholeBg {
	position:absolute;
	width:1000px;
	background-image: url("../images/layout/wholeBg.gif");
	min-height: 100%;
	z-index:-1;
}

#whole{
	width:1000px;
	margin:auto;
	background-image: url("../images/layout/wholeBg.gif");
	min-height: 100%;
	text-align:center;
	vertical-align:middle;
	z-index:50;
}

#main {
	position:relative;
	width:1000px;
	height:419px;
	background-image: url("../images/layout/middleBg.jpg");
	background-repeat:no-repeat;
}

#middle {
	float:left;
	text-align:left;
	width:530px;
	height:420px;
	margin-left:85px;
	
}

#middle .content {
	position: relative;
}

#middle #mainTextScrollbar {
	width: 60px;
	height: 325px;
	float: left;
	position: relative;
}

    #mainTextScrollbar .scrollbarUp {
        cursor: pointer;
        position: absolute;
    }
    
    #mainTextScrollbar .scrollbarTrack {
        width: 16px;
        height: 300px;
        position: absolute;
        top: 20px;
        background-color: #4a6092;
    }
    
    #mainTextScrollbar .scrollbarHandle {
        position: absolute;
        width: 16px;
        height: 4px;
        cursor: pointer;
    }
    
    #mainTextScrollbar .scrollbarDown {
        cursor: pointer;
        position: absolute;
        top: 324px;
    }

#middle .mainTextWrapper {
	width: 470px;
	height: 315px;
	float: left;
	position: relative;
}

#middle #mainText {
	width: 470px;
	height: 315px;
	color:white;
	font-size:11px;
	text-align:left;
	overflow:hidden;
	position: relative;
	position: absolute;
}

    #middle #mainText .mainTextContainer {
    	position: absolute;
    	top: 0px;
        left: 0px;
    }

#right {
	float:right;
	margin-right:90px;
	width:263px;
	height:420px;
}

    #right .right {
    	background-image: url("../images/layout/flashRight.jpg");
    	background-repeat: no-repeat;
    	width: 263px;
    	height: 416px;
    }

#middle #topArrow {
	width:17px;
	height:9px;
	position:relative;
	background-image:url("../images/layout/arrowUp.gif");
	margin-bottom:16px;
	margin-top:16px;
}

#middle #bottomArrow {
	width:17px;
	height:9px;
	overflow:hidden;  
	background-image:url("../images/layout/arrowDown.gif");
	float:left;
	margin-top:20px;
	margin-bottom:16px;
}

#topMenu {
	position:relative;
	padding:4px 10px 4px 0px;
}

#homepage {
	width:825px;
	margin:auto; 
	position:relative;
	height:416px;
}

    #homepage .left {
    	background-image: url("../images/layout/flashLeft.jpg");
    	background-repeat: no-repeat;
    	width: 263px;
    	height: 416px;
    	float: left;
    }
    
    #homepage .right {
    	background-image: url("../images/layout/flashRight.jpg");
    	background-repeat: no-repeat;
    	width: 263px;
    	height: 416px;
    	float: left;
    }
    
    #homepage .panorama {
    	position: absolute;
    	text-align: center;
    	width: 200px;
    	top: 350px;
    	left: 312px;
		font-size: 14px;
    }
    
    #homepage .panorama a {
		color: #ffffff;
		font-weight: normal;
    }
    
    #homepage .panorama a:hover {
		text-decoration: underline;
    }

.homeFlash {
	float:left;
}

#middleHome {
	float:left;
	margin: 52px 15px 0px 15px;
}


/* MOVIE */

.movie {
	margin:5px;
	border:1px solid #d9dee8;
	padding:2px;
}

.movie img {
	float: left;
	margin-right: 5px;
	width: 130px;
	height: 130px;
}

/* UZIVATELSKE MENU */

#userMenu, #userMenuOn {
	position:absolute;
	right:30px;
	bottom:0px;
	width:50px;
	text-align:left;
}

#userMenu a, #userMenuOn a {
	font-size:12px;
	font-weight:400
}

#userMenu a:hover, #userMenuOn a:hover {
	text-decoration:underline;
	color: #d9dee8
}

/* JAZYKOVE NASTAVENI */

#languageBar {
	position:absolute;
	left:30px;
	bottom:0px;
	width:50px;
}

#languageBar #flags{
	margin-left:0px;
	padding-bottom: 60px;
}

	#languageBar #flags a {
		font-weight: normal;
		color: #ffffff;
		display: block;
		margin-bottom: 5px;
		font-size: 12px;
	}
	
	#languageBar #flags a:hover {
		text-decoration: underline;
	}
	
	#languageBar #flags .cz{
		background-image:url('../images/layout/flagCZ.gif');
		width:24px;
		height:15px;
		margin-right:18px;
		float:left;
	}

	#languageBar #flags .gb{
		background-image:url('../images/layout/flagGB.gif');
		width:24px;
		height:15px;
		margin-right:18px;
		float:left;
	}

	#languageBar #flags .de{
		background-image:url('../images/layout/flagDE.gif');
		width:24px;
		height:15px;
		float:left;
	}

/* HLAVENI MENU */

#menu {
	width: 1000px;
	/*height: 21px;*/
	background-color: #ffffff;
	color: #0e224e;
	font-size: 16px;
	text-align: center;
	position: relative;
}

	#menu a {
		text-decoration: none;
		color: #002c77;
		margin: auto;
		font-weight: normal;
		padding-left: 10px;
		padding-right: 10px;
		/*
		display: block;
		float: left;
		height: 22px;
		padding-top: 2px;
		*/
	}
	
	#menu a:hover{
		color: #006CBE;
	}
	
	#menu a.active {
		font-weight: bold;
		background-color: #94d7cd;
		border-top: 2px solid #94d7cd;
	}
	
	#menu.homepage a {
		font-weight: bold;
	}
/*
#menuLine{
	margin-top:5px;
	margin-bottom:5px;
	width:1000px;
	height:1px;
	background-color:#d9dee8;
	overflow:hidden;
}
*/
/**************** POP UP ***************/
#popup {
    border: 1px solid #d9dee8;
	background-color:#006dbf;
    float: left;
	padding:10px;
}

#popup h1 {
    display: inline;
    margin: 0px;
}

#popup h2 {
    display: inline;
    margin: 0px;
	font-size:14px;
	color:white
}

#popup .text{
    display: inline;
    margin: 0px;
	font-size:12px;
	color:white
}

#popup #head {
    font-size: 18px;
    font-weight: bold;
    clear: both;
    text-align: left;
    margin: 10px;
    height: 40px;
    margin-bottom: 0px;
    margin-top: 20px;
}

#popup #head .x {
    float: right;
    height: 36px;
    width: 36px;
    background-image: url(../images/layout/x.gif);
    margin: 0px;
    padding: 0px;
	cursor: pointer;
}

#popup #play {
    background-color: #dcddde;
    width: 465px;
    height: 350px;
    margin: 10px;
    text-align: left;
    float: left;
    margin-top: 0px;
}

#popup #rightCol {
    float: right;
    width: 345px;
    height: 350px;
    margin: 10px;
    text-align: left;
    margin-top: 0px;
    color: #ec008c;
    font-size: 13px;
    font-weight: bold;
}

#popup #bot {
    clear: both;
    float: left;
    background-color: #b0a192;
    text-align: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 810px;
    height: 110px;
    padding: 10px;
}

#popup #rightCol .square {
    background-color: #b0a192;
    height: 15px;
    width: 15px;
    margin-right: 4px;
    margin-top: 2px;
}

#popup #rightCol #otazky {
    height: 200px;
    /*clip:rect(0,200,340,0);*/
    overflow-y: scroll;
}

#popup #rightCol #diskuze {
    margin-top: 10px;
    height: 140px;
    overflow-y: scroll;
}

#popup #rightCol #diskuze .comment {
    margin-top: 3px;
	margin-bottom: 3px;
}

#popup #rightCol #diskuze form {
    margin-top: 10px;
}

#popup #bot .square {
    background-color: white;
    height: 15px;
    width: 15px;
    margin-right: 4px;
    margin-top: 2px;
    line-height: 25px;
    margin-top: 5px;
}

#popup #rightCol .text {
    color: black;
    font-size: 13px;
}

#popup #rightCol .text2 {
    font-size: 13px;
    font-style: italic;
}

#popup #bot .text {
    color: black;
    font-size: 14px;
    font-weight: bolder;
}

#popup #bot .text2 {
    color: white;
    font-size: 14px;
	font-size: 12px;
}

#popup #bot .leftC {
    width: 505px;
    float: left;
}

#popup #bot .rightC {
    width: 305px;
    float: right;
}

#popup #bot .rightC h1 {
    margin-top: 10px;
}

#popup li {
    margin-bottom: 10px;
}

#popup .arr {
    font-weight: normal;
    font-size: 10px;
}

#popup #bot h2 {
    color: white;
    font-size: 18px;
	font-size: 13px;
    display: inline;
}

#popup #bot h4 {
    line-height: 26px;
}

#popup #head a {
    text-decoration: none;
    color: black;
}

#popup a {
    text-decoration: none;
    color: #ec008c;
}


/* VEDLEJSI MENU */
#subMenuDivider {
    width: 1000px;
    height: 10px;
    position: relative;
}

    #subMenuDividerBar {
        width: 0px;
        height: 10px;
        position: absolute;
        left: 0px;
        background-color: #6bb6b7;
    }

#subMenu{
	background-color:#62b9bb;
	width:1000px;
	height:20px;
	color:#0e224e;
	font-size:15px;
	text-align:center;
	line-height:19px;
}
	
	#subMenu a{
		text-decoration:none;
		color: #002c77;
		margin:auto;
		font-weight: normal;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#subMenu a:hover{
		color: #006CBE;
	}
	
	#subMenu span {
		margin-left:3px;
		margin-right:3px;
	}

#platebniKarty{
	width:260px;
	height:40px;
	background-image:url("../images/platebniKarty.gif");
	margin:auto;
	margin-top:10px;
}


#bottom {
	margin-top:20px;
	width:1000px;
	font-size:10px;
	color:white;
	text-align:center;
}

#bottom #bottomLeft {
	float:left;
	width:300px
}

#bottom #bottomRight {
	float:left;
/*	width:700px */
}

.textBelow{
	margin-top:10px;
	width:1000px;
	font-size:10px;
	color:white;
	text-align:center;  
}

.textBelow div{
	margin:auto;
	text-align:center;
	width:460px;
}

fieldset{
	border:1px solid #d9dee8;
}

input, textarea{
	margin:5px;
	border:1px solid #d9dee8;
}

/* THUMBNAIL */
.thumbnail {
	float: left;
	width: 100px;
	height: 130px;
	margin: 10px
}

/* FIELD SET */

fieldset div {
	margin:3px;
}

fieldset div label {
	position:relative;
	display:block;
	float:left;
	width: 110px;
	text-align:right;
	padding-right: 20px;
	padding-top: 7px;
}

fieldset div .input,
fieldset div .textarea {
	width: 170px;
}

fieldset p em {
	font-size: 11px;
}

/* DEFAULT STYLES */

a { 
	color:#F7CE43;
	font-weight:bold;
	text-decoration:none;
}

h1 {
	color:white;
	font-size:14px;
	font-weight:bolder;
	margin:0px;
	margin-bottom:10px;
}

a img {
	border:0px;
}

.clean {
	font-size:1px;
	height:1px;
	clear:both
}

table{
	border:1px solid #d9dee8;
}

thead, th{
	background-color:#006ec0;
	border:1px solid #d9dee8;
	padding:5px;
	font-weight:bold;
	width: 100px;
}

tbody, td{
/*	background-color:#68b0e6; */
	border:1px solid #d9dee8;
	padding:5px;
}

/* HLASKY */
#mainText .messageError,
#mainText .messageWarning,
#mainText .messageNotice {
    color: #F7CE43;
}



/* CLANKY */
.article .photo {
    margin: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
