body {
	margin: 0;
	padding: 0;
	background: #f2f2f2;
	font: normal 12px "Verdana";
	line-height: 150%;
	color: #2b2b2b;
}

h1 {
visibility:hidden;
}

/* TOP include menu and box for adsense */
#top {
	width: 100%;
	min-width: 880px;
	height: 80px;
	background: #f7026a url('img/topbg.gif') repeat-x;
}

#topbox {
	width: 860px;
	height: 80px;
	margin: 0 auto 0 auto;
	text-align: center;
	background: url('img/topwoman.gif') no-repeat 90.1% 100%;
}

/* MENU */
#menu {
	margin: 0 auto 0 auto;
	width: 100%;
	position: relative;
	top: 13px;
}
#menu ul {
	width:100%;
	list-style-type: none;
	margin-right: 10px;
}
#menu li {
	float: left;
}
#menu span {
	color: #FFF !Important;
}
#menu a {
	float: left;
	margin-right: 15px;
	padding: 0 0 0 3px;
	text-decoration: none;
}
#menu a span {
	float: left;
	display: block;
	height: 19px;
	padding: 6px 14px 3px 10px;
	font-weight: bold;
	color: black;
}

#menu .selected a, #menu a:hover {
	background: #c60255 url('img/menubgleft.gif') no-repeat left top;
}
#menu .selected a span, #menu a:hover span {
	background: #c60255 url('img/menubg.gif') no-repeat right top;
}

/* Adsense */
#adsence {
	clear: both;
	width: 860px;
	margin: 0 auto 0 auto;
	position: relative;
	top: 20px;
	color: #FFF;
}
#top2 /* background with 2 women */ {
	width:100%;
	margin: 0 auto 0 auto;
	width: 870px;
	height: 179px;
	background: url('img/topbg.jpg') no-repeat;
}

#logo {
	width: 208px;
	height: 45px;
	position: relative; top: 47px; left: 34px;
}

/* CONTENT */
#content {
	width: 860px;
	margin: 0 auto 0 auto;
}

#contentbg {
	background: #FFF url('img/contentbgtop.gif') top no-repeat;
	width: 100%;
	float: left;
}
#contentbottom {
	clear: both;
	background: #f2f2f2 url('img/contentbgbottom.gif') no-repeat;
	width: 860px;
	height: 4px;
	margin: 0 auto 0 auto;
}
#left {
	width: 220px;
	float: left;
	margin-top: 5px;
}
#right {
	width: 610px;
	float: left;
	margin: 5px 0 0 10px;
}
#right p {
	clear: both;
}
#right img {
	clear: both;
}

.line {
	width: 450px;
	height: 1px;
	font-size: 1px; /* for IE6 */
	background: #d9d9d9;
	margin-right: 14px;
	float: right;
}

#submenu {
	background: #f2f2f2 url('img/submenubgtop.gif') no-repeat top;
	width: 208px;
	margin-bottom: 2px;
	margin-left: 5px;
}
#submenubottom {
	background: #f2f2f2 url('img/submenubgbottom.gif') no-repeat bottom;
	width: 155px;
	height: 4px;
}
#submenu ul, #submenu li {
	width: 160px;
	margin: 0 0 0 9px;
	padding: 0;
}
#submenu li {
	list-style: none;
	background: url('img/dot.gif') no-repeat left;
	padding: 5px 0 4px 10px;
	border-bottom: #e6e6e6 solid 1px;
}
#submenu h3 {
	color:#F7026A;
	font-size: 18px;
	padding-left: 10px;
}

h2 {
	color:#F7026A;
	padding-left: 10px;
	margin-top:20px;
}

h3 {
	color:#F7026A;
	padding-left: 10px;
	margin-top:20px;
}

#submenu a {
	color: #484848;
	text-decoration: none;
}
#submenu a:hover {
	text-decoration: underline;
}
/* FOOTER */
#footer {
	width: 860px;
	height: 107px;
	margin: 0 auto 0 auto;
	clear: both;
	background: url('img/footerbg.gif') no-repeat center top;
}

#odkazy {
	width: 860px;
	clear: both;
	padding: 35px 0 0 35px;
}

#odkazy a {
	color: #484848;
	text-decoration: none;
	font-size: 9px;
}
#odkazy a:hover {
	text-decoration: underline;

}

#footer p {
	padding: 25px 0 0 35px;
}

/* OTHERS (h1, p, img) */
h1 {
	font-size: 24px;
	color: #f7026a;
	padding: 8px 0 8px 0;
	font-weight: normal;
}

img {
	border: #d9d9d9 solid 1px;
	padding: 4px;
	margin: 8px;
}

.noborder {
	border: 0;
}

* {
	margin:0;
	padding: 0;
}
