
@import url('type.css');
@import url('gallery.css');

body
  {
    background: #f0f0f0;
  }

#frame
  {
    margin:     0px auto;
    padding:    0px;
    width:      1000px;
  }

#header
  {
    height:     100px;
    position:   relative;
  }
#header .logo
  {
    position:   absolute;
    top:        0px;
    left:       0px;
    width:      110px;
    height:     90px;
    background: white;
    text-align: center;
    padding:    5px;
  }
#header img
  {
    border:     0px;
  }
#header .banner
  {
    position:   absolute;
    top:        0px;
    left:       125px;
    width:      875px;
    height:     100%;
    background: url(../img/hintergrunddeutsch.jpg) no-repeat top left white;
  }

.showcase
  {
    text-align: center;
  }

#topbar
  {
    margin:     5px 0px;
    width:      100%;
  }
#topnav
  {
    background: white;
    padding:    5px;
    border-top:     1px solid #bbb;
    border-bottom:  1px solid #bbb;
    font-variant:   small-caps;
  }

.nav img
  {
    border: 0px;
  }
.nav a,
.nav a:link,
.nav a:visited,
.nav a:active
  {
    text-decoration: none;
    color: black;
  }
.nav .topelem
  {
    padding: 0px 10px;
    border-left:  1px solid #bbb;
    border-right: 1px solid #bbb;
  }
.nav .topelem:hover
  {
    background: #c6d66b;
  }

.subnav
  {
    border-bottom:  1px solid #bbb;
  }
.subnav .subelem
  {
    margin-left:  5px;
    position:     relative;
    border-left:  1px solid #bbb;
    border-top:   1px solid #bbb;
    border-right: 1px solid #bbb;
    padding:      0px 5px;
  }
.subnav .selected
  {
    background:   white;
    position:     relative;
    top:          1px;
  }
.subnav .subelem:hover
  {
    background: #c6d66b;
  }

#i18n
  {
    float: left;
    margin: 0px;
    padding: 0px;
  }
#i18n img
  {
    border: 0px;
    margin: 0 5px;
  }

#search
  {
    float:    right;
    margin:   0px;
    padding:  0px;
  }
#search form
  {
    margin:   0px;
    padding:  0px;
  }
#search input
  {
    margin:   0px;
    border:   1px solid #bbb;
  }

#body
  {
    clear: both;
    margin-top: 5px;
    position: relative;
  }

#main
  {
    position: relative;
    background: url(../img/sidebar_bg2.png) repeat-y;
  }

#main.full
  {
    background: white;
    width: 100%;
  }


#sidebar
  {
    background: #c6d66b;
    width: 190px;
    margin: 5px 5px 5px 0px;
    padding: 5px;
  }
#sidebar h1
  {
    margin: 0px;
    border: none;
    border-bottom: 1px dotted black;
    font-size: large;
    font-weight: bold;
  }

#sidebar h2
  {
    margin: 0px;
    font-size: medium;
    font-weight: bold;
  }
#sidebar ul
  {
    margin: 25px;
    padding: 0px;
    list-style: none;
  }
#sidebar ul li
  {
    margin: 10px 0px;
    padding: 0px;
  }
#newsbox
  {
    margin-top: 2cm;
    font-size: smaller;
  }
#newsbox .newsblurb
  {
    padding: 0px 5px;
    margin: 5px 0px;
    border-bottom: 1px dashed black;
  }

#container
  {
    float:  right;
    width:  795px;
    background: white;
  }
#container.full
  {
    width:  100%;
  }

#content
  {
    padding: 25px;
    text-align: justify;
    font-size: 11pt;
  }

#clear 
  {
    clear: both;
    line-height: 1px;
    height: 1px;
    margin: 0px;
    padding: 0px;
  }

#copy
  {
    clear:          both;
    font-size:      small;
    border-top:     1px solid #bbb;
    border-bottom:  1px solid #bbb;
    background:     white;
    margin:         5px 0px;
    padding:        5px;
    font-size:      x-small;
    color:          gray;
    position:       relative;
  }

#login
  {
    margin: 0px;
    width: 15px;
    height: 15px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: 2px;
    top: 4px;
  }
#login-link
  {
    display: none;
  }
#login-link img
  {
    border: none;
  }

div.date
  {
    font-size:      smaller;
    font-weight:    bold;
    border-left:    5px solid #c6d66b;
    border-bottom:  1px solid #c6d66b;
    padding-left:   5px;
  }
.minihead
  {
    font-size:      smaller;
    font-weight:    bold;
    text-align:     right;
    border-right:   5px solid #c6d66b;
    border-top:     1px solid #c6d66b;
    padding-right:  5px;
  }

.agenda h4
  {
  	 margin-bottom: 5px;
  	 border-bottom: 1px solid #c6d66b;
  	 border-left:   5px solid #c6d66b;
  	 padding-left:  5px;
  }
.agenda p
  {
    margin-top:    5px;
    margin-left:   2em;
  }
