/* General stylesheet for www.roestenburg.com */


/* Set defaults */
html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #999966;
	line-height: 180%;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 70px;
	margin-right: 70px;
	color: #FFFFCC;
}

h1 {
	letter-spacing: 0.5em;
	word-spacing: 0.5em;
	font-weight: bolder;
	font-size: larger;
	color: #999966;
	margin-bottom: -10px;
}

h1:first-letter	{
	font-size: large;
	font-weight: bold;
	color: #999966;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #999966;
	font-weight: bolder;
	margin-bottom: -10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/* Set defaults */
/*h2:first-letter	{
	font-size: large;
	font-weight: bold;
	color: #999966;
	font-family: Georgia, "Times New Roman", Times, serif;
}*/

ol {
	list-style-type: lower-roman;
	margin: 1em 0 0 40px;
}

hr {
	background-color: #D9CDAE;
	color: #D9CDAE;
	height: 1px;
	width: 80%;
}

/* header */
.header {

}
.header a:link {
	text-decoration: none;
	color: #FFFFCC;
}
.header a:visited {
	text-decoration: none;
	color: #FFFFCC;
}
.header a:hover {
	color: #999966;
	background-color: #FFFFCC;
	text-decoration: none;
}

.first {
	font-size: 1.4em;
	font-weight: bold;
	color: #999966;
	font-family: Georgia, "Times New Roman", Times, serif;
} 

.arrows {
	font-weight: bolder;
	color: #D9CDAE;
} 

/* content */
.content {
	clear: both;
	padding: 20px 40px 40px;
	font-size: 0.8em;
	color: #000000;
	background-color: #FFFFCC;
	border: thin solid #D9CDAE;
	margin-right: 40px;
	margin-left: 40px;
}
.content a:link {
	color: #666699;
}
.content a:visited {
	color: #996699;
}
.content a:hover {
	color: #FFFFCC;
	background-color: #999966;
	text-decoration: none;
}

.content p:first-letter	{
	font-size: medium;
	font-weight: bold;
	color: #999966;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.cv_header {
	color: #999966;
	font-weight: bold;
}

/* CV */
.cv {
	background-color: #FFFFCC;
	color: #000000;
}
.cv a:link {
	color: #666699;
}
.cv a:visited {
	color: #996699;
}
.cv a:hover {
	color: #FFFFCC;
	background-color: #999966;
	text-decoration: none;
}

.cv table {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
}

.cv td {
	color: #00000;
	font-size: 12px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}

.cv th {
	letter-spacing: 0.5em;
	word-spacing: 0.5em;
	font-weight: bolder;
	color: #999966;
	text-align: left;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #D9CDAE;
	border-right-color: #D9CDAE;
	border-bottom-color: #D9CDAE;
	border-left-color: #D9CDAE;
	border-bottom-style: solid;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
}

/* footer */
.footer {
	font-size: 0.6em;
	margin-top: 20px;
	float: right;
	font-style: italic;
	color: #D9CDAE;
} 

#logo {
	float: left;
	margin-right: 20px;
	font-weight: bold;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
} 

#navbar {
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 0.6em;
	color: #D9CDAE;
	text-transform: lowercase;
	display: inline;
} 

#navbar ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#navbar li {
	display: inline;
}

#breadcrumbs {
	font-size: 0.6em;
	font-weight: bold;
	clear: both;
	margin-left: 40px;
	margin-top: 20px;
	text-transform: lowercase;
	vertical-align: middle;
} 

#title {
	letter-spacing: 0.5em;
	word-spacing: 0.5em;
	font-weight: bolder;
	clear: both;
} 

.linklist {
	width:100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 2em;
}

.linklist ul {
	text-transform: lowercase;
	list-style-type: none;
	margin-left: 20px;
	padding-left: 20px;
	background-position: center;
	color: #999966;
	list-style-image: url(images/arrow_dark.gif);
}

.slideShow {
	position: relative;
	text-align: center;
}

.slide {
	position: absolute;
	filter:alpha(opacity: 0);
	opacity: 0.0;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
}

.slideActive {
	filter:alpha(opacity: 100);
	opacity: 1.0;
}

.slideFrame {
  border: 6px ridge #999966;
}

