/* - - - - - - - - - - - - - - - - - - - - -
Title : Emmen
Author : Ultravoné
URL : http://www.emmenet.org
Description : Style sheet for screen.
Created : 31/04/06
Modified : 
- - - - - - - - - - - - - - - - - - - - - */
body {
		background-color : #fff; 
		background-image : url(../bg.png); 
		background-repeat : repeat-x; 
		margin : 0;  
		padding : 0;  
		font-size : 12px;
		line-height : 1.4em; 
		font-family : Arial, "Times New Roman", sans-serif;
		} 
#header {
		padding-right : 0; 
		padding-left : 0; 
		padding-bottom : 0; 
		padding-top : 30px; 
		text-align : center;
		} 
#container {
		width : 850px; 
		margin : auto;
		padding-top : 70px;
		text-align : left;
		} 
#navigation {
		width : 185px; 
		padding : 0; 
		float : left; 
		background-color : #fff; 
		} 
#content {
		width : 440px;
		height : 715px;
		float : left; 
		background-color : #fff; 
		padding-left : 17px; 
		padding-right : 17px; 
		border-left : 1px solid #eee; 
		border-right : 1px solid #eee; 
		} 
#subcontent {
		width : 145px; 
		float : left; 
		background : #fff; 
		padding-left : 20px; 
		} 
a, a:visited {
		color : #000; 
		text-decoration : none; 
		border-bottom : 1px dashed #aaa; 
		} 
a:hover {
		color : #810000; 
		} 
a:focus {
		color : #810000; 
		} 
h1 {
		margin : 0;
		padding : 0;
		font-family : Arial, "Times New Roman", sans-serif; 
		font-size : 2em; 
		font-style : normal; 
		font-weight : bold; 
		line-height : 1em; 
		letter-spacing : 0; 
		color : #333; 
		} 
h2 {
		font-family : Arial, "Times New Roman", sans-serif; 
		font-size : 16px; 
		font-weight : bold; 
		line-height : 1em; 
		color : #333; 
		} 
h3 {
		margin : 0;
		padding : 0;
		font-family : Arial, "Times New Roman", sans-serif; 
		font-size : 1em; 
		line-height : 1em; 
		letter-spacing : 0; 
		color : #333; 
		} 
h4 {
		margin-top : 20px;
		font-family : Arial, "Times New Roman", sans-serif; 
		font-size : 11px; 
		font-style : normal; 
		font-weight : lighter; 
		line-height : 1em; 
		letter-spacing : 0; 
		color : #333; 
		} 
ul li {
		list-style-image : url("../bullet.png");
		list-style-type : circle;
		list-style-position : outside; 
		padding-left : 10px; 
		font-size : 1.1em; 
		line-height : 1.5em; 
		} 
dt {
		font-family : Arial, "Times New Roman", sans-serif; 
		font-size : 12px; 
		font-weight : bold; 
		line-height : 1.4em; 
		color : #333; 
		}
dd {
		margin : 0;
		}
.img {
		border : 1px solid #cccccc;
		border-style : dashed;
		background-color : #fff; 
		padding : 5px;
		}
.printfloat {
		float : right; 
		padding : 5px;
		border : none;
		background-color : #fff; 
		}