/* =========================================================
opferhilfe ev - CSS
Datei:	design.css
Media:	screen

Datum:	19. Juli 2006
Autor:	Robert Hahmann
Mail:	i@ricof.de
========================================================== */

/*---------	html & body	------ */
body {
	color: #000;
	background: #fff url(header_balken_dyn.png) repeat-x;
}

/*---------	headlines	------ */
h3 {
	color: #58A459;
}
h4 span {
	background-color: #B99251;
	color: #fff;
}

/*-------	a	------ */
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #000;
	background-color: #fff;
}

/*---------	mainnavi	------ */
#left ul li {
	background-color: #58A459;
}
#left ul li a {
	color: #fff;
}
#left li h2 a,
#left li a:hover {
	background-color: #fff;
	color: #000;
}

/*-------	subnavi	------ */
#subNavigation {
	margin-top: 100px;
	background: url(center_top.png) no-repeat;
}
#subNavigation ul li a {
	color: #fff;
}
#subNavigation ul li a:hover,
#subNavigation ul li a.active {
	background-color: #fff;
	color: #000;
}

/*------- 	logo	------ */
#logo a {
	background: url(logo.png) no-repeat;
}

/*-------	content	------ */
#contentBG {
	background-color: #fff;
}
#content {
	background-color: #F8FBEE;
}
#content img {
	border: 1px solid #333;
}
#content input:hover,
#content textarea:hover,
#content input:focus,
#content textarea:focus {
	background-color: #F1F7DD;
}
#content ul li:hover {
	background-color: #fff;
}
#content ul li li:hover {
	background-color: #F8FBEE;
}
#content a {
	color: #58A459;
}
#content a:hover {
	color: #fff;
	background-color: #58A459;
}

/*-------    notiz     ------ */
#notiz {
	background: url(notizblock.jpg) no-repeat top right;
}
/*
#notiz .teaser a {
	color: #58A459;
}
#notiz .teaser a:hover {
	color: #fff;
	background-color: #58A459;
}
*/
#notiz p {
	padding-left: 2.5em;
	padding-right: 1em;
	font-size: 12px;
}
#notiz h5 {
	margin-left: 5em;
	padding-right: 1em;
}
#notiz h5 a {
	font-size: 12px;
	font-weight: 900;
}
#notiz a {
	color: #58A459;
}
#notiz a:hover {
	color: #fff;
	background-color: #58A459;
}

/*-------	footer	------ */
#footercenter {
	padding-left:17px;
	margin-left: 242px;
	background: url(center_bottom.png) no-repeat;
}
#footer {
	background: url(footer_balken.png) repeat-x;
}