* { margin:0; padding:0; }
body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object { border:0; }
body { 
  padding: 0; 
  background: #fff url("../img/western2.jpg") repeat-x; 
  font: 0.9em/1.5 "arial",sans-serif; 
  color: #354146;
  text-align: center; 
}


a {color:#1666a3;}
a:link {color:#1666a3;}
a:hover {color:#0b4775;}


h1, h2, h3, h4, h5, h6 { margin:15px 0 10px 0; }
h1 { font-size:200%; font-family: Georgia;}
h1#logo a{color: black; text-decoration: none; display: block;padding: 18px 0 17px; font-weight: normal;}
h2 { font-size:130%; color: #354146;font-weight: bold; padding-left: 10px;margin:0; }
h3 { font-size:120%; padding-left: 10px;padding-top: 10px;margin:0; text-decoration: underline;}
h4 { font-size:110%;padding-left: 10px;padding-top: 10px;margin:0; }
h5 { font-size:100%;padding-left: 10px;margin:0; }

/* layout ---------------------------------------------------------------------- */
#layout { 

  text-align:left; 
}

#container { 
    clear: both;
    margin: 0 auto;
    height: 450px;
    width: 80%;
  }
  
#intro{
    background: #e6e8e9;
    opacity: 0.8;
    height:450px;
  }

#intro-in{
    width:98%; 
    margin:0 auto; 
    padding-top: 10px;
    padding-bottom: 10px;
    height: 15%;
  }
 #intro-in-One-line{
    width:98%; 
    margin:0 auto; 
    padding-top: 10px;
    padding-bottom: 10px;
    height: 12%;
  } 
  
  #intro-in-Three-line{
    width:98%; 
    margin:0 auto; 
    padding-top: 10px;
    padding-bottom: 10px;
    height: 18%;
  }

#header 
  	{width:80%; 
  	 height:60px;
     margin:0 auto; }
  
      
        
    /* horizontalni navigace --------------------------------------------------- */
      #nav {width:80%; 
      margin:0 auto; 
      height: 40px;
      }
      #nav ul {margin:0; padding:0; list-style:none;height: 40px;}
      	#nav ul li {float:left; display:block; margin:0; padding:0;}
      	#nav ul li a {
          display: block; 
          float: left;
          font-size: 85%;
          color: black;
          text-decoration: none;
          padding: 12px 20px 10px;
          text-align: center;

        }
        #nav ul li a:hover {
          color: #fff;
          text-decoration: underline;
        }
      	#nav ul li#active a {
      	color: #101517;
      	border: 1px solid #fff;border-bottom:1px solid #e6e8e9;
        background:#e6e8e9; text-decoration:none;
        opacity: 0.8;}
  
  
  
    .content {
      padding: 0 0 0 0;
      z-index: 10;
      width:98%; 
      margin:0 auto; 
      height: 80%
       
    }
    .content .in{
      padding: 0 0 10px;
      height:362px;
      
    }
    p.intro{
      background: url("../img/line.jpg") repeat-x scroll 0 100%;
      line-height: 23px;
   		margin: 0 auto;
    	width: 98%;
    	
    }

    img.thumb{padding: 3px; background: #fff; border: 1px solid #d1d1d1;}
    
    .columns {list-style: none;margin:10px 0 0 0;padding:0; font-size: 90%;}
    .columns li{float: left;}
    
    .columns li h3{padding-left: 10px;color: #2e4650; margin: 0 0 5px; text-decoration: underline;}
    .columns li p{line-height: 20px;padding: 0 20px 0 20px; margin: 0; color: #3f4345;}
    
    .columns li.col1{width: 45%;height: 350px;overflow-y:auto}
    .columns li.linkCol1{width: 15%;height: 350px;}
	.columns li.col2{width:35%;border-left: 1px solid #d7d7d7;height: 350px;}
	.columns li.colData1{width:65%;height: 350px;overflow-y:auto;}
	.columns li.colData1 h4{display: inline;}
	.columns li.colData1 p{padding-bottom: 10px;}
	#headingData{padding-top: 10px}
    .columns li.colData2{width:30%;border-left: 1px solid #d7d7d7;height: 350px;}	
	.columns li a.more{color: #1666a3;}
    .columns li a.more:hover{color: #0b4775; text-decoration: none;}

	.columns li.col2 a.more{padding-left: 10px;}
	
	.introMore{padding-left: 20px;}
  	/* footer ----------------------------------------------------------------- */
  	#footer {
  	  width:80%; 
      margin:0 auto;
      clear:both;
      font-size: 85%;
      padding-bottom: 10px;
      color: #898989;
    }
    #footer a{color: white;}
    #footer a:hover{color: white; text-decoration:none;font-weight: bold;  }
      #footer .f-left, #footer .f-right { padding: 0 10px; }
      #footer ul {margin:0; padding:10px; list-style:none;height: 35px;}
      	#footer ul li {float:right; display:block; margin:0; padding:10px;}

/* paragraphs -------------------------------------------------------------------- */
p { margin:15px 0; }

.clear { clear:both; }
.box { min-height:1px; }
.box:after { display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:"."; }
.noscreen { display:none; }

/* tables --------------------------------------------------------------------- */
table { margin:15px 0; border-collapse:collapse; border-spacing:0; font-size:100%; }
th { text-align:center; font-weight:bold; }
th, td { padding:3px 5px; }

/* list item default --------------------------------------------------------------------- */
ul, ol { display:block; margin:15px 0 15px 40px; }
ul ul, ul ul ul, ol ol, ol ol ol { margin:0; margin-left:20px; }
ol { list-style-type:decimal; }
ol ol { list-style-type:upper-alpha; }
ol ol ol {list-style-type:lower-alpha; }
li { display:list-item; }
ul li a { text-decoration:underline; }

/* description list -------------------------------------------------------------------- */
dl { margin:15px 0; }
dt { font-weight:bold; }
dd { margin-left:30px; }


td.w {width:36%;padding-left:10px;}
a.downloadlink {
	display: inline;
	padding-left: 20px;
}
.NotText{
	display: none;
	color: red;
	padding-left: 5px;
}

a.otherLinks{padding-left:20px;}

.Full {padding-left: 10px;}

#DataClause{width:100%; padding-top:0px;padding-left:10px}
.address{line-height:18px; padding-left:10px;margin:0;}
.contact{ margin: 10px 0 10px 24px;}
.name{font-weight: bold;}
.email{padding-left:10px;}

.columns li.colSingle {
    height: 350px;
    overflow-y: auto;
    width: 100%;
}
li p.UpEvents {
	padding-left:10px;
}



#cover  img {

	height: 60%;
    left: 24%;
    position: absolute;
    top: 28%;
    width: 50%;
}

#cover{ 
  position:absolute; 
  top:37%; 
  left:44%; 
  background:rgba(40,40,40,0.9)center center; 
  z-index:1; 
  width:8%; 
  height:12%; 
  display:none; 

}

#webapp_img {
    display: inline;
    height: 75%;
    padding-left: 10%;
    padding-right: 10%;
    width: 75%;
	opacity: 1;
}
#ProccesingName {
color: white
}

#FeedBackTA {
	width: 98%;
    height: 60%;
    margin-bottom: 10px;
    margin-left: 8px;

}
#FeedbackType {
    margin-bottom: 10px;
    margin-left: 8px;
    padding-bottom: 5px;
    padding-top: 5px;
}
#FeedbackSubmit{
margin-left:8px;
}
