/*
function roll_in(pic) {
		document.images[pic].src = "img/" + pic + "_o.jpg"
}

function roll_out(pic) {
		document.images[pic].src = "img/" + pic + "_n.jpg"
}

	a            { color: #2779bf; font-size: 14px; font-weight: bold; line-height: 16px; font-family: Arial, Verdana; text-decoration: none }
	a:link       { color: #2779bf; font-size: 14px; font-weight: bold; line-height: 16px; font-family: Arial, Verdana; text-decoration: none }
	a:visited    { color: #2779bf; font-size: 14px; font-weight: bold; line-height: 16px; font-family: Arial, Verdana; text-decoration: none }
	a:hover      { color: #2779bf; font-size: 14px; font-weight: bold; line-height: 16px; font-family: Arial, Verdana; text-decoration: none }
	a:active     { color: #000000; font-size: 14px; font-weight: bold; line-height: 16px; font-family: Arial, Verdana; text-decoration: none }
	.tekst       { color: #000000; font-size: 14px; font-weight: normal; line-height: 16px; font-family: Arial, Verdana }
	.tekstwit    { color: #FFFFFF; font-size: 14px; font-weight: normal; line-height: 16px; font-family: Arial, Verdana }
	.titel    	 { color: #FFFFFF; font-size: 17px; font-weight: bold; line-height: 17px; font-family: Arial, Verdana }
	.tekstkop    { color: #FFFFFF; font-size: 13px; font-weight: bold; line-height: 18px; font-family: Arial, Verdana }
	.datum		 { color: #FFFFFF; font-size: 9px; font-weight: bold; line-height: 10px; font-family: Arial, Verdana }
	LI		     { color: #495B3F; font-size: 11px; font-weight: normal; line-height: 14px; font-family: Arial, Verdana }

TD {
	background-position : left;
	background-repeat : repeat-y;
}
*/


* {
	margin: 0;
	padding: 0;
}

body	{
	font: 13px Verdana;
	text-align: center;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

#container {
	width: 979px;
	text-align: left;
	margin: 0 auto;
}

#header {
	position: relative;

	height: 70px;
}

#logo {
	position: absolute;
	top: 5px;
	left: 0;
}

#info {
	position: absolute;

	top: 5px;

	right: 80px;

	height: 70px;
}

#info div {
	float: left;
	width: 150px;
	padding: 5px 10px;

	border-left: 1px solid #E9E9E9;
	text-align: left;
	font-size: 10px;

	color: #7B7B7B;
}

#header div h2 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2px;
	color: #1F69A3;
}

#tww_logo {
	position: absolute;
	right: 0;
	top: 5px;

	width: 64px;
	border-left: 1px solid #E9E9E9;
	padding-left: 15px;
}

#topmenu {
	position: relative;
	margin-bottom: 2px;
}

.singletabmenubar {
	position: relative;
	margin-bottom: 2px;
}

.singletabmenubar div.bottom {
	height: 4px;
	background: url('/img/cat_bottom.png') repeat-x;
}

#categories {
	height: 26px;
}

#categories a {
	float: left;
	margin-right: 4px;
	background: url('/img/cat.png') no-repeat;
	color: #1F69A3;
	width: 110px;
	height: 17px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 9px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}

#categories a.active, #categories a:hover {
	background: url('/img/cat_active.png') no-repeat;
	color: white;
}








.singletab {
	height: 26px;
}

.singletab a {
	float: left;
	margin-right: 4px;
	background: url('/img/cat.png') no-repeat;
	color: #1F69A3;
	width: 110px;
	height: 17px;
	text-align: center;
	padding-top: 9px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}

.singletab a.active, .singletab a:hover {
	background: url('/img/cat_active.png') no-repeat;
	color: white;
}













#topmenu div.bottom {
	height: 4px;
	background: url('/img/cat_bottom.png') repeat-x;
}

#customer_links {
	position: absolute;
	right: 0;
	top: 8px;

	color: #7B7B7B;
}

#customer_links a {
	float: left;
	padding: 0 10px;
	border-left: 1px solid #7B7B7B;

	color: #7B7B7B;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

#customer_links a.first {
	border: 0;
}

#customer_links a.last {
	padding-right: 0;
}

#customer_links a:hover {
	color: #1F69A3;
}

#searchbar {
	height: 34px;
	background-color: #7B7B7B;
}

#page {
	padding-bottom: 10px;
}

#col {
	float: left;

	width: 181px;
}

.col {
	background: url('/img/col_bg.gif') repeat-y;

	width: 181px;
	margin-top: 8px;

	font-size: 11px;
}

.col .header {
	background: url('/img/col_head_bg.gif') no-repeat; 
	height: 19px; 
	padding: 5px 0 0 10px;
	font-size: 11px; 
	font-weight: bold; 
	color: #1D69A3;
}

.col .items a {
	display: block;

	padding: 4px 0 4px 10px;
	margin: 0 1px;

	color: #4E4A4B;
	font-size: 12px;
	font-weight: bold;

	border-top: 1px solid #E9E9E9;
}

.col .items a.first {
	border: 0;
}

.col .content {
	padding: 5px 10px;
	color: #7B7B7B;
}

.col .footer {
	background: url('/img/col_foot_bg.gif') no-repeat;
	height: 2px;
}

#content {
	float: left;

	margin-left: 13px;
	margin-top: 8px;

	width: 785px;
}

div.head {
	height: 27px;
	padding: 8px 0 0 5px;
	background: url('/img/content_head.png') no-repeat;
	color: white;

	font-size: 11px;
	font-weight: bold;
}

div.head span {
	float: left;
	width: 90px;
	text-align: center;
}

#footer {
	clear: both;

	background: url('/img/footer.gif') no-repeat;
	padding: 10px 10px 3px 10px;
	text-align: right;
	color: white;
	font-weight: bold;
	font-size: 11px;
}
