/* reklamy */
.reklama {
	position: relative;
}
.reklama .name {
	font-family: arial;
	font-size: 65%;
	color: #bdbdbd;
	position: absolute;
	margin-top: -14px;
	height: 14px;
	overflow: hidden;
}
.reklama .content {
	overflow: hidden;
}

.content_overflow {
	overflow: visible;
}

.reklama.box {
	border-top: 15px solid white;
	border-bottom: 13px solid white;
}
.reklama.box .name {
	font-size: 90%;
}


/* top reklama */

.ahead {
	border-left: 8px solid white;
	padding: 0px 0px 4px 0px;
}
.ahead, .ahead .content {
	width: 990px;
}


.rtp {
	position: absolute;
	left: 0px;
	top: 17px;
	border-left: 8px solid white;
}
.rtp, .rtp .content {
	width: 990px;
}
.rtp .content {
	height: 100px;
}

/* right reklama */
.rrg {
	position: absolute;
	right: 0px;
	top: 42px;
}
.rrg, .rrg .content {
	width: 185px;
}
.rrg .content {
	height: 765px;
}

.rrg2 {
	position: absolute;
	left: 1010px;
	top: 8px;
}
.rrg2, .rrg2 .content {
	width: 185px;
}
.rrg2 .content {
	height: 765px;
}


/* by karel */
.hypertexty {
width: 300px !important;
position: relative;
overflow: hidden;
}
.hypertexty .name {
	font-family: arial;
	font-size: 90%;
	color: #bdbdbd;


}
.hypertexty .content {
	padding: 13px 0 0 0;
	margin: 0 0 0 0;	
	overflow: hidden;
	border: 1px solid #bdbdbd;; /*	color: #D8DDE5; */
}


/* by KIT */

.ahead_corner {
	border-left: 8px solid white;
	padding: 8px 0px 8px 9px;
}
.ahead_corner, .ahead_corner .content {
	width: 990px;
}

/* right reklama */
.rrg_corner {
	position: absolute;
	right: 0px;
	top: 25px;
}
.rrg_corner, .rrg_corner .content {
	width: 185px;
}
.rrg_corner .content {
	height: 765px;
}



/* by karel 
.hypertexty {
	position: relative;
padding: 0 0 0 0;
}
.hypertexty .name {
	font-family: arial;
	font-size: 65%;
	color: #bdbdbd;
	overflow: hidden;
}
.hypertexty .content {
	padding: 0 0 0 0;
	overflow: hidden;
}
.hypertexty.box {
padding:0;
	border-top: 15px solid white;
	border-bottom: 13px solid white;
}
.hypertexty.box .name {
	font-family: arial;
	font-size: 90%;
	color: #bdbdbd;
}
*/