@import url("menu.css");
@import url("dd-blueblock.css");
@import url("content.css");


*{
    font-size: 100%;    /*kvuli problemum s velikosti pisma v IE*/
}

html {
    background-image: url('./../img/background.png');
	background-repeat: repeat-x;
	background-color: rgb(206,221,228);
}

body, form, input, textarea, select, p, pre, ul, ol, li, h1, h2, h3, h4, h5, h6, img, div, table, tr, td,
th {
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	font-size: 70%;
	text-align: center;
}

#mainbody {
	position: relative;
	width: 876px;
}

#super_content
{
    text-align: left; 
}

#content {
    margin: 0 6px;
	text-align: left;
	width: 864px;
	
}

#navigation
{
    background-image: url('./../img/bg-line.png');
    background-repeat: repeat-x;
    min-height: 30px;
    border-left: 2px solid white;
    border-right: 2px solid white;    
}

#navigation p
{
    padding: 8px 10px 0 0;
    text-align: center;
    color: rgb(0, 124, 194);
    font-size: 110%;
}

#navigation p span
{
    font-weight: bold;
}

    
#left-panel {
	float: left;
	width: 240px;
	margin: 0 10px 0 0;
	padding: 0;
}

.panel{
	border-left: 2px solid white;
	border-right: 2px solid white;
	background-image: url('./../img/paddle.png');
	background-position: right top;
	background-repeat: no-repeat;
    background-color: rgb(240,240,240); 	
}

p.in {
    text-align: justify;
    padding: 4px 8px;
}

.left-panel-foot
{
    background-image: url('./../img/panel-foot.png');
	background-repeat: no-repeat; 
	min-height: 15px;
	margin: 0 0 5px 0;
	
}

.left-panel-head
{
    background-image: url('./../img/panel-head.png');
	background-repeat: no-repeat;
    min-height: 15px; 
}

#contact{
	border-left: 2px solid white;
	border-right: 2px solid white;
	background-color: rgb(240,240,240); 	
}

#partners
{
    padding: 0px 10px;
	border-left: 2px solid white;
	border-right: 2px solid white;
	background-color: rgb(240,240,240); 	
}

#partners a
{
    font-size: 100%;
    color: rgb(0, 124, 194);
    text-decoration: none;
    
}

#partners h1
{
    font-size: 125%;
    margin: 0 0 5px 0;  
}

#partners ul li
{
    margin: 0 0 0 15px;
    list-style-type: none;
    padding: 3px 0;
}


#counter{
    text-align: center;
	border-left: 2px solid white;
	border-right: 2px solid white;
	background-color: rgb(240,240,240); 	
}

#contact p
{
    padding: 0 10px 3px 10px;
}

#contact p#company
{
    font-weight: bold;
    font-size: 140%;
}

#contact-name
{
    font-size: 110%;
}

#contact-phone
{
    font-size: 120%;
}


#center {
	float: left;
	width: 614px;
	background: rgb(240,240,240);
}

.center-in{
	border-left: 2px solid white;
	border-right: 2px solid white;
	padding: 15px 20px ;
	font-size: 120%;
}

p.center-in-p{

    text-align: justify;
    padding: 10px 6px;
	
}



#right-panel {
	float: right;
	width: 196px;
	margin: 0;
	padding: 0;
}

#header
{
  margin: 0 auto;
	min-height: 245px;
  background-color: #ffffff; 
  background-image: url('/cz/img/Logo3.png');
	background-repeat: no-repeat;
}


#header h1
{
    visibility: hidden;
}
/*
.header-vltava
{
   	background-image: url('./../img/Logo3-vltava.png');
	background-repeat: no-repeat;
}

.header-otava
{
   	background-image: url('./../img/Logo3-otava.png');
	background-repeat: no-repeat;
}
*/
#footer
{
    background-image: url('./../img/footer2.png');
	background-repeat: no-repeat; 
	min-height: 25px;
	text-align: right;
}

#footer p
{
    padding: 2px 10px;
    font-weight: bold;
    color: white;
}


.page .in-page {
	width: 100%;
	
}


#right-panel hr 
{
    clear: both;
    border-bottom: 1px solid #ffffff;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #bebebe;
    height: 0px;
    margin: 0;
    padding: 0;
}

.bolder
{
    font-weight: bolder;
}

.blue
{
    color: rgb(0, 124, 194);
}

.orange
{
    color: rgb(220,106,35);
}

.grey
{
    color: rgb(140,140,140);
}

.red
{
    color: rgb(255, 0, 0);
}

