/* CSS Document */

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	margin: 3px;
}
h1,h2 {
	display: block;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.4em;
	border-left: 8px solid #CA0202;
	padding-left: 5px;
}

/* Designboxen */

#links {
	position: absolute; top: 3px; left:3px;
	background-image: url(img/menu_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top: 160px;
	width: 190px;
	height: 640px;
	border: 5px solid #FDF2C1;
}
#rechts {
	position: absolute; top: 3px; left: 695px;
	width: 290px;
	height: 800px;
	border: 5px solid #FDF2C1;
}
#inhalt {
	position: absolute; top: 3px; left: 203px;
	padding: 0 10px 10px 10px;
	width: 475px;
	height: 790px;
}
#inhalt a:link, #inhalt a:visited, #inhalt a:active {
	display: inline;
	text-decoration:none;
	color: #CA0202;
	font-weight:bold;
}
#inhalt a:hover {
	display:inline;
	text-decoration:underline;
	color: #CA0202;
	font-weight:bold;
}
#links_unten {
	position: absolute; top: 630px; left: 0px;
	background-image:url(img/menu_bottom.jpg);
	background-repeat:no-repeat;
	height: 170px;
	width: 190px;
}
.button {
	height: 25px;
	width: 150px;
	font-size: 18px;
	background-color:#A7A7A7;
	text-align: center;
	margin: 20px 0 20px 20px;
	font-weight:bold;
}
.button_act {
	font-size: 18px;
	color: #CA0202;
	background-color:#FDF2C1;
	height: 25px;
	width: 150px;
	text-align: center;
	margin: 20px 0 20px 20px;
	font-weight:bold;
}
.button a:link, a:visited, a:active {
	display:block;
	text-decoration: none;
	color: #000000;
}
.button a:hover {
	display:block;
	color: #CA0202;
	background-color:#FDF2C1;
	height: 25px;
	width: 150px;
	text-decoration: none;
}
td {
	vertical-align:top;
}
.songtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align:center;
}
.songtitle {
	font-size: 1.4em;
	font-weight: bold;
}
.verfasser {
	font-size: 1em;
	font-style: italic;
}
