body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#556271;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

a {
	color:#556271;
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
}
a:hover {
  text-decoration: none;
}


#fading {
    background-color: black;
    position: absolute; 
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%; 
    height: 100%;
    margin: 0;    
    filter: alpha(opacity=0);
    opacity: 0;
}

#all {
  text-align: center;
  min-height: 1px;
  height: auto !important;  /* IE HACK        */
  height: 1px;             /* FOR min-height */
  width: 100%;  
}


div.obsah {
  text-align:center;
  min-height: 350px;
  height: auto !important;  /* IE HACK        */
  height: 350px;             /* FOR min-height */
  width: 1280px;
  margin: 0px auto;
  z-index:1;
}

#main_text, #main_text a, #main_text a:hover {
	color:#556271;
	font-size:11px;
}

#header {
  width: 1280px;
  height: 98px;
  text-align:left;
  vertical-align:bottom;
  padding-bottom:10px;
}
#m_header {
	height:10px;
	width:100px;
}

#logo a {
  width:166px;
  height:98px;
  background-image: url(../images/logo.gif);
  background-repeat:no-repeat;
  float:left;
}
#m_logo {width:30px;height:10px;float:left;}

#obsah_down {
  width: 1024px;
  margin: 0px auto;
}

#obsah_left {
  width: 232px;
  float:left;
}

#obsah_right {
  width: 737px;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  text-align:left;
  background-image: url(../images/pozadie_stred.jpg);
  background-repeat:no-repeat;	
  float:left;
}

#content_header {
	width:1280px;
	height:65px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/head_2.jpg);
	background-repeat:no-repeat;
}

#down {
  width:1280px;
  min-height: 200px;
  height: auto !important;  /* IE HACK        */
  height: 200px;             /* FOR min-height */
}
#m_menu3_left {
	width:37px;
	height:20px;
	float:left;
}
#menu3 {
	width:182px;
	float:left;
	text-align:left;
	margin:0px auto;
	margin-top:10px;
}
#menu3 #heading {
	font-weight:bold;
	padding-top:5px;
	padding-bottom:12px;
	color:#000000;
}
#menu3 ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0px auto;
	padding:0px;
	list-style:none;
}
#menu3 li {
	margin:0px auto;
	margin-top:5px;
}
#menu3 li.sub {
	margin:0px auto;
	margin-top:5px;
	margin-left:0px;
}
#menu3 li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
#menu3 li a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#283F88;;
}
#menu3 li a.active {
	color:#283F88;;
}
.aktuality {
	width:200px;
	margin:0px;
	padding:0px;
	text-align:left;
  	float:left;
}
.aktuality #m {
	margin:0px;
	padding:0px;
	width:37px;
	height:30px;
	float:left;
}
.aktuality #m_ {
	margin:0px;
	padding:0px;
	width:100px;
	height:10px;
}
.aktuality #content {
	margin:0px;
	padding:0px;
	text-align:center;
	width:163px;
	float:left;
}
.aktuality #content #heading {
	color:#000000;
	font-weight:bold;
	padding-top:4px;
	padding-bottom:10px;
	text-align:center;
}
.aktuality #content #entry {
	padding-top:8px;
	color:#000000;
	font-weight:normal;
	font-size:11px;
	text-align:left;
}


#content {
	width:790px;
	padding: 35px 35px 20px 35px;  
	margin: 0px auto;
	text-align:left;
	float:left;
}

#content a {color:#666666; text-decoration:underline; }

#content img {float:left; margin-right:7px;}

.clear {clear:both; height:1px;}

#menu {
  padding: 0px;
  padding-top: 80px;
  margin: 0px auto auto 0px;
  float: left;
  z-index: 29;
}

input, select, textarea {
  font-family: Arial;
	font-size: 11px;
	color: #000000;
	border: 1px #AFCEE3 solid;
	background-color: #73B3D6;
	margin: 2px;
	padding: 2px;
}
input:hover, select:hover, textarea:hover {
	border: 1px #fff solid;
}

input.search {
	width:125px;
	height:11px;
	font-size:10px;
	border:1px #FFFFFF solid;
	background-color:#FFFFFF;
	color:#141E41;
}

#datatable {
  margin-top: 10px;
  border-left: 1px #AFCEE3 solid;
  border-top: 1px #AFCEE3 solid;
}
#datatable td, #datatable th {
  border-right: 1px #AFCEE3 solid;
  border-bottom: 1px #AFCEE3 solid;
}


p.error {
  color: #000;
  font-weight: bold;
  margin: 5px 0px;
  padding: 0px;
}
.right {
  text-align: right;
}
.centered {
  text-align: center;
}

form {
  margin: 0px;
  padding: 0px;
}


a.btn_delete {
  display: block;
  width: 11px;
  height: 15px;
  background-image: url(../images/btn_delete.gif);
  background-repeat: no-repeat;
  margin: 0px auto;
  background-position: 0px 0px;
}
a.btn_delete:hover {
  background-position: 0px -15px;
}

.clear {
  clear: both;
}

#spodok {
  clear: both;
  height: 1px;
  margin: 20px 0px 0px 0px;
  border-top: 1px #3C74BF solid;
}

.x {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
.x:hover {
  color: red;
}

#kraje {
  margin: 10px 0px;
  padding: 0px;
}
#kraje li {
  list-style: none;
}
#kraje a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 22px;
}
#kraje a:hover {
  text-decoration: underline;
}

#footer {
  width: 1280px;
  min-height: 20px;
  height: auto !important;  /* IE HACK        */
  height: 20px;             /* FOR min-height */
  margin: 0px auto;
  padding-bottom:10px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
}
#m_footer {
	width:100px;
	height:30px;
}
#footer, #footer a {
  color:#999999;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer #copyright {
  float: left;
}
#footer #copy_margin {
	width:37px;
	height:10px;
	float:left;
}
#footer #f_center_margin {
	width:400px;
	height:10px;
	float:left;
}
#footer #f_center {
	float:left;
}
#footer #webdesignby {
  float: right;
}
#footer #web_margin {
	width:37px;
	height:10px;
	float:right;
}