/*==========================
	Author: Pavel Prochazka
	Created:3.2.2009
	Project:FARNOST LOSTICE
	Licence:GNU/GPLv3
=============================*/
/*main page configuration*/

body {
    text-align: center;
    font-size: 80%;
    font-family: trebuchet ms, sans-serif;
}

td{
    vertical-align: top;
    /*min-width: 128px;*/
    font-weight: bold;
}

img{
    border: 0px solid;
}

.main_frame
{
	width: 800px;
	text-align: left;
	margin: 0 auto;
}

.footer{
    float: left;
    position: relative;
    top: 16px;
    width: 750px;
    left: 128px;
}

.header{
	width: 800px;
	height: 192px;
	background-image: url("../pixmaps/header.png");
	text-align: center;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}

.button{
	border: 2px solid;
	width: 96px;
	height: 24px;
	margin: 10px 0px 10px 96px;
}

.extra_div{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 128px 0px;
    width: 256px;
    vertical-align: top;
    float: left;
    position: relative;
    top: -172px;
}

.extra_content{
	width: 120px;
	margin: 0px 0px 0px 34px;
/*	border: 1px solid;*/
	border-color: #074477;
	min-height: 200px;
    /*max-height: 192px;*/
	font-size: 75%;
    position: relative;
    vertical-align: top;
}

.menu_surface
{	
	float: left;
	width: 200px;
	height: 880px;
	background-image: url("../pixmaps/menu.png");
	padding: 128px 0px 64px 0px;
	background-repeat: no-repeat;
}

.left_content
{
	position: relative;
	top: -170px;
}

.content_frame{
	position: relative;
    top: 10px;
	float: right;
	width: 542px;/*490px;*/
	padding: 0px;
	margin: 0px 32px 0px 0px;/*0px 32px 8px 24px;*/
	vertical-align: top;
}

.textarea_frame{
	text-align: left;
    margin: 0px;
	width: 540px;/*490px;*/
	min-height: 1024px;
	padding: 8px;
	vertical-align: top;
    max-height: 2048px;
    overflow: auto;
    border: 1px solid #5ba7e7;
}

.citation_div{
    width: 550px;
	text-align: left;
	position: relative;
    top: 146px;
	float: right;
	margin: 0px 16px 0px 0px;/*0px 32px 8px 24px;*/
	vertical-align: bottom;
    overflow: auto;
    font-size: 0.9em;
}

.footer{
	margin: 0 0;
	text-align: center;
}

.logo{
    position: relative;
    top: -270px;
    left: 10px;
    background-image: url("../pixmaps/logo.png");
    width: 135px;
    height: 157px;
    margin: 0px 0px 0px 0px;
}
  

.popup{
	margin: 0px 0px 0px 0px;
	background-color: black;
 }

.sub_title {
	background-color : #005094;
	display:block;
	text-align:left;
	font:bold 1em Sans;
	color: white;
	padding:5px;
	width: 530px;
}

.head_title {
	padding: 0px 0px 20px 0px;
    min-height: 84px;
}

.inner_image{
    border: 2px solid;
    border-color: blue;
}

.desc_img{
    float: left;
}

.image_fotogallery{
    cursor: pointer;
    padding-left: 28px;
    padding-bottom: 8px;
    padding-right: 2px;

}

.image_preview{
    border: 2px solid;
    border-width: 2px 2px 1px 2px;
    width: 536px;
    background-color: #f3d64c;
    padding-top: 8px;
    min-height: 100px;
    border-color: #b89800;
}

.txt_img{
    /*height: 164px;*/
    width: 256px;
    float: left;
}

.photogallery{
    width: 0px;
    height: 0px;
    background-image: url("../pixmaps/alpha.png");
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
}

.front_photo{
    max-width: 700px;
    max-height: 700px;
    margin-top: 32px;
    margin-left: auto;
    margin-bottom: 32px;
}

/*end of document*/

