
/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #ecf6f7 url('../img');
	color: #444;
	font: normal 80% Arial, sans-serif;
	line-height: 1.5;
}


/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #555;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}

h1 {font-size: 2em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}

h3 {color: #ff8a02;}


/* Toplinks */

#toplinks {
	color: #555;
	float: right;
	font-size: 0.9em;
	height: 170px;
}

#toplinks_inner {
	padding: 3px 20px 0 20px;
	text-align: center;
	float: right;
}

#toplinks a {
	color: #888;
	text-decoration: none;
}

#toplinks a:hover {
	color: #DDD;
	text-decoration: none;
}

#toplinks_login {
	padding: 3px 20px 0 20px;
	text-align: center;
	float: left;
	width: 100px;
}

#toplinks_login input {
	padding: 3px;
}

/* Text elements */

p {margin-bottom: 1em;}

a:focus,a:hover {color: #000;}
a {
	color: #357;
	text-decoration: underline;
}

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.5em;}
del, blockquote {color: #666;}
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}


/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 1.5em 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}

ul.tabbed {
	display: inline;
	margin: 0;
}
ul.tabbed li {
	float: left;
	list-style: none;
	margin: 0;
}

ul.lang
{
	display: inline;
	margin: 0;
}

ul.lang li.lang-li 
{
	float: right;
	list-style: none;
	margin: 0;
}


/* Tables */

table {
	margin-bottom: 1.4em;
	width: 100%;
}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data_table th {
	background: #E5E5E5;
	border: 1px solid #D5D5D5;
	color: #555;
	text-align: left;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table th {padding: 10px;}
table.data_table td {
	background: #F0F0F0;
	border: 1px solid #E0E0E0;
}
table.data_table tr.even td {background: #F5F5F5;}


/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.1em;}
.larger {font-size: 1.2em;}
.largest {font-size: 1.3em;}

.hidden {display: none;}

.quiet {color: #666;}
.loud {color: #000;}
.highlight {background: #FF0;}

.text_left {text-align: left;}
.text_right {text-align: right;}
.text_center {text-align: center;}

.error, .notice, .success {
	font-size: 1.1em;
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8A1F11;
}
.error a {color: #8A1F11;}

.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721; 
}
.notice a {color: #514721;}

.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.success a {color: #264409;}


/* 
   Forms 
------------------------------------------------------------------- */

label {
	cursor: pointer;
	font-weight: bold;
}
fieldset {border: 1px solid #CCC;}
legend {
	font-size: 1.2em;
	font-weight: bold;
}
textarea {overflow: auto;}
input.text, textarea {
	background: #FCFCFC;
	border: 1px inset #AAA;
	padding: 4px 5px;
}

input.button {
	background: #F9F9F3;
	border: 1px outset #AAA;
	padding: 4px 5px;
}
input.button:active {border-style: inset;}


.form_row {
	background: #F5F5F5;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E1E1E1;
	padding: 10px 0;
}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
	background: #E5E5E5;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FAFAFA;
	padding: 4px 0 8px;
}
.legend {
	border-bottom: 1px solid #CCC;
	padding: 8px 18px 6px;
	font-size: 1.4em;
}
.form_property, .form_value {float: left;}
.form_property {
	text-align: right;
	width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 132px;}


/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}  

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}

.content_separator, .archive_separator {
	background: #D5D5D5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive_separator {margin: 0 0 14px;}

.post 
{
	padding: 0;
	margin-bottom: 24px;
}

.post_title a,.post_meta a, .post_date a, .archive_title a
{
	color: #0067ad;
	padding: 0;
	text-decoration: none;
}

.post_title a:hover,.post_meta a:hover, .post_date a:hover {text-decoration: none;}

.post_date 
{
	border-top: 1px solid #D5D5D5;
	color: #777;
	font-size: 0.9em;
	padding: 8px 0 12px;
}

.post_date a {color: #444;}

.post_meta 
{
	background: #FFF;
	border-top: 1px solid #D7D7D7;
	color: #777;
	font-size: 0.9em;
	padding: 6px 2px;
}

.post_meta a {color: #345; }
.post_meta a:hover {color: #001;}

td 
{
	vertical-align: top;
}

.archive_title {margin-bottom: 12px;}
.archive_pagination {margin-bottom: 1.2em;}
.archive_post {margin-bottom: 14px;}
.archive_post_title {padding-top: 3px;}

.archive_post_title a 
{
	text-decoration: none;
	color: #0067ad;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

.archive_post_date 
{
	background: #FAFAFA;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}

.archive_post .post_date 
{
	border: none;
	padding: 3px 0 0;
}

.archive_post_day {font: normal 1.6em Arial, Verdana;}

.profil-foto
{
	float: left;
	width: 199px;
	min-height: 220px;
	border-right: #FFF 1px solid;
}

.profil-info
{
	margin: 0;
	float: left;
	text-align: right;
	width: 79px;
	border-right: #D2D2D2 1px solid;
	padding: 5px 10px 0 10px;
}

.profil-info-en
{
	margin: 0;
	float: left;
	text-align: left;
	width: 100px;
	padding: 4px 10px 0 0px;
}

.profil-data, profil-data-en
{
	margin: 0;
	float: left;
	width: 420px;
	padding: 5px 10px 0 10px;
}

.profil-doplnek
{
	float: left;
	width: 199px;
	height: 130px;
}

.profil-text
{
	height: 19px;
	padding: 0 0 0 0;
}

.profil-data input
{
	border: 1px solid #D2D2D2;
	padding: 2px;
	color: #222;
	margin-top: 9px;
	margin-bottom: 4px;
}

.input-p1
{
	width: 381px;
}

.input-p2
{
	width: 50px;
	text-align: center;
}

.input-p3
{
	width: 150px;
}

.input-p4
{
	width: 321px;
}

.area-p1
{
	margin: 20px 0;
	border: 1px solid #D2D2D2;
	padding: 2px;
	color: #222;
	background: none;
	font-family: Verdana;
	font-size: 0.9em;
	width: 690px;
	height: 180px;
}

.penize {background: url(../img/penize.jpg) bottom right no-repeat;}
.cepice {background: url(../img/cepice.jpg) bottom right no-repeat;}
.mereni {background: url(../laboratore/laborator_foto.jpg) bottom right no-repeat;}

.charakter
{
	margin: 10px 0 0 0;
	text-align: justify;
	line-height: 2em;
}

.vypis td
{
	spacing: 0;
	padding: 3px 0 3px 0;
}

.hlavicka td
{
	spacing: 0;
	padding: 0 0 0 0;
}

.hlavicka
{
	height: 12px;
	color: #0067ad;
	border-bottom: 6px solid #FFF;
	text-decoration: underline;
}

.vypis-jmeno {width: 40%;}
.vypis-mistnost {width: 13%;}
.vypis-email {width: 32%;}
.vypis-telefon {width: 15%; text-align: right;}
.vypis-lab {width: 85%;}
.vypis-typ {width: 10%;}
.vypis-rok {width: 10%;}
.vypis-vedouci {width: 40%;}
.vypis-nazev {width: 77%;}
.vypis-pozice {width: 55%;}
.vypis-firma {width: 20%;}


.vypis
{
	background: #FFF;
	border-left: solid #FFF 2px;
}

.vypis a, .alt a
{
	display: block;
}

.vypis:hover, .alt:hover
{
	background: #FFF0E1;
	border-left: solid #FFBF7E 2px;
	
}

.alt
{
	background: #F2F2F2;
	border-left: solid #F2F2F2 2px;
}

.post_body img
{
	border: 1px solid #666;
	margin: 3px;
	padding: 4px;
}

.post_body_kontakt
{
	width: 355px;
	float: left;
}

.post_body_mapa
{
	margin-top: 12px;
	width: 400px;
	float: left;
}

.post_body_mapa iframe
{
	margin-top: 7px 3px 3px 3px;
	border: 1px solid #666;
	padding: 4px;
}

.selectvelky 
{
  border: 1px solid #B7B6B6;
  color: #303030;
  background: #FFFFFF;
  width: 150px;
}

.selectmaly 
{
  border: 1px solid #B7B6B6;
  color: #303030;
  background: #FFFFFF;
  width: 80px;
}

.selectstredni
{
  border: 1px solid #B7B6B6;
  color: #303030;
  background: #FFFFFF;
  width: 110px;
}

/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 0 1em -8px;}
.thumbnails a.thumb {	
	background: #D5D5D5;
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {background: #C0C0C0;}
.thumbnails .thumb img {display: block;}

#mene, #vice
{
	color: #111;
	cursor: pointer;
	margin-top: 2px;
}

#vice img, #mene img
{
	margin-bottom: -1px;
	margin-left: -2px;
}

.zpet
{
	cursor: pointer;
	color: #0067ad;
	text-decoration: underline;
}

/* 
   Box
------------------------------------------------------------------- */

.box {margin-bottom: 0;}
.box_title {
	color: #222;
	font: 1.0em sans-serif;
	padding: 5px 0 4px 0;
	margin: 0;
}

.box_title a 
{
	color: #222;
	text-decoration: none;
	text-align: left;
}

.box_title span.red {color: red;}
.box_title span.blu {color: blue;}
.box_title span.grn {color: green;}

.prvni-ur
{
	padding-left: 0px;
}

.prvni-ur a
{
	color: #0067ad;
	font-weight: bold;
	font-size: 1.1em;
}

.druha-ur
{
	padding-left: 10px;
	background: url('../img/square.gif') left center no-repeat;
}

.druha-ur a:hover, .treti-ur a:hover
{
	text-decoration: underline;
}

.druha-ur a.current, .treti-ur a.current
{
	font-weight: bold;
}

.treti-ur
{
	padding-left: 20px;
	background: url('../img/square.gif') 10px center no-repeat;
}

.box_content {

	padding: 0;
	margin: 0;
}

.box_content li {
	border-bottom: 1px solid #FFF;
	list-style: none;
	padding: 7px 0px 6px;
}

.box_content li a 
{
	color: #717171;
	display: block;
	text-decoration: none;
	text-align: center;
}
.box li:first-child {border-top: none;}

.login
{
	color: #0067ad;
	font-weight: bold;
	font-size: 1.1em;
	padding: 15px 0 5px 0;
	margin: 15px 0 0 0;
	background: url('../img/tecky.jpg') top left no-repeat;
}

.login-form label
{
	font: 1.0em sans-serif;
	color: #222;
	text-decoration: none;
	text-align: left;
}

.login-form input
{
	border: 1px solid #777;
	margin: 2px 0 5px 0;
	padding: 1px;
}

.tlacitko
{
	background: url("../img/submit_main.gif") center repeat-x;
	border: 1px solid #747474;
	font-size: smaller;
	height: 24px;
	color: #000000;
	margin: 10px 0 0 0;
	padding: 3px 5px 2px 5px;
	text-decoration: none;
	cursor: pointer;
}

.profil-data img
{
	margin: 0;
	padding: 0;
	border: 0;
}

.profil-foto img
{
	margin: 0;
}

.login-name
{
	color: #111;
	padding: 3;
	margin: 0;
}

.profil-suces
{
	color: green;
	text-align: center;
}

.profil-error
{
	color: red;
	text-align: center;
}

/* 
   Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px solid #D6D6D6; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #D6D6D6;
	padding-top: 10px;
}
.comment_date {font-size: 0.9em;}
.comment_date a {
	color: #567;
	text-decoration: none;
}
.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}

.comment_author {padding-top: 10px;}


/* 
   Layout 
------------------------------------------------------------------- */

/* General wrappers */

#layout_wrapper {
	background: #ecf6f7;
	padding-bottom: 0px;
}
#layout_wrapper2 {
	background: #ecf6f7;
	padding-top: 0px;
}
#layout_wrapper3 {
	background: #FFF;
	margin: 0 auto;
	width: 1000px;	
}
#layout_wrapper4 {padding: 0px;}


/* Header */

/* header_wrapper je v trans.css */

#header {padding: 25px 15px 0 25px;}

#site_title {
	padding-left: 130px;

}
#site_title h1 {
	display: none;
	color: #FFF;
	font-size: 2.5em;
}
#site_title h1 a {
	display: none;
	color: #FFF;
	text-decoration: none;
}

#site_title h2 {
	display: none;
	padding: 15px 0 0 0;
	color: #FFF;
	font-size: 1.2em;
}
#flag{
	width: 100%;
	text-align: right;
	padding-top: 130px;
}

#flag a{
	display: block;
	color: #FFF;
	text-decoration: none;
}

#navigation {
	background: url(../img/header_nav.jpg) no-repeat;
	padding: 0 0 0 160px;
	height: 25px;
}

#navigation a {
	color: #E0E6EA;
	display: block;
	font-weight: normal;
	text-decoration: none;
}

#navigation a:hover {color: #FFF;}

#nav li 
{
	background: #6caad1;	
	border-right: 1px solid #FFF;
}

#nav a 
{
	font-size: 1.2em;
	height: 23px;
	padding: 1px 15px;
}

#nav a:hover 
{
	background: #1476b7;
}

#nav li.current_page_item a 
{
	background: #1476b7;
	color: #FFF;
}

#main_wrapper {
	background: #FFF;
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
}
#main 
{
	background: #FFF url('../img/wrapper_back.gif') top left repeat-y;
}

#content_wrapper 
{
	width: 760px;
	padding: 0px 20px 10px 20px;
}

#sidebar_wrapper 
{
	width: 198px;
}

#sidebar 
{
	background: #FFF;
	padding: 10px 20px 10px 30px;
}

#dashboard_wrapper {}
#dashboard {
	background: #C9CDCF url('../img/dashboard.gif') repeat-x;
	border: 1px solid #ACAFB0;
	color: #404448;
	margin-bottom: 3px;
	padding: 16px;
}

#dashboard .col3 {width: 288px;}
#dashboard .col3mid {width: 370px;}
#dashboard .col3mid .col3_content {
	border-left: 1px solid #B0B4B8;
	border-right: 1px solid #B0B4B8;
	margin: 0 20px;
	padding: 0 20px;
}
#dashboard .col_title {
	color: #606669;
	font-size: 1.5em;
}

#dashboard ul {margin: 0;}
#dashboard li {
	border-bottom: 1px solid #BABEBF;
	list-style: none;
	padding: 5px 0;
}
#dashboard li a {
	color: #404448;
	text-decoration: none;
}
#dashboard li a:hover {
	color: #202428;
	text-decoration: underline;
}

#footer {	
	background: #FFF url('../img/footer2.jpg') no-repeat;
	text-align: center;
	color: #FFF;
	margin: 0;
	padding: 30px 0 0 0;
	height: 30px;
}
#footer .right, #footer .right a {
	color: #FFF;
	text-decoration: none;
}
#footer .right a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footer a {color: #FFF; text-decoration: none;}
#footer a.mala {font-size:  12pt;}
#footer a.stredni {font-size:  16pt; margin: 0 20px 0 20px;}
#footer a.velka {font-size:  20pt;}

#footer p {margin: 0; padding: 0;}

/* 
   Single line IE-fix
------------------------------------------------------------------- */
* html #main, * html #dashboard {height: 0.01%; min-height: 0.01%;}


/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}
