@charset "UTF-8";
body {
	background: url("../css/hirngespinster-bg.jpg") no-repeat center center fixed;
	background-attachment: scroll;
	color: #fff;
	background-color: #231e42; 
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}
* {
	font-family:"Myriad Pro", Helvetica, Arial, Geneva, sans-serif;
}
div,ul,li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.container {
	width: 45%;
	height: 340px;
	overflow:auto;
	border: #fff;
	margin:0 auto;
	padding: 178px;
	margin-bottom: auto;
	position: relative;
	z-index: 2;
}
.menu {
	width: 58%;
	height:auto;
	margin:0 auto;
	position:relative;
	z-index:1;
}
.menu nav ul li a:link { 
	color: #fff;
	background-color: transparent;
	text-shadow: 2px 2px 2px #202020;
}
.menu nav ul li a:visited { 
	color: #fff;
	background-color: #231e42;
	text-shadow: 2px 2px 2px #202020;
}
.menu nav ul li a:hover { 
	color: #fff;
	background-color: #231e42;
}
#hi { 
	background: #231e42;
}
a:link { 
	font-weight: bold;
	color: #fff;
	background-color:transparent;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 2px 2px 2px #202020;
}
a:visited { 
	font-weight: bold;
	color: #fff;
	background-color:transparent;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 2px 2px 2px #202020;
}
a:hover {
	font-weight: bold;
	color: #fff; 
	background-color:transparent;
	text-decoration: underline;
}
nav {
	width: 72%;
	height: 30px;
	display: block;
	position: relative;
	position: center;
	overflow: bottom;
	background-color: none;
}
nav ul {
	width: 100%;
	display: table;
	table-layout: fixed;
}
nav ul li {
	display: table-cell;
}
nav ul li a {
	width: 100%;
	line-height: 25px;
	display: inline-table;
	text-align: center;
	border: none;
	border-right: none;
	border-bottom: 1px solid #231e42;
	font-size: 14px;
}
nav ul li:first-child a {
	border-left: none;
}
nav ul li:last-child a {
	border-right: none;
}
nav ul li a:visited {
	behavior: url(PIE.php);
	background-color: #231e42;
	/* Old browsers */
	background: #231e42;
	/* FF3.6+ */
	background: -moz-linear-gradient(top, #231e42 0%, #231e42 100%);
	/* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#231e42), color-stop(100%,#231e42));
	/* Chrome10+,Safari5.1+ */
	background: -webkit-linear-gradient(top, #231e42 0%,#231e42 100%);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #231e42 0%,#231e42 100%);
	/* IE10+ */
	background: -ms-linear-gradient(top, #231e42 0%,#231e42 100%);
	/* W3C */
	background: linear-gradient(to bottom, #231e42 0%,#231e42 100%);
	/* IE6-8 */
	-pie-background: linear-gradient(bottom, #231e42 0%, #231e42 100%);
}
nav ul li a:active {
	behavior: url(PIE.php);
	background-color: #231e42;
	/* Old browsers */
	background: #231e42;
	/* FF3.6+ */
	background: -moz-linear-gradient(top, #231e42 0%, #231e42 100%);
	/* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#231e42), color-stop(100%,#231e42));
	/* Chrome10+,Safari5.1+ */
	background: -webkit-linear-gradient(top, #231e42 0%,#231e42 100%);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #231e42 0%,#231e42 100%);
	/* IE10+ */
	background: -ms-linear-gradient(top, #231e42 0%,#231e42 100%);
	/* W3C */
	background: linear-gradient(to bottom, #231e42 0%,#231e42 100%);
	/* IE6-8 */
	-pie-background: linear-gradient(bottom, #231e42 0%, #231e42 100%);
}
