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

body {
	font-size: 11px;
	font-family: Helvetica, Verdana;
	color: #555;
	background: #fff;
        line-height: 14px;

}

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

a:link { text-decoration: none;
font-weight: normal;
	color: #555;
	float: none;
	height: auto;
	width: auto;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;

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

a img { border: none; }

#menu {
	
    width: 225px;
    color: #c00;
  	background: url('opaque_bg.png');
    overflow: auto;
    text-align: left;
    top: 50px;
    bottom: 0px;
	left: 40px;
    position: fixed;
    height: 50%;
    font-weight: bold;

}

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

#menu ul li.section-title { 
	/*border-top: 1px solid #000000; */
	font-size: 11px;}


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

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

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

p.hdr { margin: 9px 0;}

p {
    margin: 0 0 9px 0;
    
}

h1 { font-size: 32px; }
h2 { font-size: 24px; color: #333; }
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 #000000; */
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: #fff;
	background-color: #cc0000;
	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;
 }
