body
{
 background-color: #ffffff;
 margin: 0px;
}

/* LINKS */
a:link { color: #cc00ff; text-decoration: none;}
a:visited { color: #cc00ff; text-decoration: none;}
a:hover { color: #FFFFFF; text-decoration: none; background-color: #cc00ff;}
a:active { color: #cc00ff; text-decoration: none;}

a.dark:link { color: #808080; text-decoration: none;}
a.dark:visited { color: #808080; text-decoration: none;}
a.dark:hover { color: #FFFFFF; text-decoration: none; background-color: #cc00ff;}
a.dark:active { color: #808080; text-decoration: none;}

/* TEKST */
p{
	color: #808080;
	font-family: Tahoma;
	line-height: 20px;
	font-size: 12px;
	width: 340px;
}
ul {
	color: #808080;
	font-family: Tahoma;
	line-height: 20px;
	font-size: 12px;
}

.p-small {
	color: #808080;
	font-family: Tahoma;
	line-height: 15px;
	font-size: 11px;
	width: 340px;
}

table {
	color: #808080;
	font-family: Tahoma;
	line-height: 20px;
	font-size: 12px;
}

ul {
	color: #808080;
	font-family: Tahoma;
	font-size: 80%;
	padding-left: 15px;
}

h1 {
	font-family: Tahoma;
	font-size: 110%;
	color: #cc00ff;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2 {
	font-family: Tahoma;
	font-size: 80%;
	color: #cc00ff;
}

.red {
	color: #E5212A;
	font-family: Tahoma;
	font-size: 70%;
}

.td-tekst {
	color: #808080;
	font-family: Tahoma;
	font-size: 80%;
}
.td-header {
	font-family: Tahoma;
	font-size: 120%;
	color: #E5212A;
	font-weight: bold;
}

/* DIV */
#container {
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#logo {
	position: absolute;
	left: 105px;
	top: 20px;
}

#menu {
	position: absolute;
	left: 98px;
	top: 133px;
}

#content {
	position: absolute;
	left: 22px;
	top: 190px;
	background-image: url(../images/content-backgr.jpg);
	background-repeat: repeat-y;
	z-index: 1;
}

#content-top {
	position: relative;
	top: 0px;
	width: 852px;
	z-index: 1;
}

#content-header {
	position: relative;
	width: 493px;
	z-index: 2;
}

#content-left {
	position: relative;
	float: left;
	padding-left: 110px;
	width: 350px;
	vertical-align: top;
	z-index: 2;
}

#content-right {
	position: relative;
	float: left;
	padding-left: 0px;
	width: 350px;
	vertical-align: top;
	z-index: 2;
}

#content-bottom {
	position: relative;
	z-index: 1;
	clear: both;
}

ul {
	list-style-type: none;
	list-style-image: url(../images/leaf-list-item.jpg);
}

.border-main {
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
}

#img-rb {
	position: absolute;
	top: 27px;
	left: 729px;
	width: 70px;
	height: 25px;
}

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