/*
______________________________________
CSS für den Refresh von bar-und-blumen.ch
Programmierungen bei projekteins.ch
Januar 2007
bb_color1.css
______________________________________
*/

body {
	background: #999999;
	}
	
div#hauptbild {
	position:relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 190px;
	background: #373432 url(../images/bb_top1.jpg) no-repeat;
	}
	
div#hauptbild a {
	border-bottom: none;
	text-decoration:none;
	}
	
div#hauptbild a:link:hover, div#hauptbild a:visited:hover {
	border-bottom: none;
	text-decoration:none;
	}
	
div#menu ul {
	border-bottom: 1px solid #f8cf39;
	}
	
div#menu ul li a {
	border-left: 1px solid #f8cf39;
	border-right: 1px solid #f8cf39;
	border-top: 1px solid #f8cf39;
	background: #373432 url(../images/bbmenu1_bg.jpg) repeat-x;
	}
	
div#menu ul li a:link {
	color:#f8cf39;
	}
	
div#menu ul li a:visited {
	color: #f8cf39;
	}

div#menu ul li a:link:hover, div#menu ul li a:visited:hover {
	color: #373432;
	background: #f8cf39 url(../images/menu_bghover.jpg) repeat-x;	
	}
	
div#menu ul li a:focus {	
	color: #ffffff;
	background:white;
	border-top: 1px solid white;
	}
	
div#rechts a {
	border-bottom: 1px dashed #f8cf39;
	color: #f8cf39;
	}
	
div#rechts a:link:hover, div#rechts a:visited:hover {
	border-bottom: 1px solid #f8cf39;
	color: #f8cf39;
	}

div#links a {
	text-decoration:none;
	border-bottom: 0px dashed #f8cf39;
	color: #f8cf39;
	}
	
div#links a:link:hover, div#links a:visited:hover {
	text-decoration:none;
	border-bottom: 1px solid #f8cf39;
	color: #f8cf39;
	}
	
div#links {
	text-align:center;
	}

h2, h3 {
	color: #f8cf39;
	}
	
div#footer {
	border-top: 1px solid #f8cf39;
	border-bottom: 1px solid #f8cf39;
	}

.small {
	margin: 0;
	padding: 0;
	font-weight:normal;
	font-size: 90%;
	line-height:100%;
	color: #efdfa4;
	}

