/* CSS PodStromecek.cz */

body{
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	background-color: white;
	padding: 0px;
	margin: 0px;
}

.cleaner {
  clear: both;
  line-height: 0px;
  font-size: 0px;
  margin: 0;
  padding: 0;
}

h1 {
	color: #F62F30;
	text-align: center;
	margin-bottom: 0px;
}

h2 {
	color: #C0C0C0;
	text-align: center;
	font-size: 1.0em;
	margin-bottom: 10px;
}

.half {
	width: 48%;
}

.third {
	width: 32%;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

a#logo {
	width: 300px;
	float: left;
}

div#prelude {
	float: right;
	width: 500px;
	line-height: 18px;
	background-color: white;
	color: black;
	font-size: small;	
	font-weight: normal;
	text-align: left;
	border: 1px solid rgb(192, 192, 192);
	margin: 0 0 6px 0;
	padding: 5px;
}

div#prelude p {
	padding: 0;
	margin-bottom: 10px;
}

div#prelude a{
	color: #9F9F9F;
	display: block;
	line-height: 13px;
	text-decoration: underline;
	text-align: right;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}
div#prelude a:hover{
	color: black;
	text-decoration: none;
}

a img{
  border: none;
}
img{
  border: none;
}
/*LAYOUT*/
#center-area{
	width: 830px;
	background-color: white;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: white;
}

p.footer-links {
	font-size: 0.8em;
	padding-top: 20px;
}

p.footer-links a {
	color: #9F9F9F;
}

