* {font-family:Arial, Helvetica, sans-serif;}

body {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #70706b;
  background: #e7e7dd url(../img/bg-repeatx.gif) repeat-x 0 0;
  margin: 0;
  padding: 0;
  text-align: center;
}

div {text-align:left;}
form, fieldset {margin:0; padding:0;border:0 none;}
ul {margin:0; padding:0;}
li {list-style:none;}
img {border:0 none;}

a, a:link, a:visited {
  color: #70706b;
  font-weight: bold;
  text-decoration: underline;
}
a:hover, a:active {color: #00427a;}

p {
  padding:0;
  margin:15px 0;
  line-height: 1.4em;
}

#folge p {
  margin: 0 0 15px 0;
}


h1 {
  color: #00427a;
  border-bottom: 3px solid #fcc300;
  font-size: 1.45em;
}


#folge h1 {
  font-size: 1.6em;
  margin-top: 0;
}

h3 {
  color: #00427a;
  border-bottom: 1px solid #fcc300;
  margin: 0;
  padding: 0 0 2px 0;
  font-size: 1.1em;
}


/*--------------------------------------------------------------------------
                Header
--------------------------------------------------------------------------*/
#header {
  width: 950px;
  height: 79px;
  margin-bottom: 3px;
  text-align: right;
  position: relative;
  padding: 0;
}

#logo {
  width: 418px;
  float: left;
}

#topBar {
  width: 335px;
  position: absolute;
  left: 615px;
  top: 0;
}



/* Funknav */

#funknav {
  margin-bottom: 18px;
}

#funknav ul li {
  display: inline;
  font-size: 0.8em;
  padding-right: 12px;
}
#funknav ul li a,
#funknav ul li a:link,
#funknav ul li a:visited,
#funknav ul li a:hover,
#funknav ul li a:active {
  text-decoration: none;
  color: #7fa0bc;
}

#funknav ul li a:hover {
  text-decoration: underline;
}
/* End Funknav */



#search {

}

#search form {
  margin-bottom: 5px;
}

#search #searchField {
  font-size: 0.9em;
  color: #a1a1a1;
  width: 196px;
}

#search .areas {
  font-size: 0.9em;
  color: #a1a1a1;
  padding: 1px 0;
  margin: 0;
  width: 107px;
}

#search #Go {
  vertical-align: top;
  margin: 1px 0 0 0;
}

#search a {
  color: #bcbcb9;
  font-size: 0.8em;
  padding: 0 0 0 3px;
}



/* Suche im Content Bereich */
.subsearch {
  background: transparent url(../img/bg_subsearch.gif) no-repeat bottom left;
  margin: 0 0 15px 0;
  padding: 5px 10px;
  overflow: auto;
  border-bottom: 3px solid #CCDDE5;
  position: relative;
  background-color: #e9eff3;
}

.subsearch h3 {
  border: none;
}

.subsearch #sub_searchField {
  width: 385px;
  color: #A1A1A1;
  padding: 1px 5px;
}

.subsearch .areas {
  color: #A1A1A1;
  padding: 1px 0;
}

.subsearch #Go {
  position: absolute;
  right: 10px;
  bottom: 7px;
}


/*--------------------------------------------------------------------------
                Templates
--------------------------------------------------------------------------*/

#divContainer {
  width: 950px;
  margin: 0 auto;
}

#divWrapper {
  width: 950px;
  padding: 0;
  background: #fff;
  float:left;
  margin-top: 10px;
}


#divContent {
  margin: 20px 20px 0 20px;
}

.column {
  float: left;
}

#leftcolumn {
  margin-right: 20px;
  width: 574px;
}

#folge #leftcolumn {
  width: 528px;
}

#rightcolumn {
  width: 316px;
  font-size: 0.9em;
}

#folge #rightcolumn {
  width: 202px;
}

#rightcolumn .rightbox {
  margin-bottom: 19px;
}

#rightcolumn .rightbox {
  border: 1px solid #ccdde7;
  width: 314px;
}

#folge #rightcolumn .rightbox {
  width: 200px;
}

#rightcolumn div.innerpadding {
  padding: 7px;
}
#rightcolumn ul {
  margin:0;
  margin-top:15px;  
  padding:0;
}

#rightcolumn ul li {
  margin: 0 0 5px 15px;
  list-style:disc;
}
#rightcolumn .csc-header {margin-bottom: 10px;}
#rightcolumn p  {margin-top: 0; margin-bottom: 5px;}


/*--------------------------------------------------------------------------
                Navigationen
--------------------------------------------------------------------------*/
#MainNav {
  background-color: #ccdde7;
  height: 30px;
  text-transform: uppercase;
  z-index: 999 !important;
}

#MainNav ul {
  z-index: 999 !important;
}

#MainNav ul li {
  /*display: block;*/
  float: left;
  position: relative;
  z-index: 999 !important;
}

#MainNav ul li a {
  color: #004179;
  display: block;
  padding: 12px 27px 3px 19px;
  /*position: relative;*/
  text-decoration: none;
}

#MainNav ul li a:hover {
  background: #fff url(../img/navshadow.gif) no-repeat;
  background-position: top right;
}

#MainNav ul li.MainAct a {
  background: #fff url(../img/navshadow.gif) no-repeat top right;
}

#MainNav ul li.MainAct a span,
#MainNav ul li.MainAct a:link span,
#MainNav ul li.MainAct a:visited span,
#MainNav ul li.MainAct a:hover span,
#MainNav ul li.MainAct a:active span,
#MainNav ul li a:hover span {
  border-bottom: 3px solid #fcc300;
}

/* dropdown */
#MainNav ul li ul.dropdown {
    background-color: #ffffff;
    border: 1px solid #CCDDE7;
    border-top: none;
    display: none;
    left: 0;
    padding: 0 0 10px 0;
    position: absolute;
    text-align: left;
    text-transform: none;
    top: 30px;
    width: 200px;
    z-index: 1000 !important;
}

#MainNav ul li:hover ul.dropdown {
    display: block;
}

/* Damit der erste Punkt gehighlighted wird wenn man mit der Maus ueber das Dropdownmenue faehrt */
#MainNav ul > li:hover > a {
    background: #fff url(../img/navshadow.gif) no-repeat;
    background-position: top right;
}
#MainNav ul > li:hover > a > span {
    border-bottom: 3px solid #FCC300;
}

#MainNav ul li ul.dropdown li {
    clear: both;
}

#MainNav ul li ul.dropdown li a, 
#MainNav ul li ul.dropdown li a:link,
#MainNav ul li ul.dropdown li a:visited {
    background: none;
}

#MainNav ul li ul.dropdown li a:hover {
    background: none;
}

#MainNav ul li ul.dropdown li a span, 
#MainNav ul li ul.dropdown li a:link span,
#MainNav ul li ul.dropdown li a:visited span {
  border-bottom: 3px solid #ffffff;
  display: block;
  white-space: nowrap;
}

#MainNav ul li ul.dropdown li a:hover span, 
#MainNav ul li ul.dropdown li.dropact a span {
  border-bottom: 3px solid #FCC300;
}


.shadow {
    -moz-box-shadow: 0px 1px 4px #b5b6b5; 
    -webkit-box-shadow: 0px 1px 4px #b5b6b5; 
    box-shadow: 0px 1px 4px #b5b6b5;
}




/* Socialnav */
#MainNav .socialnavi {
  float: right;
  padding: 0 20px 0 0;
  width: 50px;
}

#MainNav .socialnavi ul li a {
  padding: 5px 0 0 0;
}

#MainNav .socialnavi ul li a:hover {
  background: transparent none;
}

#MainNav .socialnavi ul li a img {
    -moz-box-shadow: 0px 1px 4px #b5b6b5; 
    -webkit-box-shadow: 0px 1px 4px #b5b6b5; 
    box-shadow: 0px 1px 4px #b5b6b5;
}

#MainNav .socialnavi ul li a:hover img {
    -moz-box-shadow: none; 
    -webkit-box-shadow: none; 
    box-shadow: none;
}












/* Subnav */

#Subnavdiv {
  width: 140px;
  float: left;
  margin-right: 20px;
  font-size: 1.1em;
  background-color: #f6f9fb;
  border-top: 1px solid #ccdde5;
}

#subnav li {
  /*background: #fff url(/fileadmin/img/subnavi.gif) no-repeat 0 3px;*/
  background: none;
  color: #cadce6;
}

#subnav li a, #subnav li a:link, #subnav li a:visited {
  text-decoration: none;
  font-weight: normal;
  display: block;
  padding: 5px 13px; 
  border-bottom: 1px solid #ccdde5;
  border-top: 1px solid #ffffff;
}

#subnav li a:hover, #subnav li a:active {
  background-color: #ffffff;
}

#subnav li.SubAct {
  border-bottom: 1px solid #ccdde5;
}

#subnav li.SubAct a, #subnav li.SubAct a:link, #subnav li.SubAct a:visited,
#subnav li.SubAct a:focus, #subnav li.SubAct a:hover, #subnav li.SubAct a:active{
  background: #fff url(/fileadmin/img/subnavi_act.gif) no-repeat right center;
  color: #00427c;
  font-weight: bold;
  border-bottom: none;
}


/* Dritte Ebene */

#subnav .subsubnav {
  margin: -5px 0 0 0;
  padding: 0 0 5px 0;
  background-color: #ffffff;
}

#subnav .subsubnav li {
  font-size: 0.9em;
}

#subnav li.SubAct .subsubnav li a {
  color: #6f6f6d;
  font-weight: normal;
  margin-left: 0;
  background-image: none;
  padding: 2px 13px;
}

#subnav .subsubnav li a:hover {
  font-style: italic;
}

#subnav li.SubAct .subsubnav li.SubsubAct a {
  color: #00427C;
}



/*--------------------------------------------------------------------------
                Content
--------------------------------------------------------------------------*/
.cleardiv {clear: both;}
.nopadding {padding: 0;}
.noborder {margin: 0;}
.floatright {float: right;}
.floatleft {float: left;}

/* Listen im Content*/

#content ul {
  margin:0;
  margin-bottom:15px;
  padding:0;
}

#content ul li {
  margin: 0 0 5px 15px;
  list-style:disc;
}

#content ol {
  margin:0;
  padding:0;
}

#content ol li {
  margin: 0 0 5px 20px;
  list-style:decimal;
}

#content .csc-menu li {list-style:none;}

.csc-firstHeader a{
  color: #00427a;
        text-decoration:none;
  
  
}
.csc-firstHeader a:hover{
  color: #70706b;
        text-decoration:none;
  
  
}

.csc-header-n2 h3 a {color:#00427a; text-decoration:none;}
.csc-header-n2 h3 a:hover {color:#70706b; text-decoration:none;}
/* Banner */

#Banner, 
#Banner .tx_naworkfadeheader_pi1,
#Banner .tx_naworkfadeheader_pi1 div,
#Banner .tx_naworkfadeheader_pi1 #tx_naworkfadeheader_pi1_pic {
  z-index: 201;
}

#Banner .tx_naworkfadeheader_pi1 img {
  width: 572px;
  border: 1px solid #ccdde7;
  margin: 0;
  padding: 0;
  /*position: absolute;*/
}

#Banner .tx_naworkfadeheader_pi1 .tx_naworkfadeheader_pi1_control img {
  width: auto;
  border: none;
  margin: 0;
  padding: 0;
}

#Banner .tx_naworkfadeheader_pi1_control {
  clear: both;
  position: absolute;
  z-index: 500;
  top: 218px;
  left: 475px;
}




/* --------- naechste Seminare ------------- */
#next_sems {
  
}

#next_sems a {
  font-weight: normal;
}

#next_sems .single {
  margin: 5px 0 5px 0;
  padding: 0;
}

#next_sems .title a {
  font-weight: bold;
  text-decoration: none;
  color: #004179;
}

#next_sems .title a:hover {
  text-decoration: underline;

}

#next_sems .all-sems {
  margin: 0;
  padding: 3px 0 0 0;
  border-top: 1px solid #ccdde7;
  text-align: right;
}

#next_sems .date {
  text-align: right;
}

#next_sems .teaser {
  margin-bottom:10px;
}

/* --------- News ------------- */
#news {
  
}
#news .mehr-news {
  margin-top: 10px;
  padding-top:3px;
  border-top:1px solid #ccdde7;
  text-align: right;
}

#news .mehr-news a {
  font-family: Arial;
  font-weight: normal;
}

.news-list-item .autor-img {
  float: right;
  margin: 0 0 5px 7px;
}

.news-single-item .autor-img {
  float: right;
  margin: 0 0 5px 7px;
}

#folge .news-single-item p.news-single-author {
  margin: 5px 0 0 0;
  text-align: right;
  font-style: italic;
}

/* --------- Zitate ------------- */
#blog {

}

#blog a {
  font-weight: normal;  
}

#blog div {
  width: 158px;
  float: left;
  background: #fff url(../img/quote.gif) no-repeat 0 2px;
}

#blog div p {
  line-height: 1.2em;
  margin: 5px 0 0 0;
  padding-right: 10px;
}

#blog div p.zitat {
  margin: 0 0 10px 24px;
  color: #004179;
}

#blog div p.zitat a {
  color: #004179;
  text-decoration: none;
}

#blog div p.zitat a:hover {
  text-decoration: underline;
}


/* ------------- rechte Spalte Folgeseite -------------------- */
#folge #rightcolumn b {
  color: #034278;
}

#folge #rightcolumn a,
#folge #rightcolumn a:link,
#folge #rightcolumn a:visited,
#folge #rightcolumn a:hover,
#folge #rightcolumn a:active {
  font-weight: normal;
}

#folge #rightcolumn .csc-header {margin-bottom: 10px;}
#folge  #rightcolumn p  {margin-top: 0; margin-bottom: 5px;}





/* ------------ Formulare ------------------ */

.tx-pilmailform-pi1 .label {
  width: 11em;
  font-weight: bold;
  text-align: right;
  padding-right: 7px;
  font-size: 12px;
}

.tx-pilmailform-pi1 td {
  padding-bottom: 5px;
}

.tx-pilmailform-pi1 td input,
.tx-pilmailform-pi1 td textarea {
  width: 240px;
}

.tx-pilmailform-pi1 td input.check {
  width: auto;
}

.tx-pilmailform-pi1 td.submit {
  text-align: right;
}

.tx-pilmailform-pi1 td.submit input {
  background:#E8EFF5 url(/fileadmin/img/bg_btn.gif) repeat-x 0 0;
  border:1px solid #BAD0DD;
  color:#004276;
  cursor:pointer;
  height:23px;
  width:auto;
}







/* ---------------- Dozentenliste ---------------- */
.tx-ticmemberlist-pi1 .abc_link {
  padding: 10px;
  background-color: #EDF2F5;
}

.tx-ticmemberlist-pi1 .abc_link a {
  margin-right: 5px;
}

.tx-ticmemberlist-pi1 .abc_names {
  margin-bottom: 5px;
}

.tx-ticmemberlist-pi1 .abc_act {
  font-size: 1.6em;
  color: #00427A;
  font-weight: bold;
}

.tx-ticmemberlist-pi1 h2 {
  border-bottom:1px solid #FCC300;
  color:#00427A;
  font-size:1.1em;
  margin:0pt;
  padding:0pt 0pt 2px;
}

.tx-ticmemberlist-pi1 .images {
  float: right;
  margin-left: 10px;
}

#folge .tx-ticmemberlist-pi1 .single-image {
  margin-bottom: 0;
}

.tx-ticmemberlist-pi1 .bildtext {
  /*background-color:#EDF2F5;
  border: 1px solid #CCDDE5;
  border-top: none;
  padding:3px 5px;*/
  font-style: italic;
}

.tx-ticmemberlist-pi1 .beschreibung {padding-top: 10px;}
.tx-ticmemberlist-pi1 .images {padding-top: 10px;}



/* Bildergallerie */
.csc-perfectlightbox-firstpic div.csc-textpic-imagewrap .csc-textpic-imagerow {
  display:none !important;
}
  
.csc-perfectlightbox-firstpic div.csc-textpic-imagewrap .csc-textpic-imagerow:first-child {
  display:inline !important;
}



/* ---------------- Lightbox ---------------- */
#folge #overlay {
   z-index: 1500;
}

#folge #lbLightbox {
   z-index: 1800;
}





/*--------------------------------------------------------------------------
                Footer
--------------------------------------------------------------------------*/
#footer {
  background: #f1f1eb url(../img/windrose.gif) no-repeat 0 0;
  border-top: 3px solid #e7e7dd;
  width: 950px;
  font-size: 0.9em;
}

#footerWrapper {
  padding: 0 0 0 20px;
  margin: 0;
}

#footer .column {
  width: 288px;
  margin: 20px 20px 20px 0;
  display: inline;
}

#footer h3 {
  border: none;
  margin: 0;
}

#footer h3 a {
        color: #00427a;
  margin: 0;
  padding: 0 0 2px 0;
  font-size: 1.1em;
        text-decoration: none;
        font-weight: bold !important;

}

#footer p {
  margin: 0 0 10px 0;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
  font-weight: normal;
}


/* Newsletter */
#footer #newsletterField {
  font-size: 0.9em;
  color: #bcbcb9;
  width: 260px;
}

#footer #Go {
  vertical-align: top;
  margin: 1px 0 0 0;
}

#footer #searchField {
  font-size: 0.9em;
  color: #bcbcb9;
  width: 160px;
}

/*--------------------------------------------------------------------------
              FadeHeader Styles
--------------------------------------------------------------------------*/


#Banner .tx_naworkfadeheader_pi1_control img#tx_naworkfadeheader_pi1_control_pause,
#Banner .tx_naworkfadeheader_pi1_control img#tx_naworkfadeheader_pi1_control_play {
  margin-left: 20px;
  cursor: pointer;
}

#Banner .tx_naworkfadeheader_pi1_control img#tx_naworkfadeheader_pi1_control_next {
  margin-left: 12px;
  cursor: pointer;
}

#Banner .tx_naworkfadeheader_pi1 .tx_naworkfadeheader_pi1_control img {
  cursor: pointer;
}



/*--------------------------------------------------------------------------
                SEARCH
--------------------------------------------------------------------------*/

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
  color: #034278;
}

li.tx-indexedsearch-browselist-currentPage {
  background-color: #EDF2F5;
  border: 1px solid #CCDDE5;
  padding: 2px;
}

.tx-indexedsearch-browsebox ul.browsebox {
  margin: 10px 0;
}

.tx-indexedsearch-rules {
  background-color: #EDF2F5;
  border: 1px solid #DAE7EF;
}

.tx-indexedsearch-rules h2 {
  color: #00427A;
  font-size: 1.4em;
  margin: 5px 0;
}

.tx-indexedsearch-rules p, .tx-indexedsearch-rules h2 {
  padding: 0 10px;
}

.tx-indexedsearch-res table {
  font-size: 12px;
}


/* -------- Erweiterte Suche ------------ */
.tx-indexedsearch-searchbox tr td {
  padding-bottom: 5px;
  font-size: 12px;
}

.tx-indexedsearch-searchbox .label {
  font-weight: bold;
  padding: 0 0.5em 0.5em 0;
  text-align: right;
  width: 11em;
}

.tx-indexedsearch-searchbox input,
.tx-indexedsearch-searchbox select {
  width: 240px;
}

.tx-indexedsearch-searchbox input.radio {
  width: auto;
}

.tx-indexedsearch-searchbox input#tx_indexedsearch_extResume {
  width: auto;
  margin: 0;
}

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
  width: 240px;
}

.tx-indexedsearch .submit {
  background: #E8EFF5 url(/fileadmin/img/bg_btn.gif) repeat-x 0 0;
  border: 1px solid #BAD0DD;
  color: #004276;
  cursor: pointer;
  height: 23px;
  width: auto;
}


/*--------------------------------------------------------------------------
              FE - Login
--------------------------------------------------------------------------*/

.tx-felogin-pi1 form {
  margin: 5px 0 0 0;
}

.tx-felogin-pi1 .submit {
  margin: 5px 0 0 0;
  background: #E8EFF5 url(/fileadmin/img/bg_btn.gif) repeat-x 0 0;
  border: 1px solid #BAD0DD;
  color: #004276;
  cursor: pointer;
  height: 23px;
  width: auto;
}



/*--------------------------------------------------------------------------
              nosub Template
--------------------------------------------------------------------------*/

#leftcolumn_nosub {
  width: 688px;
  margin-right: 20px;
}





/*--------------------------------------------------------------------------
              Sitemap
--------------------------------------------------------------------------*/

/*-----Linkfarben-----*/

.csc-sitemap ul li a,
.csc-sitemap ul li a:link,
.csc-sitemap ul li a:visited,
.csc-sitemap ul li a:active {
  color: #00427A;
  text-decoration: none;
  text-transform: uppercase;
  }

.csc-sitemap ul li a:hover {
  color: #00427A;
  text-decoration: underline;
  }
  
.csc-sitemap ul li ul li a,
.csc-sitemap ul li ul li a:link,
.csc-sitemap ul li ul li a:visited,
.csc-sitemap ul li ul li a:active {
  color: #70706b;
  text-decoration: none;
  text-transform: none;
  }

.csc-sitemap ul li ul li a:hover {
  color: #70706b;
  text-decoration: underline;
  }
  
.csc-sitemap ul li ul li ul li a,
.csc-sitemap ul li ul li ul li a:link,
.csc-sitemap ul li ul li ul li a:visited,
.csc-sitemap ul li ul li ul li a:active {
  color: #70706b;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  }
  
.csc-sitemap ul li ul li ul li a:hover {
  text-decoration: underline;
  }

/*1. Ebene*/

.csc-sitemap ul li {
  margin: 0 0 15px 0;
  }

/*2. Ebene*/

.csc-sitemap ul li ul li {
  text-transform: none;
  border-left: 2px solid #00427A;
  margin: 0 0 0 10px;
  padding-top: 5px;
  padding-left: 10px;
}



/*3. Ebene*/

.csc-sitemap ul li ul li ul li {
  border-left: 2px solid #9caccc;
  margin: 0 0 0 10px;
}


/*4. Ebene*/

.csc-sitemap ul li ul li ul li ul li {
  border-left: 2px solid #B5D0DF;
  margin: 0 0 0 10px;
}




/* Team der Akademie */
.team-list-item {
  border-bottom: 1px solid #FCC300;
}

.team-list-item .images {
  float: right;
  margin-left: 10px;
  width: 180px;
}

.team-list-item .bodytext {
}

/*-----Slideshow-----*/
#preisverleihung {
  margin-left: 50px;
}

/*Kompaktkurs-Hinweis*/
.kk-hinweis {
  color: #cc3300;
  border: 1px solid #dae7ef;
  /*background-color: #edf2f5;*/
  font-size: 0.9em;
  width: 310px;
  /*margin-left: 10px;*/
  margin-bottom: 10px;
  padding:10px;
}

.kk-hinweis-form {
  color: #cc3300;
  border: 1px solid #dae7ef;
  /*background-color: #edf2f5;*/
  font-size: 0.9em;
  width: 505px;
  /*margin-left: 10px;*/
  padding:10px;
}
/*-----Virtuelle Bibliothek-----*/

.tx_ablinklist_listView_categories {
  margin-top: -20px;
}

.tx_ablinklist_listView_categories table tr {
  height: 25px;
}

/*Volotag-Fragen Player*/
#media-center-1305 {margin-left: 100px; margin-bottom: 15px;}
#media-center-1302 {margin-left: 60px; margin-bottom: 25px;}
#media-center-1332 {margin-left: 10px; margin-bottom: 25px;}

/*Bildunterschriften*/
.csc-textpic-caption {font-size: 9px;}
/*Media Center - Jubilaeum 40 Tage 1-4*/
#media-center-1635{border: 1px solid #ccdde7;}
#media-center-1631{border: 1px solid #ccdde7;}
#media-center-1618{border: 1px solid #ccdde7;}
#media-center-1633{border: 1px solid #ccdde7;}

/*Tabelle Pressespiegel*/
.table-press {cellspacing:15; border-collapse:collapse;}
.tr-press {background-color:#e7e7e7;}
.tr-press td {padding:20px;}
.tr-press2 td {padding:20px;}
/*Bilder Team*/
.single-image img{border: 1px solid #e7e7e7;}





/*--------------------------------------------------------------------------
              Subcontent
--------------------------------------------------------------------------*/
.subcontent {
  margin: 20px -20px 0 -20px;
  background-color: #f8f8f5;
  padding: 10px 20px;
  border-top: 5px solid #e7e7dd;
  border-bottom: 2px solid #e7e7dd;
}

.subcontent_left {
  border-right: 1px solid #e7e7dd;
  width: 440px;
  float: left;
  padding: 0 15px 0 0;
}

.subcontent_right {
  width: 438px;
  float: right;
  padding: 0 0 0 15px;
}

.subcontent a, .subcontent a:link, .subcontent a:visited {
  color: #70706b;
  text-decoration: underline !important;
}

.subcontent a:focus, .subcontent a:hover, .subcontent a:active,
.subcontent #twtr-widget-1 a:focus, .subcontent #twtr-widget-1 a:hover, 
.subcontent #twtr-widget-1 a:active {
  color: #00427a !important;
}

.subcontent_left .csc-header h3, .subcontent_right .csc-header h3 {
  color: #70706b;
  border-bottom: none;
  background: transparent url(/fileadmin/img/tweet_header.gif) no-repeat top left;
  padding: 3px 0 3px 30px;
}

.subcontent_right .csc-header h3 {
  background: none;
  padding: 3px 0;
}

.subcontent_left .twtr-doc a, .subcontent_left .twtr-doc a:link, .subcontent_left .twtr-doc a:visited {
  text-decoration: underline;
}

.subcontent_left .twtr-widget .twtr-tweet {
  border-bottom: none;
}


.subcontent_left .twtr-hd, .subcontent_left .twtr-ft {
  display: none;
}

.subcontent_right ul {
  margin: 15px 0 10px 0;
}

.subcontent_right li {
  display: inline;
  padding: 0 40px 0 0;
  float: left;
}

.subcontent_right li#fb-root {
  padding: 0 25px 0 0;
}

.subcontent_right li.last {
  padding: 0;
}

.subcontent_right li a, .subcontent_right li a:link, .subcontent_right li a:visited {
  font-weight: normal;
}

.subcontent_right li .email {
  background: transparent url(/fileadmin/img/icon_mail.gif) no-repeat top left;
  padding: 1px 0 0 20px;
  display: block;
}

.subcontent #socialbookmark-mail {
  background-color: #ffffff;
  border-top: 1px solid #ffffff;
  padding: 10px;
  float: left;
  clear: both;
}

.subcontent .field {
  overflow: hidden;
  margin: 0 0 5px 0;
}

.subcontent .field label {
  width: 190px;
  display: block;
  float: left;
  padding: 3px 10px 0 0;
  text-align: right;
}

.subcontent .field input,  .subcontent .field textarea {
  width: 210px;
  float: right;
  font-size: 1em;
  color: #70706B;
  padding: 0;
}

.subcontent .field .submit {
  background: url("../img/bg_subsearch.gif") no-repeat scroll left center #E9EFF3;
  border: 1px solid #CCDDE5;
  cursor: pointer;
  color: #00427A;
  padding: 2px 0;
  width: 214px;
}

.subcontent .socialcontent p.send {
  background-color: #ffffff;
  padding: 5px; 
  color: #10a232;
}

.subcontent .error label {
  color: #ff0000;
}

.subcontent .error input {
  border: 1px solid #ff0000;
}

/*Akademie Navi-Tabelle*/
.sem-nav {width:100%;
      border:none;

}
.akad-nav h3 {margin-bottom:5px;}
/*linkes-Div in Tabellen*/
.akad-nav-left {float:left;
      width:49%;
      border:none;
      }

.akad-nav-right {float:right;
       width:49%;
       border:none;
       }
.akad-nav-row {float:left;
      margin-top:15px;
}

.akad-nav-row a {text-decoration:none;}

.akad-nav-tab {}

.akad-nav-img {border:none;
         float:left;
         margin:5px 15px 5px 0px;

         }
/*Begrüßungstext Startseite*/
#gruss {}




