@charset "UTF-8";
body {
	background-color: #030;
	font-family: "Gill Sans", Verdana, Geneva, sans-serif;
}

/* Images */
.images
{
	border: none;
	width:auto;
	height:auto;
}

.imageslogo
{
	border:1px solid #FFF;
	width:auto;
	height:auto;
}

/* Layout */
#container
{
	margin: 0 auto; 
	width: 190px;
	margin-top:140px;
}

#footer
{
	margin: 0 auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	width:99%;
	/*text-align:center;*/
	/*background-color: #CCC;*/
	/* text-align: right; */
	font-size: 13px;
	letter-spacing: 1px;
	padding: 0px;
	height: 30px;
	position:absolute;
	bottom: 2%;
	/*bottom: 20px;*/
}
.footdivide
{
	color: #CCC;
	font-size: 22px;
}	
/* Tekst /LINKS */
.linktekst {
	font-size: 13px;
	color: #fff;
}
a:link {
	color: #fff;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #999;
	text-decoration: none;
	outline: none;
}
a:active {
	color: #999;
	text-decoration: none;
	outline: none;
}

/* EKSTRA KODE */
/*
#text01
{
	text-align: left;
	margin: 0 auto;
	margin-top: 20px;
	padding-left: 8px;
}
.contact_text {
	font-size: 13px;
	letter-spacing: 1px;
	color: #999;
}
*/
