body {
    background-color:#ffffff;
    margin:0px;
}

body, table {
         font-size:12px;
         color:#000000;
         font-family:Verdana,Sans-Serif;
}

h1 {
         font-size:18px;
}

h2 {
         font-size:16px;
}

h3 {
         font-size:14px;
}

h4 {
         font-size:12px;
}

.iframe {
    width:978px;
    height:650px;
    border:1px solid #000;
}

a {
    color:#000099;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
border: 0;
}

a img {
border: 0px;
}

a img {
border: none;
}

/******************************
*********** Layout ************
******************************/
#main {
    background-image:url(../upload/images/back_main.png);
    background-repeat:no-repeat;
    position:absolute;
    width:978px;
    margin-top:0px;
    left:50%;
    margin-left:-489px;
    padding: 0px 5px 0px 5px;
}

#header {
         width:978px;
         height:115px;
         margin-left:57px;
         margin-top:0px;
         vertical-align:top;
}

#middle {
         width:706px;
         height:500px;
}

#bottom {
         width:879px;
         padding:0 0 0 0px;
         height:10px;
}

#upload {
    position:relative;
    width:600px;
    padding-left:10px;
}

.left {
    padding:0 0 0 60px;
         font-size:12px;
}

.middle {
    padding:0 0 0 0px;
         font-size:12px;
        width:600px;
}

.right {
    padding-top:0px;
    padding-left:1px;
}

.copy {
    font-size:9px;
        padding:0 180 0 0px;
}

.button {
    font-family:Verdana, Arial, Verdana, Sans-Serif;
    font-size:10px;
    color:#000000;
    background-color:#ffffff;
    height:16px;
    padding:1 0 1 0px;
    border:1px solid #000080;
    margin-top:3px;
}

.textbox {
        font-family:Verdana,Sans-Serif;
        font-size:10px;
        color:#000;
        background-color:#ffffff;
        border:1px #000080 solid;
}

td.menu-head {
    background:#000099;
    padding:5px;
         font-size:14px;
         font-weight:bold;
         color:#ffffff;;
}

td.menu {
    background:#ffffff;
         padding:5px;
}

td.menu a {
    color:#000099;
         text-decoration:none;
}

td.menu a:hover {
    color:#000099;
         text-decoration:underline;
}

table.menu, div.seminare {
    border:1px solid #000099;
}

/******************************
********* Navigation **********
******************************/

/********** Ebene 1 **********/

.navi-1-on {
         font-weight:bold;
         margin-top:5px;
}

.navi-1-off {
         margin-top:5px;
}

/********** Ebene 2 **********/

.navi-2 {
    padding-left:20px;
    font-size:11px;
}

/********** Ebene 3 **********/

.navi-3 {
    padding-left:30px;
         font-size:9px;
}

/******************************
********** Calendar ***********
******************************/

.calendar {

   width: 159px;
   background-color: #fff;
   padding:0px;
   margin:0px;
}
table.cal {
  font-size:7pt;
  }
.cal .last{
color:#BDBCBC;
  }
  .cal .next{
color:#BDBCBC;
  }
.cal th {
  font:100% Arial, Helvetica, sans-serif;
  color:#4D4D4C;
  text-transform:lowercase;
  text-align:center;
  font-weight:bold;
  padding-bottom:6px;
  }
.cal td {
  border:solid #fff;
  border-width:1px;
  padding:1px 1px;
  text-align:center;
  color:#52524B;

  }
.cal .selected {
  border:solid #bb9;
  border-width:1px;
  padding:1px 1px;
  font-weight:bold;
  color:#b93;
  }
.cal .today {
  background:#ccb;
  color:#eed;
  border:solid #998;
  border-width:1px 0 0 1px;
  padding:1px 1px 1px 1px;
  }
.cal td a, .cal td a:visited, .cal td a:hover {
  font-weight:bold;
  color:#000;
  }
/* Eventlist
----------------------------------------------- */
.event_list_title {
   color: #BBBBAA;
   background-color: #FFFFFF;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   }

.event_list {
   width : 410px;
   background-color: White;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 100%;
   }

.event_list .headings
{
   font-family: Arial, Helvetica, sans-serif;
   font-weight:bold;
   font-size:10pt;
   padding: 5px 5px 5px 5px;
   color: #fff;
   background-color: #335577;
   }

.event_list .col_status {
   width: 30px;
}

.event_list .col_date {
   color: #fff;
   padding: 5px 5px 5px 5px;
   width: 100px;
}

.event_list .col_event {
   padding: 5px 5px 5px 5px;
   width: auto;
   }

.event_list .status {
   padding: 5px 5px 5px 5px;
   color: Red;
   font-weight: bold;
   vertical-align : top;
}

.event_list .date {
   padding: 5px 5px 5px 5px;
   color: #333333;
   font-family: Arial, Helvetica, sans-serif;
}

.event_list .event {
   padding: 5px 5px 5px 5px;
   font-family: Arial, Helvetica, sans-serif;
   vertical-align : top;
}


.event_list .error_message {
   font-size: 10px;
   font-family: Arial, Helvetica, sans-serif;
   margin-left : auto;
   margin-right : auto;
   padding-left : 10px;
   padding-right : 10px;
   padding-top: 10px;
   padding-bottom: 10px;
   background-color: #EEEEEE;
   }

/* Appearance for Event-Infos */

.event_info {
   width : 410px;
   height: auto;
   background-color: #F9F9F9;
   }

.event_info .headings {
   font-size:10pt;
   font-weight:bold;
   color: #fff;
   background-color: #335577;
   }

.event_info .title {
   font-family: Arial, Helvetica, sans-serif;
   padding: 5px 5px 5px 5px;
   }

.event_info .date {
   background-color: #335577;
   color: #fff;
   font-family: Arial, Helvetica, sans-serif;
   padding: 5px 0px 5px 5px;
   width: 100px;
   }

.event_info .description {
   font-family: Arial, Helvetica, sans-serif;
   padding: 5px 5px 10px 10px;
   }

.line_color0 {
   background-color: White;
   padding:5px 10px 5px 0;
   }

.line_color1 {
   background-color: #EEEEEE;
   padding:5px 10px 5px 0;
   }

.author_info {
   font-size: xx-small;
   color: #CCCCCC;
}

.next_event_select  {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 80%;
   background-color: #FFFFFF;
   text-align : left;
}

.next_event_select A {
   font-size: 100%;
   color: #82C4F4;
   background-color: #FFFFFF;
   text-align : center;
   text-decoration: underline;
}