/* overall table */
#calendar table {
border:1px solid #fff;
padding: 0;
margin:20px;
}

/* the day headers across the top */
.calendar th {
background: #565;
color: #fff;
margin: 3px;
padding: 2px 5px;
}

/* how days this month will look, make dates appear in top right */
#calendar td {
background: #eee;
color: #000;
padding: 2px;
margin:0;
height:60px;
text-align:right;
vertical-align:top;
border:1px solid #fff;
}

/* these are the days falling outside this month */
#calendar td.notInMonth {
background: #999;
}

.textboxprivate {
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

.textbox {
	background-color: #000000;
	padding: 1px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}	

.whitelink {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

.whitelink :link {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}
			
.whitelink A:active{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

.whitelink A:visited {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

.whitelink A:hover {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

.tekstveld {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	width: 128px;
	height: 18px;
	color: #1C2D8B;
	background-color: #FAF8F5;
	border: 1px solid #1C2D8B;
}

.copywrite { 
	font-family: Arial, Helvetica, sans-serif; 	
	font-weight: normal;
	font-size: 10px;	
	color: #000000;
	text-decoration: none;
}
		
form {
	margin-top: 0px;
	margin-bottom: 0px;
}

.menu {
text-align: left;
}

.menuprivate {
background-color: #FBD09D;
}
		
		
#alignright {
 margin-right: 1px;	/* IE 4 fix */
 text-align: right;

}
	
.linkheader {
font-weight: bold;
}
		
.links {
color: #008000;
}
		
/*---- Layout ----*/
div
{
	padding: 0;
	margin: 0;
}
body
{
	padding: 20px;
	margin: 0;
}
#logo {
position: relative;
left: 0px; 
top: 0px; 
width: 1000px;
height: 75px;
}

#googlesearchbox {
float: left;
position: absolute;
left: 600px; 
top: 75px; 
width: 223px;
height: 35px;
}

#leftcolumn
{
	margin-right: -170px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 170px;
	
}
#rightColumn
{
	float: right;
	width: 170px;
}
#contentColumn
{
	width: auto;
	margin-left: 169px;
}

#footer
{
	clear: both;
}
#innerFooter
{
	text-align: center;
}
#navfooter
{
	clear: both;
}
#navinnerFooter
{
	text-align: left;
}
#innerContentColumn
{	
	text-align: left;
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
	margin-right: 170px;
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead,  #masthead2, #masthead3, #masthead4, #masthead5, #footer, #navfooter
{
	z-index: 15;
}

/*---- Borders ----*/
#pageFrame
{
	border: solid 1px;
}
#footer, #navfooter, #masthead, #masthead2, #masthead3, #masthead4, #masthead5, #innerLeftColumn, #innerContentColumn, #innerRightColumn
{
	border: solid 0px #000;
	padding: 0px;
	height: 100%;
}

#footer
{
	border-top-width: 1px;
}
#masthead
{
	height: 219px;
	text-align: left;
	border-bottom-width: 1px;
}
#masthead2
{
	height: 20px;
	text-align: left;
	border-bottom-width: 1px;
}
#masthead3
{
	height: 90px;
	text-align: left;
	border-bottom-width: 1px;
}
#masthead4
{
	height: 16px;
	text-align: left;
	background-color: #FFFFFF;
	
	border-bottom-width: 1px;
}
#masthead5
{
	height: 32px;
	text-align: left;
	border-bottom-width: 1px;
}
#pagetitle {
display: block;
text-align: left;
position: relative;
left: 5px; 
top: 0px;
width: 450px;
height: 50px;
}

#loginform {
text-align: right;
display: block;
float: right;
position: absolute;
right: 3px; 
top: 5px;
width: 350px;
height: 50px;
}

#innerLeftColumn, #innerRightColumn, #innerContentColumn
{
	text-align: left;
/*---		border-right-width: 1px; ----*/
}

#contentColumn
{
/*---	border-left-width: 1px; ----*/
	border-color: #ffffff;
}

/*---- Visual Elements ----*/
body
{
	background-repeat: repeat-xy;
	background-color: #000000;
	color: #000;
	padding: 0px;
	margin: 0;
	text-align: center;
	min-width: 1000px;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
}
#pageFrame
{
	background-color: #fff;
	color: #000;
	min-width: 500px;
	width:1000px;
	top: 1px; 
	position:relative;
	margin:0 auto;
}



.contentstyle{
border: 1px solid gray;
text-align: left;
padding: 0px;
margin:0 auto;
}

.contentstyle_favorite{
border: 1px solid gray;
margin-bottom: 1em; padding: 1px;
background: #FFE2DD;
}
