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

body {
	font-size: 13px;
	font-family: Georgia;
	color:#888;
	line-height: 18px;
	padding-right: 128px;
	background-color:#f7f7f7;
	margin-right:63px;
	}

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







/** MENU **/
#menu {
	position:fixed;
	top:50%;
	margin-top:236px;
	margin-left:-214px;
	left:50%;
	width:801px;
	z-index: 100;
	padding-bottom: 40px;

	}

#menu ul {
	margin: 0;
	padding: 0;
	cursor: hand;
	display: inline;
	}
	
#menu ul {
	display: table;
	}
	
#menu ul>li{
	font-size: 12px;
	text-transform:uppercase;
	font-family: helvetica, arial, sans-serif;
	line-height: 14px;
	display: table-cell;
	position: relative;
	font-weight:normal;
	padding: 0px 5px;
	}
	
#menu ul li.section-title { 
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	line-height: 14px;
	color:#111;
	font-weight:bold;
	cursor:default;
	}



/** BENSCH **/
#pfeil {
	position:fixed;
	top:50%;
	margin-top:221px;
	margin-left:-224px;
	left: 50%;
	}


#titel {
	position:fixed;
	width:420px;
	top:50%;
	margin-top:219px;
	margin-left:-210px;
	left: 50%;
	text-transform: uppercase;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	line-height: 19px;
	font-weight:bold;
	cursor:default;
	margin-right:60px;
	color:#000;
	border-bottom:solid #222;

	}

#lscroll {
	position:fixed	;
	left: 0px;
	top: 	50%;
	margin-top: -232px;
	}

#rscroll {
	position:fixed	;
	right:0px;
	top: 	50%;
	margin-top: -232px;
	}







	/** CONTAINER **/
#img-container {
	padding-right: 50px;
	
	}



#schieben {
	position:absolute;
	left:65px;
}
	
#schieb {
	position:absolute;
	cursor:move;
	width:300px;

}

.drag{
	position:relative;
	z-index: 1;
}
	
	
	
	
	/** CONTENT **/
#content {
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -290px;
	margin-top:-258px;
	padding-left: 80px;
	height:500px;;
	}
	
	
#content img {
	}





/** TEXT **/
#content p {
	width: 420px;
	}

#img-container {
	}

#img-container p {
	width: 420px;
	}
#img-container #text {
padding-right:37px;
}


#untertitel {
	position: relative;
	top: -2px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	line-height: 12px;
	cursor:default;
	color:#333;
	font-weight: bold;
	}


.menu a:link {
	text-decoration: none; 
	color:#222;	
}
	
.menu a:visited { 
	text-decoration:none; 
	color:#222; 
	}
.menu a:hover { 
	color:#F00;
	}
	
	
	


a:link { 
	text-decoration: none; 
	color:#888;	
	}

a:active { 
	text-decoration: none; 
		color:#FFF; 
	}

a:visited { 
	text-decoration: line-through; 
	color:#888; 
	}

a:hover { 
	color:#F00;
	}

a img { 
	border: none; 
	}

tit {
	text-transform: uppercase;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	line-height: 14px;
	font-weight:bold;
	cursor:default;
	color:#333;
}

sub {
	text-transform: uppercase;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	line-height: 15px;
	cursor:default;
	font-weight:bold;
	color:#333;
}

az {
	font-size: 22px;
	font-family:Georgia;
	font-style: italic;
	line-height: 26px;
	font-weight:bold;
	color:#111;
	}

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


p {
    margin: 0 0 9px 0;
}

#once { clear: left; }