/* CSS Document */

//div {border: 1px solid #CCCCF4}

body
  {
  font-family: "Tahoma CE", Tahoma, "Arial CE", sans-serif;
  font-style: normal;
  font-size: 10pt;
  text-align: center;
  line-height: 160%;
  color: #444444;
	background: #CCCCF4 url('/skin/test/bg1.jpg');
  }

#upbg
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 275px;
background: transparent url('/skin/test/bg2.jpg') repeat-x;
_background: transparent none;
z-index: 1;
}

#web
  {
  position:relative;
	top: 20px;
  width:816px;
  margin:auto;
	background-color: #FFFFFF;
  
  }

#celek
  {
   position:relative; 
   width:800px; 
   padding-top:0px;
   float:left;
   margin: 8px 8px 8px 8px;
   _margin: 8px 0px 8px 4px;
  } 


#header
{
position: relative;
width: 100%;
height: 6.0em;
background: #2B2B2B url('/skin/test/topbg.gif') repeat-x;
margin-bottom: 2px;
}


#headercontent
{
left: 20px;
top: 5px;
position: absolute;
bottom: 0em;
}

#headercontent div
{
martin: 0px;
padding: 0px;
font-weight: normal;
color: #fff;
font-size: 2.5em;
text-align: left;
}

#headercontent div.server a
{
color: #fff;
text-decoration: none;
}

#headercontent div.server sup
{
color: #777;
}

#headercontent div.motto
{
font-size: 0.9em;
font-weight: normal;
color: #aaa;
margin-top: 10px;
}

#search
{
width: 300px;
position: absolute;
top: 2.0em;
right: 1.0em;
padding-right: 0.0em;
}

input.searchtext
{
//margin-right: 0.5em;
//vertical-align: middle;
//border-top: solid 1px #000000;
//border-right: 0px;
//border-bottom: solid 1px #777777;
//border-left: 0px;
//padding: 0.15em;
//width: 200px;
}

input.searchsubmit
{
background-color: #4949D1;// url('images/buttonbg.gif') repeat-x;
border: solid 1px #9C9CE8;
font-weight: bold;
//padding: 0.25em;
//font-size: 0.8em;
color: #F2F3DE;
width: 70px;
//vertical-align: middle;
}

#headerpic
{
position: relative;
height: 85px;
background: #fff url('/skin/test/head.jpg') no-repeat top left;
margin-bottom: 2px;
}



#top
  {
  width:800px; 
  height:115px;
  padding: 0;
  margin: 0;
  }

#nadpis {
	position: absolute;
	top: 80px;
	height: 40px;
	left: 40px;
	display: block;
}
#nadpis a{
  font-weight: bold;
  font-size: 20pt;
	color: #9C9CE8;
	text-decoration: none;
}
#nadpis a:hover{
	text-decoration: underline;
}
  
#top img{
  display: block;
}

#obal
  {
  text-align:left;
  width:800px;
  float:left;
  }
/*horizontalni menu---------------------------------------------------------- */  
.menuh
  {
  width:800px;
  height:25px;
  font-size:10pt;
  /*background:#4949D1;*/
  background: #2B2B2B url('/skin/test/topbg.gif') repeat-x;
  }
   
a.buttonh
  {
  display:block;
  float:right;
  font-weight:bold;
  color:#CCCCF4;
  text-align:right;
  text-decoration: none; 
  padding: 4px 5px 4px 5px;
  }
  
a:hover.buttonh
  {
  color: #666666; 
  background : #FFFFFF
  }
  
/*vertikalni menu ---------------------------------------------------------- */
.menuv
  {
  width:140px;
  float:left; 
  font-size:10pt; 
  background:#9C9CE8;
  }
   
a.buttonv
  {
	padding-left: 5px;
  display:block;
  width:135px;
  text-align:left; 
  font-weight: 500;
	padding-top: 2px;
	padding-bottom: 2px;
  text-decoration: none;
  color:#4F4F8B;
  background:#9C9CE8;
	border-top: 1px solid #ccccf4; 
	border-bottom: 1px solid #4F4F8B; 
  }
  
a:hover.buttonv
  {
  color: #666666; 
  background : #ccccf4;
  }

span.nadpisv
  {
  display:block;
  width:130px;
	padding-top:10px;
	padding-left: 5px;
	padding-right: 5px;
  text-align:left; 
  font-weight:bold;
  text-decoration: none;
  color:#000;
  background:#9C9CE8;
  }
  
/*text ---------------------------------------------------------- */
/*  div {margin: 0px; padding: 0px; border-width: thin; border-style: none; border: solid;}*/
.text
  {
  width:600px !important;
  width:660px;
  float:right;
  text-align:left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	overflow: visible;
  }
  
/*novinky ---------------------------------------------------------- */

.novinky
  {
  display: inline;
  position: relative;
  width:140px;
  text-align:left;
  float: right;
  background:#9C9CE8; /*--*/
	font-size: 10pt;
  }
  
  
/*paticka---------------------------------------------------------------------*/

.paticka
  {
  padding: 10px 0px 0px 0px;
  clear:left;
  width:100%;
  }

/*tables----------------------------------------------------------------------*/
table.admin {
    border-spacing: 0px;
    border-collapse: collapse;
    background: #F9F5D7;
    border: 3px solid #000000;
}
table.admin th {
    text-align: center;
    font-weight: bold;
    padding: 0.1em 0.5em;
    border: 0px;
    border-bottom: 1px solid #000000;

    background-color: #4949D1;
    color: #CCCCF4;
}
table.admin td {
    text-align: left;
    border: 0px;
    border-bottom: 1px solid #000000;
    padding: 0.1em 0.5em;
}
table.admin td a {
	text-decoration: none;
}

table.admin td a:hover {
	text-decoration: underline;
}

table.admin .Corner {
    text-align: left;
}
table.admin .Odd {
    background: #CCCCF4;
}


/*inline buttons-RSS,XHTML valid,...*/
.inline-button { _width:12em; font: bold 65%/1; margin: 5px; padding: 0.1em 0; _padding:0; border: 1px solid black; white-space:nowrap; text-decoration: none; vertical-align:middle; background: #ccc; color: black; }
.inline-button em { _width:1em; _cursor:hand; font-style: normal;  margin:0; padding: 0.1em 0.5em; background: white; color: black; }
.inline-button span { _width:1em; _cursor:hand; margin:0; padding: 0.1em 0.5em 0.1em 0.3em; }
.inline-button:hover { background: #666; color: white; text-decoration: none}
.inline-button:hover em {background: black; color: white; }

/*style for articles*/
a.art_a {display:block; text-align:left; color: #4F4F8B; background-color: #CCCCF4; font-weight:bold; text-decoration: none; font-size: 14px; padding: 3px}
a:hover.art_a {text-decoration: underline}
.art_cl {text-align: justify; }
.art_end { margin-bottom: 30px; font-weight:bold;}

/*style for blog*/
.bl_a {display:block; text-align:left; color: #4F4F8B; background-color: #CCCCF4; font-weight:bold; text-decoration: none; font-size: 14px; padding: 3px}
a:hover.bl_a {text-decoration: underline}
.bl_cl {}
.bl_cl_min {min-height: 150px;}
.bl_end { margin-bottom: 20px;}

/*style for discussion*/
.disc_top {background-color: #CCC; padding: 3px;}
.disc_body {background-color: #eee; border-left: 1px solid #ccc; border-right: 1px solid #ccc; padding: 3px;}
.disc_end {background-color: #eee;  border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 3px;}

/*style for anketa*/
a.ank_a {display:block; text-align:left; color: #4F4F8B; background-color: #CCCCF4; font-weight:bold; text-decoration: none; font-size: 14px; padding: 3px}
a:hover.ank_a {text-decoration: underline}
.ank_body {margin-bottom: 30px; }

/*style for anketa detail*/
.ank_top {background-color: #CCC; }
.ank_item {position: relative; margin-bottom: 5px; }
.ank_count {position: absolute; left: 180px; background-color: #aaa;  margin-bottom: 20px;}
.ank_answer {position: absolute; width: 180px;}
.ank_result {position: absolute; left: 340px; width: 100px;}
.ank_end {margin-bottom: 20px;}

/*style for box anketa*/
.ank_box_top {}
.ank_box_answer {}
.ank_box_count {background-color: #4949D1; height: 8px; margin-bottom: 3px; margin-left: 5px; border-top: 2px solid #CCCCF4; border-left: 1px solid #CCCCF4; border-right: 2px solid #272746; border-bottom: 2px solid #272746}
.ank_box_prisp {}
.ank_box_disc {}

a.box_news {text-decoration: none; color: #4F4F8B; padding-left: 5px; padding-right: 5px;}
a:hover.box_news {text-decoration: underline}

/*obecny obsah*/
h1 {font-size: 16px; font-weight: bold; text-align: left}
h2 {font-size: 14px; font-weight: bold; text-align: left}
h3 {font-size: 12px; font-weight: bold; text-align: left}
p {text-indent: 15px; margin: 0px; margin-bottom: 20px; margin-top: 0px; text-align: justify; font-size: 13px; color: #333333; line-height: 155%}
ol{margin: 0px;}
ul{margin: 0px;}
li {margin: 0px; margin-bottom: 5px; margin-top: 0px; font-size: 12px; text-align: justify}
pre {padding: 10px 5px; line-height: normal; font-size: 9px; background-color: #eee; border:solid #ccc 2px; width: 450; overflow: auto;}
