/*  Blanca.cz - Copyright (c) ALMEO s.r.o., webové studio - www.almeo.cz  */

body {
	cursor: default;
	margin: 0;
	padding: 0;
	text-align: center;
	background: rgb(0,0,0);
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 11px;
	color: white;
}

body#body_titulka {
	background: url(./images/titulka_pg_bg.jpg) center top no-repeat black;
}

body#body_main {
	background: url(./images/page_pozadi_bg.jpg) center top no-repeat black;
}

a {
	text-decoration: underline;
	color: rgb(184,0,147);
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
	margin: 0;
}

H1#hlavni_h1 {
	display: none;
}

#titulka_page_area {
	margin: 0 auto 0 auto;
	width: 960px;
	padding: 0;
	overflow: hidden;
	text-align: left;
}

#page_area {
	margin: 0 auto 0 auto;
	width: 952px;
	padding: 0;
	overflow: hidden;
	text-align: left;
}

#titulka_page_area #titulka_horni {
	clear: both;
	height: 157px;
	padding-left: 152px;
	overflow: hidden;
	background: url(./images/titulka_horni.jpg) center top no-repeat;
}

#titulka_cast1 {
	clear: both;
	height: 282px;
	overflow: hidden;
	background: url(./images/titulka_pozadi_cast1.jpg) center top no-repeat;
}

#titulka_cast2 {
	clear: both;
	height: 262px;
	overflow: hidden;
	background: url(./images/titulka_pozadi_cast2.jpg) center top no-repeat;
}

#hlavicka {
	clear: both;
	height: 147px;
	width: 942px;
	background: url(./images/hlavicka_pozadi.jpg) center top no-repeat;
	overflow: hidden;
	padding: 0 0 0 10px;	
}

#hlavicka UL, #titulka_horni UL {
	display: block;
	float: right;
	width: 484px;
	margin: 0;
	padding: 9px 8px 0 8px;
	height: 50px;
	overflow: hidden;
}

#titulka_horni UL {
	padding-right: 115px;
}

#hlavicka UL LI, #titulka_horni UL LI {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#hlavicka UL LI A, #titulka_horni UL LI A {
	display: block;
	float: left;
	font-size: 13px;
	padding: 10px 12px 10px 13px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: rgb(255,255,255);
}

#hlavicka UL LI A:hover, #titulka_horni UL LI A:hover {
	color: rgb(212,0,170);
}

#hlavicka P#hlavicka_tance {
	display: block;
	float: right;
	margin: 0;
	padding: 10px 0 0 0;
}

#hlavicka P#hlavicka_tance A {
	float: right;
	display: block;
	padding: 0;
	height: 70px; 
}

#hlavicka A#hlavicka_link, #titulka_horni A#hlavicka_link {
	display: block;
	float: left;
	width: 200px;
	height: 125px !important;
	margin: 23px 0 0 0;
}

#titulka_horni A#hlavicka_link {
	margin-top: 32px !important;
}

#content {
	clear: both;
	width: 952px;
	height: 520px;
	margin: 0;
	overflow: hidden;
	text-align: left;
	background: url(./images/content_pozadi_prazdne.jpg) left top no-repeat;
}

#content_prave_pozadi {
	clear: both;
	width: 952px;
	height: 520px;
	margin: 0;
	overflow: auto;
	text-align: left;
	background: url(./images/content_pozadi_street.jpg) right top no-repeat;
}

#paticka {
	clear: both;
	height: 80px;
	background: url(./images/paticka_pozadi.jpg) center top no-repeat;
	overflow: hidden;
	padding: 101px 0 0 35px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: rgb(140,63,152);
	text-align: center;
}

#paticka A {
	color: rgb(140,63,152);
}

#titulka_cast2 P#hlavicka_tance {
	display: block;
	float: right;
	margin: 0;
	padding: 13px 142px 0 0;
}

#titulka_cast2 P#hlavicka_tance A {
	float: right;
	display: block;
	padding: 0;
	height: 95px; 
}

#content_container {
	width: 540px;
	padding: 27px 0 25px 29px;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
}

H1#nadpis_stranky {
	display: block;
	clear: both;
	margin: 0;
	padding: 0 0 0 0;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 19px;
	letter-spacing: 1px;
	font-weight: bold;
	color: rgb(212,0,170);
}

#content_obsah {
	clear: both;
	padding: 15px 0 0 0;
	text-align: left;
}

#content_obsah P {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#content_obsah H1, #content_obsah H2, #content_obsah H3 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 12px 0 5px 0;
}

#content_obsah H1 {
	font-size: 17px;
	color: rgb(212,0,170);
}

#content_obsah H2 {
	font-size: 15px;
	color: rgb(217,247,4);
}

#content_obsah H3 {
	font-size: 13px;
	color: rgb(76,255,0);
}








