/*  
Theme Name: St. Johannes Rheda
Theme URI: http://www.st-johannes-rheda.de
Description: Theme f�r St. Johannes Rheda
Version: 1.0
Author: Jens Baltes
Author URI: http://www.loretis.com
*/

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	height: 100%;
	background-color: #ebebeb;
}
strong {
	color: #AE4F28;
}
h1 {
	color: #AE4F28;
}
h2 {
	color: #AE4F28;
}
a {
	color: #AE4F28;
	text-decoration: none;
        border-bottom: 1px dotted #A56B19;
}
a:hover {
	color: #AE4F28;
	text-decoration: underline;
        border-bottom: none;
}
#menu {
	background-color: #ebebeb;
	border-bottom: 5px solid #4A8CDB;
	width: 100%;
	list-style:none;
	margin: 0;
	padding: 0;
} 
#menu li {
	display: inline;
}
#menu li a {
	display: block; 
	height: 20px;
	padding: 16px 5px 5px 5px;
	margin: 0 6px 0 6px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	float: left;	
	border: none;
}
#menu li a:hover {
	color: #AE4F28;
	text-decoration: underline;
	padding: 16px 5px 0px 5px;	

}
#menu li a:active {
	color: #576AC8;
	padding: 16px 5px 0px 5px;
	
}
#menu li.current_page_item a {
	font-weight: bold;
	color: #AE4F28;
	text-decoration: underline;
	padding: 16px 5px 0px 5px;	
}


#submenu {
	width: 100%;
} 
#submenu li a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#submenu li a:hover {
	color: #AE4F28;
	text-decoration: underline;
        border-bottom: none;

}
#submenu li a:active {
	color: #576AC8;
	
}
#submenu li.current_page_item a {
	color: #AE4F28;
	font-weight: bold;
	text-decoration: underline;
        border-bottom: none;
}

