/*
 *	www.slady.cz design
 *	Copyright (c) 2010 Petr Sladek, slady
 */

BODY, P, H1, H2 {
	font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
/* 	font-size: 12px; */
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	white-space: normal;
}

BODY {
	background:url("http://slady.cz/aukro-aukce-vydela-penize/img/siteback.jpg") repeat-x scroll 0 0 #9A9986;
	margin: 0px;
}

.content a {
  text-decoration: none;
  background-color: #FDF7E1;
  color: red;
  border-bottom: 1px dashed red;
  padding: 1px;
  margin: 3px;
  line-height: 1.5em;
}

.content a:hover {
  color: blue;
  background-color: #E1F7FD;
  border-color: blue;
}

#container  {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 0 20px 5px;
	margin: auto;
	overflow: visible;
	position: relative;
	width: 909px;
	z-index: 1;
}

#inner  {
	border-color: #004685;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}

#footer {
	color:#FFFFFF;
	background-color:#004685;
	margin-top:5px;
	text-align:center;
}

#footer a {
	color:#FFFFFF;
	text-decoration: none;
}

.header {
  background:url("http://slady.cz/aukro-aukce-vydela-penize/img/ltredblk.gif") repeat scroll 0 0 #9A9986;
}

.header {
  margin: 0px;
  background-color: red;
}

.header p {
  color: white;
  position: relative;
  bottom: 60px;
  left: 50px;
  z-index: 1;
}

.header h1 a {
  padding: 40px;
  text-decoration: none;
  display: block;
  height: 60px;
  font-size: xx-large;
  font-weight: bold;
  color: white;
  z-index: 10;
}

.content h2 a {
  color: black;
  background-color: white;
  text-decoration: none;
  border-width: 0px;
}

.content h2 a:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  border-width: 0px;
}

.content {
  float: right;
/*
  min-height: 1000px;
  margin-left: 220px;
*/
  height: auto !important;
  width: 676px;
/*
  border: 1px solid red;
*/
}

.adh {
  color: black;
  background-color: #FEE;
  border: 1px dashed pink;
  width: 774px;
  height: 100px;
  margin: auto;
}

.adv {
  color: black;
  background-color: #FEE;
  border: 1px dashed pink;
  width: 120px;
  height: 600px;
  margin: 30px;
}

#leftsidebar {
  float:left;
/*
  position: absolute;
  top: 300px;
  min-height: 450px;
*/
  margin-top: 0px;
  width: 206px;
}

.clearfloat  {
clear: both;
font-size:1px;
height:0;
line-height:0;
}

