

/* --- Stylesheet 1200 () --------- */ 

#motive {
	width: 800px;
	overflow:hidden;
	position: relative;
	margin-left: 310px;
}

#motive .motiv {
	width: 800px;
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
}

#motive .motiv .info {
	position: absolute;
	right: 100px;
	bottom: 23px;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
	font-weight: bold;
	font-size: 16px;
}


#nav_left { position: absolute; bottom: 20px; right: 55px; cursor: pointer; }
#nav_right { position: absolute; bottom: 20px; right: 20px; cursor: pointer; }

#motive .button {
	color: #000;
	height: 22px;
	width: 22px;
	background-color: #FFF;
	border-radius: 50px;
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	text-align: center;
	-moz-user-select:none;
	-khtml-user-select: none;
	border: 2px solid #fff;
}

#motive .button:hover { background-color: #000;	color: #fff; }