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

body {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	font-family: "Times New Roman", Times;
	background-color: #000000;
}

/*body {
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	font-family: Times;
	background-color: #fafafa;
}*/
#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}

#wrapper {
position: relative;
width:870px;
z-index:2;
margin: 0 auto;
text-align: left;
background-color: #fafafa;
}

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

/* ----- hidden focus borders from mozilla ----- */
:focus { -moz-outline-style: none; }


/*a:active { outline: 0; }*/

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

a img { border: none; }

#menu {
	/**font-family: Georgia, Times; 818181 */
    width: 230px;
    float: left;
   /** top: 80px;
    bottom: 0;
	left: 0;*/
	/*text-transform: uppercase;*/
	text-align: left;
    position: fixed;
    height: 100%;
   /\margin-left:-230px;

}

#menu ul {
	list-style: none;
	padding: 10px 0;
}

#menu ul li.section-title {
	font-weight: bold;
	padding: 20px 0px 0px 0px;
}

#menu ul li.active a {
	color: #000;
	font-weight: bold;
}

#content {
    margin: 0 0 0 260px;
    top: 0;
	background-color: #fafafa;
}

.clear-both {
clear: both;
}

.container {
	background-color: #fafafa;
    padding: 15px;
    margin: 25px 0;
    position: absolute;
}

#content p { width: 580px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 16px;
	font-weight: normal;
}

hr	{border-style:none none dotted;
	border-width:0 0 thin;
	margin-bottom:30px;
	width:600px;
	}
h1	{ color: red;}
h3 { font-size: 32px; }
h2 { font-size: 24px; }
h4 { font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 12px;
}

/**.prev_next {
    position: absolute;
    top: 320px;
    left: -230px;
    width: 220px;
    font-size: 14px;
}*/

.prev_next a#prev {
	text-indent: -99999px;
	background-image:url(/files/img/prev_link.gif);
	background-repeat: no-repeat;
	background-position: center center;
	/*outline: thin solid #fff;*/
	position: absolute;
	z-index: 3;
	height: 100%;
	width: 45%;
	/*@border: thin dotted #99CC00;*/
}

.prev_next a#next{
	text-indent: -99999px;
	background-image:url(/files/img/next_link.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 55%;
	/*@outline: thin solid #000;*/
	position: absolute;
	z-index: 3;
	height: 100%;
	width: 45%;
	/*@border: 2px solid #990000;*/
}

.prev_next a#next:hover{
	background-image:url(/files/img/next.png);
	background-repeat: no-repeat;
	background-position: right 53px;
	//cursor:url(/v1/files/img/next.png), auto;
}

.prev_next a#prev:hover{
	background-image:url(/files/img/prev_2.png);
	background-repeat: no-repeat;
	background-position: left 53px; 	 
	//cursor:url(/v1/files/img/prev.gif), auto;
}

.prev_next {

}

/** BIS HIER */

#img-container	{
	margin: 0;
	padding: 0;
	position: absolute;
    /**top: 20px;
	width: 740px;*/    
}

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

#once { clear: left; }
