diff --git a/app/components/architecture-visualisation-cytoscape/style.js b/app/components/architecture-visualisation-cytoscape/style.js
index 4b08443913db03d277bac02c22190d2860cb79ae..9a6e64422b11d6211279c90ac8bdad8c1bd20726 100644
--- a/app/components/architecture-visualisation-cytoscape/style.js
+++ b/app/components/architecture-visualisation-cytoscape/style.js
@@ -23,11 +23,17 @@ $node > node { /* compounds. "Nodes" in meta model. $ selects the parent node th
     padding-right: 10px;
     text-valign: top;
     text-halign: center;
+}
+
+[type="node"] {
     background-color: #CCC;
 }
 
-[type="red"] {
-    background-color: red;
+[type="nodeGroup"] {
+    background-color: white;
+    border-style: dotted;
+    border-color: #999;
+    border-width: 2px;
 }
 
 edge {