//
//body {
//	margin: 0;
//	padding: 0;
//	background: url(../images/bg01.jpg);
//	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
//	color: #5A554E;
//}

html, body {
    height: 100%;   
}

body {
    height: 100%;   
	margin: 0px;
	padding: 0px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
//	background-repeat:no-repeat !important;	
//	background-attachment: fixed;
//	background: #0191C8;
//	background-image: linear-gradient(bottom, #005B9A 0%, #0191C8 100%);
//	background-image: -o-linear-gradient(bottom, #005B9A 0%, #0191C8 100%);
//	background-image: -moz-linear-gradient(bottom, #005B9A 0%, #0191C8 100%);
//	background-image: -webkit-linear-gradient(bottom, #005B9A 0%, #0191C8 100%);
//	background-image: -ms-linear-gradient(bottom, #005B9A 0%, #0191C8 100%);
//	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0191C8', endColorstr='#005B9A');

  
	background: #0191C8;
//	background-image: linear-gradient(bottom, #313131 0%, #C0BCBD 100%);
//	background-image: -o-linear-gradient(bottom, #313131 0%, #C0BCBD 100%);
//	background-image: -moz-linear-gradient(bottom, #313131 0%, #C0BCBD 100%);
//	background-image: -webkit-linear-gradient(bottom, #313131 0%, #C0BCBD 100%);
//	background-image: -ms-linear-gradient(bottom, #313131 0%, #C0BCBD 100%);
//	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0bcbd', endColorstr='#313131');
}

#menu{
margin:0px auto;
padding:0px;
height:33px;
}

h1, h2, h3 {
	margin: 0;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}


ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

strong {
	color: #4A3E29;
}


a {
	font-weight:700;
	color: #000000;
	text-decoration: underline;
//	text-decoration: none;
}

a:hover {
	text-decoration: underline;
//	text-decoration: none;
//	background: #dddddd;
	background: none;
}

a img {
	border: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0 auto;
}

img.alignleft {
	margin: 0 27px 0 0;
}

img.alignright {
	margin: 0 0 0 27px;
}

img.border {
	padding: 4px;
	border: 1px solid #E9E4D8;
}

/* Wrapper */

#wrapper {
	padding-top:10px;
}

.container {
	width: 1520px;
	margin: 0 auto;
}

.nav3 {
  background-color:#005B9A;
}

.clearfix {
	clear: both;
  height:0px;
}

/* Header */

#header {
	height: 120px;
	background-color:#74C2E1;
}

/* Logo #EB722E; */

#logo {
	float: left;
	width: 398px;
	height: 100px;
  line-height: 100px;
	background-color:#005B9A;
	margin: 10px;
  text-align: center;
}

span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;      
}

#logo h1, #logo p {
	text-transform: lowercase;
	line-height: 1;
}

#logo h1 {
	//padding: 20px 0 0 50px;
	letter-spacing: -2px;
	font-size: 34px;
	color: #FFFFFF;
  text-align:center;
  vertical-align:middle;
}

#logo h1 sup {
	font-size: 18px;
	font-weight: normal;
}

#logo p {
	padding: 0 0 0 50px;
	font-size: 13px;
	color: #F8AB80;
}

#logo a {
	text-decoration: none;
}

#logo a:hover {
	text-decoration: underline;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo p a {
	color: #F8AB80;
}



/*
#logo {
	float: left;
	width: 398px;
	height: 100px;
	background-color:#EB722E;
	margin: 10px;
}
*/

/* Banner */

#banner {
	float: left;
	height: 100%;
}



/* Bar */

.bar {
	height: 48px;
	margin: 0 25px;
	background: url(../images/bg07.jpg);
}

.bar .text {
	float: left;
	padding: 17px 0 0 25px;
	text-transform: lowercase;
	font-size: 14px;
	color: #809064;
}

/* Top Bar */

#top-bar {
	background: url(../images/bg04.jpg) no-repeat 0 -387px;
}

/* Search */

#search {
	float: right;
	width: 245px;
	height: 48px;
	background: url(../images/bg08.jpg) no-repeat 0 12px;
}

#search form, #search fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#search .input-text {
	float: left;
	width: 178px;
	margin: 12px 0 0 0;
	padding: 4px 10px;
	font: inherit;
	line-height: normal;
	border: none;
	background: none;
	color: inherit;
}

#search .input-submit {
	display: none;
}

/*

	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
 Page */


#page {
	background-color: #74C2E1;
	height:100%;
}

#page-print {
	height:100%;
}



/* Content */

#content {
	float: right;
	width: 850px;
	padding: 0 24px 0 25px;
  padding-top : 20px;
}

#content1 {
	padding: 0 24px 0 25px;
  padding-top : 20px;
}

/* Post */

.post {
}

.post .title, .post .date {
	padding: 0 25px;
}

.post .title {
	margin: 0;
	padding-top: 50px;
	line-height: normal;
	font-size: 32px;
	color: #5A5544;
}

.post .title a {
	text-decoration: underline;
	color: #5A5544;
}

.post .title a:hover {
	text-decoration: underline;
}


.post .date {
	line-height: normal;
	color: #ACAAA1;
}

.post .entry {
	margin: 0 25px;
	padding: 20px 0;
	border-top: 1px solid #E5E1D8;
}

.post .meta {
	height: 53px;
	background: #E5ECDB;
	border-bottom: 1px solid #DDE5CE;
}

.post .meta p {
	line-height:  normal;
}

.post .meta .tags {
	float: left;
	padding: 20px 0 0 25px;
}

.post .meta .links {
	float: right;
	padding: 20px 25px 0 0;
}

.post .meta .comments {
	margin-right: 30px;
	padding-left: 22px;
	background: url(../images/img04.gif) no-repeat 0 50%;
}

.post .meta .more {
	padding-left: 17px;
	background: url(../images/img05.gif) no-repeat 0 50%;
}
   
/* Sidebar */
#sidebar {
	float: left;
	width: 266px;
	padding: 10px 10px 0 15px;
	#background: url(../images/bg03.jpg) no-repeat 100% -335px;
#	background-color:#fafafa;
/*	margin-left:10px;*/
}

//#sidebar ul {
//	margin: 0;
//	padding: 0 0 0 25px;
//	list-style: none;
//	line-height: normal;
//	border-left: 1px solid #E5E1D8;
//}

//#sidebar li {
//}

//#sidebar li ul {
//	padding: 0;
//	line-height: 3.5;
//	border: none;
//}

//#sidebar li li {
//}

#sidebar h2 {
	margin: 0 0 20px 0;
	padding: 20px 0 5px 0;
	border-bottom: 1px solid #E5E1D8;
}

/* 2 Columns */

.two-cols {
	margin: 0 25px;
	padding: 35px 35px 0 35px;
	background: #28241E url(../images/bg09.jpg) repeat-x;
	color: #736F6A;
}

.two-cols .col1 {
	float: left;
	width: 595px;
}

.two-cols .col2 {
	float: right;
	width: 210px;
	padding: 0 0 0 25px;
	border-left: 1px solid #423C31;
}

.two-cols h2 {
	font-size: 26px;
	color: #FFFFFF;
}

.two-cols a {
	color: #736F6A;
}

/* Footer */

#footer {
##	background: url(../images/bg10.jpg) no-repeat;
	padding: 5px 0;
}

#footer p {
	text-align: center;
	color: #8F8B83;
}

#footer a {
	color: #8F8B83;
}

.table_vyrazny {
	font-size: 10px;
	background:#dddddd;
	fontcolor:#000000
	}

.table_svetly {
	font-size: 10px;
	background:#ffffff;
	}

.table_vyrazny_posplatnosti {
	font-size: 10px;
	background:#ff7777;
	}

.table_svetly_posplatnosti {
	font-size: 10px;
	background:#ffbbbb;
##	background:#ff7777;
	}
	
.table_vyrazny_zaplaceno {
	font-size: 10px;
	background:#33bb33;
	}

.table_svetly_zaplaceno {
	font-size: 10px;
##	background:#77ff77;
	background:#77ff77;
	}

.table_info_od_zakaznika {
	font-size: 10px;
	background:#bbffbb;
##	background:#77ff77;
	}


.table_storno {
	font-size: 10px;
	background:#eeee88;
	}

.table_prepar {
	font-size: 10px;
	background:#bbffbb;
	}
.table_ignore {
	font-size: 10px;
	background:#ff9999;
	}

.zahlavi_tabulky td{
	font-size: 10px;
	border-bottom: 1px solid Black;
	}

##tr .nastaveni .problem_warning{
##    background-color: #FFFF99;
##    }
.problem_warning{
    background-color: #FFFF99;
    font-size: 10px;
    }
.problem_ok{
	font-size: 10px;
	background-color: #99FF99;
	}
.standart{
	font-size: 10px;
	}
.problem_ko{
    font-size: 10px;
    background-color: #FF9966;
    }

.table_volba{
    font-size: 10px;
    background-color: #666666;
    color: #eeeeee
    }

.table_kalendar {
	font-size: 12px;
	color: #000000;
	background-color: #dddddd;
    }

.table_volba a {
	font-size: 10px;
	color: #eeeeee;
//	text-decoration: underline;
	text-decoration: none;
    }

.form_ko {
//	font-size: 10px;
	font-weight: bold;
	color: #ff0000;
//	text-decoration: underline;
//	text-decoration: none;
    }
.formko {
//	font-size: 10px;
	font-weight: bold;
	color: #ff0000;
//	text-decoration: underline;
//	text-decoration: none;
    }

.form {
//	font-size: 10px;
	font-weight: bold;
	color: #000000;
//	text-decoration: underline;
//	text-decoration: none;
    }

.form_nazev {
	font-weight: bold;
	color: #000000;
    }
.fajfka{
  text-align: center;
  }
.dale
    {
visibility: hidden;
    }
p.warning {
	font-weight: bold;
	color: #dd0000;
	padding: 1px;
	margin: 0px;
	}

p.ok {
	font-weight: bold;
	color: #00cc00;
	padding: 1px;
	margin: 0px;
	}


a.warning {
	font-weight: bold;
	color: #dd0000;
	padding: 1px;
	margin: 0px;
	text-decoration: none;
	}

a.ok {
	font-weight: bold;
	color: #00cc00;
	padding: 1px;
	margin: 0px;
	text-decoration: none;
	}


a.button_select {
    width:auto;
//    display:block;
    color:#ffffff;
    text-decoration:none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    background-color: #888888;
    font-style: normal;
    border-width: 1px;
    border-color: #888888;
    border-style: solid;
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
	  }

a.button {
    width:auto;
//    display:block;
    color:#000000;
    text-decoration:none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    background-color: #dddddd;
    font-style: normal;
    border-width: 1px;
    border-color: #aaaaaa;
    border-style: solid;


    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
	  }


#login_container
  {    
    position: absolute;
    left:50%;
    top:50%;
    margin-left: -175px;
    margin-top: -175px;
    border-radius: 12px;
    background : #74C2E1;
    width : 350px;
    height : 350px;
    padding-top: 10px;
  }

  #login_header
  {
    border-radius: 0px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background : #74C2E1;
    height : 100px;
    text-align: center;
  }

  #login_box
  {
    padding-top: 30px;
    background : #74C2E1;
    border-radius: 0px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top:solid 1px;

  }

  h1.login
  {
    color: #D84601;
    margin: auto;
  }

  p.login
  {
    margin:3px;
    color: #D84601;
    width:350px;
    text-align:center;
    font-size: 1.3em;
    
  }
  p.login_error
  {
    color: #ff0000;
	   font-size: 1.5em;
      margin-top: 10px;
  }
  
  label {
    display: block;   
}

