/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 0.8em;
 /*background-color: #ccc;*/
 text-align : center; /*toegevoegd om IE in het midden te krijgen */
}
#wrapper { 
 margin: 5px auto 0 auto; /*toegevoegd daar herarchie in het gedrang kwam */
 border: 1px solid #75778E;
 width: 98%;
 text-align : left; /*toegevoegd om IE in het midden te krijgen */
}

#tagline {padding: 1px; padding-left: 5px; padding-right: 5px; 
border: solid 1px #dddddd; background-color: #eeeeee; font-size: 110%; font-weight: bold;}

#faux {
clear: both;
 margin-bottom: 0px;
 overflow: hidden; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
}
#header {
 color: #333;
 width: 95%;
 padding: 10px;
 height: 80px;
 margin: 10px 0px 0px 0px;
 background: #fff;
}

#contact{
clear: none;
font-size: 1.2em;
    float: right;
	width: 150px;
	margin-bottom: 60px;
} 

#navigation {
 color: #333;
 padding: 10px;
 margin: 0;
 background: #fff;
 height: 30px;
}
#leftcolumn { 
 border: 1px solid #75778E;
 color: #333;
 margin-left: 5px;
 margin-top: 5px;
 padding: 8px;
 width: 13%;
 float: left;
}
#rightcolumn { 
 float: right;
 border: 1px solid #75778E;
 color: #333;
 margin-top: 5px;
 margin-right: 5px;
 padding: 8px;
 width: 81%;
 display: inline;
 position: relative;
}
#footer {
     padding: 10px;
     padding-left: 5px; padding-right: 5px; margin-top:
5px;margin-bottom:10px;
     color:#333333;
     background-color: #eeeeee;
}
.clear { clear: both; background: none; }

/* kleine layout */
a:link {color: #009900; text-decoration: none;}
a:visited {color: #009900; text-decoration: none;}
a:hover {color: #676D79; text-decoration: underline;}

h1 {
	font-size: 1.8em;
	padding: 0.5em;
	margin-bottom: 1em;
	color: #798196;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h2 {
	font-size: 1em;
	padding: .5em;
	color: #7E0000;
	border: 1px dotted #CCCCCC;
	background-color: #eeeeee;
}

h3 {
	font-size: 1em;
	padding: .5em;
	color: #7E0000;
	border: 1px dotted #CCCCCC;
	background-color: #eeeeee;
}

h4 {
	font-size: 1.3em;
	padding: 0.5em;
	margin-bottom: 1em;
	color: #000000;
	background-color: #DADADA;
	border: 1px solid #EEEEEE;
}

table.general {text-align: center; width: 80%; background-color: #69f;
border: 0px; border-collapse: collapse; border-spacing: 0px; font-size: 12px;}
table.general td {background-color: #f9f9f9; color: #000; padding: 4px; text-align: left; border: 1px #999 solid;}
table.general td.hed {background-color: #666; color: #fff; padding: 4px; text-align: left; border-bottom: 2px #fff solid; font-size: 12px; font-weight: bold;} 

/* navigatie */

/* Navigation Bar */

/* common styling */
.menu2 {
float:left; width:100%; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;; font-size:0.9em; font-weight: bold;border-top:1px solid #c00;
background:#eeeeee repeat-x; text-align: center;  
margin:0 0px 20px 0; /* for this demo only */ 
}
.menu2 ul {
padding:0;margin:0;list-style-type:none;
}
.menu2 ul li {
float:left; position:relative;
}
.menu2 ul li.group {display:block; text-indent:10px; background:#666; color:#ff0; width:150px; padding:4px 0;}

.menu2 ul li a, .menu2 ul li a:visited {
float:left; display:block; text-decoration:none; font-size:1em; color:#444; padding:0px 16px; line-height:25px; height:30px;
}

.menu2 ul li:hover {width:auto;z-index:6000;}

.menu2 ul li a:hover {background:#aaa; color:#c00;}

.menu2 ul li:hover a {background:#aaa; color:#D9FF76;}

.menu2 ul li ul {
display: none;
}
.menu2 table {
margin:-1px; border-collapse:collapse; font-size:1em; text-align: left;
}

/* specific to non IE browsers */
.menu2 ul li:hover ul {
display:block; position:absolute;top:29px; background:#aaa; margin-top:1px; left:0; width:150px;
}

.menu2 ul li:hover ul.scroller {
height:138px; width:150px; overflow:auto;}

.menu2 ul li:hover ul.endstop {
left:-90px;
}
.menu2 ul li:hover ul li ul {
display: none;
}
.menu2 ul li:hover ul li a {
display:block; background:#aaa; color:#fff;height:auto;line-height:15px;padding:4px 16px; width:150px;
}
.menu2 ul li:hover ul li a.drop {
background:#888;
}
.menu2 ul li:hover ul li a:hover {
color:#ff0; background: #888;
}
.menu2 ul li:hover ul li a:hover.drop {
background: #888; color:#ff0;
}
.menu2 ul li:hover ul li:hover ul {
display:block; position:absolute; left:153px; top:-70px; color:#000; left:152px; height:138px; width:150px; overflow:auto; background:#888;
}
.menu2 ul li:hover ul li:hover ul li a {background:#888;}
.menu2 ul li:hover ul li:hover ul li.group {width:150px; padding:5px 0;}


.menu2 ul li:hover ul li:hover ul.left {
left:-172px;
}
.menu2 ul li:hover ul li:hover ul li a:hover {background:#666; color:#0ff;}



/* specific to IE5.5 and IE6 browsers */
.menu2 ul li a:hover ul {
display:block;position:absolute;top:30px; t\op:29px; background:#aaa;left:0; marg\in-top:1px;
}
.menu2 ul li a:hover ul.scroller {
height:138px; overflow:visible;}

.menu2 ul li a:hover ul.endstop {
left: -90px;
}
.menu2 ul li a:hover ul li a {
display:block; color:#fff; height:1px; line-height:15px; padding:4px 16px; width:150px; w\idth:150px;
}
.menu2 ul li a:hover ul li a.drop {
background:#888; padding-bottom:5px;
}
.menu2 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; width:0;
}
.menu2 ul li a:hover ul li a:hover {
color:#ff0; background: #888;
}
.menu2 ul li a:hover ul li a:hover.drop {
 background: #888; color:#ff0;
}
.menu2 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:-69px; t\op:-70px; color:#000; left:152px; height:138px; width:150px; overflow:auto; background:#888;
}
.menu2 ul li a:hover ul li a:hover ul.left {
left:-170px;
}
.menu2 ul li a:hover ul li a:hover ul li a:hover {background:#666; color:#0ff;}


.left {clear:both;}

.vasummary /* controls the view of Album summary */
	{
        font-weight:bold;
        padding:2px;
        margin-top:10px;
        width:80%;
	}
