/* 	herzensart.css
	global definitions for
	http://www.herzensart.com
	
	(c) 2006 michael weis

 menues zur navigation im frame   
 */


body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #FFFFFF;
	color: #7A7A7A;
	text-align: center;
	vertical-align:middle;
} 

#navigation
{
border-bottom-style:solid; 
border-bottom-width:1px; 
border-color:#CC3300; 
color:#CC3300;
margin-top:10px;
}


.line {
	width:80%;
	color:#cc3300;
	background-color:#cc3300;
	height:1px;
	margin-right:10%;
	margin-left:10%;
	text-align:justify;
	
	}

.hovermenu {
	padding-left: 0;
	margin-left: 0;
	height: 20px;
}

.hovermenu a {
	color: #CC3300;
	background-color: #FFFFFF;
	text-align:center;
	text-decoration:none;
}

.hovermenu a:visited {
	color: #CC3300;
	text-decoration: none;
	font-weight: inherit;
}

.hovermenu a:focus {
	font-weight:bold;
}

.hovermenu a:hover {
	font-weight:bold;
}

.hovermenu a:active {
	font-weight:bold;
}

html>body .hovermenu ul li a:active {    /* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
}

.this {
	font-weight:bold;
}


