/* CSS Document für rote Seite */

/* =================== DEFAULT STYLES =================== */

/* Headings */
h1 {
	color:#00A751;
}

/* Links */
a, a:visited {
	color:#00A751;
}


/* =================== MENUPAGE & MOREINFO =================== */

/* Moreinfo */

div.moreinfo_title {
	background-image:url(/images/default/design_custom/bg_h3_green.gif);
}


/* =================== NAVIGATIONEN =================== */

/* Navigation Parent */
a.navlink_pd:hover {
    color: #00A751;
}
a.navlink_pditw, a.navlink_pditw:visited {
    color: #00A751;
}
a.navlink_pditw:hover {
    color: #00A751;
}

/* Level 1 */

a.nav_level1:hover, a.nav_level1:active {
	background-image:url(/images/default/design_custom/bg_nav1_f2_green.gif);
}

a.nav_level1_active, a.nav_level1_active:visited, a.nav_level1_active:hover, a.nav_level1_active:active {
	background-image:url(/images/default/design_custom/bg_nav1_f2_green.gif);
}

/* Level 2 */
a.nav_level2:hover, a.nav_level2:active {
	color:#00A751; 
}

a.nav_level2_active, a.nav_level2_active:visited, a.nav_level2_active:hover, a.nav_level2_active:active {
	color:#00A751;
}

/* =================== NEWS =================== */

/* Newsbox */
div#newsbox {
	border:1px solid #00A751;
}

div.newsbox_boxtitle a:hover, div.newsbox_boxtitle a:active	{
	color:#00A751;
}

div.newsbox_title a:hover, div.newsbox_title a:active {
	color:#00A751;
}

div.newsbox_more a:hover, div.newsbox_more a:active {
	color:#00A751;
}

/* Newsbox HOME */
div#newsbox_home {
	border:1px solid #00A751;
}

div.newsbox_home_boxtitle {
	background:#00A751 url(/images/default/design_custom/bg_h3.gif);
	background-repeat:no-repeat;
}

div.newsbox_home_text a:hover, div.newsbox_home_text a:active {
	color:#00A751;
}

div.newsbox_home_title a:hover, div.newsbox_home_title a:active {
	color:#00A751;
}

div.newsbox_home_more a:hover, div.newsbox_home_more a:active {
	color:#00A751;
}


/* =================== DIVERSE WEITERE PLUGINS =================== */

/* Breadcrumb */
div#breadcrumb {
	background-color:#00A751;
}

div#breadcrumb_home {
	background-color:#00A751;
}

