* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(img/bg.png) left top repeat-x #fff;
	font-size: 12px;
	color: #444;
	}
	
#obsah {
	margin: 0 auto;
	width: 880px;
	}
	
#hlavicka {
	height: 110px;
	}
	
#hlavicka-left {
	width: 350px;
	float: left;
	}

#hlavicka a.logo {
	display: block;
	width: 320px;
	height: 75px;
	background: url(img/logo.png) left top no-repeat;
	}
	
#hlavicka a.logo span {
	display: none;
	}
	
h1 {
	font-size: 10px;
	color: #444;
	font-weight: normal;
	margin: 4px 0 0 50px;
	}
	
#banner {
	float: right;
	width: 478px;
	height: 85px;
	background: url(img/banner.png) left top no-repeat;
	padding: 10px 20px 0 10px;
	}
	
#banner a img {
	border: none;
	}
	
#texty {
	padding: 5px 20px 20px 50px;
	line-height: 1.5;
	}
	
#banner2 {
	width: 180px;
	float: right;
	}
	
#banner2 a img {
	border: none;
	}
	
form {
 	width: 600px; 
	float: left;  
	}
    
input {
	background-color: #ececea;
	border: 1px solid #ccc;
	margin: 0 0 5px 0;
	padding: 3px;
	width: 150px;
	}
    
fieldset {
    border: 1px solid #ddd;
	margin: 0 0 15px 0;
	padding: 10px;
	}

label {
    display: block;
    float: left;
    width: 160px;
	}

fieldset br {
	clear: both;
	}
	
fieldset small {
	display:none;
	}

small {
    color: #fff;
    font-size: 66%;
    position: absolute;
    bottom: 1em;
    right: 1em;
	}
	
select {
	background-color: #ececea;
	border: 1px solid #ccc;
	padding: 1px;
	width: 158px;
	}

fieldset textarea {
	background-color: #ececea;
	border: 1px solid #ccc;
	padding: 5px;
    width: 390px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 180px;
	margin: 0 0 5px 0;
	}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
	}

li, p {margin: 1em 0;}

p.ok {color:green}
p.er {color:red}
p b {color: black}
a {color: black}

input.button {
	background-color: #ececea;
	border: 1px solid #444;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	}

#paticka {
	font-size: 12px;
	border-top: 5px solid #990000;
	padding: 10px;
	color: #666;
	text-align: center;
	margin: 0 10px;
	}
	
.cleaner {
	clear: both;
	height: 0;
	line-height: 0;
  	font-size: 0; 
	}	 