.configmenu li a {
	color: #00C;
    margin: 0;
    font-size: 18px;
    line-height: 32px;
    white-space: nowrap;
    text-decoration: underline;
    border-right: #dadada 1px ridge;
	padding: 0px 10px 0px 10px;
}
.configmenu li a:hover {
	color: #006;
    text-decoration: underline;
}
.configmenu li {
	color: #00C;
    margin: 0;
    font-size: 18px;
    line-height: 32px;
    white-space: nowrap;
    text-decoration: none;
    border-right: 0;
	padding: 0px 10px 0px 10px;
}

.configmenu li {
    list-style-type: none;
    display: block;
	float: left;
    margin: 0;
}

.configmenu {
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
}



.tablepos {
    width: 100%;
    border-collapse: collapse;
    /*border: 1px solid #000;*/
}

.tablepos td {
    /*border: 1px solid #000;*/
}

.tableposl {
    text-align: left;
}

.tableposr {
    text-align: right;
}

.tableposf {
    text-align: left;
}

.tablepos .editfield {
    width: 99%;
}

/* NCCMS Style */
body, html {
	
}

h1 {
	font-size: 24px;
	color: #583c56;
	text-shadow: 2px 2px 4px #dadada;
	font-family: arial;
	letter-spacing: 0.02em;
	line-height: 36px;
}

h2 { color: #583c56;
	text-shadow: 2px 2px 4px #dadada;
	font-family: arial;
	line-height: 20px;
	letter-spacing: 0.02em; }

body {
    font-family: Arial, Helvetica, sans-serif;
	background-color:#a89aa7;
    font-size: 11pt;
	line-height: 23px;
    text-align: center;
    margin: 0;
}

img {
    border: 0;
}

ul {
    padding-left: 20px;
    padding-bottom: 10px;
}

#topbar {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 90px;
    background: url("img/topbar.png") repeat-x;
    z-index: 800;
}

#insidetopbar {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

#mainbody {
    width: 980px;
    background-image: url("img/mainbody.png");
    background-position: center top;
    background-repeat: repeat-y;
    margin-top: 88px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0px 20px 10px 20px;
}


	




#logo {
    width: 343px;
    float: left;
}

#adres {
    float: left;
    text-align: center;
    padding-top: 5px;
    font-size: 0.8em;
    width: 250px;
    padding: 5px 25px 5px 25px;
    color: #fff;
}

#contenthead {
    width: 980px;
    float: left;
    overflow: hidden;
}

#menu {
    float: right;
    margin-top: 30px;
	margin-right: 20px;
}

#small_menu {
    width: 500px;
    overflow: hidden;
    height: 58px;
    position: relative;
    top: 50px;
    left: 10px;
}

#content li {
	list-style:decimal;
	color:#939;
	
}


#menu ul li a {
    color: #fff;
    margin: 0;
    font-size: 18px;
    line-height: 32px;
    white-space: nowrap;
    text-decoration: none;
    border-right: #dadada 1px ridge;
	padding: 0px 10px 0px 10px;
}

a {
	color:#639;
	text-decoration:none;
	font-weight:bold;
}



#menu ul li a:hover {
    text-decoration: underline;
}

#menu ul li {
    list-style-type: none;
    display: block;
	float: left;
    
    margin: 0;
}

#menu ul li:first-child {
	padding-left: 0px;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
}

#content {
    float: left;
    clear: both;
    width: 980px;
}

#mainbodybottom {
    width: 980px;
    height: 40px;
    background-image: url("img/mainbody_bottom.png");
    background-position: center top;
    background-repeat: repeat-y;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px 10px 20px;
}

#footer {
    width: 940px;
    height: 20px;
    padding: 0px 20px 0px 20px;
    clear: both;
}

#ncwebsites {
    width: 280px;
    float: left;
    text-align: left;
    margin-top: 10px;
}

#footermenu {
    width: 480px;
    float: right;
    text-align: right;
    margin-top: 10px;
}

#ncwebsites p {
    color: #dadada;
    font-size: 9px;
}

#ncwebsites p a {
    color: #dadada;
    font-weight: bold;
    text-decoration: underline;
}

#ncwebsites a:hover {
    font-weight: bold;
    text-decoration: none;
}

#footermenu p {
    color: #dadada;
    font-size: 9px;
}

#footermenu p a {
    font-weight: bold;
    text-decoration: underline;
}

#footermenu a:hover {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.clear {
    clear: both;
}

/* Based partially on Matthew Carroll's keyboard accessible flavor of Suckerfish
 * Dropdowns by Patrick Griffiths and Dan Webb.
 * http://carroll.org.uk/sandbox/suckerfish/bones2.html
 */
/* ----[ LINKS ]----*/
/* all menu links */
#nav a, #subMenusContainer a {
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    color: #FFF;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a {
    margin: 0;
    float: left;
}

/* Just sub menu links */
#subMenusContainer a, #nav li li a {
    text-align: left;
}

/* All menu links on hover or focus */
#nav a:hover, #nav a:focus, #subMenusContainer a:hover, #subMenusContainer a:focus, #nav a.mainMenuParentBtnFocused, #subMenusContainer a.subMenuParentBtnFocused {
    background-color: #FFF200;
    color: #FFF;
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, #subMenusContainer a:focus, #nav a.mainMenuParentBtnFocused, #subMenusContainer a.subMenuParentBtnFocused, #nav li a:hover, #nav li a:focus {
    background-color: #006;
    color: #FFF;
    text-decoration: underline;
}

/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn {
    background: url(img/arrow_right.gif) right center no-repeat;
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused {
    background: url(img/arrow_right_over.gif) right center no-repeat;
}

/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn {
    background: url(img/arrow_down.gif) right center no-repeat;
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused {
    background: url(img/arrow_down_over.gif) right center no-repeat;
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/
/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW {
    display: none;
    position: absolute;
    overflow: hidden;
    /*the 2px left & right padding lets you have a 1px border
     on the ul or ol inside since overflow is set to hidden*/
    padding: 0 2px;
    margin: 0 0 0 -2px;
    margin-top: 20px;
}

/* All ULs and OLs */
#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1em;
}

/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {
    /*border around submenu goes here*/
    background: #174497;
    left: 0;
    top: 0px;
}

/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li {
    /*great place to use a background image as a divider*/
    display: block;
    list-style: none;
    position: relative;
    float: left;
}

#subMenusContainer li {
    list-style: none;
}

/* main menu ul or ol elment */
#nav {
    display: block;
    list-style: none;
    margin: 0 0 0 0;
    z-index: 5;
    top: 0px;
    left: 0px;
    text-align: center;
    display: block;
    width: 100%;
}

#subMenusContainer {
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: visible;
    z-index: 1000000000;
}

/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li {
    float: none;
}

#nav li li a { /* Just submenu links*/
    position: relative;
    float: none;
}

#nav li ul { /* second-level lists */
    position: absolute;
    width: 10em;
    margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    margin-top: 0px;
}

/* third-and-above-level lists */
#nav li ul ul {
    margin: -1em 0 0 -1000em;
}

#nav li:hover ul ul {
    margin-left: -1000em;
}

/* lists nested under hovered list items */
#nav li:hover ul {
    margin-left: 0;
}

#nav li li:hover ul {
    margin-left: 10em;
    margin-top: -2.5em;
}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul {
    margin-left: 0;
    margin-top: 2.2em;
}

#nav li li a:focus + ul {
    left: 0;
    margin-left: 1010em;
    margin-top: -2.2em;
}

#nav li li a:focus {
    left: 0;
    margin-left: 1000em;
    width: 10em;
    margin-top: 0;
}

#nav li li li a:focus {
    left: 0;
    margin-left: 2010em;
    width: 10em;
    margin-top: -1em;
}

#nav li:hover a:focus {
    margin-left: 0;
}

#nav li li:hover a:focus + ul {
    margin-left: 10em;
}
ul { list-style-type: upper-roman; }
ol { list-style-type: upper-roman; }


