/*	+++++++++++++++++++++++++++++++++++++++++++
	for: edith, with love from adeos-design.com and thomas breitner
	code by thomas breitner and gedit
	mai 2007
	- default screen style
	+++++++++++++++++++++++++++++++++++++++++++ 
*/


* {
	border: none;
	padding: 0;
	margin: 0;
	}
html {
	height: 100%;
	}
body {
	font-family: Garamond, 'Times New Roman', serif;
	font-size: 100%;
	line-height: 140%; 
	background: url(bg2.png) repeat-x 0 0;
	padding-bottom: 1em;
	min-height: 101%;	
	}

.le 			{ float: left; }
.re 			{ float: right; }
.printout 		{ display: none; }


#container {
	width:750px;
	position:relative;
	margin:0 auto;
	text-align:left;
}

#header {
	padding-top: 1em; 
	text-align:center;
	}
#header h1 {
	height: 220px;
	background: url(edith-header5.gif) no-repeat 0 0;
	}
#header h1 a{
	position: relative;
	top: 70px;
	display: block;
	height: 140px;
	}
#header h1 span {
	display: none;
	}


#navigation {
	background: url(navtop4.gif) no-repeat 0 0;
	}
#navigation ul {
	background: url(navbottom4.gif) no-repeat 0 100%;
	height: 2em;
	padding-top: 1.2em;
	padding-left: 40px;
	}
#navigation li {
	display: inline;
	padding: 0 10px;
	}
#navigation li a {
	letter-spacing: 0.03em;
	font-size: 1.1em;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: white;
	background-color: transparent;
	text-decoration:none;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
 	border-bottom: 1px dotted white;
	}
#navigation li a:active {
	color: silver;
	background-color: transparent;
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	}
#navigation li a:hover {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	}

#navigation #nvcurrent a,
#footer  #nvcurrent a {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	}


#contenttop {
	background: transparent url(contenttop4.gif) no-repeat 0 0;
	padding-top: 30px;
	}
#contenttop span {
	float: right; 
	text-align: right;
	position: relative;
	top: -2.4em;
	right: 2em;
	}
#contenttop span a {
	zoom: 1;
	border: 1px solid white;
	padding: 0.1em 0.5em;
	font-variant: small-caps;
	}
#contenttop span a:hover {
	border: 1px solid gray;
	background-color: white;
	}


#cwrapper {
	background: transparent url(contentmiddle4.gif) repeat-y 0 0;
	}
#cwrapper p, #cwrapper h3, #cwrapper h4 {
	padding: 0 60px 0.5em 50px;
	clear: both; 
	}
#cwrapper h3 {
	font-size: 1.2em;
	background: url(heading5.gif) no-repeat 16px 1.2em;
	padding-left: 50px;
	padding-bottom: 0.8em;
	padding-top: 1.2em;
	}
#cwrapper ol {
	margin: 0 0 0 70px; 
	padding: 0;
	} 

#cwrapper ol li {
	padding: 0 0 0 0; 
	margin: 0; 
	font-weight: bold; 
	}
#cwrapper ol h4 {
	padding-left: 1em; 
	}
#cwrapper ul {
	padding: 0 1em 0.8em 65px;
	}
#cwrapper ol ul {
	margin: 1em;
	padding: 0 1em 0.8em 1em;
	}
#cwrapper ol ul li {
	font-weight: normal; 
	}

	

#footer {
	background: transparent url(contentbottom4.gif) no-repeat bottom left;
	height: 52px;
	padding-top: 2em;
	}
#footer a {
	letter-spacing: 0.03em;
	border-bottom: 1px dotted white;
	text-decoration: none;
	font-size: 0.95em;
	color: white;
	background-color: transparent;
	padding-bottom: 0.1em;
	}
#footer a:hover {
	border-bottom: 1px solid white; 
	}
#footer ul {
	padding: 14px 0 0 40px;
	margin: 0;
	}
#footer li {
	display: inline;
	list-style-type: none;
	padding: 0 0.4em;
	}
#footer .re {
	padding: 14px 40px 0 0;
	}
