@media screen, projection {
    
/* MAIN */
		
body {
  font: 80% Verdana, Arial, sans-serif;
	color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: #257f62;
}

    .clBoth {
      clear: both;
    }
    .readonly {
      background-color: #eee;
    }
    .userMessage {
      background-color: #ded;
    }
    .userError {
      background-color: #edd;
    }
		.paragraph {
			text-align: justify;
		}
h1 {
	margin-top: 0;
	font-size: 140%;
	color : #257f62;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	color : #257f62;
}
h3 {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 2px;
}
    
    /* FORMS */
		
    form {
      margin: 0;
    }
    fieldset {
      border: 1px solid black;
      border-bottom: 2px solid black;
    }
    legend {
      font-size: 110%;
      padding: 5px 1em;
      border: 1px solid black;
      border-bottom: 2px solid black;
    }
    input, select, textarea {
      margin: 5px 2px 0;
      border: 1px solid #257f62;
			color: #257f62;
			font-weight: bold;
    }
		input {
			background-color: white;
		}
    input, select {
      font-size: 100%;
    }
    .null {
      margin: 0;
      padding: 0;
    }
    .inline {
      display: inline;
    }
		
		/* A */
		
		a {
			color: white;
		}
		
		a:hover {
			color: #e6df6c;
		}
		
		a.external {
			font-size: 88%;
			color: #0c2074;
			background: url(img/icon_external-link.gif) no-repeat 100% 4px;
			padding: 0 12px 0 0;
			text-decoration: none;
		}
		
		a.external:link {}
		
		a.external:visited {
			color: #0b2345;
			/*background: url(img/icon_external-link.gif) no-repeat 100% -100px;*/
		}
		
		a.external:hover {
			color: #0c2074;
			text-decoration: underline;
			/*background: url(img/icon_external-link.gif) no-repeat 100% -200px;*/
		}
		
		a img {
			border: none;
		}
		
		a.none {
			text-decoration: none;
		}
		
		/* PHOTO GALLERY */
		.card-left, .card-right {
			float: left;
			width: 170px;
			margin: 0 40px 40px 0;
			padding: 10px 0 0 0;
			text-align: center;
			/*background: #999;*/
			/*
			border-top: 1px solid #333;
			border-left: 1px solid #333;
			border-right: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			*/
			font-size: 75%;
		}
		.card-right {
			float: right;
			margin: 0 0 15px 15px;
		}
		.card-photo span {
			display: block;
			width: 160px;
			height: 160px;
		}
		.card-desc {
			text-align: left;
			padding: 0 6px;
		}
		.card-info {
			text-align: right;
			padding: 0 4px;
			margin: 0 2px 6px 0;
		}
		.card-info a {
			font-size: 100%;
		}
		
/* PROJECT SPECIFIC */
		
#page {
  border: 2px solid #257f62;
	background-color: white;
	width: 800px;
	margin: 0 auto;			/* plne nahrazuje toto: margin-left: auto; margin-right: auto; */
	text-align: left;
}

#header {
	padding             : 10px;
	background-color    : #257f62;
  border-bottom-style : solid;
  border-bottom-color : white;
  border-bottom-width : 2px;
}
#logo {
	float: left;
}
#header-text {
	float: right;
	position: relative;
	top: 60px;
	right: 80px;
}
#main {
	height: auto;
	width: 790px;
	color : black;
  /*background-image:url('img/ARTF_pozcolor.jpg');
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:85% 100%;*/ 
}

#main a {
  color : black;
  font-size:90%;
  text-decoration : none;
}

#main a:hover {
  color  : #257f62; 
  text-decoration:underline;
}
/* MENU */
		
#main a.stazeni {
  color : white;
  font-size : 7pt;
	background: url(img/icon_external-link.gif) no-repeat 100% 2px;
	padding: 0 12px 0 0;
}

#menu {
	/*background-color: #257f62;*/		
	height: 25px;
	font-family : Arial;
	border-left-style:solid;
	border-left-width:2px;
	border-left-color:white;
}
#menu ul {
  margin             : 0;
  padding            : 0;
  float              : left;
	list-style-type    : none;
}

#menu ul li, #menu ul li.aktivni {
 background-color: #257f62;
	display: inline;
	float: left;
	width : 158px;
	text-align : center;
	border-right-style : solid;
	border-right-color : white;
	border-right-width : 2px;
}

#menu ul li a {
  text-decoration : none;
  height : 25px;
  color : white;
  display : block;
  font-weight:bold;
  font-size : 130%;
  padding-top : 1px;
}

#menu ul li a.aktivni {
  background-color : white;
  display : block;
  border-bottom : 1px solid white;
  color : #257f62;  
}
		
#menu ul li a:hover {
  /*background-color : white; /*#e6df6c;*/
  /*color : #257f62;*/
  color : #e6df6c;  
}

#main #area {
	padding: 10px;
}

#pruhObrazku {
  float : left;
  background-color : white;
  width : 790px;
  padding : 5px;
  padding-top:5mm;
}

#pruhObrazku div {
  background-color : white;
  float       : left;
  width       : 100px;
  height      : 105px;
  padding : 5px;
  margin : 10px;
}

		.kontakt img {
			float: left;
			margin-right: 10px;
			margin-bottom: 14px;
		}
		
    #loginForm {
			text-align: left;
    }
		
}

