/* SCREEN RULES
================================================== */

@media screen {

/* BASE
-------------------------------------------------- */

body,
h1, h2, h3,
address, blockquote, div, hr, iframe, object, p,
dl, dt, dd, ul, ol, li,
table, caption, col, colgroup, thead, tfoot, tbody, tr, th, td,
form, fieldset, legend, label,
img,
a {
	border: none;
	margin: 0;
	padding: 0;
}
body, input, textarea, select {
	font: 80%/1.5 sans-serif;
}
body {
	text-align: center;
	color: #000;
	background: #D4DEEA url(../img/body.gif) repeat-x;
	padding-bottom: 18px;
}

/* HEADLINES
-------------------------------------------------- */

h1 {
	font: bold 180%/1.4 sans-serif;
	color: #00397C;
	margin: 0 0 1em 0;
	padding: 0;
	font-style: italic;
}
h1 span {
	color: #E0000B;
}
h2  {
	font: bold 145%/1.4 sans-serif;
	margin: 0 0 .2em 0;
	color: #D90022;
}
h3  {
	font: bold 130%/1.2 sans-serif;
	margin: .8em 0 .2em 0;
	color: #00397C;
}

/* BLOCKS
-------------------------------------------------- */

address {
	margin: .8em 0;
}
blockquote {
	margin: .8em 20px;
}
hr {
	display: block;
	height: 1px;
	overflow: hidden;
	border: solid #C2C2C2;
	border-width: 1px 0 0 0;
	margin: 1em 0;
}
p {
	margin: .8em 0;
}

/* LISTS
-------------------------------------------------- */

dl {
	margin: .8em 0;
}
dt {
	margin: .2em 0;
}
dd {
	margin: .2em 0 .2em 20px;
}
ul {
	display: block;
	list-style: none;
	margin: .8em 0;
}
ul li, ol ul li {
	display: block;
	list-style: none;
	margin: .2em 0;
	color: #CD001A;
	padding: 0 0 0 15px;
	background: url(../img/bullet.gif) no-repeat 0 .4em;
	background-position: left center;
	vertical-align: middle;
}
ol {
	display: block;
	list-style: decimal;
	margin: .8em 0 .8em 20px;
}
ol li, ul ol li {
	display: list-item;
	list-style: decimal;
	margin: .2em 0;
	padding: 0;
	background: none;
}

/* TABLES
-------------------------------------------------- */

table {
	border-collapse: separate;
	border-spacing: 1px;
	margin: 1em 0;
	border: 1px solid #05377E;
}
caption {
	margin: 0;
	padding: 0 0 .8em 0;
	text-align: center;
	color: #D90022;
}
th {
	border: none;
	padding: .4em .8em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background-color: #CD001A;
	color: #FFF;
}
td {
	border: none;
	padding: .4em .8em;
	vertical-align: top;
	background-color: #D4DEEA;
}
table.construct {
	border-collapse: collapse;
	border: none;
	margin: .8em 0;
	background: transparent none;
}
table.construct caption {
	text-align: left;
}
table.construct th, table.construct td {
	border: none;
	padding: 0 10px .8em 0;
	font-weight: normal;
	background: transparent none;
	color: #353434;
}

/* FORMS
-------------------------------------------------- */

form {
	margin: 0 0 1em 0;
}
fieldset {
	border: 1px solid #023778;
	margin: 1em 0 .8em 0;
	padding: 9px;
}
legend {
	margin: .8em 10px .8em 0;
	padding: 0 10px;
	color: #D90022;
}
input, textarea, select {
	font-size: 1em;
}
table.construct label {
	vertical-align: middle;
}

/* INLINES
-------------------------------------------------- */

abbr, acronym {
	border-bottom: 1px dotted;
	font-variant: small-caps;
	cursor: help;
}
dfn {
	border-bottom: 1px dotted;
	cursor: help;
}
cite, em, q, var {
	font-style: italic;
}
code, kbd, samp, pre, .monospace {
	font: 1em "Lucida Console", "Andale Mono", monospace;
	letter-spacing: -1px;
}
sub {
	font-size: smaller;
	text-decoration: none !important;
	vertical-align: sub;
}
sup {
	font-size: smaller;
	text-decoration: none !important;
	vertical-align: super;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: underline;
}
strong {
	font-weight: bold;
	color: #CD001A;
}
em {
	font-weight: bold;
	font-style: normal;
}

/* ANCHORS
-------------------------------------------------- */

a, a:link {
	color: #00397C;
}
a:hover, a:active {
	color: #CD001A;
}
h1 a, h2 a, h3 a {
	color: #D90022 !important;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: none;
}
th a {
	color: white !important;
}
th a:link {
	color: #D90022;
}
table.construct th a {
	color: #D90022 !important;
}
table.construct th a:link {
	color: #B90033;
}

/* LAYOUT
-------------------------------------------------- */

#case {
	width: 992px;
	margin: 0 auto;
	text-align: left;
	border-top: none;
	background: white;
}
#case-in {
	border: 1px solid #242D37;
}

/* Header
-------------------------------------------------- */

#header {
	position: relative;
	height: 200px;
	overflow: hidden;
	background: url(../img/header.jpg) no-repeat left top;
}
#logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 117px;
	height: 97px;
	overflow: hidden;
	margin: 0;
}
#accesslink {
	position: absolute;
	z-index: -1;
	top: 0;
	width: 1px;
	height: 1px;
	margin: 0;
	overflow: hidden;
}
#toolbar {
	background: #DF000B url(../img/toolbar.jpg) repeat-x;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 5px 10px;
	vertical-align: middle;
}
#crumbs {
	margin: 0;
	padding: 0 0 1em 0;
	width: 100%;
}
#crumbs {
	color: #999999;
}
#crumbs a {
	color: #666666;
}
#crumbs strong {
	color: #333333;
}

/* Menu
-------------------------------------------------- */

#topmenu {
	background-color: #2150a5;
	background-image: url(../img/menubg1top.png);
	background-position: top;
	background-repeat: repeat-x;
}
#topmenu ul {
	background-image: url(../img/menubg1bottom.png);
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: 1px solid black;
	border-top: 1px solid white;
	display: block;
	list-style: none;
	margin: 0;
	padding: 5px 0;
	width: 100%;
}
#topmenu ul li {
	background: none transparent;
	border-right: 1px solid #999999;
	display: inline;
	list-style: none;
	line-height: 1;
	margin: 0;
	padding: 7px 0;
}
#topmenu ul li.current, #topmenu ul li:hover {
	background-color: #bb0000;
	text-decoration: underline;
}
#topmenu ul li a {
	color: white;
	font-family: Arial;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
}
#topspacer {
	background-image: url(../img/menubg2.png);
	background-position: top;
	background-repeat: repeat-x;
	height: 15px;
}

/* Content
-------------------------------------------------- */

#main {
	/*background: transparent url(../img/main.gif) repeat-x;*/
}
#main-in {
	padding: 10px;
	padding-bottom: 90px;
	margin: 0;
}

/* Content
-------------------------------------------------- */
#content {
	float: right;
	width: 784px;
}

/* Sidebar
-------------------------------------------------- */
#sidebar {
	float: left;
	width: 172px;
}
#sidebar p.smaller {
  font-size: 85%;
  line-height: 1.4;
  padding: 0 0 0.7em 0;
  text-align: left;
}
#search {
	margin: 0;
	padding: 0;
}
#search p {
  font-size: 85%;
  line-height: 1.4;
	margin: 0;
	padding: 0 0 0.7em 0;
	text-align: left;
}

/* Footer
-------------------------------------------------- */
#footer {
	background: #FAFAEC url(../img/case-in.gif) no-repeat 0 100%;
	padding: 30px 0 115px 195px;
}
#disclaimer {
	margin: 0;
	font-style: normal;
	line-height: 1.5;
}
#disclaimer span, #footer #tools span {
	color: #D80011;
}

/* START OF CUSTOM STYLES
-------------------------------------------------- */
.box {
	border: 1px solid #00397C;
	padding: 1px;
	text-align: center;
	margin-bottom: 20px;
}
.cols .left {
	float: left;
	width: 384px;
}
.cols .right {
	float: right;
	width: 384px;
}
.box h2 {
	background: #00498A url(../img/h2.gif) repeat-x 0 100%;
	color: #FFF;
	margin: 0;
	text-align: left;
	padding: 0.1em 0.5em;
	font-weight: normal;
}
.box h2 a {
	color: #FFF !important;
}
.box h2 span {
	font-size: 80%;
}
.cols .aktuality h2 {
	padding: 0.2em 0.5em;
}
.aktuality h3 {
	margin: 0;
}
.box .inner {
	padding: 10px;
	text-align: left;
	background: url(../img/inner.gif) repeat-x 0 0;
}
.banner {
	padding: 0 0 1.5em 0 !important;
	line-height: 1px;
}
.mapka {
	background: #FFF url(../img/mapka.gif) no-repeat;
	background-position: center center;
	width: 345px;
	height: 240px;
	border: 1px solid #242D37;
	position: relative;
}
.mapka li {
	position: absolute;
	padding: 0;
	margin: 0;
}
.cs {
	top: 30px ;
	left: 245px;
}
.es {
	top: 140px ;
	left: 50px;
}
.sui {
	top: 75px ;
	left: 190px;
}
.ro {
	top: 65px ;
	left: 325px;
}
.svk {
	top: 40px ;
	left: 285px;
}
.de {
	top: 20px ;
	left: 195px;
}
.at {
	top: 60px ;
	left: 245px;
}
#map {
	border: 1px solid #242D37;
	margin: 0 auto;
}
.domy-detail h2 {
	background: #D4DEEA url(../img/h2-domy.gif) repeat-x left bottom;
}
.domy-detail h2, .domy-detail h2 a {
	color: #00397C !important;
}
.cena-line {
	font-size: 160%;
	font-weight: bold;
}
.pic, pic2 {
	line-height: 1px;
}
.pic2 {
	text-align: center;
	margin: .5em 0;
}
.pic2 img {
	border: 5px solid #D4DEEA;
}
.dum {
	padding: 10px;
}
.switch {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.switch li {
    display: -moz-inline-stack; /* old gecko (FF2) */
    display: inline-block;      /* FF3, Opera9.50 and other
                                   modern browsers */
    text-align: center;
	list-style: none;
	background: none;
	border: 1px solid #00397C;
	padding: 1px;
	margin-right: 10px;
}
* html .switch li {
    display: inline;            /* IE6 and below? */
}
*:first-child+html .switch li {
    display: inline;            /* IE 7 */
}
.switch li a {
	background-color: #FFF;
	display: inline-block;
	text-decoration: none;
	color: #00397C;
	padding: 2px 5px;
}
.switch li.tabs-selected a {
	background-color: #CE0019;
	color: #FFF;
}
.switch li a:hover {
	background-color: #00397C;
	color: #FFF;
}
.tabs-hide {
	display: none;
}
.plocha table, .partneri table {
	width: 99%;
}
table.mybox td div.partneri table td, table.mybox td div.partneri table th {
  vertical-align: middle;
  padding: 0.2ex 0.5ex;
}
#vyzadejte fieldset {
	width: 60%;
}
.hlasky {
	border: 1px solid #CE0019;
	background-color: #FFF;
	padding: 1px;
	text-align: center;
	margin: 0 0 2em 0;
}
.hlasky p {
	background-color: #CE0019;
	color: #FFF;
	margin: 0;
	padding: 10px;
}
.gallery {
	margin: 2em 0;
	margin-right: -10px;
	clear: both;
}
.gallery li, .nahled {
	border-right: 1px solid #7FA9D3;
	border-bottom: 1px solid #7FA9D3;
	background: #FAFAEC;
	overflow: hidden;
	padding: 5px;
	text-align: center;
}
.gallery li {
	float: left;
	margin: 5px 10px 5px 0;
}
.gallery li img {
	line-height: 1px;
	border: 1px solid #F8F1E1;
}
.gallery:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.dodavatele li {
	float: left;
	background: none;
	list-style: none;
	overflow: hidden;
	text-align: center;
	height: 150px;
	margin: 0 20px 20px 0;
}
.count {
	margin: 0 0 1em 0;
}
.domky .pic {
	float: left;
	margin: 0;
	height: 160px;
}
.pic img {
  background-color: white;
	border: 1px solid #00397C;
	margin: 6px;
	padding: 3px;
	line-height: 1px;
}
/* END OF CUSTOM STYLES */

/* UNIVERSAL DEFINITIONS
-------------------------------------------------- */

.fix {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0;
	font: 1px/1px sans-serif;
	background-color: transparent;
}
.note {
	color: #828080;
	word-spacing: -.1em;
}
p.note {
	line-height: 1.2;
}
.float-left, .doleva {
	float: left;
	margin: .2em 10px .8em 0;
}
.float-right, .doprava {
	float: right;
	margin: .2em 0 .8em 10px;
}
.noscreen, .noshow {
	display: none;
}
.clear {
	clear: both;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.middle {
	vertical-align: middle;
}
.larger {
	font-size: larger;
}
.smaller {
	font-size: smaller;
}
.extra {
	color: #D90022;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.nowrap {
	white-space: nowrap;
}
.nomargin {
	margin: 0 !important;
}
.nomargintop {
	margin-top: 0 !important;
}
a.askform {
  background-color: green;
  border: 2px outset green;
  color: white;
  font-size: 110%;
  font-weight: bold;
  padding: 1px;
  text-decoration: none;
}
a.askform:hover {
  background-color: #00397C;
  border: 2px outset #00397C;
}

table.mybox {
  background-color: #ebedf2;
  border: 0;
  border-spacing: 0;
  margin: 0;
  margin-bottom: 1.5em;
  width: 100%;
}
table.floating {
  float: left;
  height: 270px;
  margin-right: 5px;
  width: 48%;
}
table.higher {
  height: 540px;
}
table.mybox td {
  background-color: #ebedf2;
  border: 0;
  padding: 0;
  text-align: left;
}
table.mybox td h2 {
  font-size: 13pt;
  line-height: 1.2;
  padding-bottom: 10px;
}
table.mybox td.myboxtl {
  background-image: url(../img/myboxtl.gif);
  background-position: top left;
  background-repeat: no-repeat;
  width: 20px;
}
table.mybox td.myboxt {
  background-image: url(../img/myboxt.gif);
  background-position: top;
  background-repeat: repeat-x;
  height: 20px;
}
table.mybox td.myboxtr {
  background-image: url(../img/myboxtr.gif);
  background-position: top right;
  background-repeat: no-repeat;
  width: 20px;
}
table.mybox td.myboxbl {
  background-image: url(../img/myboxbl.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 20px;
}
table.mybox td.myboxb {
  background-image: url(../img/myboxb.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  height: 20px;
}
table.mybox td.myboxbr {
  background-image: url(../img/myboxbr.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  width: 20px;
}
table.mybox td.myboxl {
  background-image: url(../img/myboxl.gif);
  background-position: left;
  background-repeat: repeat-y;
  width: 20px;
}
table.mybox td.myboxc {
}
table.mybox td.myboxr {
  background-image: url(../img/myboxr.gif);
  background-position: right;
  background-repeat: repeat-y;
  width: 20px;
}

}

/* PRINT RULES
================================================== */

@media print {

body {
	font-family: georgia, serif;
}
table {
	border-collapse: collapse;
	border: none;
}
th, td {
	border: 1px solid;
}
.noprint, .noshow, .fix, #accesslink, #nav {
	display: none;
}
.tabs-nav {
	display: none;
}
