@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	scrollbar-arrow-color: #db0000;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #db00000;
	scrollbar-3dlight-color: #db0000;
	scrollbar-shadow-color: #db0000;
	scrollbar-darkshadow-color: #db0000;
	scrollbar-track-color: #ffffff;
}
#container {
	margin: auto;
	background-image: url(Bilder/madbomber_home.jpg);
	height: 650px;
	width: 1000px;
	position: relative;
	top: 0px;
	left: -2px;
}

#inhalt_scroll {
	position: absolute;
	height: 440px;
	width: 963px;
	left: 20px;
	top: 75px;
	overflow: auto;
}

#inhalt {
	position: absolute;
	height: 440px;
	width: 963px;
	left: 20px;
	top: 75px;
}

#text {
	position: absolute;
	height: 400px;
	width: 873px;
	left: 110px;
	top: 70px;
	overflow: auto;
}

#text_list {
	position: absolute;
	height: 435px;
	width: 873px;
	left: 110px;
	top: 70px;
	overflow: auto;
}

#text_concerts {
	position: absolute;
	height: 435px;
	width: 873px;
	left: 110px;
	top: 70px;
	overflow: auto;
}
#info_text {
	position: absolute;
	height: 435px;
	width: 320px;
	left: 110px;
	top: 70px;
}

#info_pfd {
	position: absolute;
	height: 435px;
	width: 440px;
	left: 530px;
	top: 70px;
}

#streifen {
	position: absolute;
	height: 65px;
	width: 1000px;
	left: 0px;
	top: 517px;
}

#logo {
	position: absolute;
	height: 70px;
	width: 370px;
	left: 0px;
	top: 0px;
}

#button_allconcerts{
	position: absolute;
	height: 31px;
	width: 118px;
	left: 446px;
	top: 485px;
}

#pfeil_zurueck {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 690px;
	top: 585px;
}

#pfeil_vor {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 765px;
	top: 585px;
}



/* text */

p {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: #ffffff;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0.04em;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: #ffffff;
	font-weight: normal;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-align: left;
	color: #ffffff;
	font-weight: lighter;
	padding-top: 0px;
	}

.bold{
	font-weight: bold;
}

.versalien{
	text-transform: uppercase;
}

.versalien_bold{
	font-weight: bold;
	text-transform: uppercase;
}

hr {
	color: #ffffff;
	decoration: none;
}
