/************************************************************************
 * Stylesheet voor Post Oliemaatschappij BV
 *
 *************************************************************************/

* { outline: none; } 

html, body {
	font-family: Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #666;
	behavior: url("csshover.htc");  
	height: 100%;
}

body {
	font-size:100%;
}

td {
	padding:0 10px 0 0;
	color: white;
	font-family: Tahoma, sans-serif;
}

input {
	border:1px solid #000;
	padding:1px 3px;
}
textarea {
	border:1px solid #000;
}

/***************** OPMAAK VOOR HOME-PAGE ************************/
table.home {
	margin: 0 auto;
	height: 100%;
	padding:0;
	border:0;
	border-spacing: 0;
	width: 980px;
}

table.home td.home {
	vertical-align: center;
	padding:0;
	margin:0;
	width: 980px;
}

div#lichtkrant { width: 1580px; } 
div#lichtkrant { background-color: black; }

div#lichtkrant a { 
	color: white;
	text-decoration: none;
}

div#lichtkrant a:hover { 
	text-decoration: underline;
}

div#home {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 980px;
	height: 622px;
	background-color: black;
	overflow: hidden; 
	}

div#menu {
	position: absolute;
	top: 193px;
	width: 980px;
	margin:0;
	padding:0;
}

div#menu a{
	padding:0 33px;
	margin:0;	
	color: white;
	font-size:0.875em;
	font-weight: bold;
	letter-spacing: 3px;	
	text-decoration:none;
}

div#menu a:hover {
	color: #C1001F;
}

div#menu a.selected { color: #C1001F; }

div#sub1 { left: 155px; }
div#sub2 { left: 353px; }
div#sub3 { left: 522px; }
div#sub4 { left: 662px; } 

div.submenu {
	position: absolute;
	top: 220px;
	background-color: black; 
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	z-index: 100;
	display: none;
	font-size:0.75em;
}

div.submenu ul { list-style-type: none; margin: 0; padding: 0.3125em 0.625em; }
div.submenu li { padding: 0.0625em; } 

div.submenu a { text-decoration: none;  color: white; } 
div.submenu a:hover { text-decoration: none;  color: #C1001F; }

div#content {
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 484px;
	height: 402px;
	color: white;
	overflow: auto;
	padding-left:250px;
	font-size:0.75em;
	background-image:url("../images/transparentpixel.gif");
}

div#content2 {
	width:460px;
}

div#content h1 {
	color: white;
	font-size:1.375em;
	margin:0;
	padding:0.625em 0 0.3125em 0;
	font-weight:bold;
}
div#content ul{
	margin:0 0 0 1.25em;
	padding:0;
}
div#content li{
	margin:0;
	padding:0;
}
div#nieuwsblok {
	position: absolute;
	right: 0;
	bottom: 0;
}

div#nieuwsblok_tekst {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 220px;
	height: 402px;
	color: white;
	padding-right:0.625em;
	font-size:0.75em;
}

div#nieuwsblok_tekst h1 {
	color: #C1001F;
	font-size:1.375em;
	margin:0;
	padding:0.625em 0 0.3125em 0;
	font-weight:bold;
}

div#nieuwsblok_tekst a, div#content a {
	color: #C1001F;
	text-decoration: none;
}
div#nieuwsblok_tekst a:hover, div#content a:hover {
	color: #C1001F;
	text-decoration: underline;
}

/* ALGEMEEN */

td.pad {
	padding:2px 20px 2px 0;
	font-size: 0.75em;
}


