/* -- 2011 Rozemarijn Westerink - opmaak standaard gebruikte elementen -- */

body {
	margin:0px;
	padding:0px;
	background-image: url(../site%202009/achtergrond.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF; 
}

/* basis */

* {
	margin:0px;
	padding:0px;
}

td, div, th, span {
	vertical-align:top;
	text-align:left;
	border:0px solid #ffffff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	color:#ABABAB;
	letter-spacing:1px;
}

/* opsommingen */

ul,
ol {
	margin-left:20px;
	margin-bottom:15px;
}

ul li {
	list-style-type:square;
}

/* afbeeldingen */

img {
	border:none;
	padding-top:5px;
	padding-bottom:5px;
	-moz-border-radius: 40;
}
a. img {
	border:20;
	-moz-border-radius: 40;
}

/* invoervelden */

input {
	width:200px;
	border:1px solid #808080;
	background:none;
	color:#333333;
}

textarea {
	width:200px;
	border:1px solid #808080;
	color:#333333;
}	

/* links */

.a {
	color: #000000;
}

a:link {
	color:#000000;
	text-decoration:none;
}

a:visited {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#030303;
	text-decoration:underline;
}

a:active {
	color:#030303;
	text-decoration:none;
}

a.one:link {
	color:#FF379B;
}

a.one:visited {
	color:#FF379B;
}

a.one:hover {
	color:#FF379B;
}

a.two:link {
	color: #000000;
	text-align:right
	
}

a.two:visited {
	color: #000000;
	text-align:right
}

a.two:hover {
	color: #FF4800;
	text-align:right
}
a.three:link {
	color: #0000CC
}

a.three:visited {
	color: #0000CC
}

a.three:hover {
	color: #0000CC
	
}

/* container */

div.container {
	width:800px;
	height:auto;
	margin:0px auto;
}

/* header */

div.header {
	width:686px;
	height:30px;
	margin-top:30px;
	padding-top:2px;
	padding-left:8px;
	background-color:#FFFFFF;
}


/* menu */

div.menu {
	width:686px;
	height:26px;
	margin-top:px;
	padding-top:6px;
	padding-left:8px;
	background-color:#FFFFFF;
	color:#FF6600;
	word-spacing: 3px;
	float:left
}


/* leftcontent */

div.leftcontent {
	float:left;
	width:130px;
	margin-top: 0px;
	padding: 10px;
	background-color:#FFFFFF;
}


/* maincontent */

div.maincontent {
	float:left;
	width:678px;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:px;
	padding-left:8px;
	padding-top:6px;
	opacity:.85;
	-moz-opacity:.85;
	filter:alpha(opacity=85);
	background-color: #FFFFFF;
	padding-right: 8px;
}
div.maincontent_02 {
	float:left;
	width:678px;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:px;
	padding-left:8px;
	padding-top:6px;
	background-color: #FFFFFF;
	padding-right: 8px;
}

div.empty {
	float:left;
	width:694px;
	height:800px;

}

/* album */
div.album {
	float:left;
	width:800px;
	margin-top:20px;
	margin-bottom:30px;
	margin-left:px;
	padding-left:8px;
	padding-top:0px;
	background-color: #FFFFFF;
	padding-right: 8px;
}


/* rightcontent */
div.rightcontent {
	float:left;
	width:130px;
	margin-top:10px;
	margin-left:0px;
	padding:10px;
	background-color:#FFFFFF;
}

/* footer */
div.footer {
	width:800px;
	height:26px;
	margin-top:px;
	padding-top:6px;
	padding-left:8px;
	background-color:#EAEAEA;
	word-spacing: 3px;
	float:left
}

/* copyright */
div.copyright {
	width:800px;
	height:26px;
	margin-top:px;
	padding-top:6px;
	padding-left:8px;
	background-color:;
	word-spacing: 3px;
	float:left;
	text-align: center;	
}

/* opmaak */

P {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	color:#030303;
	margin-bottom:15px;
	letter-spacing:1px;
}

H1 {
	color:#030303;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:lighter;
	font-style:normal;
	letter-spacing:1px;
}

H2 {
	color:#030303;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:lighter;
	font-style:normal;
	letter-spacing:1px;
}

H3 {
	color:#ABABAB;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:lighter;
	font-style:normal;
	letter-spacing:1px;
}

H4 {
	color:#ABABAB;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:lighter;
	font-style:normal;
	margin-bottom:0px;
	margin-top: 0;
	line-height: normal;
	letter-spacing:normal;
}

H5 {
	color:#575757;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:lighter;
	font-style:normal;
	margin-bottom:0px;
	margin-top: 0;
	line-height: normal;
	letter-spacing:normal;
}

H6 {
	color:#030303;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	margin-bottom:0px;
	margin-top: 0;
	line-height: normal;
	letter-spacing:normal;
}

