body {
	background-color: #f2f2f2;
	width: 650px;
	margin: 0px auto;
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	text-align: center;
	}

/* General link and text attributes. */

a {
	color: #FF6633;
	text-decoration: underline;
	}

a:visited {
	color: #FF6633;
	text-decoration: underline;
	}

a:active {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	color: #FF6633;
	text-decoration: underline;
	}

a:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	color:#663300;
	text-decoration:none;
}

h1 {
	padding-bottom: 5px;
	color: #000000;
	font-size: 12pt;
	line-height: 16pt;
	}
	
h2 {	
	padding-bottom: 5px;
	color: #000000;
	font-size: 12pt;
	line-height: 16pt;
	}

blockquote {
         background: url(quote.gif) top left no-repeat;
         background-color: #ffffff;
         }

/* The #page attribute controls the area where the content is held. */

#page {
	width: 650px;
	margin-top: 20px;
	background-color: #ffffff;
	border-right: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
	text-align: center;
	}

/* The #header attribute controls the top of the content. */

#header {
	width: auto;
	height: 120px;
	border: 10px solid #ffffff;
	background-color: #000000;
	background: url(header_cp.gif) no-repeat;
	}
	
.headertext {
	float: right;
	width: 400px;
	color: #000000;
	padding-top: 0px;
	text-align: right;
                font-family : Verdana, Arial, Helvetica, sans-serif; 
/* 	font-family : Georgia, "Times New Roman", Times, serif; */
	font-size: 36px;
	}


.logo {
	float: left;
	width: 400px;
	color: #000000;
	padding-top: 10px;
	text-align: left;
                font-family : Arial, Helvetica, sans-serif; 
/* 	font-family : Georgia, "Times New Roman", Times, serif; */
	font-size: 24px;
	font-style: italic;
	}

.headersubtext {
	float: right;
	width: 400px;
	padding-top: 10px;
	text-align: right;
                font-family : Verdana, Arial, Helvetica, sans-serif; 	font-size: 20px;
	font-style: italic;
	}

/* The #menu controls the optional navigational area. You can change it into decorative strip by replacing
the current #menu code with the following:

1) Changing the "border" attribute to "background-color", i.e. "background-color: #FF6633;"
2) Inserting a "height" attribute, i.e. "height: 10px;"
3) Inserting a bottom margin, i.e. "margin-bottom: 10px;". */

#menu {
	width: auto;
	border: 10px solid #ffffff;
	text-align: center;
	}

#menu a {
	font-size: 12px;
        padding: 10px;
	background-color: #FFFFFF;
	color: #000000;	
	border-bottom: 1px solid #FF6633;
	text-decoration: none;
	}

#menu a:visited {
	text-decoration: none;
	}
	
#menu a:active {
	text-decoration: none;
	}

#menu a:hover {
	background-color: #FF6633;
	color: #ffffff;
	}

/* This section of the code controls the area where your entries will be displayed. The #left attribute defines the 
area where the content will be held, ".category" refers to the area where your category information is shown, 
".date" refers to the area where the date is shown, etc.*/

#left {
	width: 450px;
	border-left: 10px solid #ffffff;
	text-align: left;
	}

.category {
	background-color: #eeeeee;
	color: #666666;
	font-size: 7pt;
	text-transform: uppercase;
	padding: 5px;
	}
	
.date {
	padding: 5px;
	background-color: #F3F3F3;
	font-size: 7pt;
	color: #FF6633;
	text-transform: uppercase;
	}

.title {
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 1px solid #000000;
	color: #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.content {
color:gray;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style:normal;
font-weight: normal;
line-height: 20px;
	margin-top: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	border-right: 1px solid #eeeeee;
/*	color: #000000; */
/*	font-size: 10pt; */
/*	line-height: 16pt; */
	}	

.entryfooter {
	width: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 20px;
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt;
	text-align: right;
	}

.entryfooter a {
	border-bottom: 2px solid #c0c0c0;
	color: #FF6633;
	text-decoration: none;
	text-transform: uppercase;
	}

.entryfooter a:visited {
	color: #FF6633;
	text-decoration: none;
	}

.entryfooter a:active {
	color: #FF6633;
	text-decoration: none;
	}

/* This section of the code controls the area where the boxes will be displayed. The #right attribute defines the 
area where the content will be held and ".rightcontent" is where the main text is shown.*/

#right {
	float: right;
	width: 160px;
	text-align: left;
	border-right: 10px solid #ffffff;
	}

	

.rightcontent {
	margin-top: 15px;
	padding-bottom: 5px;
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #000000;
	line-height: 16pt;
	}

	/* Calendar appearances. */

.calendar { 
	padding: 1px 5px;
	margin: 0px;
	font-size: 11px;
	}

.calendarHeader { 
	margin: 0px;
	padding: 2px 5px;
	font-weight: bold; 
	color: #666;                   
	font-size: 11px;
	}

.calendartoday { 
	background-color: #FF6633;
	font-weight: bold;
	text-decoration: underline;
	}

table.calendar {

/* Only the calendar has a line, not the individual cells. */

	padding:0px;
	width: 150px;
	}

.calendarHeader A, .calendar A {
	font-weight: bold; 
	color: #000000;
	border-bottom: 1px solid #FF6633;
	text-decoration: none;
	}

	/* End of the calendar appearances. */
	
	/* Styles for the search box. */

.seaext-decoration: none;
	}

	/* End of the calendar appearances. */
	
	/* Styles for the search box. */

.searchbox { 
	width: 9em; 
	font-size: 10px;
	border: 1px solid #000000;
	}

.searchbutton {
	border: 1px solid #000;
	font-size: 10px;
	}

	
	/* Styles for the comment form. */
	
.commentform input {
	margin: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	background-color: #eeeeee;
	color: #000000;
	border: 1px solid #000000;
	font-family: arial, sans-serif; 
	font-size: 8pt;
	}

.commentform textarea {
	margin: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #000000;
	font-family: arial, sans-serif; 
	font-size: 8pt;
	}

/* The #footer" attribute, where the small print of the page is contained. */

#footer {
	margin: 20px;
	text-align: center;
	font-size: 8pt;
	line-height: 14pt;
	color: #000000;
	}

/* The #footer2" attribute is an empty space beneathe the #page. */

#footer2 {
	width: 600px;
	height: 10px;
	}


.mooielink{
	width: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 20px;
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt;
	text-align: left;
	}

.mooielink a {
	border-bottom: 2px solid #c0c0c0;
	color: #FF6633;
	text-decoration: none;
	text-transform: uppercase;
	}

.mooielink a:visited {
	color: #FF6633;
	text-decoration: none;
	}

.mooielink a:active {
	color: #FF6633;
	text-decoration: none;
	}


hr {
	color: #FF6633;
	height: 1px;
	}
	
form {
	margin: 0;
 	padding: 0;
}


ul, li {
	margin-top: -1px;
	margin-left: 8px;
	list-style-image: url(/pivot/templates/vierkant.gif);
		
}


input {
	border: 1px solid #eeeeee;
}
textarea {
	border: 1px solid #eeeeee;
}
*/