body {
	background-color: White;
	font-family: Verdana, Arial, Arial Black, Helvetica, sans-serif;
	font-size: 12px; color: #909090;
	background: url(images/pat.gif) repeat-x;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body.no_background {
	background-image: none;		
}

div#page {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 90px;
}

div.world {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

div.top {
	width: 950px;
	height: 126px;
}

img {
	border: 0;
}

div.logo {
	width: 280px;
	float: left;
	height: 86px;
}

div.home {
	width: 100px;
	float: right;
	clear: right;
	padding-top: 36px;
	_padding-top: 47px;
	padding-right: 15px;
	height:61px;
	margin-top:-18px;
}

div.home ul#home {
	list-style: none;
	font-family: Arial Black, Arial;
}

div.home ul#home li a {
	background-repeat: no-repeat;
	width: 52px;
	background-image: url('images/home.gif');
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	color: White;
	font-size:10px;
}

div.home ul#home li a:hover {
	color:#FF1B8C;
}

div#language {
	font-family: Tahoma;
	font-size: 12px;
	color: #aaa;
	width: 280px;
	float: left;
	position: absolute;
	top:100px;
	padding-left:5px;
	vertical-align:middle;
}

a {
	color: #707070;
	text-decoration: none;
}
a:hover {
	color: #FF1B8C;
}

h1 a {
	font-size: 1px;
	width: 280px;
	display: block;
	position: relative;
	text-decoration: none;
	margin-top: -15px !important;
	margin-top: 0px;
	color: #970E76;
}

h1 span {
	font-size: 1px;
	width: 160px;
	height: 86px;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	left: 0px;
	background-image: url(images/logo.gif);
}

h4 {
	font-size: 1.1em;
	color: #707070;
}

div.title {
	position: absolute;
	top: 105px;
	font-family: Tahoma;
	font-size: 14px;
	color: #ff50a7;
	left: 30px;
}

div#menu {
	float: right;
	width: 655px;
	height: 76px;
	padding-top: 43px;
	padding-left: 15px;
	position: relative;
	font-family: Arial Black, Arial;
}

table.menu {
	border: 0px none;
	border-spacing: 0x;
	border-collapse: collapse;
	text-align: center;
	text-transform: uppercase;
}
	
table.menu td.button1, table.menu td.button2, table.menu td.button3 {
	color: White;	
}

table.menu td.button1 a, table.menu td.button2 a, table.menu td.button3 a {
	color: White;
	text-decoration: none;
	font-size: 10px;
}

table.menu td.button1 {
	background-image: url(images/button1.gif);
	width: 113px;
	height: 23px;
	background-repeat: no-repeat;
}

table.menu td.button2 {
	background-image: url(images/button2.gif);
	width: 125px;
	height: 23px;
	background-repeat: no-repeat;
}

table.menu td.button3 {
	background-image: url(images/button3.gif);
	width: 120px;
	height: 23px;
	background-repeat: no-repeat;
}

table.menu td a {
	position:relative;
	top: 4px;
	_top: 6px;
}

div#menu table.menu td.button1 a:hover {color: #C6C6C6;}
div#menu table.menu td.button2 a:hover {color: #C6C6C6;}
div#menu table.menu td.button3 a:hover {color: #C6C6C6;}

div#menu table.menu td.button {
	padding-left: 7px;
}

div#menu table.menu td.button span {
	padding-left: 7px;
	font-weight: bold;
	color: #8c8c8c;
}

div#menu table.menu td.button a {
	color: #8c8c8c;
	text-decoration: none;
	font-size: 10px;
}

div#menu table.menu td.button a:hover {color: #ff1b8c;}
div#menu table.menu td.button a:hover {color: #ff1b8c;}
div#menu table.menu td.button a:hover {color: #ff1b8c;}

div#menu ul#menu3 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	display:list-item;
	list-style-position: inside;
	position: relative;
	top: 2px;
	padding-left: 14px;
}
div#menu ul#menu4 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	display:list-item;
	list-style-position: inside;
	position: relative;
	top: 2px;
	left: 115px;
	padding-left: 16px;
}
div#menu ul#menu5 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	display:list-item;
	list-style-position: inside;
	position: relative;
	top: 2px;
	left: 240px;
	padding-left: 16px;
}
ul#menu3 li, ul#menu4 li, ul#menu5 li {
	display: inline;
	padding: 3px;
}
ul#menu3 li a, ul#menu4 li a, ul#menu5 li a {
	color: grey;
	font-weight: 200;
	text-decoration: none;
	font-family: Arial;
	font-size: 1em;
}
ul#menu3 li a:hover, ul#menu4 li a:hover, ul#menu5 li a:hover {color: #ff1b8c;}
/* -------- content --------- */

div.left-column {
	width: 280px;
	float: left;
}
div.block {
	margin-top: 8px;
	margin-left: 5px;
	margin-bottom: 13px;
}

div.content {
	width: 655px;
	float: right;
}

div.admin_content {
	background-color: white;
}

a.student {
	top: 0px;
	left: 0px;
	background-color: transparent;
}

div.clear {
	float: none;
	clear: both;
}

div.breadcrumbs {
	width: 590px;
	background-image: url(images/bread_bg.gif);
	background-repeat: no-repeat;
	height: 17px;
	line-height: 17px;
	padding-left: 30px;
	padding-right: 20px;
	font-family: Tahoma;
	font-size: 10px;
	margin-left: 5px;
	margin-top: -17px !important;
	margin-top: -12px;
	margin-bottom: 20px;
}
div.breadcrumbs span {color: #ff1b8c;}
div.breadcrumbs_no_banner {
	width: 590px;
	background-image: url(images/bread_bg.gif);
	background-repeat: no-repeat;
	height: 17px;
	line-height: 17px;
	padding-left: 30px;
	padding-right: 20px;
	font-family: Tahoma;
	font-size: 10px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
}
div.breadcrumbs_no_banner span {color: #ff1b8c;}

div#other-content {
	padding-left: 17px;
}
div#other-content h2, div.faq h2 {
	font-family: Arial Black;
	font-size: 15px;
	color: #797979;
	background-image: url(images/h2bg.gif);
	font-weight:normal;
	background-repeat: no-repeat;
	padding-left: 30px;
}
div#other-content h2 span, div.faq h2 {
	font-size: 15px;
	color: #fe1b8e;
}
div#other-content h3 {
	font-size: 15px;
	color: #fe1b8e;
	font-weight:normal;
}

div#other-content form {
	font-weight:bold;
	font-family: Arial;
	margin-left:20px;
}
div#other-content form submit {
	font-weight:bold;
	font-size: 15px;
	font-family: Arial;
	margin-left:20px;
}
div#other-content form h3 {
	font-size: 15px;
	color: #fe1b8e;
	font-weight:normal;
	font-family: Arial Black;
}
div.box {
	float: left;
	margin-right: 17px;
	margin-bottom: 20px;
	font-family: Arial;
	width: 294px;
	margin-top: 15px;
}

div.box-calc h3 {
	font-size: 16px;
	color: #ff1b8c;
	font-family: Arial Black;
	letter-spacing:-2px;
	line-height:14px;
}

div#other-content div.box h3 {
	font-size: 12px;
	margin-bottom:2px;
	color: #797979;
	font-family: Arial Black;
	margin-top:1px;
}

div.box-right ul {
	margin-top: 0px;
	margin-left: 17px;	
	padding-left: 0px;
	list-style-position: outside;
	margin-bottom: 4px;
}

div.box-left{
	float: left;
	margin-right: 10px;
	width: 70px;
	text-align:center;
}
div.box-right{
	float: left;
	width:214px;
	font-size:11px;
}
div.box-right-attr {
	margin-top:5px;
}

div.box-right-attr div.icons_box {
	border-top: 1px dotted #909090;
	padding-top: 5px;
	float: left;
}

div.box-calc {
	float:none;
	margin-bottom: 10px;
	font-family: Arial;
}

div.box-calc h4 {
	font-size: 11px;
	color: #797979;
	font-weight:bold;
}
div.box-calc-left{
	float: left;
	margin-right: 10px;
	width: 150px;
	text-align: center;
}
div.box-calc-right{
	float: left;
	width:430px;
	font-size:11px;
	clear:right;
	margin-left: 10px;
}

div.box-calc-right h2 {
	margin-bottom: 2px;	
}

div.box-calc-right ul {
	margin-top: 0px;
	margin-left: 27px;	
	padding-left: 0px;
	list-style-position: outside;
	margin-bottom: 4px;
}

div.box-calc-right-attr {
	margin-top:10px;
	margin-left: 5px;
}

div.box-calc-right-attr-left {
	float: left;
	margin-right: 10px;
}

h2.other_heading {
	margin-top: 30px;	
}

div.box-detail {
	margin-bottom: 10px;
	background-image:url(images/detail_top_bg.jpg);
	background-repeat:no-repeat;
	padding-top:15px;
	padding-left:15px;
}

div.box-detail h3 {
	font-size: 18px;
	color: #ff1b8c;
	font-family: Arial Black;
	font-weight:normal;
	line-height:14px;
}
div.box-detail h4 {
	font-size: 11px;
	color: #797979;
	font-weight:bold;
	font-family: Arial;
}
div.box-detail-left{
	float: left;
	margin-right: 10px;
	width: 150px;
	text-align: center;
	margin-top: 10px;
}
div.box-detail-right{
	float: left;
	width:420px;
	font-size:13px;
	clear:right;
}

div.box-detail-right h2 {
	margin-bottom: 10px;	
}

div.box-detail-right ul {
	margin-top: 0px;
	margin-left: 27px;	
	padding-left: 0px;
	list-style-position: outside;
	margin-bottom: 4px;
}

div.box-detail-right-attr {
	margin-top:15px;
	margin-left: 5px;
}

div.box-detail-right-attr-left {float: left;}

div.icons_list {
	width: 250px;	
}

div.description {
	font-size: 11px;
	color: #797979;
	font-weight:bold;
	font-family: Arial;
	padding-left: 21px;
	padding-bottom: 20px;
}

div.separator {
	width: 620px;
	height: 3px;
	background-image: url(images/separator.gif);
	background-repeat: no-repeat;
	clear:none;
}

label input[type=checkbox] {
	vertical-align: middle;
}
/* ------ footer ------ */

div.bottom {
	margin-top: -1px;
	background-color: transparent;
	float: left;
	width: 950px;
	background-image: url(images/footer-image.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
}
div.bottom-copy {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-top: 15px;
	margin-left: 45px;
	text-align: left;
}

div#partners {
	float: right;
	width: 640px;
	color: #CECECE;
	margin-top: 10px !important;
	margin-top: -25px;
}
div.partner {
	float: left;
	margin-left: 40px;
}

/* ------ Content Text ------ */

div.content-text ul, div.content-text ol {
    padding-left: 30px;
    margin: 0px 0px 5px 0px;
}

div.content-text ul ul, div.content-text ul ol, div.content-text ol ol, div.content-text ol ul {
    padding-left: 23px;
    margin-bottom: 0px;
}

div.content-text li {
}
/* ------ Image input ------ */
div.input_image label {
	clear:left;
	float:left;
	height:20px;
	margin:0px;
	padding-top:3px;
	text-align:right;
	white-space:nowrap;
	width:120px;
}
div.input_image input {
	left:0px;
	margin-right:0px;
	position:relative;
	top:0px;
	width:190px;
}

/* ------ Block ------ */
table.block {
	border: 0px !important;
	border-spacing: 0px 0px;
	border-collapse: collapse;
	width: 253px;
	font-family: Arial;
	font-size: 11px;
	margin-left: 4px;
}
td.box_text {
	background-color: white;	
}
td.box_up_left {
	background-image: url("box/up_left.gif");
	background-repeat: no-repeat;
	width: 10px !important;
	height: 11px !important;
}
td.box_down_left {
	background-image: url("box/down_left.gif");
	background-repeat: no-repeat;
	width: 10px !important;
	height: 11px !important;
}
td.box_up_right {
	background-image: url("box/up_right.gif");
	background-repeat: no-repeat;
	width: 12px !important;
	height: 11px !important;
}
td.box_down_right {
	background-image: url("box/down_right.gif");
	background-repeat: no-repeat;
	width: 12px !important;
	height: 11px !important;
}
td.box_up {
	background-image: url("box/up.gif");
	background-repeat: repeat-x;
}
td.box_left {
	background-image: url("box/left.gif");
	background-repeat: repeat-y;
}
td.box_right {
	background-image: url("box/right.gif");
	background-repeat: repeat-y;
}
td.box_down {
	background-image: url("box/down.gif");
	background-repeat: repeat-x;
}

/* ------ hlavny banner ------ */

div.banner-large {
	margin-top: 6px;
	margin-left: 5px;
	margin-bottom: 15px;
	font-family: Arial;
}

div.banner-large div.banner_block {
	display: block;
	position: relative;
	height: 157px;
	width: 645px;
}

div.banner_content {
	position:relative;
	top: 110px;
	width: 590px;
	height: 50px;
	left: 54px;
}


div.banner_content div.banner_title {
	float: left;
	clear: left;
	padding-top: 8px;
	font-weight: bold;
}

div.banner_content div.banner_text {
	float: left;
	clear: right;
	width: 260px;
	overflow: hidden !important;
	height: 3em;
	display: block;
	padding-left: 15px;
	font-weight: bold;
}

span.banner_title_shadow_back, span.banner_title_shadow {
	display: block;
	font-size: 2em;
	position:absolute;
	line-height: 1em;
	display: block;
	background-color: transparent;
}

span.banner_title_shadow_back {
	color: #000;
	margin-top: 2px;
	margin-left: 2px;
}

span.banner_title_shadow {
	color: #ccc;
	margin-top: 1px;
	margin-left: 1px;
}

span.banner_title {
	font-size: 2em;
	display: block;
	line-height: 1em;
	color: #fff;
	background-color: transparent;
	white-space: nowrap;
	position:relative;
}

span.banner_text_shadow_back {
	display: block;
	font-size: 1em;
	position:absolute;
	line-height: 1em;
	display: block;
	background-color: transparent;
	color: #000;
	margin-top: 1px;
	margin-left: 1px;
	width: 260px;
	height: 3em;
	overflow: hidden;
}

span.banner_text {
	font-size: 1em;
	display: block;
	line-height: 1em;
	color: #fff;
	background-color: transparent;
	position:relative;
	width: 260px;
	overflow: hidden;
	height: 3em;
}


/* ------ Katalog  ------ */
span.catalogue_small {
	color:#797979;
	font-size:11px;
	font-weight:bold;
	line-height: 2em;
}

span.catalogue_big a {
	color:#FE1B8E;
	font-size:15px;
	font-weight: normal;
	font-family: Arial Black;
}


/* ------ FAQ ------ */
div.divide {
	border-top: 1px dotted black;
	margin: 15px 30px 15px 30px;
}

div#faq_form label {
	clear:left;
	float:left;
	padding-right:6px;
	padding-top:3px;
	text-align:right;
	white-space:nowrap;
	width:110px;	
}

div#faq_form input.no_button { 
	background-color:#FAFAFA;
	border:1px solid #808080;
	padding:2px;
	width:400px;
}

div#faq_form input.button { 
	background-color:#FAFAFA;
	border:1px solid #808080;
	padding:2px;
	width:120px;
}

div#faq_form textarea {
	background-color:#FAFAFA;
	border:1px solid #808080;
	padding:2px;
	width:590px;
	height: 100px;
}

div#faq_form div.error textarea	 {
	border:1px solid #FE1B8E;
}

div#faq_form div.error input	 {
	border:1px solid #FE1B8E;
}

div#faq_form div.error  {
	color: #FE1B8E;
	border-color: #FE1B8E;
}
