﻿/*______________________________________ Begin Global Styling ______________________________________*/

* {margin:0; padding:0}
body {font-family:Arial; font-size:12px; color:#52555a; background-color:#3194fa; background-image:url(../interface/Background.jpg);background-repeat:repeat-x}
p {margin-bottom:10px}
h1 {font-size:16px; color:#38aee5; margin:12px 0 3px 0}
h2 {font-size:14px; color:#38aee5; margin:12px 0 3px 0}
h3 {font-size:12px; color:#38aee5; margin:12px 0 3px 0}

hr {color: #38aee5; background-color: #38aee5; height:1px; border:none; margin-top:5px}
ul {list-style-type:none}

a {color:#38aee5;text-decoration:none; font-weight:bold}
a:hover {color:#1e3b59;text-decoration:underline}
a:visited {color:#38aee5}
/*______________________________________ End Global Styling ______________________________________*/

/*______________________________________ Start Layout Styling ______________________________________*/

#Container {margin:0 auto; width:798px; background-image:url(../interface/Content_Background.jpg);background-repeat:repeat-y}
#HeaderTop {height:58px; background-image:url(../interface/Header_top.jpg)}
#HeaderBottom {height:327px; background-image:url(../interface/Header_Bottom.jpg); background-repeat:no-repeat}
#HeaderImage {height:212px; width:206px; margin-left:592px; margin-top:-327px}
#Content {margin:-30px 10px 0 167px; width:550px}
#Footer {height:89px; background-image:url(../interface/Footer_Background.jpg); background-repeat:no-repeat}
/*______________________________________ End Layout Styling ______________________________________*/


/*______________________________________ Begin Main Menu Styling ______________________________________*/
#HeaderWrapper{background-image:url(../interface/NoneDark.jpg);background-repeat:no-repeat; width:447px;height:120px;margin-left:145px}
.header {}
.firstDark {background-image:url(../interface/FirstDark.jpg);background-repeat:no-repeat; width:447px;height:120px;}
.secondDark {background-image:url(../interface/SecondDark.jpg);background-repeat:no-repeat; width:447px;height:120px;}
.thirdDark {background-image:url(../interface/ThirdDark.jpg);background-repeat:no-repeat; width:447px;height:120px;}
.fourthDark {background-image:url(../interface/FourthDark.jpg);background-repeat:no-repeat; width:447px;height:120px;}
.fifthDark {background-image:url(../interface/FifthDark.jpg);background-repeat:no-repeat; width:447px;height:120px;}

#MainMenu {list-style-type: none; margin-top:-200px; font-style:italic}
#MainMenu li a {color:#38aee5; text-decoration:none; font-weight:bold}
#MainMenu li a:hover {text-decoration:underline}
#MainMenu li a:visited {color:#38aee5}
#MainMenu li a.current {color:#1e3b59;text-decoration:underline}  

/*Classes to position the main menu items in an arc */
.first {margin-top: 285px; margin-left:20px}
.second {margin-top: -38px; margin-left: 80px}
.third {margin-top: -30px; margin-left: 157px; color:red}
.fourth {margin-top: -15px; margin-left: 247px}
.fifth {margin-top: 0; margin-left: 355px}
/*______________________________________ End Main Menu Styling ______________________________________*/


/*______________________________________ Begin Vestigingen List Styling ______________________________________*/
#VestigingenContainer {width:111px; margin-left:37px;margin-top:-40px; margin-bottom:30px}
#Vestigingen {list-style-type: none; color:#fff; font-weight:bold}
/*______________________________________ End Vestigingen List Styling ______________________________________*/


/*______________________________________ Begin Sub Menu Styling ______________________________________*/
#SubMenuContainer {width:111px; margin-left:32px; background: url(../interface/separator.jpg) repeat-x left top}
#SubMenu {list-style-type: none; background-image: url(../interface/separator.jpg) repeat-x; background-position: left top}
#SubMenu li {background: url(../interface/separator.jpg) repeat-x left bottom}
#SubMenu li:hover {background-color:#75cfdf; height:99%} 
#SubMenu li:current {background-color:#75cfdf} 
#SubMenu li a {color:#fff; text-decoration:none; font-weight:bold; display:block; padding:5px 0 5px 2px}
#SubMenu li a:visited {color:#fff}
#SubMenu li a.current {background-color:#75cfdf;height:99%}  

/*______________________________________ End Sub Menu Styling ______________________________________*/
