/*============================
			RESET
==============================*/

* {
	margin: 0;
	border:none;
	padding: 0;
	outline:none;
	text-decoration: none;
	-webkit-text-size-adjust: none;
	}

ul {
	list-style-type: none;
	list-style-image: none;
	}

a img {
	border:none;
	} /* Gets rid of IE's blue borders */

a:focus, input:focus, textarea:focus {
	outline:none !important;
	} /* Gets rid of borders in FF and blue borders in Safari */


/* ===========================
			STYLEZ
==============================*/

h3 {
	font-size: 24px;
	margin-bottom: 240px;
	text-align: center;
	}
	
p {
	color: #d0d0d0;
	margin-bottom: 13px;
	line-height: 125%;
	}

p a, p a:visited{
	border-bottom: dotted 1px #fff;
	color: #fff;
	}

p a:hover {
	background: #fff;
	border: none;
	color: #000;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	}

p a:active {
	background: #888;
	}
	
em, .labeldl, .labeln {
	color: #999;
	font-family: Georgia, serif;
	font-style: italic;
	}



/*============================
			LAYOUT
==============================*/
	
body {
	background:#2e3436;
	color: #d0d0d0;
	font: 13px Arial, sans-serif;
	line-height: 130%;
	overflow-y: scroll;
	}

#container {
	background:url('images/fbbg.png') no-repeat;
	height: 690px;
	margin: 15px auto;
	padding: 25px;
	width: 80px;
	}

#navi {
	float: left;
	height: 440px;
	padding: 30px 0 30px 30px;
	width: 180px;
	}

#home {
	display: block;
	height:25px;
	text-indent: -9999em;
	width: 180px;
	}

#home a {
	background:url('images/fb_logo.png') 0 0 no-repeat;
    background-size: 180px 50px;
	display:block;
	height: 25px;
	width: 180px;
	}	
	
#home a:hover {
	background-position: 0 -25px;
	}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#home a {
		background-image: url('images/fb_logo@2x.png');
    	}
 	}

#footer {
	font-size: 10px;
	float:left;
	height: 100px;
	padding: 10px 0 0 30px;
	text-align: center;
	width: 180px;
	}

#footer p {
	color: #888;
	}

#footer a {
	color: #191919;
	line-height: 60px;
	text-decoration: none;
	}

#gallery {
	float: center;
	height:900px;
	width:900px;
	}
	
#gallery img {
	display:none;
	}

.dlbutton {
	background: url('images/dlbutton.png') 0 0 no-repeat;
	background-size: 229px 150px;
	display: block;
	height: 50px;
	margin: 30px auto;
	text-indent: -9999em;
	width: 229px;
	}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.dlbutton {
		background-image: url('images/dlbutton@2x.png');
    	}
 	}

.dlbutton:hover {
	background-position: 0 -50px;
	}

.dlbutton:active {
	background-position: 0 -100px;
	}

.border {
	border: 1px solid #fff;
	}

.garnichtda {
	display: block;
	height: 1px;
	margin: -1px -1px;
	overflow: hidden;
	width: 1px;
	}


/*============================
			 NAVI
==============================*/

.naviitem {
	display: block;
	height: 20px;
	overflow: hidden;
	padding-top: 10px;
	text-indent: -9999em;
	}

.naviitemnotooltip {
	display: block;
	height: 20px;
	overflow: hidden;
	padding-top: 10px;
	text-indent: -9999em;
	}

#navilist {
	margin-top: 235px;
	width: 113px;
	}

#navilist li a {
	background: url('images/navisprite.png') no-repeat;
	background-size: 300px 270px;
	width: 113px
	}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#navilist li a {
		background-image: url('images/navisprite@2x.png');
    	}
 	}

li#rolemodel a {
	background-position: 0 -30px;
	}

li#rolemodel a:hover, li#rolemodel a.current_pageitem {
	background-position: -150px -30px;
	}
	
li#people a {
	background-position: 0 -60px;
	}

li#people a:hover, li#people a.current_pageitem {
	background-position: -150px -60px;
	}
	
li#shapes a {
	background-position: 0 -90px;
	}
	
li#shapes a:hover, li#shapes a.current_pageitem {
	background-position: -150px -90px;
	}

li#madagascar a {
	background-position: 0 -120px;
	}
	
li#madagascar a:hover, li#madagascar a.current_pageitem {
	background-position: -150px -120px;
	}
	
li#kontakt a {
	background-position: 0 -150px;
	}
	
li#kontakt a:hover, li#kontakt a.current_pageitem {
	background-position: -150px -150px;
	}

li#kontakte a {
	background-position: 0 -180px;
	}
	
li#kontakte a:hover, li#kontakte a.current_pageitem {
	background-position: -150px -180px;
	}

#enter a {
	background: url('images/navisprite.png') no-repeat;
	background-size: 300px 270px;
	margin-top: 385px;
	width: 150px;
	}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#enter a {
		background-image: url('images/navisprite@2x.png');
    	}
 	}

#enter a:hover {
	background-position: -150px 0;
	}
	
#privat {
	background: url('images/navisprite.png') 0 -240px no-repeat;
	background-size: 300px 270px;	
	margin-top: 355px;
	width: 150px;	
	}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#privat {
		background-image: url('images/navisprite@2x.png');
    	}
 	}

#back, #back404 {
	background: url('images/navisprite.png') 0 -210px no-repeat;
	background-size: 300px 270px;
	width: 150px;
	}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#back, #back404 {
		background-image: url('images/navisprite@2x.png');
    	}
 	}

#back:hover, #back404:hover {
	background-position: -150px -210px;
	}

#back404 {
	margin-top: 385px;
	}


/*============================
		   TOOLTIPS
==============================*/

.ntooltip {
	background:transparent url('images/black_arrow_n.png') no-repeat;
	background-size: 310px 120px;
	display:none;
	height:60px;
	overflow:hidden;
	padding:30px;
	width:240px;
	z-index: 999;
	}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.ntooltip {
		background-image: url('images/black_arrow_n@2x.png');
    	}
 	}

.dltooltip {
	background:transparent url('images/black_arrow_dl.png') no-repeat;
	background-size: 320px 140px;
	display:none;
	height: 80px;
	margin-top: 5px;
	overflow:hidden;
	padding: 40px 20px 20px 20px;
	text-align: left;
	width:280px;
	z-index: 999;
	}

/* @media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.dltooltip {
		background-image: url('images/black_arrow_dl@2x.png');
    	}
 	} */

.labeldl {
	width: 55px;
	}

.ttthumb {
	border: 1px solid #fff;
	float: left;
	height: 60px;
	margin-right: 10px;
	z-index: 1000;
	}

.tttext {
	color: #fff;
	font-size: 12px;
	margin-bottom: 5px;
	}

.tticon {
	float:left;
	margin: 0 10px 45px 0;
	z-index: 1000;
	}

.dlthumb {
	border: 1px solid #fff;
	display: block;
	margin: 20px auto;
	}



/*============================
			PAGES
==============================*/

.singleimage {
	border: 1px solid #444;
	display: block;
	float: right;
	height:378px;
	margin: 30px;
	overflow: hidden;
	padding: 30px;
	width: 548px;
	}

#page_index {
	background: url('images/shapes/kairouan.jpg') no-repeat #191919;
	background-size: 910px 440px;
	display: block;
	float: right;
	height:380px;
	margin: 30px;
	padding: 29px;
	width: 850px;
	text-indent: -9999em;
	}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#page_index {
		background-image: url('images/shapes/kairouan@2x.jpg');
    	}
 	}

#page_welcome {
	background: url('images/welcome.jpg') no-repeat;
	text-indent: -9999em;
	}

#page_kontakt {
	background: url('images/kontakt.jpg') 30px 60px no-repeat #212121;
	}

#page_kontakte {
	background: url('images/kontakte.jpg') 30px 60px no-repeat #212121;
	}

#page_download {
	background: #212121;
	}

#downloadcontainer {
	font-size:16px;
	padding-top: 90px;
	text-align: center;
	}

#page_ohdear {
	background: url('images/ohdear.jpg') 30px 60px no-repeat #212121;
	}
	
#page_404 {
	background: url('images/404.jpg') no-repeat;
	background-size: 810px 440px;
	text-indent: -9999em;
	}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	#page_404 {
		background-image: url('images/404@2x.jpg');
    	}
 	}

#page_403 , #page_401 {
	background: url('/images/403.jpg') no-repeat;
	}

#page_403 h3, #page_401 h3 {
	font-size: 30px;
	margin: 280px 0 18px 0;
	}
