@charset "utf-8";
@font-face 
{  
    font-family: "fontparis"; 
    src: url("Chalet Paris Nineteen Seventy.otf");  
}

*:focus {outline: none;}

body 
{
	/*background: #e2d6ba;*/
	background-image: url(../vizjel.png);
}

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}
{
	-webkit-margin-before:0;
	-ms-margin-before:0;
	-o-margin-before:0;
	-moz-margin-before:0;
	-webkit-margin-after:0;
	-ms-margin-after:0;
	-o-margin-after:0;
	-moz-margin-after:0;
	-webkit-margin-start:0;
	-webkit-margin-end:0;
	-moz-margin-start:0;
	-moz-margin-end:0;
	-ms-margin-start:0;
	-ms-margin-end:0;
	-o-margin-start:0;
	-o-margin-end:0;
}

#container
{
	width: 548px;
	height: 390px;
	border: 5px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 200px auto;
	background: #fff;
	background-image: url(../bg.jpg);
	-webkit-box-shadow: 0px 0px 42px -2px rgba(0,0,0,0.38);
-moz-box-shadow: 0px 0px 42px -2px rgba(0,0,0,0.38);
box-shadow: 0px 0px 42px -2px rgba(0,0,0,0.38);
}

#content
{
	margin-top: 0px;
	background-image: url(/img/bg/oktabin.png);
	width: 548px;
	height: 390px;
}

#text
{
	background: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	position: relative;
	top: 80px;
	height: 240px;
	padding-top: 5px;
}

#text-content
{
	width: 370px;
	text-align: center;
	font-family: "Tahoma";
	margin: 0 auto;
}

#text-content h1, h2
{
	font-size: 14pt;
	font-weight: bold;
}

#text-content h3
{
	font-weight: bold;
	font-size: 18pt;
	color: #92d097;
}

#text-content h4
{
	font-size: 12pt;
	margin-bottom: 30px;
}

#text-content h4 a 
{
	font-weight: bolder;
	color:#000;
	text-decoration: none;
}

#text-content h5
{
	font-size: 10pt;
}
