/**
* CSS
* 
* @version 1.0
* @author Wojciech Gawinowski 
*/
* {
	margin: 0;
	padding: 0;
}

body {
   margin: 0;
	font-size: 8.5pt;
	font-family: Helvetica,monospace Verdana,sans-serif;
	background: #fff none repeat scroll 0 0;
	line-height: 10.5pt;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	color: #000;
	text-decoration: none;
	
}

a:active {
	text-decoration: none;
	color: #666;
	
}

a:visited {
	color: #000;
	text-decoration: none;
	
}

a:hover {
	text-decoration: none; 
	color: #666;
	
}

a img {
	border: none;
}

#the-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;
}

#menu {			
			float: left;
			width: 200px;
    			overflow: auto;
			height: 100%;
}


#menu ul {

	list-style: none;
	border-bottom-color: #666;
}

#menu ul li.section-title {
	font-weight: bold;
}

#menu ul li {
	
	line-height:20px;
	font-size: 25px;
	padding-left: 10px;
	padding-right: 20px;		
}



#menu ul li a:visited {
	
}
#menu li.active a { 
	color: #666 ;
	
}

#menu a img {	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 10px;
	background: none;	}

#content {
    		
	
	
   
}

#content a:link {
	color: #000;
	text-decoration: none;
}

#content a:active {
	color: #666;
	text-decoration: none;
}

#content a:visited {
	color: #000;
	text-decoration: none;
}
#content a:hover {
	text-decoration: none; 
	color: #666;
}

a img {
	border: none;
}


.container {}

#iframed {max-width:100%}

#menu .container {	/*background: rgba(255, 255, 255, 0.7);*/
    			height: 100%;
			overflow: hidden;
			position: absolute;
			margin-top: 20px; 
			margin-left: 50px;
}

#content .container { 	margin: 0 0 0 200px;
	 		padding-top: 100px;
	 		padding-left: 50px;
			padding-right: 50px;
			
			
}



p {
    margin: 0px 0px 0px 0px;
}

h1 { 
	font-size: 10px;
	line-height: 0px;
}

h2 { 
	font-size: 8.5pt;
	margin-top:10px;
	
}

h3 {
	font-size: 25px;
	padding-bottom: 0px;
	line-height: 20px;
	color:#000;
	font-weight: bold;
}

h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}

#img-container	{
	margin-top: 0; padding: 0;
	
}

#img-container p	{
	width: 400px; margin: 0; padding: 0 0 20px 0; font-size: 10.5pt; 
}

#once {
	clear: left;
}
