/* NCCMS CSS*/

body { 
background: url(../images/bg.jpg) no-repeat top left #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
letter-spacing: 0.02em;
font-size: 11px;
line-height: 18px;	
}
	
a.editbutton, a.editbutton:visited { 
position: absolute;
right: 5px;
top: 5px;
z-index: 9000;
border: 0;
}

a {
color: #FFF;
font-size: 12px;
text-decoration: underline;
}

a:hover {
color: #FFF;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
}
	
img {
border: 0;
}
	
h2 {  
color: #FFF; 
font-size: 16px;
}

h2.front { 
color: #FFF; 
font-size: 16px; 
padding-left: 5px; 
padding-right: 10px; 
background-color: #DD065B; 
line-height: 42px; 
}

h2.adres { 
color: #FFF; 
font-size: 16px;
text-align: center; 
line-height: 42px;
position: absolute;
margin-top: 25px;
margin-left: 80px;
}

#bg2 {
background: url(../images/bg2.png) top left;
margin: 0;
height: auto;
}

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

/* HEADER */

#taal{
float:right;

}


#header{
width: 900px;
height: 300px;
clear: both;
margin-top: 25px;
border-top: 0px solid #971014;
overflow: hidden;
}

#header a {
font-size:44px;
color: #FFF;
text-decoration: none;
font-weight: bold;
padding-left: 8px;
}

#headersub { 
width: 900px;
height: 200px;
clear: both;
margin-top: 25px;
border-top: 0px solid #971014;
overflow: hidden;
}

#logo {
/* background: url(../images/logo_bg.png) no-repeat top left; */
width: 320px;
height: 295px;
position: absolute;
margin-top: 2px;
padding-top: 5px;
padding-left: 5px;
z-index: 900;
}

#logosub {
/* background: url(../images/logo_bg.png) no-repeat top left; */
width: 320px;
height: 195px;
position: absolute;
margin-top: 2px;
padding-top: 5px;
padding-left: 5px;
z-index: 900;
}

#contact {
width: 200px;
height: 115px;
float: right;
color: #000;
text-align: right;
margin-top: 0;
}

#homebox {
background: #DADADA;
}

/* ADMIN PANEL */

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

body > div#mainnav_wrap {
/* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
position: fixed;
}

#mainnav_wrap .container  {
text-align: left;
width: 900px;
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;
}

#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;
}

/* MENU */

#menu{
height: 26px;
width: 900px;
background: /* url(../images/menu.png) left top repeat-x */ #971014;
clear: both;
color: #FFF;
}

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

#menu ul li {
display: inline;
text-decoration: none;
height: 26px;
padding: 2px 8px 2px 8px;
font-weight: bold;
}

#menu ul li a {
color: #FFF;
font-size: 11px;
text-decoration: none;
}

#menu ul li:hover {
color: #CC0000;
font-size: 11px;
text-decoration: none;
background: #646567;
}

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

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

#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 {
background:  /* #4D4948 */;
color: #FFF;
overflow: hidden;
width: 900px;
padding-bottom: 10px;
}

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

#adres {
width: 225px;
text-align: center;
border: 1px solid #646567;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 45px;
padding-bottom: 35px;
height: auto;
}

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

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

.title {
font-size: 16px;
margin-top: 10px;
padding-left: 10px;
color: #FFF;
}

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

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

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

/* FOOTER */

#footer {
height: 20px;
text-align: center;
color: #FFF;
font-size: 10px;
border-top: 2px solid #971014;
margin-bottom: 10px;
}

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

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


/* 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;
}

/* CUSTOM */

#wrapperimg {
float: right;
}

#imgleftleft {
float: right;
margin-right: 4px;
}

#imgleft {
float: right;
margin-right: 4px;
}

#imgcenter {
float: right;
margin-right: 4px;
}

#imgright {
float: right;
margin-right: 4px;
}

/* IMAGES */

#image5rechtsspecial {
margin-top: 10px;
}

#image12rechtsspecial {
margin-top: 10px;
}

#image13rechtsspecial {
margin-top: 10px;
}

#image14rechtsspecial {
margin-top: 10px;
}

#image15rechtsspecial {
margin-top: 10px;
}

#image16rechtsspecial {
margin-top: 10px;
}

#image19rechtsspecial {
margin-top: 10px;
}