/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Jonas Niedermann
* gestaltung, design, grafik, typografie, visuelle gestaltung, typography, fonts, type, 
b¸cher, schrift, buchstaben, jonas niedermann, hgkz, Hochschule f¸r Gestaltung und Kunst Z¸rich, niedermann.org
*/

* {
	margin: 0;
	padding: 0.6pt;
}

body {
	font-size: 10px;
	font-family: helvetica, arial, sans serif; 
	background: #fff;
	letter-spacing: 0.5px;
	line-height: 14px;
}

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

a:link { text-decoration: none; color:#000; }
a:active { text-decoration: none; color:#000; }
a:visited { text-decoration: none; color:#666666; }
a:hover { text-decoration: none; color:#fff; background-color:#000; 
padding : 0.5px; }

a2:link { text-decoration: none; color:#000; }
a2:active { text-decoration: none; }
a2:visited { text-decoration: none; color:#666666; }
a2:hover { text-decoration: none; color:#fff; background-color:#000; 
padding : 0.5px; }

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 7px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 14px 0;
}

#menu ul li.section-title { text-decoration:none;
}

#content {
    height: 100%;
    margin: 0 0 0 210px;
    top: 0;
}

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

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}
 
p2 {
position: fixed;
bottom: 10px;
left: 14px;

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }