/*lyrics.odras.de - cascading style sheet */

body {background:#fae4bf;
	font-family:Verdana, Geneva, Arial, "Sans Serif";
	font-size:12px;
	color:#000;
	text-align:center;
}

a:link,  a:visited
		{text-decoration:none;
		color:#333;}
		
a:hover, a:active, a:focus
		{text-decoration:underline;
		color:#333;}

hr {color:#c96;
	background:#c96;
	width:auto;
	height:1px;}

p {font-size:12px;
	color:#555;
	margin-right:0;
	padding-bottom:15px;
	line-height:18px;
	padding-top:0px;
 }
 
 .small {font-size:10px;}
 
h1 {font-family: "Palatino Linotype", Palatino, "Times New Roman", Times;
	font-size:18px;
	text-align:left;
	margin-left:10px;
	color:#6C260A;
	font-weight:normal;
	font-style:italic;}
	
#no_ie{
	width: 820px;
	z-index:100;
	margin: auto;
	text-align:justify;
	background:#fae4bf;
	color:red;
	font-weight:bold;
	margin:5px;
	
}
	
#window	{width:820px;
		margin:auto;
		text-align:left;
		}
	
#header {width:820px;
		height:65px;
		border-bottom:1px solid #c96;
}

#logo 	{margin:10px;
		background:transparent;
		width:820px;
		height:35px;
		text-align:right;}
		

#titel	{font-family:"Palatino Linotype", Palatino, "Times New Roman", Times;
		font-size:28px;
		font-style:italic;
		text-align:right;
		color:#6C260A;}
		
a.title:link, a.title:visited
		{color:#6C260A;
		text-decoration:none;}
		
a.title:hover, a.title:active, a.title:focus
		{color:#B46242;
		text-decoration:none;}
		
#content {width:820px;}
		
#main_content {margin:auto;
		width:525px;
		border-top:1px solid #c96;
		text-align:right;
		font-weight:normal;
		color:#000;
		padding:20px 15px 20px 15px;
		margin:20px auto 20px 0;
		float:left;
		}
		
#footer {width:820px;
		height:20px;
		background:#fae4bf;
		margin-left:-15px;
        margin-top:45px;
	    border-top:1px solid #c96;
        z-index:10;
		}

.footertxt {text-align:right;
		font-size:11px;
		color:#333;
		padding-right:255px;}

#flowers_right
		{width:155px;
		height:398px;
		float:left;
		margin-bottom:15px;
		margin-left:15px;
		margin-top:-60px;
		}
		
#flowers_right_ie {visibility:hidden;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/variable_dl.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/*---- menubar http://www.cssplay.co.uk/menus/variable_dl.html  ---- edited by odras ----*/
#menu {list-style-type:none; 
margin:0; 
padding:0;
z-index:100;
}

#menu li {
	display:block; 
	font-size:11px;
	float:left; 
	position:relative; 
	z-index:100; 
	margin:0px;
	width:200px;
	line-height:1.2em;
	
	}
	
#menu li span {
	display:block; 
	z-index:95; 
	padding: 5px;
	font-size:8px;
	text-align:left;
	}
	
#menu li a, #menu li a:visited {
	display:block; 
	padding:0;
	}

#menu dl {
	position:absolute; 
	top:0; 
	left:0; 
	margin: 0; 
	padding: 0; }

#menu dt {
	background: #fae4bf; 
	margin-bottom:18px; 
	font-size: 11px;
	float:left; 
	width:175px;
	line-height:1.2em;
	height:20px;
	vertical-align:middle;
	text-align:left;
	}
	
#menu dd {
	display:none;  
	clear:left;
	margin:1px; 
	padding:0; 
	font-size: 11px; 
	width:150px;
	text-align:left;
	}

#menu dt a, #menu dt a:visited {
	display:block; 
	color:#333; 
	padding: 2px; 
	text-decoration:none;
	font-style:italic;
	margin-left:8px;
	margin-right:8px;
	}
	
#menu dd a, #menu dd a:visited { 
	color:#333; 
	text-decoration:none; 
	display:block; 
	padding: 2px;
	margin-left:8px;
	}

#menu li a:hover {border:0; margin-left:8px; margin-right:8px;}

#menu li:hover dd, #menu li a:hover dd {display:block; background:#F8F4E8;}

#menu li:hover dt a, #menu li a:hover dt a {color:#333; text-decoration:underline;}

#menu dd a:hover {background: #fae4bf; color:#333;text-decoration:underline;}

#menu a.active:link, 
#menu a.active:visited,
#menu a.active:active,
#menu a.active:focus,
#menu a.active:hover {text-decoration:underline;}

