/* CSS Document */
body {
	background: #d7e0f6 url("images/backgroundpattern.gif") repeat-x top right;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0 auto;
	width: 70%;
	min-width: 700px;
}

/*the navigation*/
#navigation {
	border-right: 1px #144A9F solid;
	border-left: 1px #144A9F solid;
	background: #174c9f url("images/navigationpattern.gif") repeat-x;
	font-size: 12px;
	height: 40px;
	width: 100%;
	
}
#navigation ul {
	background: #174c9f url("images/navigationpattern.gif") repeat-x top left;
    list-style:none;
	font-weight: bold;
	height: 21px;
	padding: 19px 20px 0px 0px;
	margin: 0;
}
#navigation li {
    float:right;
	background: #FDED9E url("images/navigationbuttonright.gif") no-repeat right top;
	margin-right: 5px;
}
#navigation a {
    display:block;
	background: url("images/navigationbuttonleft.gif") no-repeat left top;
	padding: 6px 10px 0px 10px;
	text-decoration: none;
	text-align: center;
	color: #144A9F;
}
#navigation span {
	display:block;
	background: url("images/navigationbuttonleft.gif") no-repeat left top;
	padding: 6px 10px 0px 10px;
	color: #EF712D;
	text-decoration: none;
	text-align: center;
}
	
#navigation a:hover {
	color: #EF712D;
}
#navigation .current {
	background-image: url("images/navigationbuttonright-.gif");
	display: block;
}
#navigation .current span {
    background-image: url("images/navigationbuttonleft-.gif");
}

/*banner*/
#banner {
	height: 80px;
	background: url("images/bannerpattern.gif") repeat-x top left;
	border-right: 1px #144A9F solid;
	border-left: 1px #144A9F solid;
	width: 100%;
}
#logo {
	padding: 0;
	margin: 0;
	float: left;
}
#logo span {
	display: none;
}
#logo a {
	float: none;
	display: block;
	margin: 9px 0px 9px 20px; 
	height: 62px;
	width: 48px;
	background: url("images/logo.gif") no-repeat top left;
}
#logo a:hover {
	float: none;
	display: block;
	margin: 9px 0px 9px 20px; 
	height: 62px;
	width: 48px;
	background: url("images/logo-.gif") no-repeat top left;
}
#title {
	float: right;
	margin: 50px 25px 0px 0px;
	font-size: x-large;
	font-style: italic;
	color: #174c9f;
}

/*subnavigation*/
#subnavigation {
	width: 100%;
	height: 20px;
	background: #144a9f;
	font-size: 12px;
	border-right: 1px #144A9F solid;
	border-left: 1px #144A9F solid;
}
#subnavigation ul {
	list-style: none;
	padding: 0px 0px 0px 20px;
	margin: 0;
	background-color: #144a9f;
}
#subnavigation li {
	float: left;
	height: 18px;
}
#subnavigation ul a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 2px 15px 1px 15px;
	background: url("images/subnavigationbutton.gif") repeat-x;
	border-left: 1px #144A9F solid;
	border-top: 1px #144A9F solid;
	border-bottom: 1px #144A9F solid;
	border-right: none;
	color: #144A9F;
}
#subnavigation .current {
	background: url("images/subnavigationbutton-.gif") repeat-x;
	border-left: 1px #144A9F solid;
	border-top: 1px #144A9F solid;
	border-bottom: 1px #144A9F solid;
	border-right: none;
	font-weight: bold;
}
#subnavigation .current span {
	padding: 2px 15px 1px 15px;
	display: block;
	color: #EF712D;
}
#subnavigation a:hover {
	color: #EF712D;
}
#subtitle {
	text-align: right;
	padding-top: 2px;
	height: 18px;
	width: auto;
	font-size: 12px;
	border-right: 1px #144A9F solid;
	border-left: 1px #144A9F solid;
	margin: 0px 20px 0px 0px;
	color: #f3f4f9;
}
#subtitle a {
	font-weight: bold;
	color: #f3f4f9;	
}
#subtitle a:hover {
	color: #EF712D;
}
#subtitle span {
	font-style: italic;
	color: #f3f4f9;
}

/*content*/
#content {
	clear: both;
	width: 100%;
	padding: 0;
	border-right: 1px #144A9F solid;
	border-left: 1px #144A9F solid;
	height: auto;
	background: #f3f4f9 url("images/contentbackground.gif") no-repeat left bottom;
}
#left {
	padding: 20px 0px 20px 0px; 
	margin: 0px 20px 0px 20px;
}
#content h1 {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	color: #144A9F;
}
#content h2 {
	font-size: 0.8em;
	font-weight: bold;
	color: #144A9F;
}
#content h3, h4, h5, h6 {
	font-size: 0.8em;
	font-weight: bold;
	color: #144A9F;
}
#content p, address {
	font-size: 0.8em;
	color: #144A9F;
}
#content pre { 
	font-size: 0.8em;
	color: #144A9F;
	font-family: Arial, Helvetica, sans-serif;
}
#content a {
	font-weight: bold;
	text-decoration: underline;
	color: #144A9F;
}
#content a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #EF712D;
} 
#content li {
	font-size: 0.8em;
	color: #144A9F;
}
#right {
	float: right;
	width: auto;
}
#right h1 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	background-color:  #144A9F;
	color: #f3f4f9;
	padding: 0px 20px 0px 10px
}	
#right h2 {
	padding: 0px 10px 0px 10px
}
#right p {
	padding: 0px 10px 0px 10px
}
#right .textframe {
	border: 1px #144A9F solid;
	width: 322px;
	margin: 20px 20px 20px 20px;
	padding-bottom: 20px;
	background: #FFFFFF url("images/textframebackground.gif") no-repeat bottom right;
}
#right .photoframe {
	border: 1px #144A9F solid; 
	padding: 1px;
	margin: 20px;
	vertical-align: middle;
}
#left .photoframe {
	border: 1px #144A9F solid; 
	padding: 1px;
	float: left;
}
#right a {
	border: none;
}
img {
	vertical-align: top;
	border: none;
}
.album {
	clear: left;
}
.album img {
	float: left;
	margin: 5px;
}
.sponsors {
	background-color: #FFFFFF;
	border: 1px #144A9F solid;
	text-align: center;
	padding: 20px;
	margin: 10px 0px 10px 0px;
}
#notify {
	background-color: #FFFFFF;
	border: 1px #144A9F solid;
	text-align: center;
	padding: 20px;
}
#instruction {
	background-color: #FFFFFF;
	border: 1px #144A9F solid;
	text-align: left;
	padding: 20px;
}
#listing td {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #144A9F;
	padding-right: 20px;
}
#listing {
	background-color: #FFFFFF;
	border: 1px #A7A6AA solid;
}
.listing {
	background-color: #FFFFFF;
	border: 1px #A7A6AA solid;
	padding: 5px;
	width: 150px;
}
.date {
	font-weight: normal;
	font-size: 0.8em;
	color: #144A9F;
}
.dategb {	
	font-weight: normal;
	color: #144A9F;
}

/*footer*/
#footer {
	clear: both;
	height: 40px;
	background: url("images/footerpattern.gif") repeat-x;
	width: 100%;
	border-right: 1px #144A9F solid;
	border-left: 1px #144A9F solid;
}
#sunset {
	color: #f3f4f9;
}	
#sun {
	background: url("images/sunset.gif") no-repeat;	
	padding: 13px 20px 10px 60px;
	font-size: 12px;
	color: #f3f4f9;
	float: left;
}
#search {
	float: right;
	margin-top: 9px;
	padding-right: 20px;
}
#keyword {
	margin-right: 5px;
}

#folderupload {
	width: 100%;
	height: 500px;
	border: none;
}
#applet {
	border: 1px solid #144A9F; 
	margin: 20px;
	color: #144A9F;
}

/*hier komt het admin gedeelte*/
#admin {
	height: 40px;
	background: url("images/adminpattern.gif") repeat-x;
	width: 100%;
	padding: 0px 1px 0px 1px;
}
#cfg {
	clear: both;
	float: right;
	margin: 0; 
	padding: 0;
}
#cfg a {
	background: url("images/wrench.gif") top right;
	display: block;
	height: 11px;
	width: 11px;
	margin: 3px 20px 0px 5px;
}
#cfg a:hover {
	background: url("images/wrench-.gif") top right;
}	
#cfg span {
	display: none;
}
#author a {
	float: right;
	font-size: 12px;
	color: #144A9F;
}	
#author a:hover {
	color: #EF712D;
}

/*debug extra's*/
.clear {
    clear: both;
    height: 0;
    line-height: 0px;
    font-size: 0px;
}

/*javascript references*/
.out {
/*lege container voor validatie van externe links*/
}

img a {
	border: none;
}

.announcement {
	border: 1px #144A9F solid;
	padding: 10px;
	width: 300px;
	background-color: white;
}
.validation-advice {
	color: orange;
	font-weight: bold;
}
hr {
	color: #144A9F;
	background: #144A9F;
	height: 1px;
}
