body {
	margin: 0px;
	padding: 0px;
}

#header {
	background-image: url('pictures/background.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 327px;
	text-align: center;
}

#menu{
	position: relative;
	top: 6px;
	width: 100%;
	height: 27px;
	text-align: center;
	}
	
#banner {
	position: relative;
	text-align: center;
	top: 20px;
	width: 100%;
	height: auto;
	}
	
#leftcol {
	background: white;
	float: left;
	width: 180px;
	min-height: 800px;
        height: 800px;
	border: 2px #21940a solid;
	background-color: #44c12b;
	padding: 5px;
	font-family: verdana, arial;
	font-size: 12px;
	color: white;
	text-align: left;	
	}

#rightcol {
	float: left;
	background: white;
	background-image: url('pictures/pozadie.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 395px;
	min-height: 800px;
        height: 800px;
	font-family: verdana, arial;
	font-size: 12px;
	color: black;
	text-align: justify;
	margin-left:10px;
	}

#content {
	position: relative;
	top: 10px;
	background: white;
	margin:0 auto;
	width:600px;
	height: auto;
	text-align: left;    
}

#footer {
	clear: both;
	width:100%;
	height: auto;
	font-family: verdana, arial;
	font-size: 12px;
	color: black;
	text-align: center;
	vertical-align: middle;
}

div.record{
	border-bottom: 1px #48c02f solid;	
	border-top: 1px #48c02f solid;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
div.pages{
	text-align: center;
	font-family: verdana, arial;
	font-size: 12px;
	color: black;
	}
	
a.odkaz1:link
{
	text-align: center;
	font-family: verdana, arial;
	font-size: 12px;
	color: #24ac09;	
	}

 a.odkaz1:visited 
{
	text-align: center;
	font-family: verdana, arial;
	font-size: 12px;
	color: #24ac09;	
	}

a.odhkaz1:hover{
	font-weight: bold;
	}

ul{
	list-style-type:square;
	}

h3.right_h3, h5.right_h5{
	color: #24ac09;
	}
	
h3.left_h3, h5.left_h5{
	color: whites;
	}

	
div.nadpis_h3{
	border-bottom: 1px #caf6c1 solid;
	border-top: 1px #caf6c1 solid;
	background-color: #eeffeb;
	color: #24ac09;
	}
	
td.td1{
	width: 25%;
	text-align: left;
	}
	
td, td.green1, td.green2{
	font-family: verdana, arial;
	font-size: 12px;
}

td.green1{
	background: white;
	color: black;
	font-weight: bold;
	width: 200px;
}

td.green2{
	background: white;
	width: 190px;
}

td.td2{
	width: 50px;
}

td.td3{
	text-align:left;
	width: 290px;
}

td.td4{
	text-align:left;
	width: 140px;
}

td.td5{
	text-align:right;
	width: 100px;
}


td.td6{
//	text-align: center;
}

#table1{
	 width: 100%;
	}

img.photo{
	border: 2px #44c12b solid;
	}

img{
  border: 0px;
}

textarea.normal,
select.normal,
input.normal{ 
	border: 1px solid lightgray 
}

