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

body {
	margin: 0;
	padding: 0;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Verdana;
	font-size: 16px;
	-webkit-text-size-adjust: none;
}

#header {
	width: 100%;
	height: 200px;
	background-image: url(images/header.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

#navigation {
	width: 100%;
	text-align: center;
}

#design {
	width: 800px;
	position: absolute;
	top: 271px;
	left: 50%;
	margin-left: -400px;
}

#spaltelinks {
	width: 130px;
	float: left;
	background-image: url(images/beginning.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px;
	padding-top: 15px;
	background-color: #d9e6ef;
	text-align: center;
	font-family: Georgia;
	margin-bottom: 45px;
}

#textbereich {
	width: 590px;
	float: left;
	padding: 10px 10px 10px 50px;
	font-size: 13px;
}

.ueberschrift {
	font-family: Georgia;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
}

#ending {
	margin: 0 0 -25px -10px;	
}

#songtabelle {
	width: 570px;
}

#songtabelle td {
	padding: 6px;
	vertical-align: top;
	border-bottom: 1px dashed #000000;
}

