
 /* ========================= */
 /* David Kraina web, CSS 2.2 */
 /* ========================= */
 /* NORMAL SCREEN LAYOUT      */
 /* ========================= */

body
{
	height: 100%;
	min-width: 950px;
	margin: 0px;
	
	font: 10pt Verdana;
	background-color: white;
}

a img
{
	border: none;
}

a
{
	color: black;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

ul
{
	margin-top: 0px;
	margin-left: 0px;
}

.underline
{
	text-decoration: underline;
}

.f1
{
	font: italic 28pt Calibri,Verdana;
}

.f2
{
	font: 8pt Tahoma;
}

.f3
{
	font: bold 10pt Verdana;
}

.f4
{
	font: bold 7pt Verdana;
}

h1
{
	margin: 0px;
	font: 22pt Calibri, Verdana;
	border-bottom: 1px double maroon;
}

h2
{
	margin: 0px;
	font: bold 10pt Verdana;
	color: rgb(192,0,0);
	margin: 0px;
	padding: 0px;
}

h3
{
	font: bold 10pt Verdana;
	margin: 0px;
	padding: 0px;
} 
 
a.sw
{
	font: bold 10pt Verdana;
	float: left;
	
	width: 13px;
	height: 13px;
	
	margin-top: 1px;
	margin-right: 7px;
	text-align: center;
	font: 9px Courier New;
	
	border: 1px solid silver;
	background-color: #EEE;
}

a.sw:hover
{
	text-decoration: none;
	border: 1px solid gray;
	background-color: silver;
}

.nodisplay
{
	display: none;
}

.divtree
{
	width: 100%;
	margin-top: 5px;
	margin-left: 7px;
	padding-left: 15px;
}

.divtree2
{
	border-left: 1px dotted rgb(228,209,209);
}

.divtree3
{
	border-left: 1px dotted #DDD;
}

/* TOP */

div#top_background
{
	position: absolute;
	height: 100%;
	width: 100%;
	min-width: 950px;
}



div#top_parent
{
	width: 100%;
	height: 120px;
}

div#top
{
	margin: 20px;
	height: 120px;
	
	background-color: rgb(192,0,0);
	border: 1px solid rgb(128,0,0);
}

div#top_text
{
	position: relative;
	
	left: 50%;
	margin-left: -440px;
	
	top: 20px;
	width: 880px;
	
	
	padding-right: 60px;
	
	color: white;
}

div#top_minwidth
{
	visibility: hidden;
	position: relative;
	width: 940px;
	height: 0px;
}


/* MAIN + PANEL */

div#main_panel_background
{
	position: absolute;
	left: 50%;
	margin-left: -450px;
	
	top: 0px;
	width: 900px;
	
	min-height: 80%;
	height: auto !important;
	height: 80%;
}


/* PANEL */

div#panel
{
	position: absolute;
	
	right: 0px;
	top: 60px;
	width: 280px;
	
	min-height: 400px;
	height: 100%;
	
	z-index: 2;
	
	overflow: hidden;
	
	background-color: rgb(198,198,198);
	border: 1px solid rgb(170,170,170);
}

div#panel_topline
{
	position: absolute;
	
	left: -1px;
	top: -1px;
	width: 282px;
	height: 80px;
	
	background-color: rgb(190,180,180);
	
	border-left: 1px solid rgb(139,137,137);
	border-top: 1px solid rgb(170,170,170);
	border-right: 1px solid rgb(170,170,170);
	border-bottom: 1px solid rgb(185,182,182);
}

div#panel_leftline
{
	position: absolute;
	
	left: -1px;
	width: 32px;
	height: 100%;
	
	background-color: rgb(193,193,193);
	
	border-left: 1px solid rgb(140,140,140);
	border-bottom: 1px solid rgb(140,140,140);
	border-right: 1px solid rgb(187,187,187);
}

div#panel_leftline_roh
{
	position: absolute;
	
	left: -1px;
	top: 59px;
	width: 32px;
	height: 20px;
	
	z-index: 2;
	
	background-color: rgb(192,172,172);
	
	border-left: 1px solid rgb(139,137,137);
	border-top: 1px solid rgb(190,170,170);
	border-right: 1px solid rgb(180,177,177);
	border-bottom: 1px solid rgb(192,172,172);
}

div#panel_foto
{
	position: absolute;
	
	left: 160px;
	top: 20px;
	width: 100px;
	height: 130px;
}

div#panel_foto img
{
	border: 1px solid black;
}


div#panel_text
{
	position: absolute;
	
	top: 50px;
	left: 25px;
	width: 230px;
	
	z-index: 3;
}

div#panel_text ul
{
	padding-left: 16px;
	list-style-image: url('../images/list_panel.gif');
}

div#panel_bottom
{
	position: absolute;
	
	left: 25px;
	bottom: 20px;
	width: 230px;
}

div#panel_bottom div
{
	width: 50%;
	text-align: center;
	
	font: 7pt Verdana;
}


/* MAIN */

div#main_parent
{
	position: absolute;
	
	margin-top: 120px;
	
	height: 100%;
	
	z-index: 1;
}

div#main_topline
{
	position: absolute;
	
	width: 650px;
	height: 20px;
	
	background-color: rgb(235,216,216);
	
	border-left: 1px solid rgb(208,189,189);
	border-top: 1px solid rgb(208,189,189);
	border-bottom: 1px solid rgb(228,225,225);
}

div#main
{
	width: 650px;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	background-color: rgb(242,242,242);
	border: 1px solid rgb(215,215,215);
}

div#main_text
{
	min-height: 330px;
	
	padding-top: 30px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 70px;
}

div#main_text ul
{
	padding-left: 20px;
	list-style-image: url('../images/list_main.gif');
}

div#bottom
{
	height: 30px;
}

.filetype
{
	border: 1px solid silver;
	background-color: #DDD;
	font: bold 7pt Verdana;
	padding-left: 13px;
	padding-right: 2px;
	background-image: url('../images/filedownload.jpg');
	background-repeat: no-repeat;
}


.warning
{
	border: 2px dotted maroon;
	font: 7pt Verdana;
	padding: 5px;
	
	background-color: rgb(235,216,216);
}

.greenallow
{
	border: 2px dotted green;
	font: 7pt Verdana;
	padding: 5px;
}