/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar


* @author Markus Kirsch
*/


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #ffffff;
}



body.section-1 { }
body.section-2 { }
body.section-3 { }



a:link { text-decoration: none; color: #666; }
a:active { text-decoration: none;  background: #999900; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #666; background: #FFFF99;}



a img { border: none; }



#menu {
    width: 205px;
    overflow: auto;
    top: 30px;
	left: 10px;
    bottom: 0;
    position: fixed;
    height: 100%;
	background-color: #FFFFFF;
}



#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	line-height: 20px;
	
}

#menu ul li.section-title {

 }
 
 /*

#menu ul li {
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;

}

*/


#content {
    height: 100%;
    margin: 20px 0 0 250px; /*136 */
}

.container {
    padding: 5px 5px 25px 5px;
}


#content p { 
	width: 485px; 
	margin-bottom: 9px; 
	line-height: 15px;
	padding-bottom: 9px;
}


p {
    margin: 0 0 9px 0;
}




h1 { 
	font-style:italic;
	font-size: 17px;
	padding-bottom: 7px;
	letter-spacing: 0.08em; 
	color: #333300;
}

h2 { 
	font-style:italic;
	font-size: 13px;
	padding-bottom: 7px;
	letter-spacing: 0.08em; 
	color: #333300;
}

h3 { 
	font-size: 46px; 	
	font-style:italic;
	line-height: 35px;
	padding-bottom: 0px;
	letter-spacing: -0.12em; 
	color: #333300;
	}

h4 { 
	font-size: 10px; 
	font-style:italic;
	padding-bottom: 17px;
	letter-spacing: 0.11em; 
	color: #333300;
}




#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }



/*

#nav { font-size: 2.4em; letter-spacing: -1px; }
#nav a { text-decoration: none; background: transparent; padding: 0; }
#nav li { display: inline; padding-right: 3px; cursor: pointer; }
#nav li a { color: #ccc; }
#nav li.on a { color: #000; }
#nav li.on a:hover { color: #333; text-decoration: none; background: #fff20d; }
#nav li.off a:hover { color: #999; text-decoration: none; background: #fff20d; }