/*----- red stuff here -----*/

body {
	background-image: url(../img/red/body_bg_red.png);
	background-repeat: repeat-x;
}	
#content {
	background-image: url(../img/red/arrow_red.png);
	background-repeat: no-repeat;
	height: 420px;
}
#title_start {
	background-image: url(../img/red/willkommen_red.png);
}
#title_kompetenzen {
	background-image: url(../img/red/kompetenzen_red.png);
}
#title_showroom {
	background-image: url(../img/red/showroom_red.png);
}
#title_team {
	background-image: url(../img/red/team_red.png);
}
#title_kontakt {
	background-image: url(../img/red/kontakt_red.png);
}
.smallbox {
	background-image: url(../img/red/box_red.gif);
	background-repeat: no-repeat;
	height: 187px;
	width: 152px;
	color: #333333;
}
.bigbox {
	background-image: url(../img/red/bigbox_red.gif);
	background-repeat: no-repeat;
	height: 206px;
	width: 476px;
	color: #333333;
	float: left;
}
.medibox {
	background-image: url(../img/red/medibox_red.gif);
	background-repeat: no-repeat;
	height: 236px;
	width: 316px;
	color: #333333;
	float: left;
}
/*---- ende red stuff ----*/

