@font-face { font-family: Open-Sans;
			 src: url('../fonty/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
				  url('../fonty/OpenSans-Regular.ttf'); }
@font-face { font-family: Open-Sans;
             src: url('../fonty/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
				  url('../fonty/OpenSans-Italic.ttf');
			 font-style:italic; }
@font-face { font-family: Open-Sans;
             src: url('../fonty/OpenSans-Bold.ttf?#iefix') format('embedded-opentype'),
				  url('../fonty/OpenSans-Bold.ttf'); font-weight:bold; }
@font-face { font-family: Open-Sans;
             src: url('../fonty/OpenSans-BoldItalic.ttf?#iefix') format('embedded-opentype'),
				  url('../fonty/OpenSans-BoldItalic.ttf'); font-weight:bold; font-style:italic; }
* { font-size: 12px;
 font-family: Open-Sans,Tahoma,Arial,Helvetica,sans-serif}
body {margin:0 auto;
      width:1330px;
      margin:10px auto;
      position:relative;
      background-color:white;}

textarea { resize: none; }
input[type=text],input[type=password],textarea,input[type=url] {width:600px;border:1px solid #777;border-radius:3px;}
fieldset { padding:1px;border:1px solid #6b6;border-radius:3px}
fieldset legend {font-style:italic}
button {border:1px solid #888;
	    line-height:14px;height:22px;
	    padding:0 6px;border-radius:3px;
	    background-color:#ddd;
	    transition: background-color 0.3s ease}
button:hover { background-color:#aaa }
button::-moz-focus-inner { padding:0; border:0 }

div.levy {float:left}
  div.pravy {float:right}
  div.cistic {clear:both}
  .centered {text-align:center}
  h4 {font-size:14px; text-align:center; margin:0 auto 10px}
  div.vypisprojektu a {display:block;color:#772;text-decoration:none;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
  div.vypisprojektu a:hover {background-color:#ddd}
.bold {font-weight:bold}