/* */



/* CSS Document */


/* General */

* 
{
margin: 0;
padding: 0;
}

html {
height: 100%;
font-size: 62.5%;
}

body {
height: 100%;
text-align: center;
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
background: #FFFFFF url('images/bg.gif') repeat-x 0 0;
min-width: 770px;
padding-bottom: 60px; /* Simulates margin-bottom for wrapper in IE */
}

a:link, a:visited {
color: #006092;
text-decoration: underline;
font-weight: normal;
}

a:hover {
text-decoration: none;
}

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}

.noscreen {
display: none;
}


/* Paragraphs, headings, ... */


h1 {background: #FF7F50; 
font-size: 1.5em;
font-family: Arial;
font-weight: normal;
color: #FFFFFF;
letter-spacing: 1px;
text-align: left;
padding: 2px 2px 2px 4px;
border-bottom: 1px solid #FFFFFF;
}

h1 a:link, h1 a:visited {
font-weight: normal;
text-decoration: none;
color: #595959;
}

h2 {
font-size: 1.4em;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #595959;
text-align: left;
margin: 0px 0 0 30px;
}

h3 {color: #00598D;
font-size: 1.4em;
font-family: Georgia, "Times New Roman", Times, serif;
text-align: left;
letter-spacing: 1px;
margin: 30px 0 10px 0;
}

h3.first {
margin-top: 0;
}

ul {
list-style-type: none; 
}


/* Images */

img.portfolio {
border: 3px solid #8ED8FF;
margin: 0 12px 16px 0;
}

a:hover img.portfolio {
border: 3px solid #FF6123;
margin: 0 12px 16px 0;
}


/* Site wrapper, content paragraph background */

#wrapper {
width: 770px;
margin: 35px auto 60px auto;
position: relative;
background-color: #FFFFFF;
border: 1px solid #BCD5EB;
display: table; /* margin-bottom for FF   (?) */
}

.division {
background-color: #FFFFFF;
border: 0px solid #CFCFCF;
padding: 0.5em 0.9em;
margin-bottom: 17px;
}

.division p {
color: #505050;
}


/* Header */

#header {
margin: 0 auto;
height: 140px;
position: relative;
background: #FFFFFF url('images/hd-bg.gif') repeat-x 0 0;
padding-right: 330px;
}

#header-wrapper { /* Matrjoska hack for IE quirk box model by Pixy (Petr Stanicek) [http://www.pixy.cz/] */
width: 770px;
}


/* Search form */

form.searching {
width: 188px;
position: absolute;
top: 25px;
right: 20px;
}

fieldset {
border: 0;
}

form.searching input.search {
letter-spacing: 1px;
float: left;
width: 134px;
padding: 2px 0 2px 6px;
background-color: #F5FCFF;
border: 1px solid #A5D0E4;
}

form.searching input.hledat {
letter-spacing: 1px;
padding-left: 0;
font-weight: bold;
float: left;
margin-left: 4px;
}

form.searching label {
display: none;
}


/* Content boxes */

#content-box {
width: 100%;
margin: 0 auto;
text-align: left;
color: #151515;
position: relative;
}

#content-box-in {
width: 100%;
}

#content-box-left {
float: left;
width: 24%;
margin-bottom: 5em;
}

#content-box-right {
float: right;
width: 75%;
margin-bottom: 5em;
}

#content-box-left-in {
margin: 0.4em 0.3em 0 0;
}

#content-box-right-in {
margin: 0.4em 1.6em 0 0.6em;
}


/* Content boxes directives */

#content-box-left-in h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #007CBC;
color: #FFFFFF;
margin: 0;
text-align: center;
line-height: 24px;
font-size: 1.1em;
}

#content-box-left-in p {
margin: 0 0 5px 12px;
line-height: 130%;
}

#content-box-left-in p.first {
margin-top: 10px;
}

#content-box-left-in p span {
color: #4B4B4B;
}

#content-box-left-in ul li {
text-align: center;
border-bottom: 1px solid #CFCFCF;
border-right: 1px solid #CFCFCF;
display: block;
}

#content-box-left-in ul li.last {
border-bottom: none;
}

#content-box-left-in ul li a, #content-box-left-in ul li a:visited  {
color: #006092;
display: block;
padding: 0.4em 0;
width: 100%;
text-decoration: none;
font-weight: normal;
}

#content-box-left-in ul li a:hover, #content-box-left-in ul li a.active {
background-color: #E1F4FF;
color: #006092;
display: block;
padding: 0.4em 0;
width: 100%;
text-decoration: none;
font-weight: normal;

}


/* Submit form */

form.send {
width: 450px;
position: relative;
top: 0;
left: 5px;
}

form.send fieldset {
padding: 10px 10px 5px 10px;
margin: 0 0 10px 0;
border: 1px solid #00598D;
}

form.send legend {
font-weight: bold;
color: blue;
margin-bottom: 10px;
padding: 3px 6px;
background-color: #00598D;
color: #FFFFFF;
}

form.send label {
width: 105px;
float: left;
height: auto;
display: block;
margin: 0 0 0 5px;
}

form.send br {
display: none;
}

form.send input, form.send select {
width: 300px;
margin-bottom: 15px;
}

form.send textarea {
width: 300px;
height: 130px;
margin-bottom: 10px;
}

form.send input.go {
margin-left: 110px;
width: auto;
padding: 1px 3px;
}


/* Footer */

#footer {
font-size: 0.9em;
margin-bottom: 5px;
}

#footer a, #footer a:visited {
padding: 1px 2px;
font-weight: normal;
}

#footer a:hover {
background-color: #005886;
color: #FFFFFF;
}
img.float {float: left; border: 1px solid #FFFFFF; margin: 0.5em 0.8em 0.5em 0; 
}
.toplogo {
font-size: 1.4em;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #595959;
text-align: left;
margin: 0px 0 0 30px;
}
.leftcolumnhead {
	font-family: Arial; font-size: 12px; font-weight: bold;
}
.leftcolumn {
	font-family: Arial; font-size: 11px;
}
.leftcolumn A:link {
	FONT-SIZE: 10px; COLOR: #006092; font-family: Arial; TEXT-DECORATION: underline
}
.leftcolumn A:active {
	FONT-SIZE: 10px; COLOR: #006092; TEXT-DECORATION: underline
}
.leftcolumn A:visited {
	FONT-SIZE: 10px; COLOR: #006092; TEXT-DECORATION: underline
}
.leftcolumn A:hover {
	FONT-SIZE: 10px; COLOR: #006092; TEXT-DECORATION: none
}
.leftcolumnbest {
	font-family: Arial; font-size: 11px; COLOR: #007CBC; font-weight: bold;
}
.leftcolumnbest A:link {
	FONT-SIZE: 11px; COLOR: #007CBC; font-family: Arial; TEXT-DECORATION: underline; font-weight: bold;
}
.leftcolumnbest A:active {
	FONT-SIZE: 11px; COLOR: #007CBC; TEXT-DECORATION: underline; font-weight: bold;
}
.leftcolumnbest A:visited {
	FONT-SIZE: 11px; COLOR: #007CBC; TEXT-DECORATION: underline; font-weight: bold;
}
.leftcolumnbest A:hover {
	FONT-SIZE: 11px; COLOR: #007CBC; TEXT-DECORATION: none; font-weight: bold;
}


h3 A:link {
	FONT-SIZE: 12px; COLOR: #FFFFFF; font-family: Arial; TEXT-DECORATION: none; font-weight: bold; 
}
h3 A:active {
	FONT-SIZE: 12px; COLOR: #FFFFFF; font-family: Arial; TEXT-DECORATION: none; font-weight: bold; 
}
h3 A:visited {
	FONT-SIZE: 12px; COLOR: #FFFFFF; font-family: Arial; TEXT-DECORATION: none; font-weight: bold; 
}
h3 A:hover {
	FONT-SIZE: 12px; COLOR: #FFFFFF; font-family: Arial; TEXT-DECORATION: none; font-weight: bold; 
}

.right {
	font-family: Arial; font-size: 11px;
}
p {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #505050;
	text-decoration: none;
	border: none;
        PADDING-RIGHT: 8px;
}
.mailto {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #5a5a5a;
	text-decoration: none;
	border: none; text-align: center;      
}
b {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FF4500;
	text-decoration: none;
	border: none;
        
}
strong {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #505050;
	text-decoration: none;
	border: none;
       
        
}

.article b {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #505050;
	text-decoration: none;
	border: none;
       
}
.leftcolumn b {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #006092;
	text-decoration: none;
	border: none;
       
}
.inf A:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #505050;
	text-decoration: none;
	border: none;
               
}
.inf A:active {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #505050;
	text-decoration: none;
	border: none;
        
}
.inf A:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #505050;
	text-decoration: none;
	border: none;
        
}
.inf A:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #505050;
	text-decoration: none;
	border: none;
        
}
.info {
	PADDING-RIGHT: 20px; PADDING-LEFT: 20px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px; BORDER-RIGHT: #CFCFCF 1px solid; BORDER-LEFT: #CFCFCF 1px solid; BORDER-TOP: #CFCFCF 1px solid; BORDER-BOTTOM: #CFCFCF 1px solid; BACKGROUND-COLOR: #ffffff; font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #505050;
	text-decoration: none;
}




