body{
	padding: 0;
	margin: 0;
	background-color: #EAD8E7;
	color: #81217F;
}

a{
	color: #81217F;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
}
a.biografie{
	padding-left: 16px;
	background: url(../images/leesmeer_closed.gif) no-repeat fixed left;
}
a.homeLink{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: transparent;
	margin-right: 12px;
}

h1{
	font-size: 130%;
}

h2{
	font-size: 110%;
	margin-bottom: 5px;
	padding-bottom: 0;
}
h3{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0;
}

hr{
	color: #81217F;
	padding-bottom: 10px;
}

td, input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*color:#81217F;*/
}

ul{
	padding-top: 0;
	padding-bottom: 0;
	margin-top:0;
	margin-bottom: 0;
}

table.mainTable{
	border: 2px #000000;
	width: 774px;
}

.topMain{
	border: double;
}

table.contentTable{
	background-color: #F4EBF3;
	width: 568px;
}

table.contentTable td.topContent{
	background: url(../images/frame/main/bg_top_main.gif);
	background-position: top;
	background-repeat: repeat-x;
}

table.contentTable td.leftContent{
	background: url(../images/frame/main/bg_left_main.gif);
	background-position: left;
	background-repeat: repeat-y;
}

table.contentTable td.rightContent{
	background: url(../images/frame/main/bg_right_main.gif);
	background-position: right;
	background-repeat: repeat-y;
}

table.contentTable td.bottomContent{
	background: url(../images/frame/main/bg_bottom_main.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}


table.sideTable{
	background-color: #F4EBF3;
	width: 199px;	
}

table.sideTable td.leftSide{
	background: url(../images/frame/side/bg_left_side.gif);
	background-position: left;
	background-repeat: repeat-y;
}

table.sideTable td.sectionButtons{
	padding-top: 3px;
	padding-left: 10px;
	background-color: #EAD8E7;
}



table.sideTable td.rightSide{
	background: url(../images/frame/side/bg_right_side.gif);
	background-position: right;
	background-repeat: repeat-y;
}

table.sideTable td.bottomSide{
	background: url(../images/frame/side/bg_bottom_side.gif);
	background-position: left;
	background-repeat: repeat-x;
}


img.borderImage{
	border: 3px double #81217F;
	border-bottom-color: #81217F;
	border-right-color: #81217F;
	border-left-color: #EAD8E7;
	border-top-color: #EAD8E7;
}

td.news a{
	text-decoration: none;
}

td.logobalk{
	text-align: center;	
}

td.logoBalk img{
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
}

td.menubar{
	background-image: url(../images/toolbar/background.gif);
}
td.menubarhome{
	background-image: url(../images/toolbar/background.gif);
	text-align: right;
}

img.left{
	float: left;
	margin-right: 5px;
}
img.right{
	float: right;
	margin-left: 5px;
}
