@charset "UTF-8";
/*  
	CSS-Style Sheet
	By Heino R. Poulsen
	http://www.hostbox.dk
	
	REF. COLOR
	
	1 - #eb8ef9 light pink
	2 - #9739a4 Dark Pink
	3 - #
	4 - #
	5 - #
*/


/* Page Built */

body{
	margin:0px;
	padding:0px;
	background-image:url(../pageimg/baggrund.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}

#pagewrapper{
	margin: 0 auto;
	width:953px;
	overflow:auto;
}

#pagetop{
	width:953px;
	float:left;
	height:190px;
	margin-top:30px;
	background-image:url(../pageimg/page_top.png);
	background-repeat:no-repeat;
}

#pagecontainer{
	width:953px;
	float:left;
	background-image:url(../pageimg/page_midle.png);
	background-repeat:repeat-y;
	min-height:200px;
}

#pagecontent, #fottercontent{
		width:820px;
		float:right;
		margin-right:3px;
		padding:20px;
}

#pagefotter{
	width:953px;
	float:left;
	height:40px;
	background-image:url(../pageimg/page_fotter.png);
	background-repeat:no-repeat;
}

#menu{
	float:right;
	width:650px;
	margin: 157px 3px 0px 0px;
	text-align:left;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:16px;
}

/* menu style */

#menu a:link, #menu a:visited{
	color:#FFF;
	text-decoration:none;
}

#menu a:hover{
	text-decoration:underline;
}

/* fotter style */

#fottercontent{
	padding:0px;
	padding-top:8px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#eb8ef9;
	text-align:center;
}


/* Text style */

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
	font-style:italic;
	color:#9739a4;
	letter-spacing:-1px;
}

h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#eb8ef9;
	margin-bottom:0px;
}

/* Defalut link style */

a:link, a:visited{
	color:#000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
