* {
    margin:0px;
    padding:0px;
}

.reset {
	clear:both;
}

body {
	font-family:'Verdana';
	font-size:0.8em;
	background-color:#f7f7f7;
}

#whole {
	position:relative;
	text-align:center;
	background:url('img/bg.png') repeat-x left top;
}

#midd {
	position:relative;
	margin:auto;
	width:920px;
}

#main {
	position:relative;
	margin:auto;
	float:right;
	margin-top:20px;
	width:694px;
	background:url('img/middle.png') repeat-y right top;
}

#top {
	background:url('img/top.png') no-repeat left top;
	height:84px;
}

#bottom {
	background:url('img/bottom.png') no-repeat right top;
	height:31px;
}

#intext {
	padding-left:40px;
	margin-top:-40px;
	text-align:left;
}

#menu {
	position:relative;
	float:left;
	margin-top:225px;
}

#footer {
	position:relative;
	float:right;
	color:#9A99B1;
	font-size:0.85em;
	padding:6px;
	text-align:right;
	width:400px;
}

#footer a {
	color:#9A99B1;
}

#footer a:hover {
	text-decoration:none;
}

#logo {
	position:absolute;
	top:38px;
	left:0px;
	width:202px;
	cursor:pointer;
	height:139px;
	background:url('img/logo.png') no-repeat;
}

/* MENU */

#menu ul li {
	list-style-type:none;
	list-style-position:inside;
	border-bottom:1px dotted #949494;
	width:200px;
	text-align:left;
}

#menu ul li a div {
	padding:4px 20px 4px 15px;
}

#menu ul li a {
	color:black;
	text-decoration:none;
	font-size:0.9em;
}

#menu ul li a div:hover, #menu ul li a div.hover {
	background-color:#fff4d7;
	text-decoration:underline;
}

#menu ul li#linky {
	margin-top:50px;
	font-size:0.8em;
	border-bottom:0px solid;
	color:#5F5F5F;
}

#menu ul li#linky a {
	color:#5F5F5F;
	font-size:1em;
	text-decoration:underline;
}

/* MAIN */

#intext h1 {
	padding-left:20px;
	color:#f1ac34;
	font-size:1.6em;
}

#intext h2 {
	padding-left:20px;
	color:#444444;
	font-size:1.4em;
	margin-top:60px;
}

#intext h2.notop {
	margin-top:10px;
}

#intext p {
	/*padding:15px 25px 10px 10px;*/
	padding:3px;
	text-indent:25px;
}

#intext a {
	color:#b75513;
}

#intext a:hover {
	text-decoration:none;
}

#intext ul li {
	list-style-position:inside;
	list-style-type:none;
	padding:3px;
	margin-bottom:10px;
}

.date {
	font-size:0.8em;
	color:#5F5F5F;
	margin-left:20px;
	padding:2px;
}

.pto {
	margin-top:15px;
}

strong {
	font-weight:normal;
}

.listing {
	text-align:center;
	margin:2px;
	padding:5px;
}

.listing a {
	border:1px solid #FCE4BC;
	padding:2px;
	background:#FDF0DB;
}

.dop {
	font-size:0.7em;
	color:#C8C8C8;
	margin-top:100px;
	border-top:1px dotted #D2D2D2;
	padding-top:8px;
	width:98%;
}

#link {
	text-align:center;
	font-size:1.2em;
	margin-top:20px;
}

table {
	margin:auto;
	text-align:center;
	margin-top:10px;
	border:2px solid #F9D8A2;
	border-spacing:0px;

}

.small {
	font-size:0.86em;
	color:#444444;
}

tr th, tr td {
	border-bottom:1px solid #FCECD1;
	border-right:1px solid #FCECD1;
}

th,td {
	padding:3px;
	font-size:0.9em;
}

.l {
	text-align:left;
}

#kurztablebd td {
	border:0px solid;
	font-size:1.1em;
}

#kurztablebd td a {
	color:#B75513;
}
/*
#rbl {
	position:relative;
	text-align:center;
		top:7px;

}*/

#search {
	font-size:1em;
	color:#DCDCDC;	
	top:-218px;
	left:250px;
	width:635px;
	position:absolute;

}

#search input, #search select {
	border:1px solid #A2A2A2;
	background:#646464;
	width:300px;
	height:25px;
	padding:2px;
	color:#DCDCDC;
}

#search select {
	width:auto;
}

#search input.submit {
	width:60px;	
	height:28px;
	font-weight:bold;
}

.euro {
	color:#F20000;
	font-size:0.8em;
}

.dolar {
	color:#0F80D2;
	font-size:0.8em;
}


/* reklama */
.re_box {
	margin-top:3px;
	padding:2px;
	padding-left:20px;
	padding-bottom:3px;
	border-bottom:1px solid #DFDFDF;
}

#intext .re_box a.dis {
	color:#9A9D7D;
}

.re_box .inte {
	text-indent:25px;
}

.re_pruh {
	margin:0;
	padding:0;
	text-align:center;
	width:100Px;
	background:#F7DCC4;
	margin-left:551px;
	font-size:0.75em;
	padding:1px;
	color:#8B8C8D;
}

/* IE HOVER FIX */

#menu ul li a div {
  background-color: expression(
    this.onmouseover = function() { this.className += ' hover'; },
    this.onmouseout = function() { this.className = this.className.replace(' hover', ''); }
  );
}