/* CSS DOCUMENT */

body,html {
	margin: 0;
	background-color: #fff;
}

* {
	font-family: "Trebuchet MS",Verdana,Arial;
	font-size: 14px;
	color: #70615A;
}

.footerText, .footerText a {
	font-weight: normal;
	font-size: 12px;
	color: #fff;
}

.footerText strong {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

.imageText, .imageText a {
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
	line-height: 20px;
	color: #000;
}

#headerMenu {
	background-position: 100% 0;
	background-repeat: no-repeat;
}

#headerNavMenu {
 	background-image: url("../img/menu_bg.jpg");
	background-repeat: repeat-x;
}

.headerMenu_ON, .headerMenu_OFF {
	float: left;
	padding: 8px 10px 12px 10px;
	margin: 0;
}

.headerMenu_ON {
	background-image: url("../img/menu_bg_on.jpg");
	background-position: 50% 0;
	background-repeat: repeat-x;
	cursor: pointer;
}

.headerMenu_ON .nav, .headerMenu_OFF .nav {
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#main {
	position: relative;
	z-index: 1;
	margin-left: 5px;
	float: left;
}

#mainBg_top {
	background-image: url("../img/main_top_bg.png");
	width: 596px;
	height: 13px;
}

#mainBg_bottom {
	background-image: url("../img/main_bottom_bg.png");
	width: 596px;
	height: 19px;
}

#mainBg {
	background-image: url("../img/main_bg.png");
	position: relative;
	width: 596px;
	height: 100%;
	min-height: 375px;
}

#mainContent {
	position: relative;
	text-align: left;
	width: 575px;
	height: 100%;
	margin: 0 10px;
	/*overflow: auto;
	border: 1px solid black;*/
}

#right {
	position: relative;
	z-index: 1;
	margin-right: 5px;
	float: right;
}

#rightBg_top {
	background-image: url("../img/right_top_bg.png");
	width: 350px;
	height: 13px;
}

#rightBg_bottom {
	background-image: url("../img/right_bottom_bg.png");
	width: 350px;
	height: 19px;
}

#rightBg {
	background-image: url("../img/right_bg.png");
	position: relative;
	width: 350px;
	height: 375px;
}

#rightContent {
	position: relative;
	text-align: left;
	width: 350px;
	height: 375px;
	margin: 0 10px;
	overflow: hidden;
	/*border: 1px solid black;*/
}

#footerContent {
	margin-top: 10px;
}

/*#tblLeft {
	background-image: url("../img/background.jpg");
	background-repeat: repeat-x;
	background-color: #fff;
}

#tblRight {
	background-image: url("../img/background.jpg");
	background-repeat: repeat-x;
	background-color: #fff;
}

#tblCenter {
	background-image: url("../img/background.jpg");
	background-repeat: repeat-x;
	background-color: #fff;
}*/

.imgSpacing {
	padding: 0 10px 0 0;
}

.imgSpacing2 {
	padding: 0 10px 0 10px;
}

ul {
	padding: 0 0 10px 0;
	margin: 0;
}

li {
	list-style-image: url("../img/arrow.gif");
	padding: 5px 0;
	margin: 0 0 0 20px;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 10px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #7E517A;
	margin: 0;
	padding: 10px 0 10px 0;
}

a {
	color: ;
	text-decoration: underline;
}

a:hover {
	color: ;
	text-decoration: none;
}

.footerText a {
	color: #fff;
}

hr {
	border: 0;
	width: 390px;
	color: #D2C8D1;
	background-color: #D2C8D1;
	height: 1px;	
}

.bliksems {
	color: #5A5A5A;
}
.bliksems .i {
	color: #7433A6;
}
h1 .bliksems, h1 .bliksems .i {
	font-size: 20px;
}
h2 .bliksems, h2 .bliksems .i {
	font-size: 16px;
}
* .bliksems, * .bliksems .i {
	font-size: 14px;
}
.clear {
	clear:both;
}