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

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

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

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

a img { border: none; }

#menu {
    width: 160px;
    top: 25px;
	left: 40px;
	height: 100%;
    position: fixed;
	background: #000000 url(../img/logo_black.gif) 13px 0 no-repeat;
	padding: 80px 10px 0 0;
	z-index: 1;
	text-align: right;
}

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

#menu ul.section,
#menu ul.section-active {
}

#menu .line {
	width: 100%;
	height: 4px;
	margin: 6px 0 0 0;
	background: url(../img/linie.gif) right bottom no-repeat;
}


.nav,
#menu ul li {
	color: #ababab;
	font-size: 12px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-style: normal;
	text-transform: uppercase;
	font-weight: normal;
}

.num,
.nav {
	font-size: 10px;
	line-height: 12px;
}

.nav a:link,
.nav a:visited,
#menu ul li a:link,
#menu ul li a:visited {
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
	text-decoration: none;
}

.nav a:hover,
.nav a:active,
#menu ul li a:hover,
#menu ul li a:active,
#menu ul li.active a {
	font-size: 10px;
	color: #ababab;
	text-decoration: none;
}

.section-title,
.section-title-active {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	margin-top: 8px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 2px;
}

.section-title:link,
.section-title:visited {
	color: #ffffff;
	text-decoration: none;
}


.section-title-active:link,
.section-title-active:visited {
	color: #ababab;
	text-decoration: none;
}

.section-title:hover,
.section-title:active
.section-title-active:hover,
.section-title-active:active {
	color: #ababab;
	text-decoration: none;
}

#content {
	position: absolute;
   top: 20px;
   left: 250px;
   /* 100% */
}

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

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