/* ------------------------------------------------------- 
	
	Risse Stylesheet

	tableaux - mediamakers
	www.tableaux.nl
	05-04-2007
	
---------------------------------------------------------- */



body {
    background-color : #339BAF;
    color: black;
    font-family : sans-serif;
    padding: 0;
    margin: 2em;
	behavior: url('csshover.htc');
  }
#header {
	margin:0 auto; 
	background-image:url(../images/header_foto_5.jpg);
	width:100%;
    min-width: 900px;
	background-position:right;
	background-repeat:no-repeat;
}
#content {
    text-align: left;
    min-width: 900px;
    background-color: #fff;
    color: black;
  }

a {
    color : #000;
    text-decoration : none;
  }


a:hover {
    text-decoration : underline;
  }


#logo {
    text-align: left;
  }


#navholder {
    background: #ccc;
    margin: 0;
	height: 32px;
    width: 100%;
    min-width: 900px;
    float: left;
    background-color: #DB9E2D;
}
#nav {
    margin: 0;
    padding: 0 0 0 1.4%;
    background-color : #ff0000;
    color:white;
}
#nav ul {
	margin:0px;
	padding:0px;
}
#nav ul li {
    color: white;
    padding: 0;
    margin: 0;
    text-align : center;
    float: left;
	list-style:none;
	width:14%;
	z-index:12;
    background-color: #DB9E2D;
}
#nav ul li:hover {
	display: block;
	z-index: 13;
}
#nav ul li:hover ul {
	display:block;
}
#nav ul li ul{
	margin-top:0px;
	padding:0;
	margin-left:0px;
	background:#DB9E2D;
	display:none;
	width:auto;
	list-style:none;
	z-index:12;
}
#nav ul li ul li{
	margin-top:0px;
	color:white;
	padding:0;
	margin:0;
	text-align:left;
	font-size:smaller;
	float:none;
}
#nav a {
    color : white;
    font-weight: bold;
	text-decoration:none;
    padding: 5px 0;
	display:block;
}
#nav a:link {
    color : #ffffff;
    background-color: #DB9E2D;
  }
#nav a:hover {
    background-color : #339BAF;
    color : #DB9E2D;
  }
#nav li#active a {
    background-color : #339BAF;
    color : #ffffff;
  }


#sub {
    list-style-type : circle;
  }


#sub li {
  }


#sub a {
    color : #339BAF;
    background-color:white;
    text-decoration : none;
  }


#sub a:link {
  }


#sub a:hover {
    text-decoration: underline;
  }


#sub li#active a {
    color: #f3930b;
    background-color:white;
  }


h1, h2, h3 {
    color : #339BAF;
    background-color:white;
    width:50%;
    /* Fix to let IE render the header which would otherwise be invisible */;
  }

.titlegroot {
    color : #339BAF;
    background-color:white;
    width:50%;
	font-size:32px;
	font-weight:bold;
    /* Fix to let IE render the header which would otherwise be invisible */;
  }

.titlemiddelgroot {
    color : #339BAF;
    background-color:white;
    width:50%;
	font-size:18px;
	font-weight:bold;
    /* Fix to let IE render the header which would otherwise be invisible */;
  }
  
#subtitle {
    font-size : 1.2em;
    font-style : italic;
  }


#text {
    width:auto;
  }
div#textcontent {
	margin:60px 30px 30px 30px;
}
p a {
    color : #DB9E2D;
    background-color: white;
    text-decoration : none;
  }


p a:hover {
    text-decoration : underline;
  }


#footer {
    background-color : #DB9E2D;
    clear : both;
    color : #ffffff;
    text-align : right;
    width: 100%;
  }


#footer a {
    background-color: #DB9E2D;
    color: #fff;
    text-decoration:none;
  }


#footer a:hover {
    text-decoration:underline;
  }


img.foto {
    float : right;
    padding-bottom : 2em;
    padding-left : 1em;
    padding-right : 1em;
  }


img.top {
    padding-left: 1em;
    padding-right: 1em;
    padding-top:1em;
    padding-bottom:1em;
  }


#begintext {
    clear: both;
  }


#sitemap {
    font-size : 90%;
  }

#sitemap a {
text-decoration: none;
color: black;
background-color: white;
}

#sitemap a:hover {
text-decoration: underline;
}

#sitemap li#lvl2 {
    margin-left : 1.5em;
  }

#sitemap li#lvl3 {
	margin-left: 2.5em;
}