@charset "windows-1250";
/* CSS Document */

* { margin: 0; padding: 0; }

/*---------- TYPE SELECTORS ----------*/
a img{ border: 0; }

body {
	background-color: #048EFB;
	background-image:url(images/bkg.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}

h1{
	font-size: 20px;
	color: #FF0000;
	padding: 0px;
	margin-top: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}

h2{
	font-size: 16px;
	color: #FF0000;
	padding: 0px;
	margin-top: 15px;
}

h3{
	font-size: 12px;
	padding: 0px;
	margin-top: 15px;
}

/*---------- DIVS ----------*/

#container {
	margin: 0 auto;
	width: 900px;
}

#top {
	width: 900px;
	height: 224px;
}

#navdiv {
	width: 900px;
	height: 61px;
}

#content {
	width: 840px;
	padding:30px;	
	background-image: url(images/content_bkg.jpg);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}

#content2 {
	width: 900px;
	background-image:url(images/content2_bkg.jpg);
	background-repeat:repeat-y;	
	background-color:#FFFFFF;
}

#main {
	width: 610px;
	float:right;
	clear: none;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#main2 {
	width: 610px;
	float:left;
	clear: none;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#left {
	width: 230px;
	float: left;
	background-color:#eaeaf4;
}

#right {
	width: 190px;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#footer {
	width: 900px;
	padding-bottom:10px
	font-size:11px;
	text-align: center;
	clear:both;
}

#footer_copy {
	width: 135px;
	float:left;
	font-size:9px;
	color:#A7A7A7;
	text-align: center;
}

#footer_menu {
	width: 630px;
	padding-top: 20px;
	float:right;
	font-size:12px;
	color:#A7A7A7;
	text-align: center;
}

#footer_design {
	width: 128px;
	float: right;
	font-size:9px;
	color:#A7A7A7;
	text-align: center;
}

/*---------- DESCENDANT SELECTORS ----------*/

#content p{
	margin-top: 5px;
	padding: 0;
	margin-bottom: 5px;
}
#content2 p {
	padding: 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#navdiv a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	margin:0;
	padding:0;
}

#navdiv a:hover{
	color: #FA961A;
	background-color: #FFFFFF;
	text-decoration:none;
	margin:0;
	padding:0;
}

#main a{
	font-weight: bold;
	color:#937FC6;
	text-decoration:none;
}

#main a:hover{
	color: #FFFFFF;
	background-color: #937FC6;
	text-decoration:none;
}

#left a {
	font-weight: normal;
	color:#000000;
	text-decoration:none;
	display: block;
	width: 190px;
	float: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: right;
}
#left a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #2E3094;
}

#right p{
	margin-top: 5px;
	padding: 0;
}

#right h2{
	margin-top: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#nav p{
	color:#FFFFFF;
}

#footer p{
	font-weight: normal;
	color: #FFFFFF;
}

#footer a{
  font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover{
	text-decoration: none;
	background-color:#FFFFFF;
	color:#000066;
}

#formular {
	width: 220px;
	margin:10px;
}

/*---------- CLASES ----------*/

.a-list {
	font-size:12px;
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
	margin-bottom: 5px;
}

.kontakty_tab_td {
	padding: 5px;
}

.clearer {
	font-size:1px;
	clear:both;
}

.clearer2 {
	font-size:10px;
	clear:both;
}

.clearer3 {
	font-size:5px;
	clear:both;
}

.link_active {
	font-weight: normal;
	color:#000000;
	text-decoration:none;
	background-color: #FFFFFF;
	width: 190px;
	float: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: right;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF0000;
}

.link_active2 {
	font-weight: normal;
	color: #000033;
	text-decoration:none;
	background-color: #CECAC7;
	width: 190px;
	float: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: right;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF0000;
}

.submenu {
	font-weight: normal;
	color:#000000;
	text-decoration:none;
	background-color: #FFFFFF;
	width: 185px;
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: right;
}

.tab-img_td {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECAC7;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CECAC7;
}

.tab-1st_td {
	background-color:#CECAC7;
	text-align: center;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.tab-1_td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECAC7;
	background-color: #EFEFEF;
}
.tab-2_td {
	background-color:#E2E0DE;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECAC7;
}

/*---------- NAVIGATION ----------*/

#nav li {
	float: left;
	width: auto;
	list-style: none;
}

#nav a {
	width: auto;
	text-decoration:none;
}

#nav a#btn1 {
	display: block;
	width: 104px;
	height: 61px;
	text-indent: -9999px;
	background-image:url(images/menu_01.jpg);
}

#nav a#btn2 {
	display: block;
	width: 126px;
	height: 61px;
	text-indent: -9999px;
	background-image:url(images/menu_02.jpg);
}

#nav a#btn3 {
	display: block;
	width: 122px;
	height: 61px;
	text-indent: -9999px;
	background-image:url(images/menu_03.jpg);
}

#nav a#btn4 {
	display: block;
	width: 140px;
	height: 61px;
	text-indent: -9999px;
	background-image:url(images/menu_04.jpg);
}

#nav a#btn5 {
	display: block;
	width: 121px;
	height: 61px;
	text-indent: -9999px;
	background-image:url(images/menu_05.jpg);
}

#nav a#btn6 {
	display: block;
	width: 48px;
	height: 61px;
	text-indent: -9999px;
	background-image:url(images/menu_06.jpg);
}

#nav a#btn7 {
	display: block;
	width: 48px;
	height: 61px;
	text-indent: -9999px;
	background-image:url(images/menu_07.jpg);
}

#nav a#btn1-e {
	display: block;
	width: 104px;
	height: 61px;
	text-indent: -9999px;
	background-image:url(images/menu-eng_01.jpg);
}

#nav a#btn2-e {
	display: block;
	width: 131px;
	height: 61px;
	text-indent: -9999px;
	background-image:url(images/menu-eng_02.jpg);
}

#nav a#btn3-e {
	display: block;
	width: 126px;
	height: 61px;
	text-indent: -9999px;
	background-image:url(images/menu-eng_03.jpg);
}

#nav a#btn4-e {
	display: block;
	width: 131px;
	height: 61px;
	text-indent: -9999px;
	background-image:url(images/menu-eng_04.jpg);
}

#nav a#btn5-e {
	display: block;
	width: 121px;
	height: 61px;
	text-indent: -9999px;
	background-image:url(images/menu-eng_05.jpg);
}

#nav a#btn6-e {
	display: block;
	width: 48px;
	height: 61px;
	text-indent: -9999px;
	background-image:url(images/menu-eng_06.jpg);
}

#nav a#btn7-e {
	display: block;
	width: 48px;
	height: 61px;
	text-indent: -9999px;
	background-image:url(images/menu-eng_07.jpg);
}

#nav a:hover {
	background-position: 0 -61px;
}

#btn2-2 {
	display: block;
	width:170px;
	height: 100px;
	padding: 15px 0 0 40px;	
	background-image:url(images/btn2-2.jpg);
	float: left;
}

#btn3-2 {
	display: block;
	width:170px;
	height: 90px;
	padding: 25px 0 0 40px;	
	background-image:url(images/btn3-2.jpg);
	float: left;
}

#btn4-2 {
	display: block;
	width:170px;
	height: 90px;
	padding: 25px 0 0 40px;	
	background-image:url(images/btn4-2.jpg);
	float: left;
}

#btn5-2 {
	display: block;
	width:170px;
	height: 80px;
	padding: 35px 0 0 40px;	
	background-image:url(images/btn5-2.jpg);
	float: left;
}

#googlemap {
	padding:30px;
	clear:both;
}

ul.tree, ul.tree ul { 
	list-style-type: none;
	background: url(images/vline.png) repeat-y; 
	margin: 0; padding: 0;  
} 

ul.tree ul { 
	margin-left: 10px;
} 

ul.tree li { 
	margin: 0; padding: 0 12px;
	line-height: 20px; 
	background: url(images/node.png) no-repeat; 
	color: #369; 
	font-weight: bold;
} 

ul.tree li.last { 
	background: #fff url(images/lastnode.png) no-repeat; 
}
