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

body {
	font-size: 10px;
	font-family:"Helvetica","Arial",sans-serif;
	background: #212121;
	color: #878787;
	font-style: normal;
	margin-left: 100px;
    margin-top:70px;
    letter-spacing: 0.1em;
}

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

a:link { text-decoration: none; color: #878787; font-weight:normal; }
a:active { text-decoration: none;color:#000 }
a:visited { text-decoration: none; color: #878787; }
a:hover { text-decoration: none; color: #000; }

a img { border: none; }

#menu {
    width: 165px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	margin-left:10px;
	background: url('opaque_bg.png');
	filter:alpha(opacity=75); /*IE*/
    -moz-opacity:0.90; /*FF*/
    opacity:0.90;
}

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

}

#menu ul li a {
	color:#bbb;
}


#menu ul li.section-title {

	font-size: 10px;
	font-family:"verdana";
	cursor:pointer;
	color: #878787;
	text-decoration:none;
	border-bottom:1px dotted #CCCCCC}


#content {
    height: 100%;
    margin: 150px 0 0 270px;
}

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

#content p { width: 230px; margin-bottom: 0px; margin-left: 20px; }



p {
    margin: 0 0 9px 0;
    
}

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

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

#once { clear: left; }

#footer {
font-weight: normal;
color: #555;
width: 225px;
/*border-top: 1px solid #212121; */
left: 275px;
bottom:25px;
position:fixed;
}
#footercontact {
font-weight: normal;
color: #555;
width: 225px;
/* border-top: 1px solid #000000; */
bottom:25px;
left:30px;
position:fixed;
}


a.home:link { text-decoration: none;
font-weight: normal;
	color: #000000f;
	background-color: #ffffff;
	float: none;
	height: auto;
	width: auto;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;

 }
a.home:active { text-decoration: none;
font-weight: normal;
	color: #fff;
	background-color: #cc0000;
	float: none;
	height: auto;
	width: auto;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
 }
a.home:visited { text-decoration: none;
font-weight: normal;
	color: #fff;
	background-color: #cc0000;
	float: none;
	height: auto;
	width: auto;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
 }
a.home:hover { text-decoration: none;
font-weight: normal;
	color: #fff;
	background-color: #cc0000;
	float: none;
	height: auto;
	width: auto;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
 }
