/* stylesheet Jacob de Boer 1.1 */
html, body {
	background: #CAD3D3 url(../img/bodybg.jpg) repeat-x;
	margin: 0;
	padding: 0;		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 88%;
	color: #4A4A4A; 
}

#container {
	background: url(../img/containerbg.png) repeat-y;	
	width: 766px;
	margin: auto;
}

#container2 {
	width: 750px;
	margin: auto;
}


#header {
	background: #FFF url(../img/headerbg.jpg) no-repeat;
	height: 130px;
	margin: auto;
}

#talen {
	padding-top: 110px;
	padding-right: 5px;
	float: right;
}

#talen img {
	padding: 0;
	margin: 0;
}


/* menu */
#menu {
	list-style-type:  none;
	background: #22C2E0 url(../img/menubg.jpg) 0 0 repeat-x;
	margin:0; 
	padding:0;  
	width:100%; 
	height: 46px;
}

#menu li {
	float: left;
	position: relative;
	z-index: 1;	
}				

#menu li a {
	color:#FFF; 
	padding:	14px 25px 20px 10px; 
	margin: 0px 0 0 6px;
	float:left; 
	width:auto; 
	text-decoration: none;	
	font:bold 1em/1em Arial, Helvetica, sans-serif; 
	text-transform:uppercase; 
}

ul#menu li a:hover {
	color:#fff; 
	background: #22C2E0 url(../img/menuhoverbg.jpg) 0 0 repeat-x;
}	


/* Holly Hack. IE Requirement \*/
* html ul#menu li { float: left; height: 1%; }
* html ul#menu li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */															

/* sub menu */
li ul {
	list-style-type:  none;
	position: absolute;
	left: 10px; /* Set 1px less than menu width */
	top: 34px;
	display: none;
	background: #12A8D0;
	margin:0; 
	padding:0; 
	float:left; 
	width: 140px;	
	margin-top: 5px;	
	border-top: 7px solid #0884BD; 
	border-bottom: 7px solid #0884BD; 
}

ul#menu li ul a {
	color: #FFFFFF;	
	display: block;
	text-decoration: none;
	padding: 15px 0 15px 0;
	margin: 0;
	font-weight: bold;
	width: 100%;
}

ul#menu li ul li {
	float: left;
	position: relative;
	width: 100%;
	z-index: 1;
}					

/* FOOTER */ 

#footer {
	width: 766px;
	margin: auto;
	background: url(../img/bottombg.png) no-repeat;
	height: 20px;
	padding-top: 14px;
	text-align: right;
	font-size: 0.9em;
	color: #999999;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	color: #666666;
	text-decoration: none;
}

/* content */ 


#content {
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
	line-height: 140%;
	
}

h1, h2, h3, h4 {
	color: #11A7CC;
	margin: 10px 0 5px 0;
	
}
h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

td {
	vertical-align: top;
}

img {
	padding: 10px;
}

#content a {
	color: #CC4F30;
}

#content a:hover {
	color: #CC4F30;
	text-decoration: none;
}


#content li {
	list-style-image: url(../img/list.jpg);
}

#albumnav {
	margin: auto;
}

#albumnav a {
	font-size: 1em;
}
