/*---------------------------------algemeen*/
html, body {
	margin:0;
	padding:0;		
}

body{
	width:100%;
	height:100%;
	font-family: "Century Schoolbook", Georgia ,"Times New Roman", Times, serif;
	font-size:14px;	
	line-height:1.3;
	background: #999999;
	color: #000;
}

h1{	font-size:14px;	
	margin:8px 0 8px 0;	
	font-weight: bold;
}
	
p{
	text-align:left;
	margin:8px 0 8px 0;
}

.underline{
	text-decoration:underline;
}

.italic {
	font-style:italic;
}

.wit{
	color:#FFFFFF;
	font-size:16px;
}

.marginleft {
	margin-left:15px;
}

.larger {
	font-size:larger;}

#container {
	position:relative;
	top:0;
	left:0;
	height:539px;
	width:743px;
	margin: 2% auto 0 auto;
	padding:0;
	background: #FFF;	
	border-top: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;
 } 

/*------------------------------kop*/

#kop {
	
	width: 232px;
	height: 122px;
	margin:0; 
	padding:0;
	float:left;
	
	}

#kopmenu {
	float:right;
	height: 122px;
	margin:0; 
	padding-top:28px;
	padding-right:20px;
	color:#999;
	font:11px arial;


	}
#kopmenu a {
	color:#999;
	font:bold italic 11px "Century Schoolbook", Georgia ,"Times New Roman", Times, serif;
	padding-left:3px;
	padding-right:3px;
	text-decoration:none;
	
}

#kopmenu a:hover{
	color:#666;
	cursor: pointer;
}
/*----------------------------------menu*/
	
#menu {
	position:absolute;
	top:128px;
	left:0;	
	width: 240px;
	height: auto;
	margin:10px 0 0 0;
	padding:0;
}

#menu img {
	margin:0 0 7px 0;}
	
/*---------------------------------content*/	

#content {
	position:absolute;
	top: 47px;
	left:250px;		
	padding:5px ;
	margin:0px;
	width:457px;
	height:400px;
	overflow:auto;
}
	
.adres {
	margin:60px 0 0 20px;
}
	
/*--------------------------------------content lijsten*/

#content ul{
	margin:-8px 0 0 3px;
	padding-left:0;
	list-style-type:none;
	list-style-image:url(../afbeeldingen/punt.gif);
	list-style-position: outside;
	text-indent:0;
}

#content li {
	margin-left:12px;
}

#content ul.cv {
	margin:-6px 0 0 0px;
}

ul.home {
	margin:20px 0 0 0;
}

/*------------------------------------content hyperlinks*/

a:link, a:visited {
	font-weight:bold;
	text-decoration: none;
	color:#7A4958;
	background:transparent;
}	

a:hover{
	font-weight:bold;
	text-decoration: none;
	color:#DBC4CB;
	background:transparent;
}

a:active {
	font-weight:bold;
	text-decoration: none;
	color:#DBC4CB;
	background:transparent;
}	

a:link.cvblauw, a:visited.cvblauw {
	color:#70A6C2;
}	

a:hover.cvblauw {
	color:#A4DCFA;
}

/*--hyperlinks bij topmenu*/	

a.hyperlink4{
	color:#f6b071;
	font-weight:bold;	
}

a.hyperlink4:hover{
	color:#fed5b0;
	cursor: pointer;
}

/*------------------------------------------images*/

.welkom {
	float:left;
	margin:20px 100px 20px 20px;	
	border:0;
	}
	
.rechts {
	float:right;
	border: 1px solid #583f16;
	margin: 0px 10px 0px 10px;
}

.links {
	float:left;
	margin:6px 25px 0 0;
	border: 1px solid #583f16;
}

.noborder {
    border:0;
}	

/*------------------------------------sitebouw*/
	
#sitebouw {
	position:absolute;
	top:515px;
	right: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
#sitebouw a:link {
	font-weight:normal;
	text-decoration:none;
	color:#999;
	background:transparent;
}	

#sitebouw a:visited {
	font-weight: normal;
	text-decoration:none;
	color:#999;
	background:transparent;
}	

#sitebouw a:hover{
	font-weight: normal;
	text-decoration:none;
	color: #666;
	background:transparent;
}

#sitebouw a:active {
	font-weight: normal;
	text-decoration:none;
	color:#999;
	background:transparent;
}		
	
/*-----------------------------contact printen*/

.print{
	display:none;
}

.screen{
	display:inline;
}

/*--------------------------------popups*/

div#sonartc, div#paardners, div#hapto, div#nijmegen, div#spiegelbeeld, div#cultuur, div#saya, div#mb, div#upledger, div#cocon, div#oosterpoort {
	position: absolute;
	top:170px;
	left: 250px;
	width:484px;
	border:1px solid #666;
	background-color:#BF93A0;
	color:#000000;
	display: none;
	margin:5px;
	padding:10px;
}

.hyperlink{
	color:#7A4958;
	font-weight:bold;	
}

.hyperlink:hover{
	color:#DBC4CB;
	cursor: pointer;
}
