body{
background-color:#ffffff;
background-image:url(../img/bg.jpg);
background-repeat:repeat-y;
background-position:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding:0;
margin:0;
height: 100%;
}
a { font-weight:bold;color: #cd0528; font-size: 12px; }
a:hover { text-decoration:none; }

/*WRAPPER*/
#wrapper{
width:978px; /* was 970 */
margin-left: auto;
margin-right: auto;
padding-left:1px;
height: 100%;
}

#header{
background-image:url(../img/vitalestadheader.JPG);
background-repeat:no-repeat;
width:978px;
height:118px;
background-color: #cd0528;
}

#left{
margin: 0px 35px 6px 6px;
width:192px;
height:100%;
float:left;
}

#left h1{
font-family:Verdana, Geneva, sans-serif;
width:190px;
background-color: #fff;
color: #000;
border-top: solid 1px #cd0528;
border-left: solid 1px #cd0528;
border-right: solid 1px #cd0528;
font-size:18px;
font-weight: normal;
text-align:center;
padding: 3px 0px 10px 0px;
margin-bottom: -25px;
}

#left p {
font-family: "Times New Roman", Times, serif;
letter-spacing: 1px;
font-size: 18px;
line-height: 26px;
font-weight:bold;
padding: 10px 10px 0px 10px;
text-align:center;
font-style:italic;
background-image: url(../img/blokje.gif);
background-repeat:no-repeat;
background-color:#FFF;
border: solid 1px #cd0528;
}

#left img {
margin: -10px 0px 0px -10px;
}

#content {
height: inherit;
min-height: 100%;
}

#inclcontent {
width: 435px;
height: 100%;
background-color: #dce1e4;
float: left;
padding: 20px;
}

#inclcontent p  {
padding: 0px 0px 0px 20px;
line-height: 20px;
}

#inclcontent ul  {
padding: 0px 0px 0px 40px;
line-height: 20px;
}

#inclcontent h1 {
font-size: 16px;
font-weight: normal;
color: #cd0528;
padding: 0px 0px 0px 20px;
}

#inclcontent h2 {
font-size: 14px;
font-weight: normal;
color: #cd0528;
padding: 0px 0px 0px 20px;
}

#inclcontent h3 {
font-style: italic;
font-size: 14px;
font-weight: normal;
color: #cd0528;
padding: 0px 0px 0px 20px;
}

#inclcontent a {
	color: #cd0528;
	font-size: 12px;
}

#inclcontent table{
	padding-left: 20px;
}
#banners{
float: right;
width: 222px;
height: inherit;
min-height: 100%;
border-left: solid #000 1px;
border-top: solid #cd0528 2px;
border-bottom: solid #cd0528 2px;
border-right: 0px;
padding: 20px 6px 20px 6px;
background-image:url(../img/verloop.jpg);
background-repeat:repeat-y;
margin-right: -1px;
}

/*MENU*/
#menu {
background-color:#cd0528;
height:35px;
width:978px;
margin-top: -12px;
*margin-top: 0px;
margin-bottom: 20px;
border-bottom: solid 5px #000;
}

ul#menunav{
margin-left: -30px;
*margin-left: 6px;
margin-right: auto;
}

ul#menunav li{
display:inline;
}

ul#menunav li a {
display:block;
width:163px;
*width:162px;
height:23px;
font-weight: normal;
font-size:16px;
color:#ffffff;
background-color:#000;
text-decoration:none;
text-align:left;
float:left;
padding-top:7px;
padding-left: 25px;
margin-right: 5px;
background-image:url(../img/menu-item.gif);
background-repeat: no-repeat;
}

ul#menunav li a:hover {
color:#000;
background-color: #ebf7fd;
background-image:url(../img/menu-item_over.gif);
background-repeat: no-repeat;
}

ul#menunav li a:active {
color:#000;
background-color: #ebf7fd;
}

#footer{
margin:0px;
padding-top:8px;
width:978px;
height:18px;
background-color:#cd0528;
clear: both;
color:#fff;
font-size:10px;
text-align:center;
border-bottom: solid 5px #000;
}

#footer a{
color:#fff;
}


