@charset "utf-8";
/* CSS Document */

/*Overwrites für Bürgerkraftwerk*/

/*framework.css*/
html {
	background-color: #cce0cc;
}

body {
	background-image: url(images/body_hg_top.jpg);
}

#center_outer{
	background-image: url(images/body_hg_bottom.jpg);
}

#center_inner{
	background-image: url(images/center_hg_repeat.png);
}

#head_image{
	background-image: url(images/default_head.jpg);
}

#menu_main{
	background-color: #ebf3eb;
}

/*start.css*/
#box_aktuelles .head{
	color: #006600;
}

#box_aktuelles .content{
	background-color: #e5efe5;
	border: 1px solid #006600;
}

#box_aktuelles .headline{
	color: #006600;
}

#box_aktuelles .body li{
	background-image: url(images/start_box_aktuelles_li.gif);
}

#two_boxes .left{
	background-color: #e5efe5;
	border: 1px solid #006600;
}

#two_boxes .right{
	background-color: #e5efe5;
	border: 1px solid #006600;
}

#two_boxes .headline{
	color: #006600;
}

#two_boxes .link{
	background-image: url(images/start_box_aktuelles_li.gif);
}

/*content.css*/
#content .csc-header h1.csc-firstHeader{
	color: #006600;
}

#partner .head{
	color: #006600;
}

#partner .content{
	background-color: #e5efe5;
	border: 1px solid #006600;
}
#content a{
	color: #006600;
}

/*menue.css*/

#menu_main li{
	background-color: #d7e3e9;
}

#menu_main li a{
	color: #6d6d6d;
	background-color: #ebf3eb;

}

#menu_main li a:hover{
	background-color: #c9dfc9;
	color: #006600;
}

#menu_main li.act a{
	background-color: #c9dfc9;
}

#menu_sub li a{
	color: #75797d;
	background-image: url(images/submenu_li.gif);

}

#menu_sub li.act a{
	color: #006600;
}

#menu_sub li a:hover{
	color: #006600;
}

#menu_foot li a:hover{
	color: #006600;
}

/*powermail.css*/
.tx_powermail_pi1_fieldwrap_html_text input:focus,
.tx_powermail_pi1_fieldwrap_html_textarea textarea:focus,
.tx_powermail_pi1_fieldwrap_html_captcha input:focus {
	border:1px solid #006600;
}

.powermail_mandatory_js {
	background:#00660;
}