<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Liederkiste.com CSS file */

/* general styles */
body{
	color: #000;
	background-color: #4477aa;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 80%;
	min-width: 1000px;
	min-height: 744px;
	height: 100%;
}
/* end of general styles */

/* main container styles */
#main{
	width: 978px;
	height: 100%;
	margin: auto;
	border-radius: 10px;
	border-left: 10px solid rgba(255,255,255,0.8);
	border-right: 10px solid rgba(255,255,255,0.8);
	background-color: #4477aa;
	box-shadow: 0px 0px 2px 2px rgba(102,102,102,0.8);
}
/* end of main container styles */

/* site header styles */
#site_header{
	position: relative;
	width: 978px;
	height: 115px;
	border-radius: 10px 10px 0px 0px;
	color: #333;
	margin: 0px;
}

#site_header h1{
	display: inline-block;
	font-size: 500%;
	margin: 0px;
}

#site_header a:link, #site_header a:visited{
	text-decoration: none;
	border: none;
}

#site_header img{
	border: none;
}

#site_header p{
	font-size: 150%;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	position: absolute;
	bottom: 0px;
	left: 40px;
}

#site_header div.donate{
  position: absolute;
  width: 418px;
  height: 60px;
  right: 5px;
  top: 40px;
}

/* end of site header styles */

	
#googleSearch{
	display: table-cell;
	text-align: center;
	width: 10%;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #ccc;
}
		
/* end of top nav styles */

/* wrapper styles */
#wrapper{
	width: 978px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

#left_wrapper{
	width: 187px;
	float: left;
	margin: 0px 10px 5px -10px;
	padding: 0px;
}

/* end of wrapper styles */

/* social networking styles */
#social_network{
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.8);
	margin: 0xp 0px 5px 0px;
	padding: 5px 15px;
	border: 1px solid #ccc;
	border-radius: 10px 0px 0px 10px;
}
/* end of social networking styles */

/* left nav styles */
#left_nav{
	color: #000;
	border: 1px solid #ccc;
	border-radius: 10px 0px 0px 10px;
	margin: 5px 0px 5px 0px;
}

#left_nav a:link, #left_nav a:visited{
	display: block;
	color: #000;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.8);
	text-decoration: none;
	font-weight: bold;
	padding: 3px 10px 3px 20px;
	transition: color 0.5s linear, background-color 0.5s linear;
	-webkit-transition: color 0.5s linear, background-color 0.5s linear;
	-moz-transition: color 0.5s linear, background-color 0.5s linear;
	-o-transition: color 0.5s linear, background-color 0.5s linear;
	-ms-transition: color 0.5s linear, background-color 0.5s linear;
}

#left_nav a:hover{
	color: #fff;
	background-color: #4477aa;
	background-color: rgba(68,119,170,0.8);
	transition: color 0.2s ease-in, background-color 0.2s ease-in, box-shadow 0.2s ease-in;
	-webkit-transition: color 0.2s ease-in, background-color 0.2s ease-in, box-shadow 0.2s ease-in;
	-moz-transition: color 0.2s ease-in, background-color 0.2s ease-in, box-shadow 0.2s ease-in;
	-o-transition: color 0.2s ease-in, background-color 0.2s ease-in, box-shadow 0.2s ease-in;
	-ms-transition: color 0.2s ease-in, background-color 0.2s ease-in, box-shadow 0.2s ease-in;
}
#left_nav_first{
	border-radius: 10px 0px 0px 0px;
}

#left_nav_last{
	border-radius: 0px 0px 0px 10px;
}

#left_wrapper div.ad{
	color: #000;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.8);
	margin: 5px 0px;
	padding: 0px 0px 0px 5px;
	border: 1px solid #ccc;
	border-radius: 10px 0px 0px 10px;
	text-align: center;
}

/* end of left nav styles */

/* content styles */
#content{
	margin: 1px -10px 15px 182px;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #ccc;
	padding: 5px;
	min-height: 650px;
	border-radius: 0px 10px 10px 0px;
}

#content h2{
	font-size: 200%;
	margin: 0px 15px 0px 15px;
}

#content h3{
	font-size: 120%;
	margin: 10px 0px 0px 0px;
}

#content h4{
	font-size: 100%;
	margin: 0px;
}

#content a:link{
	text-decoration: none;
	color: #4477aa;
	font-weight: bold;
}

#content a:hover{
	text-decoration: underline;
}

#content td{
	padding: 0px 20px 0px 0px;
	vertical-align: top;
}

#content_abc{
	font-size: 150%;
}

#content_text{
	display: table-cell;
}

#utility{
	padding: 0px 5px 0px 7px;
	display: table-cell;
	float: right;
	max-width: 390px;
}

#utility table{
	margin: 0px auto;
}

#utility table td{
	margin: 0px 5px;
}

#utility img{
	margin: 5px;
	float: right;
}

/* end of container styles */

/* site footer styles */
#site_footer{
	color: #333333;
	height: 23px;
	width: 996px;
	margin: -12px -10px 0px -10px;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;
	border: 1px solid #ccc;
}

#site_footer div.left{
	float: left;
	padding: 2px 20px;
}
	
#site_footer div.right{
	float: right;
	padding: 2px 20px;
}

#site_footer a:link, #site_footer a:visited{
	font-weight: bold;
	color: #333;
	text-decoration: none;
	border-radius: 10px;
	transition: color 0.5s linear, background-color 0.5s linear, box-shadow 0.5s linear;
	-webkit-transition: color 0.5s linear, background-color 0.5s linear, box-shadow 0.5s linear;
	-moz-transition: color 0.5s linear, background-color 0.5s linear, box-shadow 0.5s linear;
	-o-transition: color 0.5s linear, background-color 0.5s linear, box-shadow 0.5s linear;
	-ms-transition: color 0.5s linear, background-color 0.5s linear, box-shadow 0.5s linear;
	padding-bottom: 2px;
}

#site_footer a:hover{
	background-color: #4477aa;
	background-color: rgba(68,119,170,0.8);
	color: #fff;
	box-shadow: 0px 0px 3px 1px rgba(68,119,170,0.8);
	transition: color 0.2s ease-in, background-color 0.2s ease-in, box-shadow 0.2s ease-in;
	-webkit-transition: color 0.2s ease-in, background-color 0.2s ease-in, box-shadow 0.2s ease-in;
	-moz-transition: color 0.2s ease-in, background-color 0.2s ease-in, box-shadow 0.2s ease-in;
	-o-transition: color 0.2s ease-in, background-color 0.2s ease-in, box-shadow 0.2s ease-in;
	-ms-transition: color 0.2s ease-in, background-color 0.2s ease-in, box-shadow 0.2s ease-in;
}
/* end of site footer styles */
</pre></body></html>