/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 11px;
	font-family: 'Helvetiva', Arial, sans-serif;
	background: #fff;
    background-image: url(http://www.hasimachtsachen.com/ndxz-studio/site/hasimachtsachen/img/banana_hasi.gif);
	background-position: 8px 8px;
	background-repeat: no-repeat; 

}

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

a:link { text-decoration: none; color: #000; }
a:active { text-decoration: underline; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; }

a img { border: none; outline: 0;}
a { border: none; outline: 0;}


#header {
    margin-left: 2px;
	margin-top: 4px;
	margin-bottom: 10px;
	width: 400px;
}

#menu {
    width: 124px;
    overflow: none;
    margin-top: 0px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: none;
	padding: 2px;
	margin-left: 4px;
	background-color: #ffffff;
}

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

#menu ul li{
	list-style: none;
	
}

#menu ul li.section-title { 
	list-style: none;
	font-weight: bold;
	}
	
#menu ul li.active { 
	list-style: none;
	text-decoration: underline;
	}

#content {
    height: 100%;
    margin-left: 160px;
	margin-top: 140px;
}


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

#content p { width: 800px; margin-bottom: 0px; }
#content a {text-decoration: underline; outline: 0;}


h1 { font-size: 16px; font-weight: normal;}
h2 { font-size: 10px; font-weight: bold;}

#img-container	{ display:block; clear:left; margin:10px 2px 5px 0;}
#img-container p	{ width: 800px; margin-bottom: 0px;}
#img-container a {text-decoration: underline; outline: 0;}
#img-container img {margin-bottom: 6px; margin-top: 0px;}

#once { clear: left; }