/* Legend */
/* #e6e6e6 - svetle seda */
/* #696969 - tmave seda */
/* #cccc33 - zeleno-zlata */
/* #0092dc - modra default */

/* Global */
body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	_text-align: center;
	background-color: #ffffff;
	color: #000000;
}

.doc {
	position: relative;
	margin: 0px auto;
	width: 890px;
	text-align: left;
}

a img {
	border: none;
}

a {
	color: #0092dc;
	text-decoration: underline;
}
a:hover {
	color: #cccc33;
	text-decoration: underline;
}

/* Beta version - text */
#betaV {
	position: absolute;
	top: 60px;
	left: 155px;
	color: #cccc33;
}

/* Header */
#header {
	position: relative;
	min-height: 95px;
	_height: 95px;
}
#header div.logo {
	position: absolute;
	top: 10px;
	right: 0px;
}

/* Main Menu */
#mainmenu {
	position: relative;
}
#mainmenuTop {
	height: 10px;
	background: url('../img/header_menu_sh_top.png') no-repeat top center;
}
#mainmenuBottom {
	height: 10px;
	background: url('../img/header_menu_sh_bottom.png') no-repeat top center;
}

#mainmenuText {
	padding: 5px 0px;
	font-size: 18px;
}
#mainmenuText ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#mainmenuText ul li {
	display: inline;
}
#mainmenuText ul li a {
	text-decoration: none;
	color: #696969;
	background: url('../img/butt_3.png') no-repeat center left;
	padding-left: 30px;
	margin-left: 5px;
	margin-right: 5px;
}
#mainmenuText ul li a:hover {
	text-decoration: none;
	color: #cccc33;
	background: url('../img/butt_2.png') no-repeat center left;
	padding-left: 30px;
	margin-left: 5px;
	margin-right: 5px;
}
#mainmenuText ul li a.active {
	text-decoration: none;
	color: #0092dc;
	background: url('../img/butt_1.png') no-repeat center left;
	padding-left: 30px;
	margin-left: 5px;
	margin-right: 5px;
}

/* Document */
#document {
	position: relative;
	min-height: 300px;
	_height: auto;
}

#document div.d-left {
	position: relative;
	float: left;
	width: 240px;
	min-height: 100px;
	_height: auto;
	overflow: hidden;
}

#document div.d-right {
	position: relative;
	float: right;
	width: 160px;
	min-height: 100px;
	_height: auto;
	overflow: hidden;
}

#document div.d-left-right {
	position: relative;
	float: left;
	margin-left: 5px;
	width: 480px;
	min-height: 100px;
	_height: auto;
	overflow: hidden;
}

#document div.d-left-noright {
	position: relative;
	float: right;
	width: 645px;
	min-height: 100px;
	_height: auto;
	overflow: hidden;
}

#document div.d-noleft-right {
	position: relative;
	float: left;
	width: 725px;
	min-height: 100px;
	_height: auto;
	overflow: hidden;
}

#document div.d-noleft-noright {
	position: relative;
	min-height: 100px;
	_height: auto;
	overflow: hidden;
}

/* D-Navigation */
#dnavi {
	margin-bottom: 10px;
	background: url('../img/butt_2b.png') no-repeat center left;
	padding-left: 16px;
}
#dnavi span.p {
	color: #0092dc;
}
#dnavi a,
#dnavi span {
	color: #696969;
}
#dnavi a:hover {
	color: #cccc33;
}

/* Forms */
form {
	width: auto;
	margin: 0px;
	padding: 0px;
}

input, button, textarea, select {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

/* Search */
input.search {
	width: 144px;
	height: 19px;
	border: none;
	background: url('../img/search_obj1.png') no-repeat center center;
	font-size: 10px;
	padding: 8px 0px 0px 0px;
	_padding: 0px;
	text-align: center;
}

/* Login */
input.loginA {
	width: 144px;
	height: 19px;
	border: none;
	background: url('../img/login_obj1a.png') no-repeat center center;
	font-size: 10px;
	padding: 8px 0px 0px 0px;
	_padding: 0px;
	text-align: center;
}
input.loginB {
	width: 144px;
	height: 19px;
	border: none;
	background: url('../img/login_obj1b.png') no-repeat center center;
	font-size: 10px;
	padding: 8px 0px 0px 0px;
	_padding: 0px;
	text-align: center;
}

/* Boxes */
.box {
	padding: 4px;
}
.box a {
	display: block;
	color: #000000;
	text-decoration: none;
	margin-top: 4px;
	background: url('../img/butt_4c.png') no-repeat center left;
	padding-left: 10px;
}
.box a:hover {
	display: block;
	color: #696969;
	text-decoration: none;
	margin-top: 4px;
}
.dash-box-gold {
	border-left: 1px dashed #cccc33;
	border-right: 1px dashed #cccc33;
	border-bottom: 1px dashed #cccc33;
	padding: 4px;
}

.dash-box-green {
	border-left: 1px dashed #99ff99;
	border-right: 1px dashed #99ff99;
	border-bottom: 1px dashed #99ff99;
	padding: 4px;
}

.dash-box-silver {
	border-left: 1px dashed #cccccc;
	border-right: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	padding: 4px;
}
.dash-box-silver a {
	display: block;
	color: #696969;
	text-decoration: none;
	margin-top: 4px;
	background: url('../img/butt_4c.png') no-repeat center left;
	padding-left: 10px;
}
.dash-box-gold a {
	display: inline;
	color: #696969;
	text-decoration: none;
	margin-top: 4px;
	background: url('../img/butt_3c.png') no-repeat center left;
	padding-left: 10px;
}
.dash-box-silver a:hover {
	display: block;
	color: #000000;
	text-decoration: none;
	margin-top: 4px;
}
.dash-box-gold a:hover {
	display: inline;
	color: #000000;
	text-decoration: none;
	margin-top: 4px;
}

.dash-box-orange {
	border-left: 1px dashed #ff6600;
	border-right: 1px dashed #ff6600;
	border-bottom: 1px dashed #ff6600;
	padding: 4px;
}
.dash-box-orange a {
	display: block;
	color: #ff6600;
	text-decoration: none;
	margin-top: 4px;
}
.dash-box-orange a:hover {
	display: block;
	color: #000000;
	text-decoration: none;
	margin-top: 4px;
}

.dash-box-red {
	border-left: 1px dashed #ff0000;
	border-right: 1px dashed #ff0000;
	border-bottom: 1px dashed #ff0000;
	padding: 4px;
}
.dash-box-red a {
	display: block;
	color: #ff0000;
	text-decoration: none;
	margin-top: 4px;
}
.dash-box-red a:hover {
	display: block;
	color: #000000;
	text-decoration: none;
	margin-top: 4px;
}

.dash-box-blue {
	border-left: 1px dashed #0092dc;
	border-right: 1px dashed #0092dc;
	border-bottom: 1px dashed #0092dc;
	padding: 4px;
}
.dash-box-blue a {
	display: block;
	color: #0092dc;
	text-decoration: none;
	margin-top: 4px;
	background: url('../img/butt_2c.png') no-repeat center left;
	padding-left: 10px;
}
.dash-box-blue a:hover {
	display: block;
	color: #000000;
	text-decoration: none;
	margin-top: 4px;
}
.dash-box-blue.nastenka a {
	display: inline;
	color: #0092dc;
	text-decoration: none;
	background: none;
	margin: 0px;
	padding: 0px;
}
.dash-box-blue.nastenka a:hover {
	display: inline;
	color: #000000;
}

.full-box-blue {
	background-color: #0092dc;
	color: #ffffff;
	margin-top: -5px;
	padding-top: 5px;
}

a.fst,
a:hover.fst {
	margin-top: 0px;
}

/* H1 */
h1.dl {
	width: 240px;
	height: 30px;
	font-size: 18px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: #000000;
	font-weight: normal;
	text-align: center;
}
h1.dl-blue {
	background: url('../img/h_blue.png') no-repeat top left;
	behavior: url('http://www.podpalcem.cz/css/iepngfix.htc');
}
h1.dl-red {
	background: url('../img/h_red.png') no-repeat top left;
	behavior: url('http://www.podpalcem.cz/css/iepngfix.htc');
}
h1.dl-orange {
	background: url('../img/h_orange.png') no-repeat top left;
	behavior: url('http://www.podpalcem.cz/css/iepngfix.htc');
}
h1.dl-silver {
	background: url('../img/h_silver.png') no-repeat top left;
	behavior: url('http://www.podpalcem.cz/css/iepngfix.htc');
}
h1.dl-green2 {
	background: url('../img/h_green2.png') no-repeat top left;
	behavior: url('http://www.podpalcem.cz/css/iepngfix.htc');
}
h1.dl-blue2 {
	background: url('../img/h_blue2.png') no-repeat top left;
	behavior: url('http://www.podpalcem.cz/css/iepngfix.htc');
}

h1.dr {
	width: 160px;
	height: 30px;
	font-size: 18px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: #000000;
	font-weight: normal;
	text-align: center;
}
h1.dr-greengold {
	background: url('../img/h2_greenbrown.png') no-repeat top left;
	behavior: url('http://www.podpalcem.cz/css/iepngfix.htc');
}
h1.dr-green {
	background: url('../img/h2_green.png') no-repeat top left;
	behavior: url('http://www.podpalcem.cz/css/iepngfix.htc');
}
h1.dr-silver {
	background: url('../img/h2_silver.png') no-repeat top left;
	behavior: url('http://www.podpalcem.cz/css/iepngfix.htc');
}
h1.dr-orange {
	background: url('../img/h2_orange.png') no-repeat top left;
	behavior: url('http://www.podpalcem.cz/css/iepngfix.htc');
}
h1.dr-red {
	background: url('../img/h2_red.png') no-repeat top left;
	behavior: url('http://www.podpalcem.cz/css/iepngfix.htc');
}
h1.dr-blue {
	background: url('../img/h2_blue.png') no-repeat top left;
	behavior: url('http://www.podpalcem.cz/css/iepngfix.htc');
}

h1.dbl {
	width: 715px;
	height: 30px;
	font-size: 18px;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	color: #000000;
	font-weight: normal;
}
h1.dbl-green {
	background: url('../img/h4_green.png') no-repeat top left;
	behavior: url('http://www.podpalcem.cz/css/iepngfix.htc');
}
h1.dbl-orange {
	background: url('../img/h4_orange.png') no-repeat top left;
	behavior: url('http://www.podpalcem.cz/css/iepngfix.htc');
}
h1.dbl-violet {
	background: url('../img/h4_violet.png') no-repeat top left;
	behavior: url('http://www.podpalcem.cz/css/iepngfix.htc');
}
h1.dbl-blue {
	background: url('../img/h4_blue.png') no-repeat top left;
	behavior: url('http://www.podpalcem.cz/css/iepngfix.htc');
}

h1.dbr {
	width: 645px;
	height: 30px;
	font-size: 18px;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	color: #000000;
	font-weight: normal;
}
h1.dbr-blue {
	background: url('../img/h5_blue.png') no-repeat top left;
	behavior: url('http://www.podpalcem.cz/css/iepngfix.htc');
}
h1.dbr-green {
	background: url('../img/h5_green.png') no-repeat top left;
	behavior: url('http://www.podpalcem.cz/css/iepngfix.htc');
}
h1.dbr-greenbrown {
	background: url('../img/h5_greenbrown.png') no-repeat top left;
	behavior: url('http://www.podpalcem.cz/css/iepngfix.htc');
}
h1.dbr-orange {
	background: url('../img/h5_orange.png') no-repeat top left;
	behavior: url('http://www.podpalcem.cz/css/iepngfix.htc');
}
h1.dbr-red {
	background: url('../img/h5_red.png') no-repeat top left;
	behavior: url('http://www.podpalcem.cz/css/iepngfix.htc');
}
h1.dbr-silver {
	background: url('../img/h5_silver.png') no-repeat top left;
	behavior: url('http://www.podpalcem.cz/css/iepngfix.htc');
}
h1.dbr-violet {
	background: url('../img/h5_violet.png') no-repeat top left;
	behavior: url('http://www.podpalcem.cz/css/iepngfix.htc');
}

h1.dm {
	width: 440px;
	height: 30px;
	font-size: 18px;
	margin: 0px;
	padding: 10px 20px 0px 20px;
	color: #000000;
	font-weight: normal;
	text-align: left;
}
h1.dm-violet {
	background: url('../img/h3_violet.png') no-repeat top left;
	behavior: url('http://www.podpalcem.cz/css/iepngfix.htc');
}
h1.dm-blue {
	background: url('../img/h3_blue.png') no-repeat top left;
	behavior: url('http://www.podpalcem.cz/css/iepngfix.htc');
}

h1.normal {
	font-weight: normal;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}
h1.normal2 {
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

/* H2 */
.mp3-i-violet h2,
.mp3-i-blue h2 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 15px;
	text-align: center;
}

.mp3-i-blue h2 a {
	color: #696969;
}
.mp3-i-blue h2 a:hover {
	color: #0092dc;
}

.mp3-i-violet h2 a {
	color: #696969;
}
.mp3-i-violet h2 a:hover {
	color: #cc99ff;
}

/* Lists */
.vymenik ul,
ul.ulb,
ul.ulg,
ul.uls {
	padding-left: 20px;
}
.vymenik ul,
ul.ulb li {
	list-style-image: url('../img/butt_2c.png');
	color: #696969;
	margin-bottom: 4px;
}
ul.ulg li {
	list-style-image: url('../img/butt_3c.png');
	color: #696969;
	margin-bottom: 4px;
}
ul.uls li {
	list-style-image: url('../img/butt_4c.png');
	color: #696969;
	margin-bottom: 4px;
}

ul.ulb-a li {
	color: #000000;
	cursor: pointer;
	_cursor: hand;
}

ul.ulgreen {
	float: left;
	padding-left: 30px;
	margin-right: 25px;
	_margin-right: 15px;
	color: #99ff99;
	list-style-type: square;
}
ul.ulgreen-r {
	float: right;
	padding-left: 30px;
	margin-right: 15px;
	border-left: 1px solid #99ff99;
	color: #99ff99;
	list-style-type: square;
}

/* Footer 1 */
#footer1 {
	position: relative;
	margin-top: 10px;
	background-color: #e6e6e6;
}

#footer1 * a {
	color: #0092dc;
}
#footer1 * a:hover {
	color: #696969;
}

/* Footer 2 */
#footer2 {
	position: relative;
	background: url('../img/footer_bg_line.png') repeat-x top left;
	height: 153px;
}

#footer2sub1 {
	position: relative;
	background: url('../img/footer_bg_text.png') repeat-x top left;
	height: 120px;
}
#footer2sub1 h1 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #ffffff;
}
#footer2sub1 * ul {
	float: left;
	_margin-top: 10px;
	_margin-left: 15px;
	_margin-right: 15px;
}
#footer2sub1 * li {
	list-style-image: url('../img/butt_3c.png');
	color: #cccc33;
}
#footer2sub1 * li a {
	color: #e6e6e6;
}
#footer2sub1 * li a:hover {
	color: #ffffff;
}

#footer2sub2 {
	position: relative;
	height: 32px;
}
#footer2sub2 div.inixx {
	position: relative;
	height: 32px;
	line-height: 32px;
	background: url('../img/footer_logo_inixx.gif') no-repeat 20px 0px;
	padding: 0px 22px 0px 136px;
	vertical-align: middle;
	text-align: right;
}
#footer2sub2 div.inixx a,
#footer2sub2 div.inixx a:hover {
	color: #000000;
	text-decoration: none;
}

/* Tables */
table.w100 {
	width: 100%;
}
td.fh {
	width: 140px;
	border: 1px solid #e6e6e6;
	color: #0092dc;
}
td.fho {
	width: 140px;
	border: 1px solid #e6e6e6;
	color: #696969;
}
td.fv {
	background-color: #e6e6e6;
}

/* Table forms */
input.ft1,
textarea.ft1,
textarea.ft2,
select.ft1 {
	border: 1px solid #0092dc;
	font-size: 12px;
	width: 400px;
}
select.ft1 {
	width: 402px;
}
textarea.ft1 {
	height: 50px;
}
textarea.ft2 {
	height: 150px;
}

.ml_150 {
	margin-left: 150px;
}

input.antispam400 {
	width: 400px;
	height: 60px;
}
input.antispam180 {
	width: 180px;
	height: 40px;
}
input.submit400 {
	margin: -1px;
	width: 402px;
	height: 25px;
	border: 1px solid #0092dc;
	cursor: pointer;
	_cursor: hand;
	font-weight: bold;
}

/* Colors */
.color.gold {
	color: #cccc33;
}
.color.blue {
	color: #0092dc;
}
.color.red {
	color: #ff0000;
}
.color.grey {
	color: #696969;
}
.color.silver {
	color: #e6e6e6;
}
.color.black {
	color: #000000;
}

/* Help */
.align.left {
	text-align: left;
}
.align.center {
	text-align: center;
}
.align.right {
	text-align: right;
}
.align.top {
	vertical-align: top;
}
.align.middle {
	vertical-align: middle;
}
.align.bottom {
	vertical-align: bottom;
}
.align.middle2 {
	line-height: 100%;
	vertical-align: middle;
}

.mx {
	margin: 10px;
}
.mtx {
	margin-top: 10px;
}
.mbx {
	margin-bottom: 10px;
}
.mtxxx {
	margin-top: 30px;
}
.mtv {
	margin-top: 5px;
}
.mbv {
	margin-bottom: 5px;
}

.px {
	padding: 10px;
}
.ptx {
	padding-top: 10px;
}
.pbx {
	padding-bottom: 10px;
}

.clr {
	clear: both;
}

.hidden {
	display: none;
}
.visible {
	display: block;
}

.overhide {
	overflow: hidden;
}

.bold {
	font-weight: bold;
}

.block {
	display: block;
}

/* Font sizes */
.fs8 {
	font-size: 8px;
}
.fs9 {
	font-size: 9px;
}
.fs10 {
	font-size: 10px;
}
.fs11 {
	font-size: 11px;
}
.fs12 {
	font-size: 12px;
}
.fs13 {
	font-size: 13px;
}
.fs14 {
	font-size: 14px;
}
.fs15 {
	font-size: 15px;
}

/* Borders */
.bord {
	border: 3px double #0092dc;
	padding: 5px;
}

/* Firms */
.firm {
	position: relative;
	min-height: 70px;
	_height: 70px;
	margin-top: 5px;
	border: 1px solid #e6e6e6;
	padding: 0px 5px 0px 70px;
}
.firm .image {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 5px;
	left: 5px;
	line-height: 60px;
}
.firm .image img {
	vertical-align: middle;
}
.firm .noimage {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 5px;
	left: 5px;
	background-color: #e6e6e6;
}
.firm h2 {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 14px;
}
.firm a {
	color: #ff6600;
}
.firm a:hover {
	color: #cccc33;
}
.firm .admin {
	position: absolute;
	right: 5px;
	top: 5px;
	background-color: #ffffff;
}
.firm .info {
	position: absolute;
	right: 5px;
	bottom: 5px;
	background-color: #ffffff;
}

/* Links */
.link {
	position: relative;
	min-height: 30px;
	_height: 30px;
	margin-top: 5px;
	border: 1px solid #e6e6e6;
	padding: 5px;
}
.link h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
.link a {
	color: #cc99ff;
}
.link a:hover {
	color: #cccc33;
}
.link .admin {
	position: absolute;
	right: 5px;
	top: 5px;
	background-color: #ffffff;
}
.link .info {
	position: absolute;
	right: 5px;
	bottom: 5px;
	background-color: #ffffff;
}

/* Navigation */
.navi-clink {
	border: 1px solid #cc99ff;
	color: #cc99ff;
	padding: 2px 5px;
	text-decoration: none;
}
.navi-clink.nav-active {
	border: 1px solid #cc99ff;
	background-color: #cc99ff;
	color: #ffffff;
	padding: 2px 5px;
	text-decoration: none;
}

.navi-cfirm {
	border: 1px solid #ff6600;
	color: #ff6600;
	padding: 2px 5px;
	text-decoration: none;
}
.navi-cfirm.nav-active {
	border: 1px solid #ff6600;
	background-color: #ff6600;
	color: #ffffff;
	padding: 2px 5px;
	text-decoration: none;
}

/* Bookmarks */
.bookmarks-v {
	height: 20px; 
	background: url('../img/bookm_bg_violet.gif') repeat-x center bottom; 
}
.bookmarks-v a {
	display: block; 
	float: right; 
	height: 15px; 
	color: #696969; 
	text-decoration: none; 
	padding: 4px 15px 0px 15px;
}
.bookmarks-v a.bact {
	font-weight: bold; 
	background: #ffffff url('../img/header_menu_sh_bottom.png') repeat-x center top;
	border: 1px solid #cc99ff; 
	border-bottom: 0px;
}
.bookmarks-v a:hover {
	color: #cc99ff;
}
.underbookm-v {
	position: relative;
	border: 1px solid #cc99ff;
	border-top: 0px;
	border-bottom: 0px;
	background: url('../img/bookm_bg_violet.gif') repeat-x center bottom;
	padding: 10px;
	min-height: 200px;
	_height: 200px;
}

.bookmarks-o {
	height: 20px; 
	background: url('../img/bookm_bg_orange.gif') repeat-x center bottom; 
}
.bookmarks-o a {
	display: block; 
	float: right; 
	height: 15px; 
	color: #696969; 
	text-decoration: none; 
	padding: 4px 15px 0px 15px;
}
.bookmarks-o a.bact {
	font-weight: bold; 
	background: #ffffff url('../img/header_menu_sh_bottom.png') repeat-x center top;
	border: 1px solid #ff6600; 
	border-bottom: 0px;
}
.bookmarks-o a:hover {
	color: #ff6600;
}
.underbookm-o {
	position: relative;
	border: 1px solid #ff6600;
	border-top: 0px;
	border-bottom: 0px;
	background: url('../img/bookm_bg_orange.gif') repeat-x center bottom;
	padding: 10px;
	min-height: 280px;
	_height: 280px;
}
.underbookm-o.o2 {
	min-height: 440px;
	_height: 440px;
}

/* Stats table */
table.stats {
	margin: 5px;
	width: 50%;
	border: 1px solid #696969;
}
table.stats td {
	border: 1px solid #e6e6e6;
	width: 50%;
}
table.stats2 {
	margin: 5px;
	width: 75%;
	border: 1px solid #696969;
}
table.stats2 td {
	border: 1px solid #e6e6e6;
	width: 33%;
}

/* Link - info pannel (#linkInfo) */
#linkInfo .image {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #ffffff;
	width: 150px;
	border-left: 1px solid #cc99ff;
	border-bottom: 1px solid #cc99ff;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#linkInfo .head {
	margin-right: 170px;
}
#linkInfo img.help-image {
	float: right;
	border: 1px solid #696969;
}

/* Firm - info pannel (#firmInfo) */
#firmInfo .adress {
	float: right;
	top: 10px;
	right: 10px;
	background-color: #ffffff;
	width: 180px;
	border-left: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
	padding-left: 10px;
	padding-bottom: 10px;
}
#firmInfo .head {
	margin-right: 200px;
}
#firmInfo img.help-image {
	float: right;
	border: 1px solid #696969;
}
#firmInfo form.quick_contact textarea {
	width: 180px;
}
#firmInfo form.quick_contact select {
	width: 182px;
	margin-bottom: 1px;
}
#firmInfo .extpob {
	float: left;
	width: 230px;
	margin-right: 10px;
	margin-bottom: 10px;
	min-height: 110px;
	border: 1px solid #e6e6e6;
	border-bottom: 0px;
	padding: 4px;
	background: #ffffff url('../img/header_menu_sh_top.png') repeat-x center bottom;
}

/* Ads */
.reklama {
	padding-bottom: 10px;
	background: url('../img/ad_line.gif') repeat-x bottom right;
}
.reklama h1 {
	margin: 0px;
	padding: 0px;
}

.reklama.ban_468x60 {
	width: 468px;
	height: 60px;
}

.reklama.banner_header {
	position: absolute;
	top: 20px;
	left: 0px;
}
.reklama.text_hp {
	position: relative;
	margin: 20px 10px 0px 10px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #e6e6e6;
}

.myad {
	position: relative;
	border: 1px solid #ff6600;
	padding: 3px;
	margin-bottom: 3px;

}
.myad .myhead {
	background-color: #ff6600;
	color: #ffffff;
	padding: 2px;
	font-weight: bold;
	position: relative;
}
.myad .myhead .credits {
	background-color: #ff6600;
	color: #ffffff;
	padding: 2px;
	font-weight: bold;
	position: absolute;
	right: 0px;
	top: 0px;
}
.myad .editor {
	background-color: #e6e6e6;
	padding: 2px;
	margin-top: 2px;
}

/* --- Extended Styles --- */
