@charset "UTF-8";
/* CSS Document */

html{
	--color-hell: #008f9f ;
	--color-mittel: #008f9f ;
	--color-dunkel: #006571 ;
	--color-selected: RED ;
}
#filter a{
	text-shadow:1px 1px 1px #006571 ;
}
.list-header {
	color: #008f9f ;
}
.list-button {
	background: 0 0 repeat-x #008f9f ;
}
.list-button .disabled{
    background: #008f9f ;
}
.list-button:hover {
    background: #006571 ;
}

.button-t1 {
	background: #008f9f ;
}
.button-t2 {
	background: RED ;
}

footer #footer_l {
	background-color: RED ;
}
footer #footer_r {
	background-color: #008f9f;
}
footer #footer_r:hover {
	background-color: #006571 ;
}
.modal-header {
	color: #008f9f ;
}

html{
	background: url('../img/Portfolio_bg_tile.jpg') #18222b;
}
body{
	background:url('../img/Portfolio_bg_center.jpg') center 0px no-repeat;
}
header{
	background:url('../img/Portfolio_header.png') repeat-x;
}
h2{
	background:url('../img/Portfolio_header.png') repeat-x;
}
h1{
	background:url('../img/Portfolio_header.png') repeat-x;
}
h1b{
	background:url('../img/Portfolio_logo2.png') no-repeat center center;
}
footer{
	background:url('../img/Portfolio_header.png') repeat-x;
}
#filter {
	background: url("../img/Portfolio_bar2.png") repeat-x 0 -94px;
}
#filter:before, #filter:after {
	background: url("../img/Portfolio_bar2.png") no-repeat;
}
#filter a.active{
	background: url("../img/Portfolio_bar2.png") repeat-x 0 -138px;
}
footer a.chilli,a.chilli:visited{
	background:url("../img/Portfolio_CHILLI.png") no-repeat right top;
}
#close_me {
	background: url("../../img/close2.png") ;
}
#close_me_info {
	background: url("../../img/close2.png") ;
}