body{
	font-family: Verdana,'Bitstream Vera Sans',Arial,sans-serif; 
	/*background: #87CEFA;*/
	background: #811753 url(images/head_bg.png) no-repeat top center;

	
}
#main {
    width:1024px;
	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*background-color: #ECFBE7;*/
	height: auto;
	text-align: center;
	 -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	}
	/* #head{
	padding-top: 10px;
	height: 80px;
	} */
	#logo img{
	float: left;
	}
	
	#content{
	width: 1024px;
	padding-top: 80px;
	height: auto;
	
	}
#fotobox1{
	width: 800px;
	height: 600px;
	text-align: center;
	/*border: 1px solid; */
	border: 4px solid #F0FFFF;
}

#bg{
position: absolute;
/*z-index: 2;*/
top: 100px;
width: 808px;
height: 115px;
background: url(images/back.png);
	
}
#bg p {
	color: darkblue;
	font-size: 14px;
	padding: 4px 25px;
	line-height: 18px;
}
p {
	color: darkblue;
	font-size: 12px;
	padding: 4px 25px;
	line-height: 16px;
}
/** CSS Podskaski   *********  */
.tooltip {
			border-bottom: 1px dotted #000000; color: #000080; outline: none;
			cursor: help; font-weight: bold; text-decoration: none;
			position: relative;
		}
		.tooltip span {
			margin-left: -999em;
			position: absolute;
		}
		.tooltip:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			font-family: Calibri, Tahoma, Geneva, sans-serif;
			position: absolute; left: 1em; top: 2em; z-index: 99;
			margin-left: 0; width: 350px;
		}
		.tooltip:hover img {
			border: 0; margin: -10px 0 0 -55px;
			float: left; position: absolute;
		}
		.tooltip:hover em {
			font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
			display: block; padding: 0.2em 0 0.6em 0;
		}
		.classic { padding: 0.8em 1em; }
		.custom { padding: 0.5em 0.8em 0.8em 2em; }
		* html a:hover { background: transparent; }
		.classic {
					background: #E0FFFF;
					/*background: #CAE1FF;*/
					/*background: #FFFFAA; */
					/*border: 1px solid #FFAD33;*/
					border: 1px solid #000080;
					font-size: 12px;
					font-weight: lighter;
					}
					
		.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
		.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.warning { background: #FFFFAA; border: 1px solid #FFAD33; }
	#flyer h2{
		font-size: 12px;
		color: #ECCEF5;
		}
		#flyer a{
		font-size: 14px;
		font-variant: small-caps;
		color: #E2A9F3;
		text-decoration: none;
		}