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

body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	background-color: #191919;
	color: #FFF;
}

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

a:link { text-decoration: none; color: #FFF; }
a:active { text-decoration: none; color: #FFF; }
a:visited { text-decoration: none; color: #FFF; }
a:hover { text-decoration: none; color: #ccc; }

a img { border: none; }

#wrapper {
    width: 100%;
    height: 100%;
}

#logo {
	font-size: 24px;
	margin-bottom: 24px;
	width: 220px;
}

table {
    height: 100%;
}

td {
    vertical-align: top;
    border: 0px;
	background-color: #191919;
}

.menucol {
	min-width: 270px;
    width: 270px;
    height: 100%;
}


#menu {
    width: 240px;
    height: 100%;
    
    top: 0;
	left: 0;
    
    overflow: visible;
	background-color: #191919;
	position: fixed;
	z-index: 10;
	padding: 40px 10px 20px 20px;
}

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

#menu ul li.section-title {
	font-weight: bold;
	color: #FFF;
	margin-bottom: 4px;
}

#menu ul li.active a{
	color: #CCC;
}

#menu #copyright {
	font-size: 11px;
	vertical-align:bottom;
	margin: 20px 0 0 0;
}

#content {
	left: 0;
	top: 0;
	
	width: 100%;
    height: 100%;
    position: relative;
	z-index: 1;
	padding: 40px 0 20px 0;
}

.container {
    /*padding: 40px 10px 20px 20px;*/
    padding: 0;
    width: 100%;
    height: 100%;
}

#content .container{
}

#content p { 
}

p {
    margin: 0 0 9px 0;
    min-width: 300px;
    max-width: 500px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ 
}

/* startseite (noThumb) */


#img-container #nothumb { 
	/*text-align: center; */
}

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

#once { clear: left; }
