/**
* CSS
* Steffi Loos
*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #E2E2E2;
	color: #000;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 11px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }
 
a:link,a:active,a:visited { text-decoration: none; color: #000; font-size: 11px;}
a:hover { color: #fff; background: #000; border-bottom: 0;}	

a.txt { text-decoration: none; color: #000; font-size: 11px; font-weight: bold; font-family: Helvetica,Arial,sans-serif;}
a.txt:link { text-decoration: none; color: #000; font-size: 11px; font-weight: bold; }
a.txt:active { text-decoration: none; color: #000; font-size: 11px; font-weight: bold;}
a.txt:visited { text-decoration: none; color: #000; font-size: 11px; font-weight: bold;}
a.txt:hover { text-decoration: none;  color: #fff; font-size: 11px;  background: #000;}	

a img { border: none; }

.txt { font-size: 11px; font-family: Helvetica,Arial,sans-serif; color: #000; }

.h1 { font-size: 20px; font-family: Helvetica,Arial,sans-serif; color: #000;}


#menu {
    width: 150px;
    overflow: hidden;
    top: 0px;
    bottom: 0;
	left: 30px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title { 
	font-size: 20px; 
	font-family: Helvetica,Arial,sans-serif; 
	color:#000;
	border-top:2px solid #000000;
}

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

.container {
    padding: 45px 10px 10px 15px;
}

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


p {
    margin: 0 0 9px 0;
}


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

#once { clear: left; }

	
#footer
{
 position : absolute;
 bottom : 15px;
 clear : left;
 width : 100%;
 background-color: #fff; 
 font-size: 10px; font-family: Helvetica,Arial,sans-serif;
 color: #000; 
 line-height: 1.2em;
}

#h1 { font-size: 16px; font-family: Helvetica,Arial,sans-serif; color: #000;}