
 /* ========================= */
 /* David Kraina web, CSS 2.2 */
 /* ========================= */
 /* PDA LAYOUT                */
 /* ========================= */

/*TOP*/

body
{
	height: auto;
	min-width: 0px;
	width: 100%;
	
	font: 8pt Verdana;
	background-color: rgb(242,242,242);
}

ul
{
	margin-top: 0px;
	margin-left: 0px;
}

.f1
{
	font: italic 22pt Calibri,Verdana;
}

.f2
{
	font: 5pt Tahoma;
}

.f3
{
	font: bold 8pt Verdana
}

.f4
{
	font: bold 7pt Verdana;
}

h1
{
	font: 12pt Calibri,Verdana;
}

h2
{
	font: bold 8pt Verdana;
}

h3
{
	font: bold 8pt Verdana;
}

.nodisplay
{
	display: block;
}

div#top_background
{
	visibility: visible;
	
	min-width: 0px;
	width: 100%;
	height: 50px;
	position: relative;
	background-color: yellow;
}

div#top_parent
{
	width: 100%;
	height: 50px;
}

div#top
{
	visibility: visible;
	
	margin: 0px;
	height: 50px;
}

div#top_text
{
	position: relative;
	
	left: 0px;
	top: 0px;
	width: auto;
	
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}


/*MAIN+PANEL*/

div#main_panel_background
{
	visibility: visible;
	position: relative;
	left: 0;
	margin-left: 0;
	
	top: 0px;
	width: 100%;
	padding: 10px;
	
	min-height: 0px;
	height: auto;
}

/*PANEL*/

div#panel
{
	visibility: visible;
	position: relative;
	
	left: 0px;
	top: 0px;
	width: 100%;
	
	min-height: 0px;
	height: auto;
}

div#panel_topline
{
	visibility: hidden;
}

div#panel_leftline
{
	visibility: hidden;
}

div#panel_leftline_roh
{
	visibility: hidden;
}

div#panel_foto
{
	position: relative;
	
	float: right;
	
	width: 80px;
	height: 104px;
	}
	
	div#panel_fotoimg
	{
	width: 80px;
	height: 104px;
}


div#panel_text
{
	visibility: visible;
	position: relative;
	
	top: 0px;
	left: 0px;
	width: 100%;
	
	padding: 10px;
}

div#panel_textul
{
	padding-left: 0px;
}

div#panel_bottom
{
	visibility: hidden;
}

div#panel_info1
{
	visibility: visible;
}

div#panel_info2
{
	visibility: visible;
}


/*MAIN*/

div#main_parent
{
	visibility: visible;
	
	width: 100%;
	height: auto;
	
	margin-top: 0px;
}

div#main
{
	visibility: visible;
	
	width: 100%;
	min-height: 0px;
	height: auto;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	
	border: 0px;
	background-color: transparent;
}

div#main_topline
{
	visibility: hidden;
}

div#main_text
{
	visibility: visible;
	position: relative;
	
	width: 100%;
	min-height: 0px;
	
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

div#main_textul
{
	padding-left: 0px;
}

div#bottom
{
	height: 0px;
	visibility: hidden;
}