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

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}
body{
	text-align: center; /*zentriert divMain in IE 5.5*/
}
h1, .header1 {
	font-size: 18px;
	font-weight: bold;
}
h2, .header2 {
	font-size: 16px;
	font-weight: bold;
}
h3, .header3 {
	font-size: 14px;
	font-weight: bold;
}
#divMain {
	/*position: absolute;
	left: 40px;*/
	width: 1026px;
	margin: 0px auto; /*zentriert*/
	text-align: left; /*text-zentrierung aufheben siehe body*/
}
a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #6666FF;
}
.emptyRow {
	height: 16px;
	clear: both;
}
.borderHorz {
	height: 3px;
	background-image: url(strich.jpg);
	background-repeat: no-repeat;
}
#divPaulchenText {
	position: relative;
	top: 10px;
	width: 570px;
	float: left;
}
#divPaulchenPic {
	float:right;
	width:230px;
}
#divGitarrinchenPic {
	text-align:center;
}
#divWelcome {
	width: 568px;
	float: left;
	padding:10px;
	border: 1px solid #CCCCCC;
}
.footer{
	font-size:10px;
	color:#666666;
}
.footer a{
	text-decoration:underline;
	color:#666666;
}
.staffimg{
	width:830px;
	overflow:hidden;
}
#divsongtext{
	width:570px;

}

