@import url(css/reset.css);
@import url(css/text.css);
@import url(css/960.css);

body {
	margin-bottom: 3em;
}

div {
	margin-top: 3em;
}

.backlink {
	padding: 1em 0;
	border: 1px #AAA;
	border-style: none none solid none;
	font-family: Helvetica;
	font-weight: bolder;
/*        background: #AAA;
	-webkit-border-bottom-left-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;*/
} 

a {
	color: gray;
	text-decoration: none;
/*        border: 1px solid;*/
	padding: 1ex 2ex;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	font-weight: bold;
	background: #EEE;
}

h1 a,
#vorverkauf a {
	padding: 0 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background: none;
}

a.active {
	background: #C00;
	color: white;
	font-weight: bold;
}

a:after {
	content: "\25BA";
	margin-left: 1ex;
}

h1 a:after,
#vorverkauf a:after {
	content: "";
	margin-left: none;
}

a:hover {
	background: #AAA;
	color: white;
}

.sponsors {
	color: #666;
	margin-bottom: -2.5em;
}
