
/* --- Navigation --- */

nav {
	height: auto;
	}

nav center ul {
	display: none; /* Blendet die Links aus */
	height: auto;
	}

nav center ul li {
	width: 100%;
	float: none;
	padding: 1%;
	}

nav a#pull {
	position: relative;
	display: block;
	color: #666;
	font-family: Lucida Grande, Tahoma, sans-serif;
	text-decoration: none;
	padding: 10px;
	}
	
nav a#pull:hover {
	color: #333;
	}

nav a#pull:after {
	content: "";
	background: url('http://web.philippfässler.ch/img/icon/Menu-Blau.png') no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 10px;
	}
