

/* BASIC */

body {
margin: 0px 0px;
padding: 0px; /* opera */
z-index: 0;
background: #FFF;
}
body , table td, table th, ul li, ol li, input, textarea, select {
font : 11px/140% "Arial CE", Arial, Helvetica, sans-serif;  /* 140% lineheight */
color: #000;
}
h1 {		/* logotyp *//* title graphic */
margin: 0px;
padding: 0px;	
display: inline;
}
h2 {
margin: 15px 0px 10px 0px;
padding: 0px;
}

h3 {		 	/* title text */
font-size: 12px;
font-weight: bold;
display: inline;
}
h4 {		 	/* news text */
font-size : 11px;
font-weight: bold;
display: inline;
color: #125e7e;
}

img {
border: 0px;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
a:link, a:visited {
color: #FF0009;
text-decoration:underline;
}
a:hover, a:active {
color: #FF0009;
text-decoration:underline;
}
em {
font-style: normal;
color: #404040;
}



/* COMMON */

.show {
visibility: visible;
}
.hide {
visibility: hidden;
}

.px10, .px10 th, .px10 td {
font-size: 10px;
line-height: 130%;
}
.px11, .px11 th, .px11 td {
font-size: 11px;
}
.px12, .px12 th, .px12 td {
font-size: 12px;
}

.padding2 {
padding: 2px;
}
.padding4 {
padding: 4px;
}
.padding10 {
padding: 10px;
}

div.paddingin {
padding: 25px;
}

hr {
height: 1px;			/*ie*/
color: #CDCDCD;
border: 0px;			/*mo*/
background: #CDCDCD;

}



/* LISTS */

ul {
margin-left: 15px;
padding-left: 0px;
}
ul li {
list-style : square; /* circle disc */
}

ol {
margin-left: 20px;
padding-left: 0px;
}
ol li {
list-style : decimal; /* lower-alpha none */
margin-left: 0px;
padding-left: 0px;
}
ul.arrow {
margin-left: 15px;
padding-left: 0px;
}
ul.arrow li {
list-style : square url(images/arrow.gif);
height: 14px; /* nelze line-height - block */
}

ul.menu, ul.menu li {
display: inline;
margin: 0px;
padding: 0px;
}

ul.menu2 {
margin: 0px;
padding: 0px;
}

ul.menu2 li {
list-style: none;
margin: 0px;
padding: 0px;
color: #FFF;
}
ul.menu3 {
margin: 0px 0px 4px 0px;
padding: 4px 10px 4px 0px;
background: #C2161D;
}
ul.menu3 li {
height: 17px;
color: #FFF;
font-size: 10px;
text-align: right;
xcursor: pointer;
}
ul.menu3 a:link, ul.menu3 li a:visited {
xcolor: #fff;
text-decoration: none;
}

ul.off {
display: none;
}
ul.on {
display: block
}


/* FORMS */

input, textarea, select {
font-size: 11px;
padding-left: 2px;
}

input, textarea, select {
vertical-align: middle;
}

select.col {
background: #06506f;
color: #78a5b5;
}
input.xs, textarea.xs, select.xs {
width: 30px;
}
input.s, textarea.s, select.s {
width: 104px;
}
input.m, textarea.m, select.m {
width: 115px;
}
input.l, textarea.l, select.l {
width: 153px;
}
input.xl, textarea.xl, select.xl {
width: 200px;
}
input.xxl, textarea.xxl, select.xxl {
width: 250px;
}
input.search {
width: 79px;
}


/* TABLES */

table.hidden {
width: 100%;
border: 0px;
margin: 0px;
padding: 0px;
border-collapse : collapse;
}
table.hidden th {
border: 0px;
margin: 0px;
padding: 0px;
text-align: left;
}
table.hidden td {
border: 0px;
margin: 0px;
padding: 0px;
vertical-align: top;
}

table.colored {
margin: 0px;
padding: 0px;
border-collapse : collapse;
}
table.colored th {
margin: 0px;
padding: 4px;
font-size: 12px;
font-weight: bold;
color: #202020;
background: #F7F7F7;
border: 1px solid #CDCDCD;
}
table.colored th.alignleft {
text-align: left;
}
table.colored td {
margin: 0px;
padding: 4px;
background: #fff;
border: 1px solid #CDCDCD;
}
table.colored td.tdimage {
padding: 0px;
width: 50px;
height: 50px;
text-align: center;
}
table.colored td.center {
text-align: center;
}
table.colored td.noborder {
border: 0px;
height: 4px;
}
table.colored td.topborder {
border-top: 2px solid #DD1A21;
}
table.colored th a:link, table.colored th a:visited, table.colored td a:link, table.colored td a:visited {
color: #202020;
}





/* CONTAINERS */

div.left, img.left {
float:left;
}
div.right, img.right {
float:right;
}
div.clear {
clear:both;
}
div>div.moclear  {
clear:both;
}
div.space {
font: 0px;
}

.top {
vertical-align: top;
}
.middle {
vertical-align: middle;
}
.bottom {
vertical-align: bottom;
}
.alignright {
text-align: right;
}
.aligncenter {
text-align: center;
}


/* TESTS */

.testred, table.testred td, table.testred th {
border: 1px solid red;
}
.testblue, table.testblue td, table.testblue th {
border: 1px solid blue;
}

a:link.submenuon, a:visited.submenuon {
color: #F3C727;
}
a:link.submenuoff, a:visited.submenuoff {
color: #FFF;
}