/*
    Nordic Talking web site CSS
    by Didaxxo
    developed for Nordic Talking (www.nordictalking.com)
*/

/* ===== global styles ===== */

body {
    font-family: Georgia, serif;
    background: url(../images/page_background.jpg) repeat-x;
    margin: 0;
    padding: 0;
}

/* to remove some unwanted padding */
img {
	display: block;
    border: none;
}

p, h1, h2, h3, h4, h5, h6, li {
    margin: 2em 1em;
}

div#outerDiv {
    width: 770px;
    margin: 0 auto;
    background: #fff url(../images/logo.gif) no-repeat;
}

#outerDiv a:link, #outerDiv a:visited {
    text-decoration: none;
    color: #b36b00;
}

#outerDiv a:hover, #outerDiv a:active {
    color: #566440;
    border-bottom: 1px dashed #566440;
}

div#outerDivno {
    width: 770px;
    margin: 0 auto;
    background: #fff url(../images/logono.gif) no-repeat;
}

#outerDivno a:link, #outerDivno a:visited {
    text-decoration: none;
    color: #b36b00;
}

#outerDivno a:hover, #outerDivno a:active {
    color: #566440;
    border-bottom: 1px dashed #566440;
}

#midBanner a:link, #midBanner a:visited, #midBanner a:active, #midBanner a:hover {
    text-decoration: none;
    border: none;
}

/* ===== header ===== */

div#header {
    height: 110px;
    position: relative;
}

/* ===== language link ===== */

#outerDiv div#languageButton {
    position: absolute;
    left: 722px;
	padding: 3px 0 0 0;
    font-family: "Trebuchet MS", sans-serif;
}

#outerDivno div#languageButton {
    position: absolute;
    left: 722px;
    padding: 3px 0 0 0;
    font-family: "Trebuchet MS", sans-serif;
}

#languageButton a:link, #languageButton a:visited {
    border: none;
    font-size: .8em;
    color: #ffd866;
}

#languageButton a:hover, #languageButton a:active {
    border: none;
    font-size: .8em;
    color: #ffffff;
    /* border-bottom: 1px dashed #ffffff; */
}

/* ===== main menu ===== */

#header #mainMenu {
    position: absolute;
    left: 138px;
    bottom: 0;
}

#header #mainMenuno {
    position: absolute;
    left: 52px;
    bottom: 0;
}

#mainMenu ul, #mainMenuno ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainMenu li, #mainMenuno li {
    float: left;
    margin: 0;
    padding: 0;
}

#mainMenu li a:link, #mainMenu li a:visited, #mainMenuno li a:link, #mainMenuno li a:visited {
    font-family: "Trebuchet MS", sans-serif;
    display: block;
    color: #eee;
    text-decoration: none;
    padding: 0 15px 0 12px;
    margin-right: 1px;
    line-height: 25px;
    background: url(../images/nav_rollover_plain.gif) no-repeat left bottom;
    border: none;
}

#mainMenu li a:hover, #mainMenu li a:active, #mainMenuno li a:hover, #mainMenuno li a:active {
    color: #ccc;
    background-position: left top;
}

#mainMenu li a.current, #mainMenuno li a.current {
    margin-top: 0px;
    height: 25px;
    background: url(../images/nav_current_plain.gif) no-repeat;
    color: #ffcc66;
    line-height: 25px;
}

#mainMenu li a.current:hover, #mainMenuno li a.current:hover {
    cursor: default;
}

/* ===== main Content ===== */

#content div#mainContent {
    float: left;
    width: 449px;
    padding: 0 35px 0 15px;
    margin: 0px 0px 0px 0px;
    border-right: solid #aaa 1px;
    background: url(../images/glass_bottom.gif) no-repeat bottom left;
}

#mainContent p {
    font-family: Georgia, serif;
    font-size: .9em;
    line-height: 1.4em;
    color: #555;
    margin: 1ex 0 2.5ex 0;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
    font-family: Georgia, sans-serif;
}

#mainContent h1 {
    font-size: 1.1em;
    font-weight: normal;
    color: #1b9d95;
    margin: 1ex 0 .4ex 0;
}

#mainContent h1.welkom {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}

#mainContent h2 {
    font-size: 1.1em;
    font-weight: normal;
    color: #777;
    margin: 1ex 0;
    text-align: center;
}

#mainContent h3 {
    font-size: .8em;
    font-weight: normal;
    color: #888;
    margin: 0ex 2ex;
}

#mainContent h1.lid {
    text-align: left;
}

#mainContent h2.tolk {
    text-align: left;
}

#mainContent h3.lid {
	text-align: left;
	color: #555;
	margin:1ex 0 0.4ex 0.4ex;
}

#mainContent h4 {
    font-size: 0.8em;
    font-weight: normal;
    color: #666;
    margin: 1ex 0 -.2ex 0;
}

#mainContent ul {
    font-family: Georgia, serif;
    font-size: .8em;
    margin: 10px 0 10px 70px;
    padding: 0;
    list-style: none;
}

#mainContent li {
    margin: 7px 0 0 0;
    padding: 0 0 0 35px;
    background: url(../images/bullit.gif) no-repeat 12px 6px;
}

#mainContent a:link, #mainContent a:visited {
    color: #888;
    text-decoration: none;
    border: none;
}

#mainContent a:hover, #mainContent a:active {
    color: #1B9D95;
    text-decoration: none;
    border-bottom: 1px dashed #1B9D95;
}

/* ===== contentBar ===== */

.contentBar {
    width: 440px;
    clear: both;
    background: url(../images/contentBar_grsl.jpg) repeat-y;
    color: #555;
    margin: 0 auto;
    padding: 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/* ===== sideBar ===== */

#content div#sideBar {
    float: right;
    width: 252px;
    padding: 0px 5px 0px 0px;
    margin: 0px 0px 0px 0px;
    background: url(../images/glas_hoek_kl.gif) no-repeat right bottom;
}

#sideBar p {
    font-family: Georgia, serif;
    font-size: .9em;
    line-height: 1.4em;
    color: #555;
    margin: 1ex 0 2.5ex 0;
}

.info {
    color: #333;
}

#sideBar h1, #sideBar h2, #sideBar h3, #sideBar h4 {
    font-family: Georgia, sans-serif;
}

#sideBar h1 {
    font-size: 1.1em;
    font-weight: normal;
    color: #1b9d95;
    margin: 1ex 0 .4ex 0;
}

#sideBar img {
    margin: 0px 0px;
}

#sideBar a:link, #sideBar a:visited {
    text-decoration: none;
    font-size: .9em;
    color: #b36b00;
}

#sideBar a:hover, #sideBar a:active {
    color: #1B9D95;
    font-size: .9em;
    border-bottom: 1px dashed #1B9D95;
}

/* ===== footer ===== */

div#footer {
    width: 760px;
    clear: both;
    background: transparent;
    color: #333;
    margin: 0 auto;
    padding: 5px;
    border-top: 3px solid #ffcc66;
}

#footer p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: .75em;
    margin: 0;
    padding: 0;
    text-align: center;
}

#footer a:link, #footer a:visited {
    color: #333;
    text-decoration: none;
}

#footer a:hover, #footer a:active {
    color: #111;
    text-decoration: none;
}

/* ===== miscellaneous styles ===== */

.clear { clear:both;line-height:0!important;font-size:0!important;}

span.tab{
    padding: 0 22px; /* Or desired space*/
}