/* Layout Small Screens (50 - 500px) */

header {
	height:75px;
	background:url(../img/buch_75_980.jpg) no-repeat right 0px;
}

header a.logo {
	width:105px;
	height:40px;
	top:16px;
	right:15px;
	background-image:url(../img/Gesicht.jpg);
}

article {
	padding:40px 20px 10px 20px;
}

/* nav {
	position:static;
	padding: 10px 0px 10px 0px;
	background-color:#800000; 	
}

nav a {
	color:white;
	display:block;
	margin:15px;
	padding:15px;
	border:1px solid #a6abc5;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	background:url(../img/mobil_arrow.png) no-repeat right+10px center;		
}

nav a:hover {
	color:white;
	background-color:rgba(255, 255, 255, .15);
} */

nav {
	top:75px;
}


.promo_container {
	padding:0px;
}

.promo_container .promo {
	width: auto;
	float: none;
	padding: 10px 0px 0px 0px;
	background-position:20px 13px;
	border-top:1px solid #ccc;
}

.promo_container .promo .content {
	padding: 0px 20px 30px 120px;
}

footer {
	border-top:1px solid #a6abc5;
}

body {
	background-image:none;
}

/* Styling für das Navigationsmenü */

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}

/* Menü horizontal ausrichten */
li {
	/* display: table-cell; */ 
	display: inline-block;
	vertical-align: top;
	width: 4.5em;
	margin: 5px;
	/* Mit Float kann auch ein horizontales Menü erstellet werden */
	float: left;
	text-align: center;
	//font-size: 10px;	
}

li a {
	text-decoration: none;
	color: white;
	display: block;
	background-color: maroon;/*#dedede; */	
	margin: 0;
	padding: 0.2em 0.6em;
	border: 1px solid #000;
}

li a:hover {
	background-color: #ef0000;
	color: #fff;
}

/* Das Menü auserhalb verstecken */
li ul {
	position: absolute;
	width: 5em;
	left: -999em;
}

/* Das Menü anzeigen/herholen wenn mit der Maus darüber gefahren wird */
li:hover ul {
	left: auto;
	margin-left: 0em;
	margin-top: 0em;
	width: 10em,
}

/* Das Menü muss noch genau ausgerichter werden */
li:hover ul li:first-child {
	margin-top: 0;	
	margin-left: 0px;
}

li:hover ul li {	
	margin-top: -10px;	
	margin-left: -0px;			
}

/*Text verstecken das nur die Symbole angezeigt werden */
li span {
	//border: 0;
	//clip: rect(0 0 0 0);	
	overflow: hidden;
	//padding: 0;
	//height: 1px;
	position: absolute;
	width: 1px;
}

/* Ende Styling Navigationsmenü */

