/* 
CSS Stylesheet - design.css
domain: malakopana.cz
copyright: malakopana.cz
coded by: Petr Mícek
*/


body {
  width: 100%; height: 100%;
  background: #efefef;
  margin: 0px auto; padding: 0px;
}

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; }

/* MSG ERRORS */
.msg-err, .msg-ok { padding: 15px; margin: 15px 0 10px 0; text-align: center; }
.msg-err { color: #c00; }
.msg-ok { color: #360; }
.free { color: #444; padding: 15px; text-align: center; }
.free span { color: #dc4018; }


/* LINKS */
a { color: #316700; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

div.err { border: 2px solid red; margin: 5px; }
div.err h3 { background: #C00; color: white; font-weight: bold; margin: 0; padding: 5px; } 
div.err p { padding: 10px; }
div.err p strong { display: block; margin: 0 0 10px; }
