
div.media{
/*	opacity: .85;filter:alpha(opacity=85); moz-opacity:0.85;*/
	background: none;
	left:100%;
	top:100%;
	margin-top:-285px;
	margin-left:-370px;
	width: 270px; 
	position: fixed;
	z-index: 100;
}

body{
	background-attachment:fixed;
	margin:0px;
	padding:0px;
	font-family: 'Helvetica', 'Arial', 'Sans';
	font-weight: normal;
}


div.content{
	background-color:white;
	position:fixed;

}

div.main{
	background-color:red;
	width: 600px; 
	height: 400px; 
	top: 100px; 
	left: 50%;
	margin-left: -300px; /* - (width/2) */
	position: absolute;
}




div.menu{
	background: none;
	width: 100px; 
	height: 100px; 
	top: 24px; 
	left: 560px;
	position: absolute;
	z-index: 99;
}

div.about{
	background: white;
	top: 240px; 
	left: 560px;
	position: absolute;
	z-index: 99;
	opacity: .85;filter:alpha(opacity=85); moz-opacity:0.85;
}

div.about2{
	background: white;
	top: 410px; 
	left: 560px;
	position: absolute;
	z-index: 99;
	opacity: .85;filter:alpha(opacity=85); moz-opacity:0.85;
}


div.post{
	opacity: .85;filter:alpha(opacity=85); moz-opacity:0.85;
	background: none;
	width: 270px; 
	position: fixed;
/*	z-index: 100;*/
}


div.inhoud{
	background: none;
	width: 400px; 
	height: 100px; 
	top: 30px; 
	left: 150px;
	padding-bottom:120px;
	overflow: visible;
	position: absolute;
	z-index: 100;
}

h1{
	font-size: 24px;
	line-height:22px;
	padding:0;
	margin:0 0 .4em 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	background: none;
}

span{
	font-size: 24px;
	line-height:22px;
	padding:2px 10px 2px 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	background:white;
	opacity:.85;
	filter:alpha(opacity=85);
	moz-opacity:0.85;
}

span.white{
	background:white;
	opacity: .85;filter:alpha(opacity=85); moz-opacity:0.85;
}








span.date{
	font-size: 12px;
	line-height:14px;
	padding:0px;
	margin:0px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	background: white;
	opacity: .85;filter:alpha(opacity=85); moz-opacity:0.85;
}



img{
	margin:2px 0 1px 0px;
	
}

img.logo{
	margin:0 0 -7px -14px;
}

p{
	font-size: 12px;
	line-height:14px;
	padding:10px 11px 11px 13px;
	margin:0px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	background: white;
	opacity: .85;filter:alpha(opacity=85); moz-opacity:0.85;
	
}

p.onderschrift{
	font-size: 10px;
	line-height:10px;
	padding:0px 30px 8px 13px;
	margin:0px;
	text-align:right;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	background: white;
	opacity: .85;filter:alpha(opacity=85); moz-opacity:0.85;
	
}

p.quote{
	font-size: 24px;
	line-height:24px;
	text-transform: uppercase;
	color: #555555;
}
span.quote{
	font-size: 12px;
	line-height:15px;
	text-transform: none;
	color: #000000;
	
}

p.noBottom{
	font-size: 12px;
	line-height:15px;
	padding:2px 11px 4px 13px;
	margin:0px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	background: white;
}

p.partOf{
	background: None;
	padding:0px;
	margin:3px 0 4px 0;
	
}

span.partof{
	background:none;
	opacity: .85;filter:alpha(opacity=85); moz-opacity:0.85;
	font-size: 12px;
	line-height:14px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}

a{
	font-size: 12px;
	line-height:22px;
	padding:2px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	background: white;
	opacity: .9;filter:alpha(opacity=9); moz-opacity:0.9;
	
}

a:active{
	color: #000000;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #FFFFFF;
	background: black;
}



a.active{
	color: #FFFFFF;
	background: black;
}

a.active:hover {
	color: #000000;
	background: #FFFFFF;
}



a.small{
	font-size: 12px;
	line-height:14px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	background: white;
	opacity: .9;filter:alpha(opacity=9); moz-opacity:0.9;
	
}

a.small:active{
	color: #000000;
}

a.small:visited {
	color: #333333;
}

a.small:hover {
	color: #FFFFFF;
	background: black;
}




@media screen {

* html, 
* html body { 
overflow-y: hidden!important; 
height: 100%;
}
* html #iefix { 
height: 100%;
overflow-y: scroll;
position: relative;
}

* html div#fixme, 
* html div#fixme-bottom, 
* html div#fixme-middle {
position: absolute;
}

}
