﻿body 
{
    background: #dbe6ea url(../gfx/back.jpg) repeat-x;
    padding: 0;
    margin: 0;
	font-family:Verdana, Helvetica, sans-serif;
    font-size: 12px;
}
#overAllWrapper 
{
    clear: both;
    margin: auto;
    width: 920px;
    height: auto;
    overflow: hidden;
}
#leftWrapper 
{
    width: 900px;
    float:left;
    padding-bottom: 3000px;
    margin-bottom: -3000px;
}
#topWrapper
{
    height: 200px;
    clear:both;
}
#image 
{
    height: 200px;
    width: 240px;
    background-color: Yellow;
    float:left;
}
#logo 
{
    width: 660px;
    height: 200px;
    background: #a1c6d9 url(../gfx/logo.jpg) no-repeat;
    float:right;
}
#logoImg {
    height: 170px;
}
.logo
{
    width: 660px;
    height: 170px;
}
#mainNavigation 
{
    height: 30px;
    background: #2c5ea5 url(../gfx/mainNavBack.png) repeat-x;
    position: relative;
    
}
#mainWrapper 
{
    clear:both;
    overflow: hidden;
}
#leftNavigation 
{
    width: 240px;
    background: #9cc2d6 url(../gfx/leftNavBack.png) repeat-x;
    float: left;
    padding-bottom: 3000px;
    margin-bottom: -3000px;
}
#leftNavigationBottom 
{
    width: 200px;
    padding: 20px;
    background: url('../gfx/leftNavBack2.png') repeat-y top;
    padding-bottom: 3000px;
    margin-bottom: -3000px;
}
#subNavigation
{
}
#newsTopFive 
{
}
#wedi 
{
}
#quickNavigation 
{
    padding-bottom: 20px;
}
#mainContent 
{
    width: 620px;
    background-color: #fff;
    float: right;
    padding: 20px;
    padding-bottom: 3000px;
    margin-bottom: -3000px;
}
#rightWrapper 
{
    float: right;
    padding-bottom: 3000px;
    margin-bottom: -3000px;
    background: url(../gfx/rightShadow.png) repeat-y;
    width: 20px;
}
#bottomShadowWrapper
{
    clear: both;
    margin: auto;
    width:920px;
}
#bottomShadowLeft 
{ 
    background: url(../gfx/shadowCornerLeft.png) repeat-x;
    height: 20px;
    width: 20px;
    float: left;
}
#bottomShadowMiddle 
{
    background: url(../gfx/bottomShadow.png) repeat-x;
    float:left;
    width: 880px;
    height: 20px;
}
#bottomShadowRight
{
    background: url(../gfx/shadowCornerRight.png) repeat-x;
    height: 20px;
    width: 20px;
    float: right;
}
h1 
{
    font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 23px;
	padding-bottom: 15px;
	color: #333;
	font-weight: normal;
}
h2
{
    font-weight: normal;
    color: #213f63;
    margin: 10px 0 3px 0;
}
a 
{
    color: #213f63;
    text-decoration: none;
}
p {
	margin:0;
	padding:0;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;
	line-height:18px;
}
hr 
{
    margin: 20px 2px;
    border: solid #22a 1px;
}
.hr
{
    margin: 25px 2px;
    width: 200px;
    height: 2px;
}


/* MAIN NAVIGATION */
ul.menulist
{  
    text-shadow: 0.1em 0.1em 0.2em #333;

}
ul.menuList, .menuList li
{
    display: inline;
    text-shadow: 0.1em 0.1em 0.2em #333;

}

ul.menuList a 
{
    text-decoration: none;
    padding: 5px 18px;
    color: #fff;
    position: relative;
    top: 7px;
    text-shadow: 0.1em 0.1em 0.2em #333;
    font-weight: bold;
    font-size: 14px;
}
/*ul.menuList li a span 
{      
    margin-right: 20px;
    position: absolute;
    top: 7px;
    filter: dropshadow(color=#ff0000,offX=5,offY=5);
}*/

/* SUB NAVIGATION */

#subMenu li, .quickNavigation li
{
    margin-bottom: 3px;
}
#subMenu li 
{
    margin-left: 20px;
    list-style-image: url(../gfx/navDots.png)
}

.copyright
{
    display: block;
    color: #213f63;
    font-size: 10px;
    margin: 5px;
    float: right;
    text-align: right;
    padding-bottom: 20px;
}
.copyright a
{
    text-decoration: none;
}
.activeLink
{
    color: #116;
    font-weight: bold;
}
.textContent 
{
    padding: 20px 10px 30px 0;
}
.title, .title p {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:23px;
	padding-bottom:15px;
	color:#333;
}

.text {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;
	line-height:18px;
}
.sitemapLi
{
    list-style-type: square;
    margin-left: 30px;
}
.feedBackError 
{
    background-color: #f00;
    padding: 5px;
    margin: 3px 0;
}
.feedBackOk
{    
    background-color: #0f0;
    padding: 5px;
    margin: 3px 0;
}
.wedi
{    
    vertical-align: text-top;
    margin-bottom: 7px;
}
.newsDate 
{
    display:block;
    font-size: 10px;
    padding-bottom: 10px;
}
.news p
{
   margin: 0;
    line-height: 16px;
}
.newsIngress, .newsIngress a
{
    font-weight: bold;
    color: #000;
    padding-bottom: 5px;
    line-height: 16px;
}
.newsTitle
{
    font-size: 14px;
}
.newsArchiveLink 
{
    margin-right: 10px;
    float:right;
}
.prevNews 
{
    float:left;
}
.nextNews
{
    float:right;
}
.expandFormText input
{
    margin-top: 3px;
}
.textBox300 {
    width: 330px;
}
.textBoxReg {
width: 149px;
}
.profiles {
    width: 500px;
}
.profiles td {
    padding: 10px;
    text-align:left;
}
.profileDesc {
    display: block;
    text-indent: 3px;
    font-style: italic;
}
.ContactPicture {
    width: 150px;
    height: 180px;
}
.pager td {
    padding: 3px 3px;
	border-spacing: 0;
	border: 0;
	font-size: 14px;
	vertical-align: baseline;
}
.pager a
{
	text-decoration: none;
	font-size: 12px;
}
.explanation {
    background-color: #fff;
    padding: 20px 20px;
    height: 500px;
}