/*
Css für radeldudel.de/Fotos
Author: Sam Jost
Webseite: www.radeldudel.de/Fotos
Version: 2
*/


body 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold; 
	color: #F0F0F0;
 	background-color: #000000;
}

#hauptmenu
{
	margin: 0px;
	width: 969px;
	background: #b0b0b0; /* 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
{	
	text-decoration: none;
	color: #A5F;
}
a:active,
a:link 
{	
	text-decoration: none;
	color: #5AF;
}

a:hover 
{
	text-decoration : underline;
}


