/* -------------------    zakladni znacky dokumentu   -----------------   */
body {
	font-family: "Arial CE", "Arial", "sans-serif";
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #3E4766;
}

th,td {
	font-size: 12px;
}

table.layout, table.layout > td, table.layout > th {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

table.layout {
	margin: 0 auto;
}

table.grid {
	border-collapse: collapse;
}

table.grid td {
	border: 1px solid #3E4766;
}

table.grid th {
	border: 1px solid #3E4766;
}

table.edit {
	border-collapse: collapse;
	/*border: 1px solid #3E4766;*/
	cell-spacing: 0px;
	cell-padding: 0px;
}

table.edit td {
	border: 1px solid #3E4766;
	border-left: 0px;
	padding: 6px;
	padding-bottom: 2px;
}

table.edit th {
	border: 1px solid #3E4766;
	border-right: 0px;
	padding: 6px;
	padding-bottom: 2px;
	text-align: right;
}

table.edit th.header {
	border-right: 1px solid #3E4766;
	background-color: #da2625;
	text-align: left;
	color: white;
	padding: 2px 24px 2px 30px;
}

table.edit td.noBorder {
	border: 0px;
}

table.edit td.border {
	border: 1px solid #3E4766;
}

.title-box-logo {
	background-image: url(../images/mainLogo-spring.gif);
	height: 107px;
	background-repeat: no-repeat;
	background-position: top center;
}

.title-box-flag-cz {
	background-image: url(../images/cz-medium.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.title-box-flag-en {
	background-image: url(../images/en-medium.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.title-box-flag-de {
	background-image: url(../images/ge-medium.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.title-box-flag-it {
	background-image: url(../images/it-medium.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.popUp-header {
	background-image: url(../images/popUp-header.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.header-box-top {
	height: 55px;
	background-image: url(../images/layout-topMiddle-1.gif);
	background-repeat: x-repeat;
}

.header-box-top-logo {
	background-image: url(../images/layout-topLeft-1-spring.gif);
	height: 55px;
}

.header-box-top-flags {
	background-image: url(../images/layout-topRight-1-spring.gif);
	width: 55px;
	height: 55px;
	float: right;
}

.header-box-content {
	width: 730px;
	/* height: 60px; */
	padding: 4px 20px;
	background-image: url(../images/layout-top-2.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}

.header-box-bottom {
	background-image: url(../images/layout-top-3.gif);
	height: 6px; 
	line-height: 1px;
}

#menu {
	color: white;
	height: 51px;
	line-height: 14px;
	background-image: url(../images/layout-menu-1-spring.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#menu a {
	text-decoration: none;
}

#left {
	width: 180px;
}

.left-box-top {
	height: 64px; 
	background-image: url(../images/layout-left-1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.left-box-top-content {
	text-align: right;
	padding-top: 12px;
	padding-right: 10px;
	color: white;
	font-size: 10px;
}

.left-box-content_bg {
	background-image: url(../images/layout-left-2.gif);
	background-repeat: repeat-y;
	background-position: top;
}

.left-box-content {
	background-image: url(../images/layout-left-3-spring.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.left-box-categories {
	background-color: #465174;
}

.left-box-categories-inside {
	padding-left: 12px;
	padding-top: 7px;
}

#main {
	width: 590px;
}

#photoMain {
	width: 770px;
}

.main-box-content_bg {
	background-image: url(../images/layout-content-2.gif);
	background-repeat: repeat-y;
	background-position: top;
}

.main-box-photoContent_bg {
	background-image: url(../images/layout-content-5.gif);
	background-repeat: repeat-y;
	background-position: top;
}

.main-box-top {
	background-image: url(../images/layout-content-1.gif);
	height: 7px; 
	line-height: 1px;
}

.main-box-top-long {
	background-image: url(../images/layout-content-4.gif);
	height: 7px; 
	line-height: 1px;
}

.main-box-content {
	padding: 4px 20px;
}

.main-box-bottom {
	height: 7px; 
	line-height: 1px;
}

#footer {
	color: white;
	height: 24px;
	line-height: 14px;
	background-image: url(../images/layout-bottom-1.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#footer a {
	color: white;
	text-decoration: none;	
}

#footer a:hover {
	color: yellow;	
}

.footer-box {
	padding: 5px 20px 5px 20px;
}

#footerBanner {
	margin-top: 2px;
	padding: 0px;
}

/* -------------------    styl HTML znacek   -----------------   */
a {
	color: #3E4766;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: red;
	text-decoration: none;
}

a.darkBackground {
	color: white;
	font-weight: normal;
	text-decoration: none;
}

a.darkBackground:hover {
	color: yellow;
	font-weight: normal;
	text-decoration: none;
}

strong {
	font-style: normal;
	font-weight: bold;
}

em, cite {
	font-weight: normal;
	font-style: italic;
}

big {
	font-size: 15px;
}

small {
	font-size: 9px;
	font-weight: normal;
}


H1, H2, H3 {
	font-weight: bold;
	margin: 0px;
}

H1 {
	font-size: 150%;
	margin: 16px;
	margin-bottom: 0.6em;
}

H2 {
	font-size: 120%;
	margin: 12px;
	margin-bottom: 2px;
}

H3 {
	font-size: 110%;
	margin: 30px;
	margin-top: 0px;
	margin-bottom: 4px;
}

IMG {
	border: 0px;
}

.normalBorder {
	border: 1px solid black;
}

ul, ol {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

li {
	line-height: 18px;
}

p {
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 1.5em;
	text-align: justify;
}

PRE {
	color: #CCFFFF;
	font-size: 14px;
}

input.text, select, textarea.text {
	/*border: 1px solid #8b8b8b;*/
	background-color: #e5e5e5;
	/*height: 16px;*/
	font-size: 1em;
}

input.submit {
	margin-top: 10px;
	margin-bottom: 10px;
}

input.readonly, textarea.readonly {
	background-color: #c3c3ff;
}

/* -------------------    definovane tridy   -----------------   */
.leftItem, .leftItem-box, .leftItem-box-empty, .topItem-box {
	padding: 0px 24px 0px 30px;
}

.leftItem {
	text-align: center;
}

.leftItem-box, .leftItem-box-empty, .topItem-box {
	height: 23px;
	color: white;
	font-weight: bold;
	padding: 2px 24px 2px 30px;
}

.leftItem-box {
	background-image: url(../images/layout-left-item-spring.gif);
	background-repeat: no-repeat;
	background-position: top;
	line-height: 23px;
}

.topItem-box {
	height: 17px;
	/* background-color: #da2625; */
	background-image: url(../images/topItem-spring.gif);
	/* line-height: 22px; */
}

.list-subjectBox {
	border: 1px solid #3E4766;
	margin-bottom: 2px;
	text-align: justify;
}



.textBanner-box {

	border: 1px solid;

	width: 110px;

}



.textBanner-box-inner {

	font-size: 11px;

	text-align: left;

	padding: 5px;

	overflow: auto;

}



.textBanner-box-inner a {

	text-decoration: none;

	font-weight: normal;

}

.topList {
	background-color: #ee8c99;
}

.list-subjectBox th, .list-subjectBox td {
	padding: 2px 10px;
}

.list-subjectBox td.thumbnail {
	padding: 2px 2px;
	border-right: 1px solid #3E4766;
}

.list-subjectBox td.logo {
	padding: 2px 2px;
	border-left: 1px solid #3E4766;
}

.tableRowOdd {
  background-color: #ffffff;
}

.tableRowEven {
  background-color: #FFCACA;
}

.tableRowHeader {
  background-color: #da2625; /* #465174; */
  color: white; 
}

.paging {
	font-size: 13px;
	font-weight: bold;
	color: #465174;
}

.paging a {
	color: #465174;
	text-decoration: underline;
}

.paging a:hover {
	text-decoration: none;
}

.banner {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}

.bubble1 {
	width: 80px;
	height: 78px;
	background-image: url(../images/bubble1-spring.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding-top: 6px;
}

.bubble1 a {
	color: white;
	text-decoration: none;
}

.bubble1 a:hover {
	color: yellow;
}

.border {
	border: 1px solid #3E4766;
}

img.border-mainPhoto {
	border: 3px solid red;
}

.u {
	text-decoration: underline;
}

.np, td.np {
	padding: 0px;
}

.center {
	margin: 0 auto;
}

.tcenter {
	text-align: center;
}

.tleft {
	text-align: left;
}

.tright {
	text-align: right;
}

.padd, th.padd, td.padd {
	padding: 6px 20px 6px 20px;
}

.spadd, th.spadd, td.spadd {
	padding: 2px 10px 2px 10px;
}

.marg {
	margin: 10px 20px;
}

.nowrap {
	white-space : nowrap;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}

.valignmiddle {
	vertical-align: middle;
}

.error {
	padding-left: 20px;
	padding-right: 20px; 
	margin-bottom: 20px;
	background-color: #da2625;
	border: 1px solid #FF9D9D;
	color: white;
	font-weight: bold;
}

.message {
	margin-bottom: 20px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px; 
	background-color: #00b300;
	border: 1px solid #9FD99F;
	color: white;
	font-weight: bold;
}

.previewImage {
	background-color: white;
	font-size: 18px;	
}

.previewImage a {
	color: red;
	text-decoration: none;
}

a.invisible-main {
	color: white;	
	font-size: 1px;
}

a.invisible-main:hover {
	color: white;	
}

/* -------------------    sirky boxu   -----------------   */
.xx-smallWidth {
	width: 4em;
}

.x-smallWidth {
	width: 7em;
}

.smallWidth {
	width: 9em;
}

.smallMediumWidth {
	width: 12em;
}

.mediumWidth {
	width: 15em;
}

.mediumLargeWidth {
	width: 22em;
}

.largeWidth {
	width: 30em;
}

.x-largeWidth {
	width: 40em;
}

.xx-largeWidth {
	width: 50em;
}

/* -------------------    vysky boxu   -----------------   */
.x-smallHeight {
	height: 1em;
}

.smallHeight {
	height: 5em;
}

.mediumHeight {
	height: 10em;
}

.largeHeight {
	height: 20em;
}

.x-largeHeight {
	height: 30em;
}

.xx-largeHeight {
	height: 45em;
}

.standardHeight	{
	height: 20px;
}

@media print {
	.noprint {
		display: none;
	}
}



