/*  
http://www.embo.sk
Author: Michal Kopcek

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #d5d6d7 url('./pictures/bgcolor.jpg');
	color: #333;
	margin: 0 0 2px 0;
	padding: 0; 
	}
#page {
	background-color: none;
	margin: 1px auto;
	padding: 0 0 0 0;
	width: 802px;
	height: auto;
	/*border: 1px solid #959596;*/
	}

#header {
	background: url('./pictures/header.jpg') no-repeat bottom center;
	height: 107px; 
	width: 100%;
	bottom: auto;
	}


#content {
	float: left;
	background: url('./pictures/bgimageUPR.jpg') repeat-y top center;
	width: 802px;
	margin: 0 0 0 0;
	padding: 0 0 0  0;	
	/*border-bottom: 1px solid #000*/
	}	
				
#main 	{
	background-color: none;
	padding: 0px 0px 0px 0px;
	margin-left: 210px;
	width: 554px;
	height: auto;
	/*border: 1px solid #000;*/
	}
				
#main_F	{
	background: url('./pictures/postfooter.jpg') no-repeat bottom;
	padding: 0px 0 0px 0px;
	float: left;
	margin: 0px 0px 10px 2px;
	width: 550px; /*100%;*/
	height: 335px;
        overflow-x: hidden;
        overflow-y: auto;
	}

#main_F	p {
	margin: 10px 30px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-indent: 0px;
	text-align: justify;
	text-decoration: none;	
	}

#main_F	ul, ol {
        margin: -5px 0px 0px 30px;
        padding: 0px 0px 0px 0px;
}

#main_F	li {
        margin: 0px 0px 0px 10px;
        padding: 3px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-indent: 0px;
	text-align: left;
	text-decoration: none;	
	}

#main_F	a {
	color: green;
	text-decoration: none;	
	}

#main_F	a:hover {
	color: #00dd00;
	text-decoration: none;	
	}

#main_F	h1:hover {
	color: green;
	text-decoration: none;	
	}

#main_F	h1 {
	margin: 10px 30px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-indent: 0px;
	text-align: justify;
	text-decoration: none;	
	}

#main_F	h2 {
	margin: 20px 30px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-indent: 0px;
	text-align: justify;
	text-decoration: none;	
	}

#main_F	img {
	margin: 10px 10px 0px 10px;
	float: left;
	}

#main_H	{
	background: url('./pictures/postheader.jpg') no-repeat top;
	padding: 10px 0px 0 0px;
	float: right;
	margin: 0px 2px 0px 2px;
	width: 550px; /*100%;*/
	height: auto;
	border-top: 2px solid #fff;
	}					

#footer {
	background: url('./pictures/footerUPR.jpg') no-repeat center top; 
	border: none;
	margin-left: 0;
	width: 100%;
        height: 54px;
	clear:both;
        }

#flash  {
	margin: 0px 0px 2px 2px;
	padding: 0px 0px 0px 0px;
	}
/* End Typography & Colors */

/* Begin Structure */
#footer p {
	margin: 0;
	padding: 8px 0;
	font: 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}
/* End Structure */

/* Begin Sidebar */
#sidebar
{
	float: left; 
	margin-left: 21px;
	width: 162px;
	height: 250px;
	background: #d5d6d7 url('./pictures/stripe.jpg') repeat-y;
	}

/* End Sidebar */

/*Begin menu*/
#menu{
	width: 552px; /*100%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	text-decoration: none;
}

#menu ul{
	margin: 0;
	padding: 0;
	float: right;
	position:relative;
	width: 552px; /*100%;*/
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: none;
	border-right-color: none;
	border-bottom-color: none;
	border-left-color: none;
}

#menu ul li{
display: inline;
}

#menu ul li a{
	background: #eee url('./pictures/button.jpg') no-repeat center top;
	float: right;
	position:relative;
	color: #FFFFFF;
	width: 136px;
	margin: 1px 0px 1px 0px;
	padding: 3px 0px;
	text-decoration: none;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#menu ul li a:visited{
color: #FFFFFF;
}

#menu ul li a:hover, #menu ul li .selected{
	color: #FFFF00 !important;
	padding-top: 4px;
	padding-bottom: 2px;
	background: #eee url('./pictures/buttonH.jpg') no-repeat center top;
}

/*End menu*/

tr { 
    display:table-row;
}

td {
   display:table-cell;
   padding: 0px;
   vertical-align:top;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
