/**
* CSS
* 
* @version 1.0
* @author benno

*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	line-height:15px;
	font-family: Arial, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #000000;}
a:active { text-decoration: none; color: #00ff00; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #00ff00; }

a img { border: none; }

img.overAndover{
	margin-bottom: 4px;
}

#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 {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
}

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

#menu ul li.section-title {
/*border-bottom:1px dotted #2D5BDE;
	line-height:0px;
	margin-bottom:8px;
	padding-bottom:3px;*/
	font-weight:bold;
	color: #000000;
}

#menu li.active a { 
	color: #00ff00; 
	}


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


#content .container { margin-top: 123px;}

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

#content p { width: 550px; margin-bottom: 0px; }

p {
    margin: 0 0 0 0;
}

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 0 0; }

#once { clear: left; }

.thumb-img:link,
.thumb-img:active,
.thumb-img:visited,
.thumb-img:hover {
	text-decoration: none; 
	color: white; 
}

a.whiteGreen:link { text-decoration: underline; color: #ffffff;}
a.whiteGreen:active { text-decoration: underline; color: #00ff00; }
a.whiteGreen:visited { text-decoration: underline; color: #ffffff;}
a.whiteGreen:hover { text-decoration: underline; color: #00ff00; }

