/* CSS Document */

body {
    padding: 0;
    margin: 0;
    line-height: 12px;
    color: #3f3f3f;
    font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
    font-size: 12px;
    background: #0168AA;
}

h1 {
    color: #504e51;
    font-size: 1.4em;
    line-height: 1.2em;
    font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
    padding: 10px 0 2px 10px;
    margin: 0 0 10px 0;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #cccccc;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.2em;
}

.text h4 {
    background: #e1e4ff;
    padding: 1px 0 1px 10px;
    margin: 0px;
    color: #e72732;
    font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
    font-size: 1.1em;
}

hr.cleaner {
    clear:both;
    height:1px;
    margin: -1px 0 0 0; padding:0;
    border:none;
    visibility: hidden;
}

p {margin: 15px 0 15px 0; padding: 0;}
p.justify {text-align: justify;}
p.center {text-align: center;}

ol li {
    padding: 0 0 1px 0;
}

.a_right {
    margin: 5px 0 0 0;
    text-align: right;
}

.error {
    color: red;
    padding: 1em;
    margin: 1em;
    font-weight: normal;
    font-size: 1.2em;
    text-align: center;
    background: #F7D0CE;
    border: 1px solid red;
}

.info {
    color: #000;
    padding: 1em;
    margin: 1em;
    font-weight: normal;
    font-size: 1.2em;
    text-align: center;
    background: #C3FD7A;
    border: 1px solid #76C41F;
}

.strankovani {
    margin: 10px 0 10px 0;
    text-align: center;
}

/*  Layout  */

#container {
    width: 770px;
    margin: 0 auto 0 auto;
    background: #fff;
}

#header {
    height: 204px;
    background: #0168AA url(../grafika/header.jpg) bottom center;
    background-repeat: no-repeat;
    /*border: 1px solid #F6F6F6;*/
    position: relative;
}

#header #vlajecky {
    float: right;
    width: 300px;
    text-align: right;
    margin: 10px 0 0 0;
}

#header #vlajecky img {
    margin: 0 0 0 0;
}

#header a#homepage {
    display: block;
    height: 120px;
    width: 770px;
    position: absolute;
    top: 36px
}

#header #c1, #header #c2, #header #c3, #header #c4, #header #c5 {
	/*background: silver;*/
	display: block;
	height: 30px;
	width: 80px;
	position: absolute;
	top: 166px;
}

#header #c1 { left: 175px; }
#header #c2 { left: 295px; }
#header #c3 { left: 420px; }
#header #c4 { left: 545px; }
#header #c5 { left: 670px; }

#center {
    clear: both;
    /*background: url(../grafika/bg-menu.gif) repeat-y -20px 0px;*/
    /*background: #fff url(../grafika/border-dotted-silver.gif) repeat-y 222px top;*/
    background: #fff;
    border-bottom: 1px solid #fff;
    width: 770px;
    margin: 0 auto 0 auto;
}

#div-obsah {
    /*float: right;*/
    /*width: 550px;*/
    margin: 0;
    padding: 0;
}

#div-obsah #obsah {
    /*width: 490px;*/
    padding: 0 0 0 0;
    /*float: left;*/
}


/*
#div-obsah #right {
    width: 105px;
    float: right;
    padding: 0 0 0 5px;
}
*/

#div-menu {
    margin: 0 550px 0 0;
    /*background: #eaae3c;*/
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #div-obsah {
  /*margin-right: 0;*/
  }
 
* html #div-menu {
  /*height: 1%;
  margin-left: 0;*/
  }
 
/* End hide from IE5/mac */

#div-obsah div.text {
    padding: 0 10px 0 10px;
    line-height: 17px !important;
    position: relative;
}

#div-obsah div.text img.img {
    border: 2px solid #A3ABB6;
    padding: 2px;
    margin: 10px;
    background-color: #fff;
}

#paticka {
	clear: both;
	padding: 5px 0 5px 5px;
	text-align: left;
	border-top: 3px solid #0168AA;
	background: #DFE5F1;
	font-size: 10px;
	line-height: 1.4em;
	width: 765px;
	margin: 0 auto 0 auto;
}

#paticka p {
	float: right;
    text-align: right;
    width: 150px;
    padding: 0 5px 0 0 !important;
    margin: 0px !important;
    font-size: 10px;
}

#paticka a {
    font-weight: bold;
}

/* OBSAH */

#obsah ul li {
    margin-bottom: 5px;
}

/* SOUTEZ */

table.soutez {
	border-collapse: collapse;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

table.soutez td {
	vertical-align: top;
	background: #F6F6F6;
	border: 3px solid #fff;
}

table.soutez td.txt {
	padding: 1em;
}

table.soutez td.line_height {
	line-height: 1.6em !important;
}

div.projekt {
	border-bottom: 1px solid #E5E9EA;
	padding-bottom: 0.75em;
}

h1.logo {
	/*background: url('../soutez/dsr/logo-dsr.gif') no-repeat 610px center;*/
	height: 90px;
	line-height: 90px;
	font-size: 1.5em;
	color: #0169B2;
	text-align: left;
	padding-left: 5.5em;
}

h2.soutez_nazev {
	color: #CD3132 !important;
}

.hlas_button {
	color: green;
	font-weight: bold;
	padding: 0.25em;
}

.ukazatel {
	background: #24A6FC;
	text-align: right;
	color: #fff;
	padding: 0 0.25em 0 0;
	margin: 0.25em 0 0 0;
	font-size: 0.9em;
}

img.logo_dsr {
	position: absolute;
	right: 50px;
	top: 10px;
}

ol#vysledky li {
	padding-bottom: 0.75em;
}

ol#vysledky li .nazev {
	color: #CD3132;
	font-size: 1.2em;
}

/* KONEC */

/*  kde-jsme    */

#kde-jsme {
    height: 22px;
    line-height: 21px;
    padding: 0 0 0 10px;
    clear: both;
    font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
    font-size: 11px;
    letter-spacing: 0.1em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #0168AA;
    color: #f6f6f6;
}

#kde-jsme a {
    color: #e5e9ea;
    font-weight: bold;
}

#kde-jsme .a_uroven {
    padding: 0 0 0 26px;
    background: url("../grafika/pointer-silver.gif") no-repeat 9px 5px;
}

#kde-jsme span {
    padding: 0 0 0 26px;
    background: url("../grafika/pointer-silver.gif") no-repeat 9px 5px;
    font-weight: bold;
}

/* ODKAZY */
a {
    color: #0168AA;
}

a:hover {
    color: #0168AA;
    text-decoration: none;
}

