/* Common settings. */
body {
	background: #CC6609 url('images/bg_wall.png');
	margin: 0px;
	padding: 80px 0px 30px 0px;
	color: #DDD;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11pt;
}

table {
	border: 0px;
	border-spacing: 0px;
}

td {
	padding: 0px;
}

h1 {
	font-size: 20pt;
	margin: 10px 0px 5px 0px;
	text-align: center;
}

h2 {
	font-size: 14pt;
	margin: 25px 0px 15px 0px;
}

h3 {
	font-size: 14pt;
	margin: 25px 0px 15px 0px;
	text-align: center;
}

p {
	text-align: justify;
	margin: 10px 0px 20px 0px;
}

hr {
	border: none;
	border-top: 1px solid #4D829E;
	margin: 3px 0;
}

#page ul, ol {
	text-align: justify;
	padding-left: 15px;
	margin: 10px 0px 20px 0px;
	list-style-position: outside;
}

#page ol {
	padding-left: 40px;
}

#page li {
	margin-top: 10px;
}

#page .highlight {
	-moz-border-radius:5px 5px 5px 5px;
	background:#CC6609;
	color:#FFF;
	padding:1px 5px;
	font-weight: bold;
}

img {
	border: 0px;
	vertical-align: middle;
}

a {
	color: #48B;
	font-weight: bold;
}

input, textarea {
	border: 1px solid #AAA;
}

form {
	color: #000;
}

/* Main componets. */
#container {
	color: #000;
	background: #FBF2ED url('images/bg_paper_right.png') repeat-y top right;
	width: 954px;
	margin: 0px auto;
	padding-right: 6px;
	position: relative;
}

#container-design {
	background: #FBF2ED url('images/bg_paper.png') repeat top left;
}

#top-panel {
	padding: 18px 60px 0px 18px;
	text-align: right;
	font-weight: bold;
	color: #999;
}

#top-panel2 {
	padding: 5px;
	margin: 10px 18px 10px 18px;
	background: #AAA;
	border: 1px solid #999;
	-moz-border-radius: 10px;
}

#bottom-panel {
	clear: both;
	background: url('images/bg_paper_bottom.png') repeat-x bottom left;
	position: relative;
	min-height: 6px;
}

#logo {
	float: left;
}

#top-banner {
	border: none;
	background-color: #FBF2ED;
}

#top-banners {
	text-align: left;
	width: 600px;
	position: relative;
	left: 26px;
}

#top-banners th {
	width: 60px;
}

#top-banners td {
	padding-left: 5px;
	font-size: 10pt;
}

#left-panel {
	width: 165px;
	float: left;
	padding: 0px 9px 20px 18px;
	margin-top: 5px;
}

#page {
	width: 740px;
	padding: 0px 18px 10px 0px;
	float: right;
}

#page-title {
	text-align: center;
	margin-bottom: 30px;
}

#print-panel {
	text-align: right;
	padding: 4px 0;
	margin-bottom: 15px;
}

#print-panel a {
	background: #7EA5BF;
	color: #FFF;
	border: 1px solid #4D829E;
	font-weight: bold;
	padding: 4px 8px;
	margin-left: 15px;
}

#motto {
	text-align: center;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
}

#motto2 {
	text-align: center;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
}

#flags-panel {
	color: #FFF;
	width: 165px;
	float: left;
	padding-top: 12px;
	text-align: center;
}

#flags-panel a {
	margin-right: 10px;
	font-size: 10px;
}


#flags-panel img {
	border: 1px solid #999;
	vertical-align: top;
}

#validator-panel {
	text-align: center;
}

#menu-panel {
	margin-bottom: 15px;
	background: #7EA5BF;
	color: #FFF;
	border: 1px solid #4D829E;
	padding-bottom: 2px;
	-moz-border-radius: 10px 0 10px 0;
}

#menu-panel h2 {
	margin: 0;
	padding: 3px 6px;
	background: #4D829E;
	-moz-border-radius: 7px 0 0 0;
	font-size: 14pt;
}

#menu-panel hr {
	border: none;
	border-top: 1px solid #4D829E;
	margin: 3px 0;
}

#top-menu-panel {
	width: 740px;
	float: right;
}

#menu-panel ul.menu, #top-menu-panel ul.menu {
	font-size: 12pt;
}

#menu-panel ul.menu, #top-menu-panel ul.menu, ul.topmenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	white-space: nowrap;
}

#menu-panel ul.menu li, #top-menu-panel ul.menu li, ul.topmenu li {
	position: relative;
}

#menu-panel ul.menu a {
	text-decoration: none;
	display: block;
	padding: 3px 6px;
	color: #FFFFFF;
}

#menu-panel ul.menu a:hover span,
#menu-panel ul.submenu a:hover span {
	text-decoration: underline;
}

#top-menu-panel ul.menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu-panel ul.menu a.active {
	color: #FFEFBC;
}

#top-menu-panel ul.menu a.active {
	color: #FFEFBC;
}

#top-menu-panel ul.menu a.highlight {
	-moz-border-radius:5px 5px 5px 5px;
	background:#FFED00;
	color:#000033;
	padding:1px 5px;
}

ul.topmenu a {
	color: #000;
	text-decoration: none;
}

ul.topmenu a.active {
	color: #CC6609;
}

#top-menu-panel ul.menu a:hover,
ul.topmenu a:hover {
	text-decoration: underline;
}

#menu-panel ul.submenu {
	font-size: 9pt;
	list-style-type: none;
	padding: 0px;
}

#menu-panel ul.submenu a {
	padding-left: 30px;
}

#top-menu-panel ul.menu li {
	display: inline;
	margin-right: 15px;
	white-space: nowrap;
}

#page ul.topmenu {
	text-align: center;
	margin-top: 20px;
}

#page ul.topmenu li {
	display: inline;
	margin: 0px 10px;
}

.left-box, .left-box-lite {
	margin-bottom: 15px;
	text-align: center;
	font-size: 10pt;
	background: #FFEFBC;
	border: 1px solid #F2CF7D;
	-moz-border-radius: 10px 0 10px 0;
}

.left-box h3, .left-box-lite h3 {
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

.left-box img {
	border: 1px solid #000;
	margin-bottom: 5px;
}

.left-box-lite img {
	margin-bottom: 5px;
}

.left-box-lite a {
	text-decoration: none;
	display: block;
	padding: 6px;
}

.left-box-lite a:hover span {
	text-decoration: underline;
}

.left-box-lite div {
	padding: 6px;
}

#copyright {
	margin-top: 10px;
	text-align: center;
	font-size: 10pt;
}

#copyright a {
	color: #DDD;
}

#seo {
	margin: 30px auto 0px auto;
	text-align: center;
	font-size: 10pt;
	width: 954px;
	color: #EBBF7C;
}

#seo a {
	color: #EBBF7C;
	text-decoration: none;
	font-weight: normal;
}

#seo a:hover {
	color: #DDD;
	text-decoration: underline;
}

#actions-container {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

#actions-container a {
	color: #246;
}

#picture-container {
	background: #F0F0F0 url('images/bg_paper_right.png') repeat-y top right;
	padding-right: 6px;
	position: relative;
}

.center-lement {
	margin: 0px auto;
}


/* Design components. */
#top-left-corner {
	width: 150px;
	height: 170px;
	background: transparent url('images/tape_tl.png') top left no-repeat;
	position: absolute;
	top: -68px;
	left: -75px;
	z-index: 2;
}

#top-right-corner {
	width: 165px;
	height: 160px;
	background: transparent url('images/tape_tr.png') top right no-repeat;
	position: absolute;
	top: -70px;
	right: -72px;
	z-index: 2;
}

#bottom-right-corner {
	width: 140px;
	height: 165px;
	background: transparent url('images/tape_br.png') top right no-repeat;
	position: absolute;
	top: -82px;
	right: -79px;
	z-index: 2;
}

#bottom-left-corner {
	width: 160px;
	height: 160px;
	background: transparent url('images/tape_bl.png') top left no-repeat;
	position: absolute;
	top: -104px;
	left: -55px;
	z-index: 2;
}


/* Page design. */
#bottom-design {
	clear: right;
}

.bottom-design-main {
	background: transparent url('images/bg_serafin_bottom.jpg') bottom left no-repeat;
	height: 575px;
}

.top-design-tuzka {
	background: transparent url('images/bg_tuzka_top.jpg') top right no-repeat;
}

.bottom-design-tuzka {
	background: transparent url('images/bg_tuzka_bottom.jpg') bottom left no-repeat;
	height: 483px;
}

.top-design-real {
	background: transparent url('images/bg_real_top.jpg') top right no-repeat;
}

.bottom-design-real {
	background: transparent url('images/bg_real_bottom.jpg') bottom left no-repeat;
	height: 534px;
}

.bottom-design-pastelky {
	background: transparent url('images/bg_pastelky_bottom.jpg') bottom right no-repeat;
	height: 558px;
}

.top-design-akvarel {
	background: transparent url('images/bg_akvarel_top.jpg') top right no-repeat;
}

.bottom-design-akvarel {
	background: transparent url('images/bg_akvarel_bottom.jpg') bottom left no-repeat;
	height: 575px;
}

.bottom-design-uhel {
	background: transparent url('images/bg_uhel_bottom.jpg') bottom right no-repeat;
	height: 630px;
}

.top-design-plener {
	background: transparent url('images/bg_plener_top.jpg') top right no-repeat;
}

.bottom-design-plener {
	background: transparent url('images/bg_plener_bottom.jpg') bottom left no-repeat;
	height: 575px;
}

.top-design-enkaustika {
	background: transparent url('images/bg_enkaustika_top.jpg') top right no-repeat;
}

.bottom-design-enkaustika {
	background: transparent url('images/bg_enkaustika_bottom.jpg') bottom left no-repeat;
	height: 550px;
}

.top-design-enkaustika2 {
	background: transparent url('images/bg_enkaustika2_top.jpg') top right no-repeat;
}

.bottom-design-enkaustika2 {
	background: transparent url('images/bg_enkaustika2_bottom.jpg') bottom left no-repeat;
	height: 490px;
}

.bottom-design-modelovani {
	background: transparent url('images/bg_modelovani_bottom.jpg') bottom left no-repeat;
	height: 550px;
}

.bottom-design-volnatvorba {
	background: transparent url('images/bg_modelovani_bottom.jpg') bottom left no-repeat;
	height: 550px;
}

/* Page componets. */
.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.red {
	color: #FF6600;
}

.nowrap {
	white-space: nowrap;
}

.separator {
	clear: both;
}

a.external {
	padding-right: 17px;
	background: url(images/link_external.png) right no-repeat;
}

.image-box, .image-box-lite {
	float: right;
	clear: right;
	margin-bottom: 10px;
	padding-left: 15px;
	text-align: center;
	font-size: 10pt;
}

p img, .image-box img, .cheques td img {
	border: 1px solid #000;
	margin-bottom: 5px;
}

a.lite {
	text-decoration: none;
}

a.lite img {
	border: none;
	vertical-align: bottom;
	margin-bottom: 3px;
}

.back {
	font-weight: bold;
	margin: 10px 0px 20px 0px;
}

.flash {
	font-size: 22pt;
	text-align: center;
}

.course-box {
	float: left;
	width: 180px;
	height: 200px;
	text-align: center;
	margin-bottom: 15px;
}

.course-box-small {
	float: left;
	width: 145px;
	height: 140px;
	text-align: center;
	margin-bottom: 15px;
}

.press-box {
	float: left;
	width: 180px;
	height: 250px;
	text-align: center;
	margin-bottom: 15px;
}

.course-box img, .course-box-small img, .press-box img {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 3px solid #666;
	border-bottom: 3px solid #666;
	margin-bottom: 10px;
}

.picture-box {
	float: left;
	width: 180px;
	height: 180px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	margin: 0px 5px 20px 0px;
}

.picture-box-double {
	float: left;
	width: 355px;
	height: 180px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	margin: 0px 5px 20px 0px;
}

.picture-box img, .picture-box-double img {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 3px solid #666;
	border-bottom: 3px solid #666;
}

.picture-box-double img {
	margin: 0px 5px;
}

.picture-box-pred {
	position: absolute;
	left: -110px;
	top: 100px;
	text-align: center;
	background: #666;
	color: #CCC;
	padding: 2px;
}

.picture-box-pred img {
	margin: 2px 0px 0px 0px !important;
}

.message-box {
	text-align: justify;
	margin: 10px 0px 20px 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #4D829E;
}

.message-box .icon {
	float: left;
	margin: 3px 10px 5px 0px;
}

.message-box .info {
	text-align: right;
	font-style: italic;
	font-size: 10pt;
	margin-top: 5px;
}

div.data, form {
	margin: 10px 0px 20px 0px;
}

table.contacts {
	width: 730px;
}

table.contacts td {
	vertical-align: top;
	width: 50%;
	padding-right: 15px;
}

table.contacts td p {
	text-align: left;
}

#map-box {
	border: 1px solid #AAA;
	padding: 10px 0;
	-moz-border-radius: 10px;
}

#map {
	width: 400px;
	height: 270px;
	margin-left: 50px;
	position: relative;
}

#map img {
	border: none;
	margin-bottom: 10px;
}

#map a {
	text-decoration: none;
	color: #000;
	position: absolute;
	display: block;
	/*border: 1px solid #F99;*/
}

#map a.all {
	left: 10px;
}

#map a:hover {
	text-decoration: underline;
}

#map-box table {
	float: right;
	margin-top: 20px;
	margin-right: 50px;
	font-size: 11pt;
}

#map-box table th {
	text-align: left;
}

#map-box table th, #map-box table td {
	padding: 0px 3px;
}

table.contacts2 {
	margin: 0px auto;
	width: 600px;
}

table.cheques {
	width: 100%;
	margin-bottom: 50px;
}

table.cheques td {
	vertical-align: top;
	text-align: center;
	width: 50%;
	padding-bottom: 20px;
}

table.cheques th {
	vertical-align: middle;
	text-align: center;
	width: 50%;
	padding-bottom: 20px;
}

table.data-envelope {
	margin: 0px auto;
}

.data-top {
	padding-bottom: 10px;
}

.data-bottom {
	padding-top: 10px;
}

table.data, table.form {
	border: 1px solid #4D829E;
	border-collapse: collapse;
	margin: 0px auto 0px auto;
	background: #FFF;
}

table.data tr:hover {
	background: #FFF1DB !important;
}

table.data th {
	padding: 4px 8px;
	text-align: left;
	vertical-align: top;
	background: #7EA5BF;
	color: #FFF;
	border-right: 1px solid #4D829E;
	border-bottom: 1px solid #4D829E;
	border-top: 1px solid #4D829E;
}

table.data th.right {
	text-align: right;
}

table.data th.white {
	background: #FFFFFF;
	color: #000;
}

table.data td {
	padding: 4px 8px;
	border-right: 1px solid #4D829E;
	border-bottom: 1px dotted #BCCCDB;
	vertical-align: top;
}

table.form th.caption {
	padding: 4px 8px;
	text-align: center;
	vertical-align: top;
	background: #7EA5BF;
	color: #FFF;
	border-right: 1px solid #4D829E;
	border-bottom: 1px solid #4D829E;
}

table.form th {
	padding: 4px 0px 4px 20px;
	text-align: right;
	vertical-align: top;
}

table.form td {
	padding: 4px 20px;
}

table.form td.info {
	padding: 10px;
	text-align: center;
	background: #EEE;
	border-bottom: 1px solid #4D829E;
	font-weight: bold;
}

table.form td.space {
	height: 15px;
}

table.form td.buttons {
	padding: 20px;
	text-align: right;
}

table.form td.buttons input {
	background: #7EA5BF;
	color: #FFF;
	border: 1px solid #4D829E;
	font-weight: bold;
	padding: 4px 8px;
	margin-left: 15px;
	cursor: pointer;
}

table.form td.error {
	background: #FFCA90;
	color: #900;
	border-bottom: 1px solid #900;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

table.form input.error, textarea.error {
	background: #FFCA90;
}

table.filter {
	border-collapse: collapse;
	margin: 0px auto 0px auto;
}

table.filter th, table.filter td {
	text-align: left;
	padding: 2px 5px;
}

table.filter td.buttons input {
	background: #7EA5BF;
	color: #FFF;
	border: 1px solid #4D829E;
	font-weight: bold;
}

table.images {
	border-collapse: collapse;
	margin: 10px auto 20px auto;
}

table.images img {
	border: 1px solid #000;
	margin-bottom: 5px;
}

table.images td {
	font-size: 10pt;
	text-align: center;
	vertical-align: top;
	padding: 4px 8px;
}

.navigator {
	text-align: center;
	margin: 10px 0px 20px 0px;
}

.navigator a {
	text-decoration: none;
}

div.info-box, div.success-box, div.error-box {
	width: 300px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	margin: 10px auto 20px auto;
}

div.info-box {
	background: #EEE;
	color: #000;
	border: 1px solid #999;
}

div.success-box {
	background: #CFC;
	color: #060;
	border: 1px solid #6A6;
}

div.error-box {
	background: #FFCA90;
	color: #900;
	border: 1px solid #A66;
}

img.new {
	margin-left: 5px;
}

/*
span.new {
	background: #FF0;
	border: 1px solid #C30;
	color: #C30;
	padding: 1px;
	margin-left: 2px;
	font-weight: bold;
	font-size: 6pt;
	vertical-align: middle;
	text-decoration: none !important;
	-moz-transform: rotate(-90deg);
}
*/
.flag-mini {
	margin-left: 0.5em;
	border: 1px solid #666;
}

.flag-info {
	margin-right: 0.3em;
	border: 1px solid #666;
}

#registration table {
	width: 600px;
}

#registration table th {
	width: 190px;
}

.prepare-box {
	background: #FFF;
	border: 1px solid #4D829E;
	margin-top: 15px;
	-moz-border-radius: 10px;
}

.prepare-box p, .prepare-box ul {
	margin: 10px 15px !important;
}

.prepare-box h2 {
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	background: #7EA5BF;
	color: #FFF;
	border-bottom: 1px solid #4D829E;
	-moz-border-radius: 6px 6px 0 0;
}

.prepare-box h3 {
	margin: 10px 15px;
	padding: 0;
	text-align: left;
}

.prepare-box .image-box {	
	padding-right: 15px;
	background: #FFF;
}

.list-box {
	margin-top: 20px;
}

.list-box h1, .list-box h2 {
	margin: 10px 0;
	padding: 0px;
	font-weight: normal;
	font-size: 11pt;
	text-align: left;
}

.simple-box {
	border: 1px solid #AAA;
	margin: 10px 0 20px 0;
	padding: 0px 10px;
	-moz-border-radius: 10px;
}

.simple-box h2, .simple-box h3, .simple-box p {
	margin: 10px 0 20px 0;
}

h3.interview {
	font-size: 13pt;
	text-align: left;
	font-style: italic;
}

p.interview {
	margin-bottom: 20px;
	font-style: italic;
}
/*
h2.interview {
	font-family: Times New Roman;
	font-size: 13pt;
}

p.interview {
	font-family: Times New Roman;
	font-size: 13pt;
}
*/
