/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Edited by Philipp Gilgen (www.philippgilgen.ch)
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 16px;
	background: #fff;
}

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

a:link { 
	color: #000000;
	background-color: #fff;
	text-decoration: underline; 
}

a:visited { 
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none; 
}

a:hover { 
	color: #000000;
	background-color: #000000;
	text-decoration: none; 
}

a:active {
}

a img { 
	border: none; 
}

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

#menu .container ul .active a {
	color: #000000;
	margin: 0px;
	background-color: #fff;
	text-decoration: underline; 
}

#menu a:link { 
	color: #000000;
	background-color: #fff;
	text-decoration: none; 
}

#menu a:hover { 
	color: #000000;
	background-color: #000000;
	text-decoration:none; 
}

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

#menu ul li.section-title { }


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

.container {
    padding: 70px 40px 25px 70px;
}

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

p {
    margin: 0 0 10px 0;
}

h1 { 
	font-size: 18px; 
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	line-height: 22px;
	color: #000000;
	background: #fff;
	margin: 0px;
	text-decoration: none;
	padding: 0px;
}

h2 { 
	font-size: 32px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 36px;
	background: #fff;
	margin: 0px;
	text-decoration: none;
	padding: 0px;
}

h3 { 
	font-size: 32px; 
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 36px;
	color: #ffccff;
	background: #fff;
	margin: 0px;
	text-decoration: none;
	padding: 0px;
}

h4 { font-size: 32px; }

#img-container	{ 
	margin: 0; padding: 0;
}

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

#img-container a:hover {
	text-decoration: none;
	background-color: transparent;
}

#once { clear: left; }