/**
* CSS
* 
* @version 1.0
* @author Gregor Weichbrodt
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: monospace;
	line-height: 16px;
	color: #453732;
	background-image: url(bg.jpg);
	background-repeat: repeat;
}

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

a:link, a:active, a:visited {
	text-decoration: none;
	color: #453732;
	background-color: #FFFAAD;
}

a:hover {
	text-decoration: none;
	color: #8FE3AD;
	background-color: #453732;	
}

a img { border: none; }

#menu {
    width: 160px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
}

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

#menu ul li.section-title {
    letter-spacing: 1px;
	text-transform: uppercase;
    color:#453732;
	border-bottom: 1px dashed #453732;
	font-weight: bold;
}

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

.container {
	
}

#content .container {
	padding: 15px 60px;
}

#menu .container {
	padding: 60px 30px;
	background-color: #DAF0A9;
}

#menu .logo, #menu .logo a:link, #menu .logo a:active, #menu .logo a:visited, #menu .logo a:hover {
	margin-bottom: 50px;
	text-align: center;
	display:block;
	background: none;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 19px; margin-bottom:10px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }