/*
Trias Politica
@author: R. Stoopman
@version: 20090507-01
*/

/* Color scheme
blue: 1bb5d2
grey: c8c7c7
*/

/* Layout
**********************************/

body, #publerBody {
	text-align: center; /* Center the contents for IE */
	background: url(/images/triaspolitica/background/body.png) #89d4df repeat-y top center;
	}

div#container {
	position:relative;
	width:960px;		/* Page width */
	margin:0 auto; 	/* First one for top spacing, second one for center alignment */
	text-align: left;	/* IE undo center alignment */
	}

div#header {
	height: 155px;
	position:relative;
	}
	div#header h1{
		position:absolute;
		top:35px;
		left:380px;
		}
		div#header h1 a{
			width:495px;
			height:145px;
			text-indent:-5555px;
			display:block;
			background: url(/images/triaspolitica/logo/trias.png) no-repeat top left;
			}

div#main{
	margin-top:20px;
	width:100%;
	} 

div#contents{
	margin: 0;	/*Geef de margins zo breed als de columns */
	padding:0 240px 20px 240px;
	
	}  
	
ul#navigation{
	position: absolute;
	top: 112px;
	border-top:2px solid #c8c7c7;
	list-style:none;
	display:block;
	margin:0;
	padding:10px 0 0 0;	
	}
	ul#navigation li{
		float:left;
		border-right:1px solid #c8c7c7;
		margin-right:8px;
		padding-right:8px;
		}
	ul#navigation li.last{
		border-right:none;
		margin-right:0;
		padding-right:0;
		}
		ul#navigation li a{
			display:block;
			text-decoration:none;
			color:#c8c7c7;
			text-transform:uppercase;
			font-size:.85em;
			font-weight:bold;
			}
		ul#navigation li a:hover, ul#navigation li.selected a{
			color:#1bb5d2;
			}
	ul#navigation ul{
		display: none;
	}

div#footer{
	clear:left;
	width:100%;
	text-align:center;
	margin-bottom:20px;
	}
	div#footer p{
		border-top:2px solid #c8c7c7;
		padding-top:10px;
		margin:0 auto;
		color: #333;
		font-size:.9em;
		}
	div#footer p a{
		text-decoration:none;
	}
	div#footer p a:hover{
		text-decoration:underline;
	}
	
ul#sitemap{
	list-style:none;
	margin:0;
}
ul#sitemap ul{
	list-style:none;	
	}
	ul#sitemap ul li a{	
		color:#333;
		text-decoration:none;
		font-size:.9em;
	}
	ul#sitemap ul li li a{
		color:#999;
	}
	
	
