/*BODY*/
body {
	background: #ffffff url("../images/test2.jpg") center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-family:calibri;
	color:#000000;
  font-family: century gothic;
}

a {
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
}

/*CONTAINER STYLES*/
#main {
	width:950px;
	margin:auto;
}
#mainWHITE   {
	margin:auto;
	background-color:#ffffff;
}
#header {
  background-image: url(../images/ban1.png);
 	width:30%;
	height:95px;
	font-family:calibri;
	text-align:right;
}
#middle {
	width:950px;
	margin-åeft:20px;
	background-color:#ffffff;
	border:0px #A5BACB solid;
}
#middleBLACK {
	width:950px;
  margin-åeft:20px;
	background-color:#000000;
	border:0px #A5BACB solid;
  font-size: 10px;
  font-family: century gothic;
}
#middle2 {
	width:950px;
	margin-åeft:20px;
	background-color:#ffffff;
	border:0px #A5BACB solid;
}
#video {
	width:940px;
	margin-center:0px;
	background-color:#ffffff;
	border:1px #A5BACB solid;
}
#foto {
	width:950px;
	margin-center:0px;
	border:0px #A5BACB solid;
}
#table {
	width:900px;
	margin-left:25px;
	font color:#ffffff
	border:0px #A5BACB solid;
  font-size: 16px;
  font-family: century gothic;
}
#lis {
  font-size: 16px;
}
#info {
  font-size: 13px;
}
#novinka {
  font-size: 14px;
}
#copyright {
	width:100%;
	border:1px #000000 solid;
	margin:5px 0px 0px 0px;
	text-align:center;
  font-family: century gothic;
}

/*TEXT STYLES*/
h1 {
	color:#000000;
	font-size:16px;
	font-family:"century gothic";
	font-weight:normal;
}

h2 {
	color:#000000;
	font-size:18px;
	font-family:"century gothic";
	font-weight:bold;
}

h3 {
	color:#5C707B;
  font-size:16px;
	font-family:"Tahoma";
}

h4 {
	color:#5C707B;
  font-size:12px;
	font-family:"Tahoma";
}

p {
	color:#fff;
	margin:10px 0 0 5px;
}

.description_text {
  padding:10px;
	text-align:justify;
}

.content {
	padding:0px 5px 0px 5px;
	text-align:justify;
	color:#fff;
}

.copy {
	font-size:15px;
}

.menu {
  position: fixed; 
  top: 0; 
  left: 100;
	width:1000px; 
	line height: 2em;
	background:#16171B;
	width: 100%;
	opacity: 1;
	text-align: left;
}

.menu a {display: inline-block;
	color: #fff;
	padding: .2em 1em;
}

/*NAVIGATION STYLES*/
#navbuttons {
	width:1000px;
	height:20px;
	background-color:none;
	text-align:center;
}

#navbuttons ul {
	display:inline;
	list-style:center;
}

#navbuttons li {
	font-family:tahoma;
	font-size:85%;
	font-weight:bold;
	font-style:normal;
	display:inline;
	background-color:ffffff;
	list-style:none;
	float:left;
	padding:0px 13px 0px 13px;
	line-height:15px;
}

#navbuttons li a {
	color:#fffff;
	text-decoration:none;
}

a:hover {
	color:#C0C0C0;
}

#navbuttons li .first {
	border-left:none;
}

#navbuttons li .last {
	border-right:none;
}

