/* general */
body, p, td {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10pt;
	}
table {
	border: none;
	}
a:link, a:active, a:visited {
	color: blue;
	text-decoration: none;
	}
a:hover {
	color: blue;
	text-decoration: underline;
	}
h1 {
	font-size: 13pt;
	font-weight: bold;
	}
h2 {
	font-size: 11pt;
	font-weight: bold;
	}

/* pagecontents - title/top */
#sitelogo {
	position: absolute;
	top: 1px;
	left: 25px;
	}
.sitelogo {
	width: 220px;
	height: 170px;
	border: none;
	}

#sitetitel {
	position: absolute;
	top: 55px;
	left: 260px;
	}
.titeliframe {
	width: 700px;
	height: 175px;
	border: none;
	}


/* pagecontents - menu */
#menu {
	position: absolute;
	top: 200px;
	left: 15px;
	}
.menuiframe {
	width: 250px;
	height: 350px;
	border: none;
	}
#paginatitel {
	position: absolute;
	top: 180px;
	left: 15px;
	}

/* pagecontents - main */
#contents {
	position: absolute;
	top: 180px;
	left: 260px;
	width: 480px;
	border-left: solid 1px #ADD8E6; 
	padding-left: 10px;
	padding-bottom: 100px;
	}

/* properties */
.rood {
	color: #B33E35;
	}
.nolines {
	border: none;
	padding: 2px;
	margin: 2px;
	border-collapse: collapse;
	}

/* deprecated */
.normal {
	font-size: 10pt; 
	color: #000000;
	}

.td1 {
	font-size: 10pt; 
	color: #000000; 
	border-right: solid 1px #DDDDDD;
	}
.tableRedBorder {
	border-top: solid 1px #ADD8E6;
	border-right: solid 1px #ADD8E6;
	}
.cellRedBorder {
	font-size: 10pt; 
	color: #000000;
	border-left: solid 1px #ADD8E6; 
	border-bottom: solid 1px #ADD8E6; 
	}
.header1 {
	font-size: 20pt; 
	color: RED;
	}
.small {
	font-size: 7pt; 
	color:#000000;
	}