/* 
	Bezeichnung:	grube_sidebar.css (stylesheet für die Seitennavigation) 
	Projekt: 			gemeinde-grube.de
	Datum: 				k27.02.2009
	Autor: 				Jörg Harling
*/


/************************************/
/*       Sidebar-Basiselemente      */
/************************************/

.boxgray1 {
	width:154px;
	padding:6px;
	background:#f0f3f8;
}

.boxgray1a {
	width:154px;
	padding:6px;
	background:#8ecba0;
}

.boxgray2 {
	width:154px;
	padding:6px;
	background:#fff9ec;
	color:#1a8839;
	float:none;
	overflow:hidden;
	margin-bottom:4px;
}

.boxgray2 a:link, .boxgray2 a:visited {
	color:#416aa5;
	font-weight:bold;
	text-decoration:none;
}

.boxgray2 a:hover {
	text-decoration:underline;
}

/************************************/
/*        Sidebar-main-Links        */
/************************************/


/*********** Aktuelles Wetter *************/
#sidebar a.wetter:link, #sidebar a.wetter:visited {
	width:166px;
	background: url(../bitmaps/sidebar_wetter.gif) left no-repeat #8ecba0;
	display:block;
	height:22px;
	background-position:8px;
	text-decoration:none;
	margin-bottom:4px;
}

#sidebar a.wetter:hover {
	background: url(../bitmaps/sidebar_wetter_hover.gif) left no-repeat #7fc193;
	background-position:8px;
}

/*********** Prospekt *************/
#sidebar a.prsp:link, #sidebar a.prsp:visited {
	width:166px;
	background: url(../bitmaps/sidebar_prsp.gif) left no-repeat #8ecba0;
	display:block;
	height:22px;
	background-position:8px 4px;
	text-decoration:none;
	margin-bottom:4px;
}

#sidebar a.prsp:hover {
	background: url(../bitmaps/sidebar_prsp_hover.gif) left no-repeat #7fc193;
	background-position:8px 4px;
}

/*********** Gästebuch *************/
#sidebar a.gb:link, #sidebar a.gb:visited {
	width:166px;
	background: url(../bitmaps/sidebar_gb.gif) left no-repeat #8ecba0;
	display:block;
	height:22px;
	background-position:8px 4px;
	text-decoration:none;
}

#sidebar a.gb:hover {
	background: url(../bitmaps/sidebar_gb_hover.gif) left no-repeat #7fc193;
	background-position:8px 4px;
}


/*********** OFL *************/
#sidebar a.ofl:link, #sidebar a.ofl:visited {
	width:166px;
	background: url(../bitmaps/sidebar_ofl.gif) left no-repeat #fff9ec;
	display:block;
	height:80px;
	background-position:16px;
	text-decoration:none;
}

#sidebar a.ofl:hover {
	background: url(../bitmaps/sidebar_ofl_hover.gif) left no-repeat #fff9ec;
	background-position:16px;
}


/************************************/
/*     Sidebar-Formularelemente     */
/************************************/

#sidebar input, #sidebar select {
	border:1px solid #8ecba0;
	font-size:12px;
}

#sidebar form {
	margin:0;
	padding:0;
}

#sidebar input.suche {
	border:0;
	font-size:12px;
	background:#5ab374;
	color:#FFFFFF;
	float:right;
	margin:10px -6px -6px 0px;
}