﻿
/**
 * @author KOES
 * @copyright insyma AG
 * @projectDescription ConfigFile um projektspezifische CSS zu erstellen
 * @version 1.0
 */
 
body.Anthrazit, body.Anthrazit .headerbox {
	background: #272727;
}

body.Gruen, body.Gruen .headerbox {
	background: #002c22;
}

body.Violett, body.Violett .headerbox {
	background: #431b3d;
}

body.Braun, body.Braun .headerbox {
	background: #3b1c13;
}

body.Magenta, body.Magenta .headerbox {
	background: #750136;
}

body.Blau, body.Blau .headerbox {
	background: #00202d;
}

