
.title {
    background: #48BB20; 
}

#wrapper {
	/* background: url(../images/frame/top_bg_werk.png) no-repeat; */
}

#header {
	background: url(../images/frame/header_bg_werk.png) no-repeat;
}

#content_holder {
	background: url(../images/frame/content_bg_werk.png);
}

#footer {
	background: url(../images/frame/footer_bg_werk.png) no-repeat;
	background-position: bottom left;
}

a.full {
	color: #48BB20;
}

a.full:hover, a.fullCurrent {
	background: #48BB20;
    color: white;
}

.content_main .links a {
    color: #48BB20;
    text-decoration: underline;
}

.content_main .links a:hover {
    text-decoration: none;
}

.content_main .links a:visited {
    color: #1F6289;
}


