/*
Template: blankslate
Theme Name: Glasperlenspiel
Theme URI: http://wordpress.lernenhoch2.de
Description: GlasperlenspielGlasperlenspielGlasperlenspielGlasperlenspiel 
Author: it's me mario
Author URI: it's me mario
*/

@import "reset.css";

body {
	background-color: #000;
}
strong, b {
	font-weight: bold
}
i, em {
	font-style:italic;
}
a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
#container {
	background: url(images/gps_bg.jpg) no-repeat;
	height: 1027px;
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
#content {
    left: 25px;
    position: absolute;
    top: 402px;
    width: 1040px;
    color: #fff;
}
footer {
		position:absolute;
	bottom: 10px;
	left: 0;
}
section.entry-content, h1 {
	margin-bottom: 25px;
}
h2 a, h1 {
	font-size: 18px;
	font-weight: bold
}
nav ul {
    height: 40px;
    left: 20px;
    position: absolute;
    top: 316px;
    width: 1050px;
}
nav ul li {
	float: left;
}
nav ul a {
	display: block;
	cursor: pointer;
	height: 40px;
	outline: 0;
}
a.neues {
    width: 110px;
}
a.musik {
    margin-left: 20px;
    width: 122px;
}
a.band {
    margin-left: 20px;
    width: 102px;
}
a.merchandise {
    margin-left: 20px;
    width: 252px;
}
a.konzerte {
    margin-left: 20px;
    width: 185px;
}
a.kontakt {
    margin-left: 20px;
    width: 167px;
}
form input {
	margin-bottom: 10px;
}