

/* --- Stylesheet 949 () --------- */ 

@import url(http://fonts.googleapis.com/css?family=Arvo);

body {
	margin: 0px;
	padding: 0px;
}

#motive {
	width: 820px;
	height: 500px;
	overflow:hidden;
	position: relative;
}

#motive .motiv {
	width: 820px;
	height: 500px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#motive.small {
	height: 300px;
}


#motive .motiv .info {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 150px;
	width: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #FFF;
}
#motive .motiv .info h3 {
	margin: 30px 80px 10px 80px;
	font-weight: normal;
	font-size: 25px;
	font-family: 'Arvo', Arial, serif;
	color: #B8C6D2;
}
#motive .motiv .info p {
	margin: 10px 80px 10px 80px;
	font-size: 13px;
}



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

#motive .button {
	height: 35px;
	width: 35px;
	background-color: #FFF;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	font-size: 22px;
	-moz-user-select:none;
	-khtml-user-select: none;
}
#motive .button .pfeil {
	margin: 8px 0 0 12px;
	font-family: 'Arvo', Arial, serif;
}

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