* { 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;
	font: 0.8em/1.5 "arial",sans-serif;
	color: #354146;
	text-align: center;
	background-color: #FFF;
}

/* obecne odkazy --------------------------------------------------------------- */
a {color:#1666a3;}
a:link {color:#1666a3;}
a:hover {color:#0b4775;}

/* nadpisy --------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin:15px 0 10px 0; }
h1 { font-size:200%; font-family: Georgia;}
h1#logo a{color: #ced1d2; text-decoration: none; display: block;padding: 18px 0 17px; font-weight: normal;}
h1#logo a:hover{color: #fff;}
h2 {
	font-size:130%;
	color: #354146;
	font-weight: bold;
	padding: 0;
	margin:10 0 0 0;
}
h3 { font-size:120%; }
h4 {
	font-size:100%;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	text-align: left;
}
h5 {
	font-size:100%;
	padding-left: 10px;
}

/* layout ---------------------------------------------------------------------- */
#layout {
	text-align:left;
	background-image: url(../img/bg_04.jpg);
	background-repeat: repeat-x;
}
  #container {
	clear: both;
	width: 891px;
	margin: 0 auto;


  }
  #intro{
	width: 890px;
	margin: 0px auto;
	min-height: 60px;
  }

  #intro-in{
	padding: 0px;
  }

.intro_content {
	background-color: #666;
}
.intro-f-left {
	margin-left: 10px;
}



  	/* hlavicka ------------------------------------------------------------------ */
  	#header {
	width:891px;
	margin:0 auto;
	height: 100px;
	background-image: url(../img/kopfleiste_mayr23.jpg);
}
  
      
        
    /* horizontalni navigace --------------------------------------------------- */
      #nav {
	width:891px;
	margin:0 auto;
	background-repeat: repeat-x;
}
      #nav ul {
	margin:0;
	padding:0;
	list-style:none;
	height: 30px;
}
      	#nav ul li {float:left; display:block; margin:0; padding:0;}
      	#nav ul li a {
	display: block;
	float: left;
	font-size: 100%;
	color: #666;
	text-decoration: none;
	padding: 5px 20px 10px;
	text-align: center;
	border-right: 0px solid #fff;
	font-weight: normal;

        }
        #nav ul li a:hover {
	color: #000;
	text-decoration: underline;
        }
      	#nav ul li#active a {
	color: #333;
	background-color: #FFF;
}
  
  
  
    .content {
	padding: 0 0 0 0;
	z-index: 10;
	width:890px;
	margin:0 auto;
	background-color: #FFF;
       
    }
    .content .in{
	padding: 20px 0 30px;
    }
    p.intro{
      background: url("../img/line.jpg");
      line-height: 23px;
      margin:0 0 0;
    }
    .shadow{

    }
    img.thumb{


}
    
    .columns {
	list-style: none;
	margin:10px 0 0 0;
	padding:0;
	font-size: 90%;
}
    .columns li{
	float: left;
	width: 20%;
}
    .columns li.col2{

}
    .columns li h3{padding: 0 10px;color: #2e4650; margin: 0 0 5px;}
    .columns li.col2 h3{padding-left: 20px;}
    .columns li.col3 h3{padding-left: 20px;}
    .columns li p{line-height: 22px;padding: 0 20px 0 10px; margin: 0; color: #3f4345;}
    .columns li.col2 p{
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
}
    .columns li.col3 p{padding: 0 10px 0 20px;}
    .columns li a.more{display: block;color: #1666a3;padding: 5px 0;}
    .columns li a.more:hover{color: #0b4775; text-decoration: none;}

  
  
  	/* paticka ----------------------------------------------------------------- */
  	#footer {
	width:891px;
	margin:0 auto;
	clear:both;
	font-size: 85%;
	padding-bottom: 70px;
	color: #333;
	background-image: url(../img/bg_04_borderline.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
    }
    #footer a{color: #898989;}
    #footer a:hover{color: #666666; text-decoration: none;}
      #footer .f-left, #footer .f-right {
	padding: 10px 10px;
}




/* odstavce -------------------------------------------------------------------- */
p { margin:15px 0; }
#layout #container table tr td {
	line-height: 22px;
}


/* tabulky --------------------------------------------------------------------- */
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; }

/* seznamy --------------------------------------------------------------------- */
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; }

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

/* ostatni --------------------------------------------------------------------- */
fieldset { margin:15px 0; padding:10px; border:1px solid #CCC; }
legend { margin-left:10px; font-size:100%; font-weight:bold; color:#000; }
abbr, acronym, .help { border-bottom:1px dotted #CCC; cursor:help; }
blockquote { margin:15px 20px; font-style:italic; }
del, .del { text-decoration:line-through; }
strong, .strong { font-weight:bold; }
cite, em, q, var { font-style:italic; }
code, kbd, samp  {font-family:monospace; font-size:110%; }
hr { display:block; height:1px; margin:10px 0; padding:0; border:0 solid #CCC; background:#CCC; color:#CCC;} 
.f-left {float:left;}
.f_left_intro {
	float: left;
	width: 300px;
}

.f-right {
	float:right;
}
.a-left, tr.a-left td {text-align:left;}
.a-center, tr.a-center td {text-align:center;}
.a-right, tr.a-right td {text-align:right;}
.a-justify {text-align:justify;}
.va-top {vertical-align:top;}
.va-middle {vertical-align:middle;}
.va-bottom {vertical-align:bottom;}
.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; }
.mleft10 { margin-left: 10px; }
.mright10 { margin-right: 10px; }
.mtop10 { margin-top: 10px; }
.mbottom10 { margin-bottom: 10px; }

/* univerzalni prvky ------------------------------------------------------------ */
input.small{
  width: 50px;
}
input.normal{
  width: 146px;
}
.bigger {font-size:115%;}
.smaller {font-size:85%;}

.high {color:#00F;}
.nonhigh {color:#777;}

.foto{  display: block; border: 3px solid #ddd;}
