body {
font-family: Verdana, sans-serif; 
background-image: url("images/achter.jpg");
background-size: cover;
background-attachment: fixed;
background-position: center center;

    @media (max-width: @iphone-screen) {
        background-attachment: scroll;
    }
/*background-size: 100%, 100%;*/
background-repeat: no-repeat;
background-color: #b0c4de;
margin: 2% 10%;
}
nav {
    width: 100%;
    background: #848484;
    border: 1px solid #ccc;
	border-radius: 10px;  
    border-right: none;
}

nav ul ul {
	display: none;
}
nav ul li:hover ul {
		display: block;
}

nav ul {
	background: #848484; 
	list-style: none;
	position: relative;
	display: inline-table;
}

nav ul:after {
	content: ""; clear: both; display: block;
}

nav ul li {
	float: left;
	width: 150px; 
}
nav ul li:hover {
		background: #642EFE;
}
nav ul li:hover a {
	color: #fff;
}
	
nav ul li a {
	display: block; 
	padding: 0;
	color: #ffffff; 
	text-decoration: none;
	font-size: 150%;
}

nav ul ul {
	background: #5f6975; 
	border-radius: 0px; 
	padding: 0;
	position: absolute; 
	top: 100%;
}

nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
}
nav ul ul li a {
			font-size: 125%;
			color: #fff;
}
nav ul ul li a:hover {
				background: #642EFE;
}
		
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}

h1, h2 {
color: #8A2BE2;
text-align: left;
}
h3 {
color: #FF0066;
text-align: left;
}

td {
padding: 15px;
}

p {
font-size: 150%;
}

input[type=text] {
padding:5px; border:2px solid #ccc; 
-webkit-border-radius: 5px;
border-radius: 5px;
}

input[type=text]:focus {
border-color:#333; 
}

input[type=submit] {
padding:5px 15px; 
background:#ccc; 
border:0 none;
cursor:pointer;
border-radius: 5px;
font-weight: bold; 
}


div {
    opacity: 0.5;
    filter: Alpha(opacity=50); /* IE8 and earlier */
}