html, body {
height: 100%;
margin: 0;
padding: 0;
}


body 
{background:url(../img/bg.jpg) fixed;
background-position: center;
background-repeat: no-repeat !important;
background-size: cover;}



img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}

#content {
position:relative;
z-index:1;
}

.main_tekst{ font-family: Verdana, Arial; font-size: 11px; color: #FFFFFF; line-height:160%;}
.main_tekst a:link { font-family: Verdana, Arial; font-size: 11px; color: #FFFFFF; line-height:160%;}
.main_tekst a:visited { font-family: Verdana, Arial; font-size: 11px; color: #FFFFFF; line-height:160%;}
.main_tekst a:active { font-family: Verdana, Arial; font-size: 11px; color: #FFFFFF; line-height:160%;}
.main_tekst a:hover { font-family: Verdana, Arial; font-size: 11px; color: #FFFFFF; line-height:160%;}

.quote{ font-family: Verdana, Arial; font-size: 14px; color: #FFFFFF; line-height:160%;}
.quote a:link { font-family: Verdana, Arial; font-size: 14px; color: #FFFFFF; line-height:160%;}
.quote a:visited { font-family: Verdana, Arial; font-size: 14px; color: #FFFFFF; line-height:160%;}
.quote a:active { font-family: Verdana, Arial; font-size: 14px; color: #FFFFFF; line-height:160%;}
.quote a:hover { font-family: Verdana, Arial; font-size: 14px; color: #FFFFFF; line-height:160%;}

.grey{ font-family: Verdana, Arial; font-size: 9px; color: #333333; line-height:100%;}
.grey a:link { font-family: Verdana, Arial; font-size: 9px; color: #333333; line-height:100%;}
.grey a:visited { font-family: Verdana, Arial; font-size: 9px; color: #333333; line-height:100%;}
.grey a:active { font-family: Verdana, Arial; font-size: 9px; color: #333333; line-height:100%;}
.grey a:hover { font-family: Verdana, Arial; font-size: 9px; color: #333333; line-height:100%;}

.copy{ font-family: Verdana, Arial; font-size: 10px; color: #ffffff; line-height:100%; text-align:right;}
.copy a:link { font-family: Verdana, Arial; font-size: 10px; color: #ffffff; line-height:100%; text-align:right;}
.copy a:visited { font-family: Verdana, Arial; font-size: 10px; color: #ffffff; line-height:100%; text-align:right;}
.copy a:active { font-family: Verdana, Arial; font-size: 10px; color: #ffffff; line-height:100%; text-align:right;}
.copy a:hover { font-family: Verdana, Arial; font-size: 10px; color: #ffffff; line-height:100%; text-align:right;}

.head{ font-family: Arial, Verdana; font-size: 18px; color: #363639; line-height:140%; letter-spacing:0.2em; font-weight:bold;}
.head a:link { font-family: Arial, Verdana; font-size: 18px; color: #363639; line-height:140%; letter-spacing:0.2em;}
.head a:visited { font-family: Arial, Verdana; font-size: 18px; color: #363639; line-height:140%; letter-spacing:0.2em;}
.head a:active { font-family: Arial, Verdana; font-size: 18px; color: #363639; line-height:140%; letter-spacing:0.2em;}
.head a:hover { font-family: Arial, Verdana; font-size: 18px; color: #363639; line-height:140%; letter-spacing:0.2em;}

#logo 
{
	position:				absolute;
	margin-top:				40px;
	margin-left:			40px;
	width: 					262px;
	height:					50px;
	background-image:		url(../img/logo.png);
}

#menu 
{
	position:				absolute;
	margin-top:				80px;
	margin-left:			25%;
	width: 					200px;
	height:					200px;
	z-index:				10;
}

#main 
{
	position:				absolute;
	margin-left:			25%;
	padding-left:			160px;	
	width: 					480px;
}

#tekst 
{
	position:				relative;
	width: 					480px;
	background-color:		#333333;
	padding-top:			10px;
	padding-bottom:			10px;
	padding-left:			10px;
	padding-right:			10px;
}

#footer 
{
	position:				relative;
	width: 					480px;
	text-align:				center;	
}

.imageborder {
    border-style:solid;
    border-top-color:#666666;
    border-bottom-color:#999999;
    border-left-color:#666666;
    border-right-color:#999999;
    border-width:1px;
       }