/**
* CSS
* 
* @version 1.0
* @Author Sabrina Rossow
*/
* 

{
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
}
      

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #666;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #fff;
	background: black; }

a img { border: none; }

#menu {
    position:fixed;
    background:#FFFFFF none repeat scroll 0 0;	float: center;
padding-left:50px     
overflow: hidden;
	left: 40px;
    top: 40px;
	width: 199px;
	font-size: 11px;
	z-index:200;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;

}

#menu ul li.section-title {
	color: #fff;
	background: black;
	 
	}
#menu ul li.active a { 
	background-color:#CCCCCC;
	color:black; 
}
	

#content {
    height: 100%;
        margin: 0px 0px 250px 10px;
	float: left;
	top: 0px;
	overflow: visible;
	position: relative;
        font-size: 11px;
     	z-index:100;
}

.container {
    padding: 10px 10px 10px 0px;
}

#menu .container {background: white;
}

#content p { width: 500px; ; margin-bottom: 9px; margin-left: 250px; margin-top: 100px;}

p {
    margin: 0 0 0px 90;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; margin-left:250px; margin-top:70px }
h4 { font-size: 12px; margin-left:0px;}


#iframed	{ margin: 0; padding: 0; margin-left: 250px; margin-top: 0px }
#img-container	{ margin: 0; padding: 0; margin-left: 250px; margin-top: 80px}
#img-container p	{ width: 400px; margin: 200; padding: 90; margin-left: 250px margin-top:20; }



#content c { 
	z-index: 300;
	left: 300px;
}

#text {
	position: fixed; 
	bottom: 0; 
	background-color: none; 
	padding: 20px 6px 8px 6px; 
        text-align: right; 
	font-size: 10px; 
	line-height: 13px;
    z-index: 300;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#iframed-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}

#wrapper {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}
#once { clear: left; }
