@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	background-image: url(../space/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	    	}
	a:link {
	color: #000000;
	font-weight: 400;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #CA311F;
}
a:active {
	text-decoration: none;
	color: #CA311F;
}
a {
	font-weight: bold;
}
#okolo {
	width: 960px;
	min-width: 320px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
#heder {
	text-align: left;
	width: 100%;	
}
#nav {
	text-align: center;
	width: 100%;	
}

h1, h2, h3, h4, h5 {
	font-family: "Arial Cirilica";
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	-webkit-text-stroke: 1px black;
	color: #ba9c53;
	text-shadow: 1px 1px 0 #999999,
     -1px -1px 0 #ccc,  
      1px -1px 0 #ccc,
      -1px 1px 0 #ccc,
       1px 1px 0 #ccc;
}
#juicebox-container {
padding-top: 20px;
	text-align: center;
	font-family: "Courier New",Courier,monospace;
	text-align: center;
	font-size: 14px;
	color: #000;
	min-width: 320px;
	max-width: 100%;
	}
#tekst {
	height: 100%;
	width: 100%;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
	top: 15px;
	color: #333333;
	padding-top: 50px;
	padding-bottom: 10px;
	}
#face {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
#web {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Helvetica";
	font-size: 14px;
	text-align: center;
}
#futer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CECECE;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
