body {
background-image:  url("../image/tlo_bod.gif");
background-repeat: repeat-y
background-color: #482d22;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;

}

.link {text-decoration: none; color: #000}

a {text-decoration: none; color: #564b47;}
a:visited {color:#564b47;}
a:hover {color: #orange;}
a:active { color:#000000;}
li a {text-decoration: none; color: #orange;}
h1 {
font-size: 11px;

background-color: #D0CDB1;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px }

h1 a:hover {
color: orange;
}

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

h3 {
padding: 10px;
font-size:12px;
font-weight: bold;
margin:0px;}
h4 {
	padding: 20px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin:0px;
	
}


img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#whole{
width: 800px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #EAE8D4;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #E1DDD9;
text-align: right;
padding: 0px;
margin: 0px;
}
#banner img {padding:0px 0px;} 

/* -----------------content--------------------- */
#content {
background-image:  url("../image/tlo_1.gif");
background-repeat: repeat-y
background-color: #ffffff;
padding: 0px;
margin-left: 200px;
margin-right: 0px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 


}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left div------------- */
#left {

float: left;
width: 200px;
margin: 0px;
padding: 0px;

}

/*------------menu----------*/
dt {
font-weight:bold; 
font-size:120%;
margin-top:.8em;
color:#000000;
padding: 0px 20px;
background: url("../image/p_1.gif") no-repeat 3px 4px ;
}
dt:hover {
color:orange;
}

dd {
 
font-size:100%;
margin-top:.8em;
color:#000000;
padding: 0px 10px;
background: url("../image/p_2.gif") no-repeat 0px 2px ;
}

dd:hover {
color:orange;
}



/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }


.podpis2 
{
	color:#A4A4A0;
	font-size: 0.9em;
	margin-bottom: 6px;
	text-align: right;
	
}

.podpis 
{
	color:#A4A4A0;
	font-size: 0.9em;
	text-align: center;
	padding: 0px 0px 15px 0px;
}


