@charset "utf-8";

/* CSS Document */
body{
	padding:0px;
	color:#4A1B6C;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-position: 0 0;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-image: url(../img/backempty2.jpg);
}

/*----Opmak linker Panel----*/
#leftPan{
	float: left;
	width: 125px;
	margin: 0px;
	padding-left: 20px;
	padding-top: 0px;
}

#leftPan ul{
	width:100px;
}
#leftPan ul li{
	width:130px;
	height:20px;
}
#leftPan ul li a{
	width:102px;
	height:40px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	line-height:40px;
	background-position: 0px 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	font-weight: bold;
	font-size: 13px;
	background-image: url(../img/bullet-normal.gif);
	background-repeat: no-repeat;
}
#leftPan ul li a:hover{
	color:#FFCC00;
	text-decoration:none;
	background-image: url(../img/bullet-hover.gif);
	background-repeat: no-repeat;
	background-position: 0 16px;
	font-weight: bold;
	font-size: 13px;
}

div, p, ul, h2, h3, h4, h5, img{padding:0px; margin:0px;}

#header {
	width: 980px;
	margin-right: auto;
	margin-Menu: auto;
	background-image: url(../img/header.jpg);
	height: 153px;
	margin-left: auto;
}

#Container{
	width:980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-Menu: auto;
	height: auto;
	background-image: url(../img/mainbackground.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	position: relative;
	overflow: auto;
}
#menu {
	float: left;
	width: 125px;
	padding-right: 10px;
	padding-Menu: 20px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	line-height:40px;
	background-position: 0px 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 16px;
	font-weight: bold;
	font-size: 13px;
	background-image: url(../img/bullet-normal.gif);
	background-repeat: no-repeat;
	position: relative;
}
#main {
	width: 775px;
	background-image: url(../img/bckgrnd.jpg);
	margin-right: 25px;
	margin-Menu: 20px;
	margin-left: 20px;
	height: auto;
	background-repeat: repeat-y;
	position: relative;
	float: right;
}

#footer {
	background-image: url(../img/footer.jpg);
	height: 27px;
	width: 980px;
	margin-right: auto;
	margin-Menu: auto;
	margin-left: auto;
}

A:link    {
	COLOR: #4A1B6C;
}
A:hover   {
	color: #FF9900;
	text-decoration: none;
	}

/*----/Copyright onder footer----*/
.copyright {
	color: #5A5887;
	font-size: 10px;
	text-align: center;
}

.copyright a {
	color: #5A5887;
	font-size: 10px;
	text-align: center;
}
.copyright a:hover {
	color: #FDB511;
	font-size: 10px;
	text-align: center;
}
.TextHeaders {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
}
.PageHeaders {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
}
.PageSubHeaders {
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}
#leftPan ul li a:active {
	color:#FFCC00;
	text-decoration:none;
	background-image: url(../img/bullet-hover.gif);
	background-repeat: no-repeat;
	background-position: 0 16px;
	font-weight: bold;
	font-size: 13px;
}
.tabel_start {
	border: 1px solid #5D5B8A;
}
.bullet {
	list-style-type: disc;
	list-style-position: inside;
	text-indent: 4em;
}
