integrate wizard menu and add loadpage

Change-Id: I65fe90a2155966a2631c01ed00892070e8fc4456
diff --git a/Styles.xaml b/Styles.xaml
index 4afe023..9afeebe 100644
--- a/Styles.xaml
+++ b/Styles.xaml
@@ -1,6 +1,7 @@
 <!-- **********************************************************************

 * Copyright (C) 2016 by Savoir-faire Linux                                *

 * Author: Jäger Nicolas<nicolas.jager@savoirfairelinux.com>               *

+* Author: Traczyk Andreas<andreas.traczyk@savoirfairelinux.com>           *

 *                                                                         *

 * This program is free software; you can redistribute it and/or modify    *

 * it under the terms of the GNU General Public License as published by    *

@@ -82,7 +83,7 @@
     <Style x:Key="ButtonStyle2"

         TargetType="Button">

         <Setter Property="Width"

-            Value="50"/>

+            Value="400"/>

         <Setter Property="Height"

             Value="30"/>

         <Setter Property="FontFamily"

@@ -107,6 +108,13 @@
         <Setter Property="FontSize"

                 Value="70"/>

     </Style>

+    <Style x:Key="ButtonStyle4"

+           TargetType="Button">

+        <Setter Property="Foreground"

+                Value="White"/>

+        <Setter Property="Background"

+                Value="LightBlue"/>

+    </Style>

     <Style x:Key="ToggleButtonStyle1"

            TargetType="ToggleButton">

         <Setter Property="Width"