body {
  margin: 0;
  padding: 0;
  background-color: #a2c7ea;
  font-size: 11px;
  font-family: Arial, Verdana, Geneva, Helvetica, Arial, Sans-Serif;
  text-align: center;
  background-image:url('/images/layout2009/bg.png');
}

a {
  text-decoration: none;
}

  a:hover {
    text-decoration: underline;
  }

img {
  border: 0;
}

form, img, h1, h2, h3, p {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 10px;
}

div#layout {
  text-align: left;
  width: 855px;
  margin-left: auto;
  margin-right: auto;
  
}

div#bottombar {
  text-align: left;
  position:relative;

  left:-12px;
  margin-left: auto;
  margin-right: auto;
  text-align:right;

  color:White;
 
  background-repeat:no-repeat;
  background-image:url('/images/layout2009/bottombar.png');
  width:855px;
  height:29px;
  font-size:11px;
}
div#bottombar a
{
    color:White;
    font-size:11px;
}

div.clear {
  clear: both;
}

  div.clear hr {
    display: none;
  }

/* Header begin */
div#header
{
    z-index:10;
    top:10px;
    position:relative;
   
    background-image:url('/images/layout2009/bgtopwhiteshadow.png');
   
   background-position:0px -10px;
    height:100px;
    width:830px;
}

div#headermenu
{
     float:right;
     position:relative;
     left:-40px;
     top:1px;
}
div#headermenu a
{
    margin-left:10px;
    color:#0081c6;
}
div#logo {
 
  float: left;
  padding-top: 15px;
  padding-left: 15px;

}

div#names {
  background-color: #626262;
  margin-left: 150px;
  padding-top: 38px;
  padding-left: 29px;
  padding-bottom: 18px;
}

div#logo_bottom {
  position: relative;
  top: -4px;
}
  
div#print_header {
  
}
/* Header end */

/* Sidebar begin */
div.sidebar {
  margin-bottom: 8px;
}

  div.sidebar div.top, div.sidebar div.bottom {
    height: 16px;
    background-repeat: no-repeat;
  }

    div.sidebar div.top div, div.sidebar div.bottom div {
      height: 16px;
      background-repeat: no-repeat;
    }

    div.sidebar div.top {
      background-position: top left;
    }
  
    div.sidebar div.top div {
      background-position: top right;
    }

    div.sidebar div.bottom {
      background-position: bottom left;
    }
  
    div.sidebar div.bottom div {
      background-position: bottom right;
    }

    div.sidebar div.top hr, div.sidebar div.bottom hr {
      display: none;
    }
/* Sidebar end */

/* Left begin */
td#left {
  width: 164px;
   
  margin-top: 0px; /* 35px - 6px */
  padding-top:21px;
  
  background-color:White;
}

/*  div#left div.sidebar {
    background-color: #007C88;
    background-image: url(../images/corners/menu_tr.png);
    background-position: top right;
    background-repeat: no-repeat;
    color: #FFFFFF;
  }
 Left end */

/* Menu begin */

div#menu ul {
  padding: 0;
  margin: 0;
  padding-left: 15px;
  padding-top: 0px;
}

  div#menu a {
    color: #FFFFFF;
    font-size:12px;
  }

div#menu ul.level1 li {
    list-style: none;
    font-weight: normal;
    
    margin-bottom:0px;
  }
  
 div#menu ul.level1 li a {
    color: white;
    font-size:11px;
    font-weight:normal;
    margin-left:3px;
  }
 div#menu a span.current, div#menu a:hover {
    text-decoration:none;
    color:#003e67;
  }
  div#menu ul li {
    list-style: none;
    font-weight: normal;
    
    margin-bottom:8px;
  }
  
    div#menu ul ul {
      padding: 0;
    }
  
    div#menu ul ul ul {
      margin-left: 6px;
    }
    
    div#menu ul ul li {
      font-weight: normal;
    }
/* Menu end */

/* Special links begin */
div#special_links ul {
  padding: 0;
  margin: 0;
  padding-top: 9px;
   list-style-type:none;
   width:143px;
   margin-left:13px;
}

  div#special_links ul li {
    margin-right: 0px;
    margin-bottom: 4px;
    background-image:url('/images/layout2009/box.png');
    
      background-repeat: no-repeat;
      height:41px;
  }
  
    div#special_links ul li a {
      display: block;
      
      vertical-align: middle;
      
      font-weight: normal;
      color: #FFFFFF;
      
    
    }
    
 div#special_links ul li a:hover {
    text-decoration:none;
    color:#003e67;
  }
    
      div#special_links ul li a span {
        padding-top: 12px;
        padding-left: 15px;
        display: block;
        font-size:12px;
    
      }
/* Special links end */

/* Contact begin */
div#contact {
  padding-left: 16px;
  padding-top: 35px;
  padding-bottom: 16px;
  background-image: url(../images/corners/menu_br.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

  div#contact a {
    color: #FFFFFF;
  }
/* Contact end */

/* Print begin */
div#print {
  text-align: center;
}

  div#print a {
    color: #000000;
  }
  
  div#print img {
    margin-left: 3px;
  }
/* Print end */

/* Content begin */

td
{
    vertical-align:top;
}
div#sidebar
{
  background-color:White;
  
}
div#content img
{
	margin:10px;
}
div#content {
  width: 424px;
  margin-top: 18px; /* 35px - 6px */
  margin-left: 24px;
  padding-right:30px;
    padding-top:14px;
  
}

  div#content h1 {
    color: black;
    font-size: 18px;
    font-weight:normal;
    margin-bottom: 0.6em;
  }

  div#content h2 {
    color: black;
    font-size: 16px;
    font-weight:normal;
  }
  
  div#content a {
    color: #1189ca;
    font-weight: normal;
  }
/* Content end */

/* Paragraph begin */

div.element h2
{
	margin-bottom:8px;
}
div.paragraph {
  margin-bottom: 35px;
}

  div.picture img
  {
	margin:0px !important;
  }
  div.picture_left div.picture {
    float: left;
    
    
  }


  div.picture_left div.text {
   
    margin-left: 220px;
  }

  div.picture_right div.picture {
    float: right;
   
    width: 200px;
  }

  div.picture_right div.text {
    padding-right: 30px;
    margin-right: 200px;
  }
/* Paragraph end */

/* People begin */
div.people div.vcard {
  width: 210px;
  margin-right: 4px;
  float: left;
  font-size:11px;
  margin-bottom: 16px;
}

  div.people div.vcard_even {
    margin-right: 0;
  }

  div.people div.vcard img.photo {
    float: left;
    margin:0px !important;
    margin-right: 15px!important;
  
  }
  
  div.people div.vcard div.info {
    padding: 0px;
  }
  
    div.people div.vcard div.info div.fn {
      font-weight: normal;
      
    }
    
    div.people div.vcard div.info span.org {
      display: block;
    }
    
    div.people div.vcard div.info div.phones {
      margin-top: 1em;
    }
    
    div#content div.people div.vcard div.info a.email {
      font-weight: normal;
    }
/* People end */

/* Table.list begin */
table.list
{
    margin-bottom:31px;
}
table.list tr th {
  padding: 5px;
  padding-top: 0;
  padding-bottom: 0px;
  padding-left:0px;
  vertical-align: bottom;
  font-weight: normal;
  font-weight:bold;
  font-size:10px;
}

table.list tr th.header {
 
  padding: 5px;
  padding-left:0px;
  vertical-align: top;
  border-bottom: 1px solid #a2c7ea;
  border-top: 3px solid #ffffff;
  border-left: 1px solid #ffffff;
}

table.list tr td.header a
{
     font-size:14px!important;
  font-weight:bold!important;
}

.gs-visibleUrl, .gsc-tabsArea
{
	visibility:hidden;
}
div.kursuselement div.header {
 
  padding: 2px;
  padding-left:0px;
  vertical-align: top;
  border-bottom: 1px solid #a2c7ea;
  border-top: 3px solid #ffffff;
  border-left: 1px solid #ffffff;
  margin-bottom:2px;
}

div.kursuselement div.header a
{
     font-size:14px!important;
  font-weight:bold!important;
}
div.kursuselement 
{
	margin-bottom:20px;
}
div.kursuselement b
{
	margin-right: 10px;
}
table.list tr td {
 font-size:11px;
  padding: 5px;
  padding-left:0px;
  vertical-align: top;
  border-top: 3px solid #ffffff;
  border-left: 1px solid #ffffff;
}

  table.list tr td.first {
    border-left: 0;
  }

  table.list tr.odd td {
    
  }
/* Table.list end */

/* Right begin */
table#tablecontent
{
  position: relative; 
    
   background-color:#a2c7ea;
  top: 0px;  
}
td#right {
 
  top: 0px; /* 35px - 8px - 29px */
  width: 167px;
  padding-left:8px;
  margin-top: 0px;
}

  td#right div.sidebar h2, td#right div.sidebar h3, td#right div.sidebar li {
    padding-left: 10px;
    padding-right: 10px;
    width:120px;
    color:White;
  }

  td#right div.sidebar h2 {
    font-size: 1.2em;
    margin-bottom: 8px;
    color:White;
  }
  
  td#right div.sidebar h3 {
    font-size: 1em;
    color:White;
  }

  td#right div.sidebar ul {
    padding: 0;
    margin: 0;
  }

    td#right div.sidebar ul li {
      list-style: none;
      margin-bottom: 8px;
    }
  
  td#right div.sidebar a {
    color: white;
  }
/* Right end */

/* Academy begin */
td#right div.academy {
  background-image:url('/images/layout2009/RightTop-BG.jpg');

  background-position:-8px bottom;
  background-repeat:repeat-y;
  padding-top:23px;
  
}

  td#right div.academy a.readmore {
    display: block;
    text-align: right;
    margin-right: 16px;
    
  }


  td#right div.academy div.bottom {
   /*background-image: url(../images/layout2009/bgdarkblueshadowleftbotom.png);*/
    background-repeat:no-repeat;
  }

  
/* Academy end */

/* sidebar menu begin */
td#left div.menu {
  background-image:url('/images/layout2009/bglightblue.png');
  width:143px;
  margin-bottom:0px;
  margin-left:13px;
     
}

  
  td#left div.menu div.top {
    background-image: url(../images/layout2009/bglightbluetop.png);
    background-repeat:no-repeat;
  }

  td#left div.menu div.bottom {
    background-image: url(../images/layout2009/bglightbluebottom.png);
    background-repeat:no-repeat;
  }

  
/* sidebar menu end */
/* Calendar begin */
td#right div.calendar {
   
   background-image:url('/images/layout2009/RightBund-BG.jpg');
   background-repeat:no-repeat;
   background-position:-8px bottom;
}

  td#right div.calendar div.top {
    background-image: url(../images/layout2009/RightBund-BG-top.jpg);
     background-repeat:no-repeat;
     background-position: -8px -4px;
  }

   

  td#right div.calendar div.bottom {
    /*background-image: url(../images/layout2009/bgdarkblueshadowleftbotom.png);*/
  }

  
/* Calendar end */

/* Campaign begin */
td#right div.campaign {
  background-color: #007c88;
}

  td#right div.campaign a {
    display: block;
    margin-left: 16px;
    margin-right: 16px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
  }

  td#right div.campaign div.top {
    background-image: url(../images/corners/campaign_tl.png);
  }

    td#right div.campaign div.top div {
      background-image: url(../images/corners/campaign_tr.png);
    }

  td#right div.campaign div.bottom {
    background-image: url(../images/corners/campaign_bl.png);
  }

    td#right div.campaign div.bottom div {
      background-image: url(../images/corners/campaign_br.png);
    }
/* Campaign end */

/* Article table */

#magazines
{
	
}

#magazines tr td
{
 vertical-align:top;
}

#magazines img
{
	margin:0px !important;
	margin-right: 4px;
	position:relative;
	top:4px;
}

#magazines a
{
	color:Black !important;
	font-weight: normal !important;
}

#magazines ul
{
	margin: 0px;
	padding: 0px;
	margin-top: 9px;
	margin-left: 37px;
}



#magazines li
{
	margin-bottom:7px;
	padding-left: 6px;
	list-style-image: url('/images/pdficon.jpg');

}

#magazines h2
{
	margin-left: 21px;
	margin-top: 4px;
}

#magazines h3
{
	margin-left: 21px;
	margin-top:15px;
	font-weight:normal;
	font-size:1.0em;
	padding-bottom: 3px;
}

tr.magazine td
{
	padding-bottom:24px;
}

div.role
{
	font-weight:bold;
}
