/* NCCMS Stylesheet */

body { 
padding: 0px;
margin: 0px;
background: #000 url(img/bg.jpg) top center no-repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
letter-spacing: 0.01em;
font-size: 11px;
color: #000;
line-height: 20px;
}

a {
color: #450A1E;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #450A1E;
font-size: 11px;
font-weight: bold;
text-decoration: underline;
}

a.editbutton, a.editbutton:visited { 
position: absolute;
right: 5px;
top: 5px;
z-index: 900;
border: 0;
}

img {
border: 0;
}
	
h2 {  
color: #000; 
}

h2.front {
color: #000; 
font-size: 7pt; 
text-align: center;  
line-height: 20px; 
}

h2.blok { 
color: #000000; 
text-align: center; 
font-size: 14px; 
margin-top: 0px; 
padding-top: 0px; 
}

h2.menukaart {
color: #FFF; 
font-size: 18px; 
font-weight: normal;
text-align: center;  
line-height: 30px;
position: absolute;
background: #450A1E;
margin-top: -40px;
width: 300px;
}

h2.zalen {
color: #FFF; 
font-size: 18px; 
font-weight: normal;
text-align: center;  
line-height: 30px;
position:relative;
background: #450A1E;
margin-top: -30px;
width: 310px;
}

h2.kieszaal {
color: #000; 
}

#center{
width: 980px;
margin: 0 auto;
}

/* HEADER */

#header{
height: 140px;
clear: both;
}

#topheader {
background: #000000;
}

#logo{
width: 394px;
height: 120px;
float: left;
margin-top: 10px;
margin-bottom: 15px;
}

#contact-details {
width: 200px;
height: 70px;
float: right;
color: #fff;
font-size: 12px;
text-align: right;
line-height: 18px !important;
margin-bottom: 15px;
margin-top: 45px;
}

.contact-details
{
	color: white;
}

/* ADMIN PANEL */

#mainnav_wrap {
text-align: center;
width: 100%;
height: 25px;
background-image: url(img/adminpanel_bg.png);
background-position: 0px 0px;
background-repeat: repeat-x;
position: static;
top: 0px;
left: 0px;
overflow: visible;
z-index: 1000;
}


#mainnav_wrap .container  {
text-align: left;
width: 880px;
height: 25px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
}

#mainnav_wrap ul  {
text-align: right;
height: 25px;	
list-style: none;
float: right;
margin-right: 0px;
margin-top: 4px;
}

#mainnav_wrap li  {
float: left;
list-style: none;
overflow: hidden;
font-size: 11px;
line-height: 25px;	
}

#mainnav_wrap li a  {
color: #FFF;
height: 25px;
line-height: 25px;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
}

#mainnav_wrap li a:hover {
text-decoration: underline;
}

#mainnav_wrap .nav_welkom  {
background: url(../../images/icons/user.png) left no-repeat;
text-align: left;
width: 300px;
height: 25px;	
float: left;
line-height: 25px;
font-size: 11px;
display: block;
color: #FFF;
padding-left: 25px;
}

div#homebtn
{
	width: 20px;
}
/* MENU */

#menu{
height: 32px;
clear: both;
color: #FFF;
background: #450A1E;
padding-left: 10px;
}

#menu ul {
list-style: none;
margin: 0px;
padding-left: 0px;
padding-right: 0;
padding-bottom: 0;
padding-top: 0px;
}

#menu ul li {
display: inline;
text-decoration: none;
padding: 5px 10px 5px 10px;
}

#menu ul li a {
color: #FFF;
font-size: 12px !important;
line-height: 32px;
text-decoration: none;
}

#menu ul li:hover {
background: #A0A0A0;
text-decoration: none;
}

#menu a.moveleft {
padding-right: 4px;
text-decoration: none;
}

#menu a.moveright {
padding-left: 4px;
text-decoration: none;
}

#message_box {
float: left;
color: #FFF;
text-align: center;
/* border: 1px solid #333; */
font-size: 10px;
height: 15px;
width: 200px;
margin-top: 2px;
margin-bottom:2px;
padding-bottom: 4px;
}

#sortable-list { 
padding:0; 
}

li.sortme { 
color: #000; 
cursor: move; 
list-style: none;  
background: #FFF;
margin-right: 2px; 
border: 1px solid #333;
padding: 2px 8px 2px 8px;
height: 26px;
}

li.sortme:hover {
color: #FFF !important;
}

/* CONTENT */

#content {
overflow: hidden;
height: 100%;
width: 980px;
background: #F2EEEF;
padding-bottom: 10px;
}

.contentarea {
text-align: justify;
padding-right: 5px;
}

.editor input[type=text], .editor select {
width: 100%;
}

.editor input[type=submit], .editor input[type=button] {
width: 48%;
margin: 7px;
}

.title {
font-size: 15px;
margin: 0 0 10px 0;
margin-top: 20px;
color: #000000;
}

.author, .created, .edited {
font-size: 14px;
margin: 0px;
}

.new, .edit, .delete {
float: right;
margin: 5px;
}

.new img, .edit img, .delete img {
border: 0px;
}

/* CONTACT */

.contactleft {
float: left;
}

.contactleft table {
width: 500px;
}

.contactleft input, .contactleft textarea {
width: 300px;
}

.contactleft textarea {
height: 100px;
}

.contactright {
float: left;
margin-left: 50px;
}

.contactbottom {
padding-top: 20px;
clear: both;
}

/* FOOTER */

#footer {
height: 20px;
/* background-color: #000; */
text-align: center;
color: #666;
font-size: 10px;
border-top: 1px solid #CCC;
margin-bottom: 10px;
}

#footer a {
color: #666;
font-size: 10px;
font-weight: normal;
text-decoration: none;
}

#footer a:hover {
color: #666;
font-size: 10px;
font-weight: normal;
text-decoration: underline;
}

/* CUSTOM */

#swapper { 
width: 880px;
height: 250px;
overflow: hidden;
}
	
#image1 { 	
position:absolute;
}

#image2 { 
position:absolute;	
}
	
p.fp { 
position: absolute; 
top: 0px; 
left: 0px; 
color: #fff; 
font-size: 14px; 
width: 875px; 
height: 22px; 
margin:0px; 
padding-left: 5px; 
background: url(img/bgpx.png);
} 

#fader { 
overflow:hidden; 
height: 400px; 
width: 980px; 
z-index: 10;
}

#fadersub {
overflow:hidden; 
height: 200px; 
width: 980px; 
z-index: 10;
}

#restaurant, #zalen, #huwelijk, #feesten { 
position: absolute; 
background: #fff; 
height: 35px; 
width: 235px; 
text-align: 
center; 
bottom: 0px; 
overflow: hidden; 
cursor: pointer; 
}

#restaurant { 
left: 5px;
}

#zalen { 
left: 245px; 
}

#huwelijk { 
left: 485px; 
} 

#feesten { 
left: 725px; 
} 

#blokken { 
z-index: 500; 
position:absolute; 
top: 510px; 
height: 44px;  
margin-left: 10px; 
width: 960px;  
}

#vergader {
float: left;
}

#vaa {
width: 285px;
height: 250px;
float: left;
margin-right: 5px;
padding: 5px;
}

#vab {
width: 285px;
height: 250px;
float: left;
padding: 5px;
}

#vac {
width: 285px;
height: 250px;
float: left;
margin-right: 5px;
padding: 5px;
}

#vad {
width: 285px;
height: 250px;
float: left;
padding: 5px;
}

#huurprijs {
float: left;
margin-top: 20px;
}

#hpr {
width: 850px;
height: 100px;
float: left;
padding: 5px;
}

#audiovis {
float: left;
margin-top: 20px;
}

#avm {
width: 850px;
height: 150px;
float: left;
padding: 5px;
}

#image1rechtsspecial {
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid #450A1E;
}

#image18fraeylemazaal {
margin-top: 10px;
}

#image18restaurant {
margin-top: 10px;
}

#image18heerenkamer {
margin-top: 10px;
}