/* 
CSS Stylesheet - design.css
domain: odsmoravany.cz
 */

body {
  margin: 0; padding: 0;
  background: url('/images/design/web_bg.png') top right repeat-x;
  color: black;
}

body, h1, h2, h3, td, th, select, input, textarea, button {
	font-size: 12px;
	font-family: 'Arial CE', Arial, Helvetica, sans-serif;
}
textarea, input {
  font-size: 12px;
}

.r { text-align: right; }
.l { text-align: left; }
.c { text-align: center; }
.j { text-align: justify; }

.left { float: left; }
.right { float: right; }
.cleaner { clear: both; }



/* LINKS */
a { color: #b53174; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }


