/* stylesheet Meldpunt Taal - juni 2010 */

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #FFF8DB;
}

/* wrapper for whole page */
div#wrapper {
    margin: 0 auto;
    width: 800px;
}

/* top div with text and logo */
div#top {
    margin-top: 10px;
    height: 180px;
}

div#text {
    width: 410px;
    font-size: 18px;
    font-style: italic;
    color: #808080;
    line-height: 1.5;
}

p.version {
	color: #fc5700;
	text-align: right;
	margin-top:5px;
	font-size:10px;
}

div#logo {
    float: right;
    padding-top: 15px;
}
p.subtitle {
	text-align: right;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin-top:15px;
    color: #fc5700;
}

a:link, a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
p a:link, p a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

p a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
/* container with the boxes and the footer */
div#container {
    font-size: 14px;
}

div#box_top {
    background-color: #ffc9ad;
    border: solid 10px #808080;
    height: 200px;
    width: 780px;
}

div#box_bottom_left, #box_bottom_right {
    border-bottom: solid 10px #808080;
    border-right: solid 10px #808080;
    height: 200px;
    width: 385px;
}

div#box_bottom_left {
    background-color: #8CD9AA;
    border-left: solid 10px #808080;
    float: left;
}

div#box_bottom_right {
    background-color: #FFF1A8;
    float: left;
}

div#container ul.box_list {
	list-style-type: circle;
	font-size: 13px;
	font-weight: bold;
	margin-top:60px; 
	margin-left: 50px;
}

div#container ul.box_list {
	list-style: none;
}

div#container ul.box_list li {
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0 .3em;
}
div#container ul.box_list li#observatie {
	background-image: url(../img/bullet_orange_on_orange.gif);
}
div#container ul.box_list li#onderzoek {
	background-image: url(../img/bullet_orange_on_green.gif);
}
div#container ul.box_list li#opzoeken {
	background-image: url(../img/bullet_orange_on_yellow.gif);
}

div#container ul.box_list li a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

div#container ul.box_list li a:hover {
	text-decoration: underline;
}

div#box_top p, div#box_bottom_left p, div#box_bottom_right p {
	margin-top:0px;
	margin-left: 50px;
	padding-top: 20px;
	padding-right: 20px;
	font-size: 12px;
	color: #000;
}

div#footer {
	background-color: #fff;
	border-left: 2px solid #808080;
	border-right: 2px solid #808080;
	border-bottom: 2px solid #808080;	
}

div#footer table td {
	padding-bottom: 15px;
	padding-left: 40px;	
}

div#footer a:link, div#footer a:visited {
    color: #fc5700;
    font-weight: bold;
    text-decoration: underline;
}

div#footer a:hover {
    color: #fc5700;
    font-weight: bold;
    text-decoration: underline;
}

div#footer {
	font-weight: bold;
	color: #ff5600;
	font-size: 12px;
}

/* style content pages */

#navcontainer {
	margin-top: 15px;
}

#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #808080;
	/*color: #fff;*/
	float: left;
	width: 100%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding: 0.2em 0.9em;
	color: #000;
	text-decoration: none;
	float: right;
	font-weight: bold;
}


#navlist li.homebutton a:link, #navlist li.homebutton a:visited {
	color: #000;
	background-color: #FF7733;
}

#navlist li.observatiebutton a:link, #navlist li.observatiebutton a:visited {
	color: #000;
	background-color: #ffc9ad;
}
	
#navlist li.opzoekenbutton a:link, #navlist li.opzoekenbutton a:visited {
	color: #000;
	background-color: #ffe877;
}

#navlist li.onderzoekbutton a:link, #navlist li.onderzoekbutton a:visited {
	color: #000;
	background-color:#8cd9aa;
}

#navlist li.taallinksbutton a:link, #navlist li.taallinksbutton a:visited {
	color: #000;
	background-color:#b1ff91;
}

#navlist li.homebutton a:hover, #navlist li.observatiebutton a:hover, #navlist li.opzoekenbutton a:hover, #navlist li.onderzoekbutton a:hover, #navlist li.taallinksbutton a:hover {
	background-color:#808080;
	color:#fff;
}

div#content {
	margin-top: 80px;
	padding: 20px;
	line-height: 1.3em;
	border: 1px solid #808080;
	width: 95%;
	background-color: #FFF;
}

div#content h1 {
	font-size: 18px;
	color: #808080;
	margin-top:10px;
	margin-bottom:20px;	
}

div#content h2 {
	font-size: 16px;
	color: #808080;
	margin-top:20px;
	margin-bottom:10px;	
}

div#content p {
	margin-top: 10px;
}

div#content ul {
	list-style: none;
}

div#content ul li {
	padding-left: 15px;
	background-image: url(../img/bullet_orange_on_white.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	margin-bottom:10px;
}
div#content ul li a:link, a:visited {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

div#content ul li a:hover {
    color: #000;
	font-weight: bold;
	text-decoration: underline;
}

div#content table.searchengines {
	width:100%;
}
div#content table.yellow {
	background-color: #FFF1A8;
}
div#content table.searchengines td {
	width: 50%;
}

div.colofon_logo {
	height: 240px;
	width: 100px;
	padding:40px;
	float: left;
	background-color: #fff;
	border-top: 2px solid #808080;
}
div.colofon_text {
	height: 240px;
	padding:40px;
	background-color: #fff;	
	border-top: 2px solid #808080;
}

p.colofon_link {
	margin-top: 10px;
	font-weight: bold;
}

p.colofon_link a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

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

/* popup message box */
div#popup {
	position: absolute;
	margin-top: -90px;
	margin-left: 180px;
	width: 460px;
	height: 395px;
    border: 3px solid #fff;

}
p#popupMessage {
	height: 300px;
	padding: 20px;
}

p.centerdot {
	text-align:center; 
	padding-top:10px; 
	padding-bottom:10px
}

p.taallinks {
	text-align: right;
	padding-top:5px;
}	
div#inhoudsopgave {
	background-color: #FFF8DB;
	padding:3px;
	margin-left:5px;
	margin-right:5px;
	border: solid 1px #808080;
}
div#inhoudsopgave p {
	color:#FF5603;
	font-weight: bold;
	padding:5px;
}
div#inhoudsopgave p a:link, div#inhoudsopgave p a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #808080;
}

div#inhoudsopgave p a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #808080;
}
div#taallinks h1 {
	font-size:24px;
	margin-top:30px;
}