/*
Css für fokus-liebe.de/blog
Author: Sam Jost
Webseite: www.fokus-liebe.de/blog
Version: 2
*/


body 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
}

#hauptmenu
{
	margin: 0px;
	width: 969px;
	background: #ffffe6; /* ffffe6;*/
}
#hauptmenu a
{ 
	text-decoration: none;
}

#hauptmenu a:link 
{ 
	font-weight: bold; 
	color: #000080;
}

#hauptmenu a:visited 
{ 
	font-weight: bold; 
	color: #800080;
}

#hauptmenu a:hover, a:active 
{ 
	text-decoration: underline; 
	color: #ff0000;
}

#hauptmenuList ul 
{
	margin: 0px;
	padding: 3px 10px 3px 40px;  
}
#hauptmenuList li 
{
	line-height: 2.5ex; 
	list-style-type: none;
	background: transparent; 
	display: inline; 
	padding-left: 20px;
	padding-top: 5px; 
	margin-bottom: 5px;
}



#blogtitle 
{
	font-size: 110%;
	font-weight: bold; 
}

#blogfooter 
{
	font-size: 75%;
}
#navigation
{
	font-size: 75%;
}
#navigation ul
{
	margin: 0 0 0 5px;	
}
#navigation li
{
	margin: 0;
	list-style-type: none;
}

a:visited,
a:active,
a:link 
{	
	text-decoration: none;
	color: #00F;
}

a:hover 
{
	text-decoration : underline;
}

