/* - - - - - - - - - - - - - - - - - - - - -
Title : Emmen
Author : Ultravoné
URL : http://www.emmenet.org
Description : Style sheet for print.
Created : 31/04/06
Modified : 
- - - - - - - - - - - - - - - - - - - - - */
body {
		background : #fff; 
		font-size : 14px; 
		font-family : "Times New Roman", sans-serif, Arial; 
		} 
#header {
		display: none;
		}
#navigation {
		display: none;
		}
#subcontent {
		display: none;
		}
#content {
		width: auto;
		margin: 0 5%;
   		padding: 0;
   		border: 0;
   		color: black;
   		background: transparent none;
   		}
div#content {
	   	margin-left: 5%;
   		padding-top: 1em;
   		}
a:link, a:visited {
	   	color: #810000;
   		background: transparent;
   		font-weight: normal;
   		text-decoration: underline;
  		}
dt {
		font-family : "Times New Roman", sans-serif, Arial; 
		font-size : 16px; 
		font-weight : bold; 
		line-height : 1.4em; 
		color : #000; 
		}
dd {
		margin : 0;
		}
		.img {
		border : 1px solid #cccccc; 
		background : #fff; 
		padding : 5px; 
		}
.printfloat {
	   display: none;
   		}