/* CSS Document */

body {

 font-family:Arial, Helvetica, sans-serif; 
 color:black; 
 font-size:12px; 
 background: white;


}



input, textarea, select {background-color: white; color: black; border: 1px solid #08AAD6}
input.tlacitko {background-color: #2D8CD2; color: black; font-weight: bold; cursor: hand }


a { color:#2D2D2D; text-decoration:none; }
h1 { font-size:2px; color: white; }
h2 { font-size:14px; }
h4 { font-size:10px; }

#wrapper { 

width:760px; 
margin:0 auto; 
padding:0; 
background: white;
border: solid 1px grey;
color: black;
}

#headinfo { float:right; width:200px; margin:5px 120px 0 0; height:20px; padding:05px 0 10px 0; /* background:url(../images/headinfobg.gif) no-repeat; */ text-align:center; }
#headinfo a { color: #7b68ee; }
#headinfo a:hover { color:black; border-bottom:none; }



#header { width:100%; height:257px; background-image:url(../images/header.gif); padding: 0px}
#footer { width:100%; height:50px; background-image:url(../images/footer.gif); padding: 0px; color: black;}


.logotext { float:left; width:200px; margin:55px 0 50px 30px; font-family:Trebuchet MS; font-size:22px; color:#FFFFFF; }
.logotext strong { color:#EFEFEF; }
.logotext2 { font-size:14px; }

#nav { width:758px; overflow:auto; padding:1px; margin:0;background-color:white; font-weight:bold;}
#nav ul { margin:0; padding:0; }
#nav ul li { float:left; list-style:none; padding:0px 15px 10px 15px; }
#nav ul li a { display:block; width:auto; height:15px; padding:7px 8px; margin:0px 1px 0 5px; background-color: white; text-align:center; font-weight:bold;}
#nav ul li a:hover { display:block; width:auto; height:15px; padding:7px 8px; margin:0px 1px 0 5px; background-color: white; text-align:center; text-decoration: underline;font-weight:bold;}

#content { width:100%; }


}

#right img { border: none; }

#content { width:100%; }

#left { float:left; width:25%; margin: 10px; }
#left H1 { color: white ;}
#left ul { margin: 0; padding:0; }
#left ul li { list-style:none; margin:1px 0; padding:0; }
#left ul li a { display:block; width:120px; margin:0; padding:5px; background-color:#E6E6E6; }
#left ul li a:hover { background-color:#FFCD59; }
#left ul li ul { margin: 0; padding:0; }
#left ul li ul li { list-style:none; margin:1px 0; padding:0; }
#left ul li ul li a { padding:5px; background-color:#EFEFEF; }

#breadcrumb { float:left; width:80%; background-color:#EFEFEF; }

#right { float:right; width:65%; }
#right p a { color:none; font-weight:bold; text-decoration:underline; border: none; }
#right a:hover { text-decoration:underline; }

#right a:vidited { border: none; }

.clear { clear:both; }
