
body {	
	margin: 0px;
	background-image : url(design/bg.jpg);
	font-family: Arial;
}

td { 
	font-size: 11px; 
	color: #75B878; 
	font-weight: normal; 
	font-family: Arial;
	padding: 0px;
	border-style: none;
	border-color: #000000;
}

P {
  margin: 0px;
  padding: 0px;
}

a:link, a:visited {  
  color: #000000; 
	text-decoration: none ;
}
a:hover {  
  color: #000000; 
	text-decoration: none ;
}

TD.okraj_1{
  width: 804px;
  height: 5px;
	background-image : url(design/okraj_1.jpg);
}
TD.okraj_2{
  width: 5px;
  height: 544px;
	background-image : url(design/okraj_2.jpg);
}
TD.okraj_3{
  width: 5px;
  height: 544px;
	background-image : url(design/okraj_3.jpg);
}
TD.okraj_4{
  width: 804px;
  height: 5px;
	background-image : url(design/okraj_4.jpg);
}

TD.stred{
  width: 794px;
  height: 544px;
  background-color: #ffffff;
}

TD.menu{
  width: 100%;
  height: 72px;
}
TD.header{
  width: 100%;
  height: 173px;
	background-image : url(design/bg_header.jpg);
}
TD.main{
  width: 100%;
  height: 273px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
TD.bottom{
  width: 100%;
  height: 26px;
  background-color: #CFE6D0;
  text-align: right;
  padding-right:20px;
}


SPAN.h1{
	font-family: Times New Roman, Arial;
	font-size: 24px; 
  color: #55A859; 
	font-weight: normal; 
}

SPAN.h2{
	font-family: Times New Roman, Arial;
	font-size: 15px; 
  color: #333333; 
	font-weight: bold; 
}

DIV.formular {
  float: right;
  border: 0px solid #000000;
  width: 400px;
}

.input_textarea, .input_text  {
  border: 1px solid #55A859;
}

.input_button { 
  border: 1px solid #55A859;
  background-color: #CFE6D0;
}
