@import url("header.css");

body {
	background-image:url(Hintergrund.jpg);
	width: 980px;
	font-family: Verdana;
}

.mainContent {
	width: 700px;
	overflow: hidden;
	text-align: left;	
	padding: 20px;
	border:5px solid #950025;
	list-style-image: url(pics/guitar.jpg);
}

.mainContent img{
	padding-left: 20px;
	padding-top: 20px;
	overflow: hidden;
	border: 0px solid #FFFFFF;
}

.subheader {
	font-size: 16pt;
	font-weight: bold;
	color: #950025;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.stdtext {
	font-size: 10pt;
	text-align: justify;
	padding-left: 20px;
	padding-bottom: 20px;
}

.stdtext a:link{
	color: #950025;
	text-decoration: underline;
	border-style: none;
}

.stdtext a:visited {
	color: #950025;
	text-decoration: underline;
	border-style: none;
}

.stdtext a:hover {
	color: #FF0025;
	text-decoration: underline;
	border-style: none;
}

.stdtext a:focus {
	color: #FF0025;
	text-decoration: underline;
	border-style: none;
}

.stdtext a:active {
	color: #FF0025;
	text-decoration: underline;
	border-style: none;
}

.bigger {
	font-size: 16pt;
	text-align: left;
	padding-left: 5px;
	padding-top: 25px;
}

.beschreibung {
	font-size: 10pt;
	text-align: justify;
	padding-left: 75px;
	padding-top: 20px;
}

li {
	padding-top: 20px;
}

.links {
	float: left;
	width: 200px;
}

.foto {
	text-align: center;
	padding-bottom: 20px;
}

.rechts {
	float: right;
	text-align: right;
	width: 200px;
}
