/*  Radka Fejetony - Copyright (C) ALMEO s.r.o. - www.almeo.cz  */

body {
	background: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	cursor: default;
	color: rgb(66,124,49);
}

a {
	color: rgb(156, 193, 113);
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
	margin: 0;
}

input, select, textarea {
	padding: 1px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

input, select, textarea {
	border: rgb(196, 1, 123) 1px solid;
}

h1 {
	display: none;
}

#body_area {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 990px;
}

#horni_hlavicka {
	text-align: left;
	margin: 0;
	clear: both;
	height: 123px;
}

#hlavni_box {
	clear: both;
	width: 100%;
	margin: 0;
}

#sloupec_levy {
	float: left;
	width: 224px;
	background: url(./images/leve_menu_celkove.gif) left top no-repeat; 
	margin: 0;
	padding: 0 0 0 25px;
	height: 486px;
}

UL#leve_menu_vypis {
	display: block;
	margin: 0;
	padding: 1px 0 0 10px;
	width: 204px;
}

UL#leve_menu_vypis LI {
	display: block;
	clear: both;
	list-style: none;
	padding: 11px 0 0 0;
	margin: 0;
	width: 100%;
}

UL#leve_menu_vypis LI A {
	display: block;
	width: 100%;
	height: 21px;
	padding: 7px 0 9px 0;
	margin: 0;	
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: white;
	overflow: hidden;
}

#sloupec_obsahovy {
	float: left;
	width: 741px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#uvodni_obsah_cast1 {
	float: left;
	height: 486px;
	width: 464px;
	margin: 0;
	background: url(./images/uvodni_pozadi_cast1.gif) left top no-repeat;
}

#uvodni_obsah_cast2 {
	float: left;
	height: 486px;
	width: 277px;
	margin: 0;
	background: url(./images/uvodni_pozadi_cast2.gif) left top no-repeat;
}

A.link_uvodni_dobra_rada {
	display: block;
	margin: 15px 0 0 3px;
	width: 170px;
	height: 34px;
	padding: 0;
	text-decoration: none;
}

#uvodni_obsah_pocitadlo {
	clear: both;
	margin: 423px 0 0 30px;
	text-align: left;
	color: black;
	font-weight: bold;
	font-size: 13px;
}

A.link_uvodni_napiste {
	display: block;
	margin: 145px 0 0 13px;
	padding: 0;
	text-decoration: none;
	width: 135px;
	height: 22px;
}

#uvodni_obsah_content {
	width: 266px;
	padding: 60px 20px 0 175px; 
	font-style: italic;
	font-size: 14px;
}

#content_nadpis_stranky {
	clear: both;
	margin: 15px 0 0 0;
	padding: 0 30px 0 0; 
	text-align: right;
}

#content_nadpis_stranky H2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 16px;
	color: black;
}

#obsah_content {
	margin-right: 80px;
	text-align: left;
}

#obsah_container {
	clear: both;
	padding: 15px 15px 20px 15px;
	text-align: justify;
	overflow: auto;
}





