@media screen, print, projection { /*nutno dodelat co je pro screen a co pro print!!!!!!!!!!!!!

 /* GLOBAL */

 body, table {
	font-size : 12px;
	font-family: Tahoma, sans-serif;
  color: black;
	padding: 0px;
	margin: 0px;
  text-decoration: none;
  font-weight: normal;
 }
 body {
  text-align: center; 
 }
 
 a {
  text-decoration: none;
  color: #090d9f;
 }
 a:hover {
  color: #b23f15;
 }

 img {
  border: 0px;
 }

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

 p {
	text-indent: 15px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 6px;
 }
 
 .nonIndent {
	text-indent: 0px;
 }
	
 div {
	padding: 0px;
	margin: 0px;
	border: 0px;
 }

 /* INPUTS */
 
 input {
	font-size : 12px;
	font-family: Tahoma, sans-serif;
  color: #fff8f0;
  text-decoration: none;
  font-weight: normal;
 }

 /* TEXTS */
 
 h1 {
  color: black;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  font-size: 16px;
 }

 h2 {
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 6px;
  font-size: 14px;
 }

 h3 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 8px;
  font-size: 14px;
 }

 h4 {
  margin: 0px;
  padding: 0px;
  margin-top: 16px;
  margin-bottom: 4px;
  font-size: 12px;
 }


}	

@media screen, projection {
 
 body {
  background-color: #ffebd7;
 }

 /* BASE LAYOUT */	
 
 /* MAIN */

 #divMain {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #fff9f2;
	/*background-image: url("../images/background.jpg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top;*/
 }

 /* HEADER */

 #divCaptionPrint {
  display: none;
 }

 #divHeader {
  width: 760px;
  height: 80px;
  padding-bottom: 4px;
 }
 
 #imgHeader {
  width: 760px;
  height: 80px;
 }

 /* MENU */

 #divMenu {
  width: 760px;
  height: 20px;
  background-color: #754e28;
 }
 
 .divMenuItem, .divMenuItemRight, #divMenuItemActive {
  float: left;
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-right: 1px solid #ffebd7;
 }

 .divMenuItemRight {
  border: 0px;
  border-left: 1px solid #fff8f0;
  float: right;
 }
 
 #divMenuItemActive {
  padding-top: 1px;
  background-color: #fff9f2;
  font-weight: bold;
  color: black;
  border-top: 2px solid #754e28;
 }

 #divMenu a {
  font-weight: bold;
  color: #fff8f0;
 }
 #divMenu a:hover {
  color: black;
  background-color: #fff8f0;
 }
 
 /* LOGINFO */

 /*#divLogInfo {
  width: 752px;
  height: 16px;
	font-size : 11px;
  text-align: right;
  margin-top: 3px;
	color: #6e6e6e;
	padding-right: 8px;
 }*/

 /* CONTENTS */

 #divContents {
  width: 736px;
  padding-top: 12px;
  padding-bottom: 26px;
  /*background-color: #efefef;*/
  margin-left: 12px;
 }
 
 /* BOTTOM */

 #divBottom {
  width: 760px;
  height: 14px;
  border-top: 1px solid black;
  padding-top: 4px;
  padding-bottom: 4px;
	font-size : 11px;
	color: #555555;
	/*margin-left: 4px;
	margin-right: 4px;*/
	/*margin-bottom: 0px;*/
	/*background-color: silver;*/
 }
 
 #divBottom a {
  color: #555555;
 }
 #divBottom a:hover {
  color: black;
 }
 
 #divBottom1, #divBottom2, #divBottom3, #divBottom4 {
  float: left;
 }
 #divBottom1 {
  width: 270px;
  padding-left: 4px;
 }
 #divBottom2 {
  width: 170px;
  text-align: left;
 }
 #divBottom3 {
  width: 120px;
  text-align: left;
 }
 #divBottom4 {
  width: 190px;
  text-align: right;
 }

}

@media print {
 
 table, td, form {
  border-color: black;
  background-color: white;
 }
 body {
  background-color: white;
 }
 #divCaptionPrint {
  display: block;
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: bold;
  text-align: left;
 }
 h1 {
  font-size: 14px;
  text-align: left;
  padding-bottom: 6px;
 }
 #divMain {
  background-color: white;
 }
 #divHeader {
  display: none;
 }
 #divBottom {
  display: none;
 }
 #divMenu {
  display: none;
 }
 #divContents {
  width: 100%;
  text-align: left;
  background-color: white;
 }
 input {
  background-color: #e3e3e3;
  color: black;
 }
  
}
