﻿@charset "utf-8";
 @import url('paragraphs.css');
/* Copyright Woelund og Wraae */


/* masterandpage css */

a:active, a:visited, a:link {
	color: #383838;
}
a:hover {
	text-decoration: underline;
	color: #383838;
}
body, html {
	margin:0;
	padding:0;
	height:100%;
}
#menu {
	width: 200px;
	float: left;
	height: 500px;
	text-align: right;
}
#menu table {
	text-align: right;
	width:200px;
}
#menu a:link, #menu a:active, #menu a:hover, #menu a:visited {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #383838;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px 10px 25px 0px;
	display: block;
}
#topgraphic img {
	border: 1px solid #e4e4e4;
	display: block;
	padding: 4px;
	background: #f7f7f7;
	float:left;
	margin-bottom: 25px;
}
#innerpagewrap {
	float: right;
	width: 600px;
}
#innerpageoverflow {
	width:650px;
	overflow:hidden;
}
#largepagewrap {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	min-height:80%;
}
#topblackbar {
	height: 50px;
	top: 0px;
	background: url(/Files/System/Graphic/topbck_deco.gif) repeat-x;
}
#bundbar {
	clear:both;
	height: 50px;
	background: #000000;
	margin: 10px 0px 0px;
}
#bundbar ul {
	position: relative;
	display: block;
	width: 800px;
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	height: 20px;
	top: 10px;
}
#bundbar li {
	font: bold 9px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-transform: uppercase;
	display: inline;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	letter-spacing: 1px;
}
#bundbar a {
	color: #FFFFFF;
	text-decoration: none;
}
/* paragraph */

div#emptyspace {
	display: block;
	height: 100px;
}
div#emptyspacecleared {
	clear:both;
	display: block;
	height: 100px;
}
/* li ul */
ul {
	padding-top:10px;
	padding-left:20px:
}
ul, li {
	margin:0px;
	list-style: disc;
	padding-bottom: 2px;
	color:#7B7B7B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
