/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Times, Georgia, serif;
	background: #fff;

}

body.section-1 {	background-position:right top; }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color:#333;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#header {
	font-size:2em;
	font-style:italic;
	margin-bottom:0px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#header a {
	color:#000;
}
#header a:hover {
	color:#666;
	text-decoration:none;
}
.description {
	margin-bottom:20px;
}

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	border-top:2px solid #000;
	border-right:1px solid #ccc;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}
#menu ul.credit {
	position:absolute;
	bottom:10px;
	display:none;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
	border-top:2px solid #000000;
}

.nothumb {
	float:none !important;
	padding:0 !important;
}

.container {
    padding: 30px 20px;
}

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

p {
    margin: 0 0 9px 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 12px 0; }

#once { clear: left; }

#fixbar {
	position:fixed;
	width:100%;
	background-color:rgba(0, 0, 0, 0.3);
	bottom:0;
	font-weight:bold;
	padding:10px 0;
	font-size:11px;
	font-family:helvetica, arial, sans-serif;
}
#fixbar:hover {
	background-color:rgba(0, 0, 0, 0.7);
}
#fixbar .middle{
	width:300px;
	margin:0px auto;
	text-align:center;
}
#fixbar a{
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background-color:#222;
	padding:2px 12px;
	color:#BBB;
}
#fixbar a.substraktlink:hover{
	background-color:#5a0d0f;
	text-decoration:none;
	color:#FFF;
}
#fixbar a.distraktlink:hover{
	background-color:#FFF;
	color:#333;
	text-decoration:none;
}
#fixbar span{
	margin-right:4px;
}
