body{
    background: #000000 url(../img/bg.jpg) no-repeat;
    background-size: cover;
    color: #eee;
    font: 300 17px/1.5 Verdana, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}



a{color: #D73F57; font-weight: 600; text-decoration: none;}
a:hover{color: #262626; }
img{border: 0px none;}
a.no_border:hover{border: 0px none !important;}
b, strong{color: #333; text-shadow: 2px 2px  1px rgba(255,255,255,0.5);}
hr{height: 0px; background: transparent; border: 0px none; border-top: 1px solid #d5d5d5; border-bottom: 2px solid #fff;  margin: 10px 0px;  }



h1,h2,h3,h4,h5,h6{ font-family: Verdana, Helvetica, sans-serif; font-weight: bold;  }
h1{
	font-size: 96px;
	color: #fff;
	font-style: italic;
	text-shadow: 6px 4px 28px #000, 2px 2px 8px rgba(0,0,0,0.8)
}

h2{
	font-size: 50px;
	line-height: 50px;
	margin-top: 22px;
	color: black;
	padding: 0px 20px 0px 30px;
	text-shadow: 6px 4px 20px rgba(0,0,0,0.8)
}



#obal_main{
	width: 730px;
	margin: auto;
	margin-top: 80px;
	padding: 0px;
	min-height: 300px;
}

img.logo{
	float: left;
	width: 200px;
	border:  5px solid white;
	border-top:  7px solid white;
	box-shadow: 8px 4px 35px #000, 2px 2px 12px 2px #000;
}

div.panel{
	width: 100%;
	height: 150px;
	background: #cacaca;
	padding: 10px ;
	margin-top: 15px;
	box-shadow: 8px 4px 35px #000, 2px 2px 12px 2px #000;
}
img.link{
	height: 150px;
	float: left;
}