@import url("css/MainMenu.css");
@import url("css/New_default.css");

/* colors:
Licht blauw 	9CB9CE
Lichter Blauw	D2DFE9
Donker Blauw	003859
Beige		CFAB7A
Aubergine	963A70
Hel Blauw	18A9E1
Groen		A7CA3C
Oranje		F4752B
*/

html, body, form{
height:100%;
padding:0;
margin:0;
}

/*For vertical align*/
#SkinVerticalAlign{
float:left;
height:50%;
margin-top:-300px;
width:100%;
}

#Body{
background-color:#D2DFE9;
}

.ControlPanel{
margin:0px auto;
}

.ControlPanel,
.MainContainer{
position:relative;
width:940px;
}

.MainContainer{
clear:both;
margin-left:auto;
margin-right:auto;
padding:0 10px 10px 10px;
font-size:12px;
}

#Content{
position:relative;
background-color:#FFF;
z-index:100;
/*background-image:url(design/DesignRaphaels.jpg);
background-repeat:no-repeat;*/
}

.Edit{
display:none;
}

#Login{
position:absolute;
right:15px;
top:5px;
z-index:110;
}

#Login a{
font-size:11px;
color:#FFF;
}

#Login a:hover{
color:#014B58;
}

.TopPane{
position:relative;
height:105px;
z-index:1000;
}

.Logo{
position:absolute;
top:8px;
left:8px;
}

.Logo a img{
border:none;
}

#MareLink{
display:block;
text-align:center;
padding-top:10px;
}

#PageDescription{
position:absolute;
left:270px;
bottom:20px;
}

#PageDescription h1{
margin:0;
padding:0;
font-size:14px;
font-weight:bold;
color:#888;
}

.HeaderBorder{
margin:0 20px;
}

.BottomPane{
background-color:#FFD;
}

.ContentTable{
position:relative;
border:none;
border-collapse:collapse;
z-index:500;
}

.ContentTable td{
vertical-align:top;
padding:0;
}

.LeftTd{
width:346px;
}

.CenterTd{
width:560px;
overflow:auto;
}

#Menu{
position:absolute;
left:334px;
top:40px;
}

.LangChoice{
position:absolute;
left:627px;
top:43px;
}

.LangChoice a:link,
.LangChoice a:visited{
font-size:11px;
color:#014B58;
font-weight:bold;
}

.LangChoice a:hover{
color:#993366;
}

.ContentPane{
}


.RightPane{
overflow:hidden;
}

.BottomBlocks{
position:absolute;
bottom:10px;
left:12px;
}

#BottomClock{
position:absolute;
left:97px;
bottom:18px;
font-size:11px;
letter-spacing:3px;
}

/*Announcements  for klanten*/
.DNN_ANN_viewtypeSelector{
float:none;
}

.DNN_ANN_DesignTable{
clear:both;
border-collapse:collapse;
border:none;
}

.DNN_ANN_DesignTable td{
padding-bottom:15px;
}

.DNN_ANN_DesignTable .Ann_Img{
width:242px;
}

.DNN_ANN_DesignTable .Ann_Desc{
padding-left:15px;
}

.Ann_Desc .DNN_ANN_Description p{
margin:0;
padding:0;
}

/*For Feedback designer */
#dnn_ctr641_ModuleContent table{
width:450px;
}

#dnn_ctr641_ModuleContent table td{
padding-bottom:5px;
}

/*to get the white space for P and BR the same in IE */
.Normal p{
margin-bottom:1.1em;
}

