@charset "utf-8";
/* CSS Document */

.spec{
	font-size:14px;
	text-align:left;
	color:#444;
	line-height: 24px;
	font-family: 'Andika New Basic', sans-serif;
	list-style: square;
}

body{
	background-color: #F7F7F7;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	}


.tooltip {border-bottom: 1px dotted #000000; color: #ce171c; outline: none;
			cursor: help; text-decoration: none;
			position: relative;
			font-size: 14px;
			text-align: justify;
		}
.tooltip span {
			margin-left: -999em;
			position: absolute;
		}
.tooltip br {
margin-bottom: 13px !important;
}

.tooltip:hover strong {
			font-size: 16px;
}
.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: -40px;
			top: 1em;
			z-index: 99 !important;
			margin-left: 0;
			width: 590px;	
		}

.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;
		}
	
		.custom { padding: 0.5em 0.8em 0.8em 1em; }
		* html a:hover { background: transparent; }

.classic {padding: 0.5em 0.5em;}		
.classic {background: #fcf9a9; border: 1px solid #fbeba6; color: #000 !important;}
.classic em{color: #000 !important;}

		.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
		.help1 {background: #f8f7b6; border: 1px solid #fdfcbb; color: #000;}
		.info {	background: #9FDAEE;border: 1px solid #2BB0D7;color: #000;}
		.warning { background: #FFFFAA; border: 1px solid #FFAD33; }



.bord{
	border: 1px solid #F2F2F2;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	background-color: #FFF;
	}
h1,h2{

text-shadow: 0px 1px 0px #b2a98f,
0px 2px 1px rgba(0,0,0,0.15),
0px 3px 2px rgba(0,0,0,0.1),
0px 4px 3px rgba(0,0,0,0.1);

}




.bord p{
	font-size: 17px;
	}
.bord img{
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 30px;
	}
.text p{
	padding-right: 30px;	
	padding-left: 30px;
	}
	
.logo {
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	height: 287px;
	width: 1000px;
}
.logotext{
	padding-top: 120px;
	padding-left: 50px;
	}
.logotext p{
	font-size: 22px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	}
.logotext h1{
	line-height: 2px;
	font-size: 24px;
	font-weight: bold;
	color: #d93a3f;
	padding-bottom: 10px;
	}
.logotext strong{
	font-size: 22px;
	font-weight: bold;	
	}
.separator{
	background-color: #CCC;
	background-image: url(images/polosa.png);
	background-repeat: repeat-x;
	height: 36px;
	text-align: left;
	}
.line{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	width: 90%;
	}
.bg{
/*	background-image: url(images/antikrizis.jpg);*/
	background-repeat: no-repeat;
	background-position: 360px 40px;
}