-<table markdown="1">
-<tr><td valign="top">
-[[!inline pages="StartSeite/L*" sort=title raw=yes]]
-</td><td valign="top">
-[[!inline pages="Kalender/* and !Kalender/*/*" show=2]]
-[[!inline pages="StartSeite/R*" sort=title raw=yes]]
-</td></tr></table>
+<div class="contentwrapper" markdown="1">
+ <div class="column-left">
+ [[!inline pages="StartSeite/L*" sort=title raw=yes]]
+ </div>
+ <div class="column-right">
+ [[!inline pages="Kalender/* and !Kalender/*/*" show=2]]
+ [[!inline pages="StartSeite/R*" sort=title raw=yes]]
+ </div>
+</div>
--- /dev/null
+.contentwrapper{
+ width: 960px;
+ margin: 0 auto;
+
+}
+
+.column-left{
+ float: left;
+ width: 500px;
+ background-color: #DDDDDD;
+ padding: 10px;
+}
+
+.column-right{
+ float: right;
+ width: 400px;
+ background-color: #DDDDDD;
+ padding: 10px;
+}
+
+
+/*Adjustment of textAdjustment of text */
+h1, h2, h3, .title{
+ color: #D70A53;
+}
+
+.title {
+}