@charset "utf-8";
/*
	(c) Team KP 2008
	
	Main style sheet
	
	ffcc00
*/

body {
	background:#000000 url(../imgs/content/bg.png) repeat-x top center; 
	text-align: center;
	margin: 0px;
	padding: 0px;
}


/* FRAME */
.container {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 658px; /* frame width */
	max-height: 1000px;
	
	position: relative;
	top: 35px;
}
.top {
	background-image:url(../imgs/content/1.png);
	background-repeat:no-repeat;
	height: 56px;
}
.content {
	background-image:url(../imgs/content/2.png);
	background-repeat:repeat-y;
	min-height: 50px;
	padding-bottom: 20px;
}
.bottom {
	background-image: url(../imgs/content/3.png);
	background-repeat:no-repeat;
	height: 56px;
}
.frame_header {
	position: relative;
	top: 0px;
	
	text-align: center;
	padding-bottom: 20px;
}

/* MENY */
.meny {
	position: relative;	
	top: 23px;
	clear:both;
}
.meny a {
	color: #ffcc00;
	text-decoration: none;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	border:none;
}
.meny a:hover {
	color: #FF6600;
}
.meny img {
	border: none;
}

/* HEADER */
.header {
	position: relative;
	top: 10px;
}

/* GALLERY */
.gallery img {
	border: none;
}
table.gallery {
	width: 450px;
	border: 0px solid black;
	padding: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
a.gallery_a {
	color: #993300;
	font-size: 20px;
	text-decoration: none;
}
a.gallery_a:hover {
	color: #FFFFFF;
}


/* GUESTBOOK */
.gb img {
	border: none;
	vertical-align: top;
}

.gb a{
	color:#FF0000;
	text-decoration: none;
	font-size: 20px;
	font-style: italic;
}
.gb a:hover {
	color: #999999;
}

/* NEWS */
.news {
	position: absolute;
	top: 86px;
	left: 80%;
}
.news img {
	border: none;
}

/* FOOTER */
.dk {
	position: absolute;
	top: 100px;
	right: 0px;
}