body {
font-family : Arial, Sans-Serif;
font-size : 11px; color: #666666;
background-color : #F7F7F7;
margin : 0px;
padding : 0px;
}
#main {
width: 750px;
margin-left: auto; 
margin-right: auto;
background-color : #ffffff;
}
#header {
width: 500px;
height: 110px;
}
#subheader {
width: 500px;
text-align: center;
height: 30px;
}
#intro {
width: 480px;
padding: 10px;

}
#left {
float: left; 
width: 500px;
background-color: #ffffff;
}
#right {
float: right;
width: 240px;
padding:5px;
background-color:#FFFCE8;
}
#fl {
float: left;
width: 250px;
}
#fr {
float: right;
width: 240px;
}
.justify {
width: 230px;
text-align: justify;
}
.l {
height: 40px;
font-weight: bold; text-align: right;
}
.result {
background-color : #f1f1f1;
}
input { 
width: 148px; height: 13px;
font-family : Arial, Sans-Serif;
font-size : 11px;
color : #000000;
border: 1px solid #cdcdcd;
background-color : #ffffff;
text-align: left;
padding: 3px;
}
select { 
width: 156px; height: 20px;
font-family : Arial, Sans-Serif;
font-size : 11px;
color : #000000;
border: 1px solid #cdcdcd;
background-color : #ffffff;
text-align: left;
}
.button { 
width: 50px; height: 22px;
font-family: Arial, Sans-Serif;
font-size: 11px;
color : #000000;
border-color: 1px solid #cdcdcd;
background-color: #ffffff;
text-align: center;
}
a:link {text-decoration: none; color: #FF9900 }
a:visited {text-decoration: none; color: #FF9900 }
a:hover {text-decoration: none; color: #842922 }



/* edit*/

#add {
width: 750px;
margin-left: auto; 
margin-right: auto;
background-color : #ffffff;
}

#addleft {
float: left;
width: 250px;
}
#addright {
float: right;
width: 250px;
}
#addcenter {
top: 0px;
margin-left: 240px;
}

#addleft1 {
float: left;
width: 250px;
}
#addright1 {
float: right;
width: 300px;
}

#chovatele {
width: 500px;
margin-left: 50px;
}

/*login*/
#login {
float: left;
width: 350px;
}
