/*----- blue stuff here -----*/

body {
	background-image: url(../img/blue/body_bg_blue.png);
	background-repeat: repeat-x;
}	
#content {
	background-image: url(../img/blue/arrow_blue.png);
	background-repeat: no-repeat;
	height: 420px;
}
#title_start {
	background-image: url(../img/blue/willkommen_blue.png);
}
#title_kompetenzen {
	background-image: url(../img/blue/kompetenzen_blue.png);
}
#title_showroom {
	background-image: url(../img/blue/showroom_blue.png);
}
#title_team {
	background-image: url(../img/blue/team_blue.png);
}
#title_kontakt {
	background-image: url(../img/blue/kontakt_blue.png);
}
.smallbox {
	background-image: url(../img/blue/box_blue.gif);
	background-repeat: no-repeat;
	height: 187px;
	width: 152px;
	color: #333333;
}
.bigbox {
	background-image: url(../img/blue/bigbox_blue.gif);
	background-repeat: no-repeat;
	height: 206px;
	width: 476px;
	color: #333333;
	float: left;
}
.medibox {
	background-image: url(../img/blue/medibox_blue.gif);
	background-repeat: no-repeat;
	height: 236px;
	width: 316px;
	color: #333333;
	float: left;
}
/*---- ende blue stuff ----*/

