/* andreas07 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given for the original design work.

Version: 1.1, November 28, 2005 */

/**************** Page and tag styles ****************/

body
{margin:0; padding:0; color:#303030; background:#fafafa url(img/bodybg.gif) top left repeat-y;  font:80% Century Gothic, Arial,sans-serif;Trebuchet MS,Verdana,Tahoma,}



ul
{margin:0 0 20px 0;}

li
{margin:0 0 8px 25px;}

a
{color:#d85d5d; font-weight:bold; text-decoration:none;}


a:hover
{color:#505050; text-decoration:underline;}


/**************** Banner area styles ****************/

#banner
{position:absolute; top:0; left:0; width:997px; height:150px; background: url(img/banner5.jpg) top left no-repeat; }

body > #banner {position:fixed;}

#submenu
{position:absolute; top:116px; left:0; width:950px; height:35px; background: transparent; font-size:1.2em; }
#submenu span
{background: #FFF6D7;}
*html #submenu{position:absolute; top:130px;}


/**************** Sidebar area styles ****************/

#sidebar
{position:absolute; top:150px; left:0; width:175px; height:100%; background:#fff6d7 url(img/sidebarbg.gif) right repeat-y; text-align:right;}

body > #sidebar {position:fixed;}

#sidebar h1
{margin:20px 18px 0 5px; color:#d85d5d; font-size:1.6em; letter-spacing:-1px; text-align:right;}

#sidebar h1.left
{margin:20px 18px 0 5px; color:#d85d5d; font-size:1.6em; letter-spacing:-1px; text-align:left;}

#sidebar h2, #sidebar h3
{margin:0 20px 18px 5px; color:#808080; font-size:1.1em; font-weight:bold; letter-spacing:-1px; text-align:right;}

#sidebar h3
{margin:20px 18px 4px 5px; color:#606060;}

#sidebar  p
{margin:0 20px 18px 5px; color:#606060; font-size:0.8em; text-align:left;}

#sidebar a
{color:#334A8D}



/**************** Navigation menu styles ****************/

	div#menu {
		position: absolute;
		left : 6px;
		top : 36px;
                text-align:left;
	}

	div#menu a{
                color:#891814;
	}


	*html div#menu {
		top : 36px;
	}

	/* Het 100% CSS menu */

	div#menu ul, div#menu li {
		margin:0;
		padding:0;
		display:block;
	}		

	div#menu ul {
		list-style:none;
		width:80px;
		padding:2px;
		background:#FFF3CA;
	}	

	div#menu li {
		position:relative;
		padding:3px;
		background:#FFF3CA;
		z-index:9;
	}

		/* decoratieve hover */

		div#menu li:hover {
			background:#891814;
                        color:#fff;
			z-index:15;
		}

	
		div#menu li a:hover {
                        color:#fff;
                        text-decoration:none;
		}

	/* Alle subnavigatie hidden */
		
	div#menu ul ul {
		position:absolute;
		display:none;
		right:-150px;
		width:150px;
		top:4px;
                border:1px solid gray;
	}
		
		/* :hover, met specificity */
		
		div#menu li:hover ul ul {
			display:none;
		}

		div#menu li:hover ul, div#menu li:hover li:hover ul {
			display:block;
		}


/**************** Content area styles ****************/

#content
{width:762px; margin:0  0 0 175px; padding:94px 20px 20px 20px; background:#FFF6D7 url(img/contentbg.gif) top left repeat-x;}

#inhalt
{}

*html #inhalt
{}

#content p
{margin:0 0 20px 0; line-height:1.5em;}

#content h1
{margin:0; color:#334A8D; font-size:4em; letter-spacing:-3px; text-align:center;}

#content h2
{margin:0; font-weight:normal; font-size:2em; letter-spacing:-1px; text-align:center;}

#content h3
{clear:both; margin:30px 0 10px 0; font-weight:bold; font-size: 1.2em; letter-spacing:-1px;}

