/* CSS für Alumni-Hagen.de T3 alternativ */



* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

html, body {
  margin: 0;
}

body {
  background-image: url(bilder/bodyBg.gif);
  background-repeat: repeat-xy;
}
#site
{
  width:1000px;
  margin:0px auto;
}

#kopf {
  width: 1000px;
  height: 150px;
  background-repeat: no-repeat;
  background-image: url(bilder/banner.jpg) !important;
}

#mainContent{
  background-image: url(bilder/content.gif) !important;
  background-repeat: repeat-y;
  width: 100%;
}

#links {
  float: left;
  width: 200px;
}
#mitte {
  float: left;
  width: 587px;
  padding: 2px 4px 2px 4px;
  background-color: white;
  border-bottom: 1px solid black;
  margin-left: 2px;
  margin-right: 2px;
  overflow: auto;
}
#rechts {
  float: left;
  width: 197px;
  padding-left: 3px;
}
#rand {
  float: left;
}

#footer {
  width: 1000px;
  background-repeat: no-repeat;
  background:#cfdafa;
  padding-top:5px;
  padding-bottom:5px;
}

/* Menüformatierung */
#navigation {
  overflow: hidden;
}
#navigation ul {
  margin: 0;
  padding: 0;
}
#navigation ul li {
  list-style: none inside;
  margin: 0;
}
#navigation ul li a {
  color: black;
  text-decoration: none;
  display: block;
  height: 20px;
  line-height: 20px;
  /* padding-left: 20px; */
  padding-left: 3px;
  height: 20px;
  line-height: 20px;
  /* background-image: url(./bilder/arrow.gif); */
  background-repeat: no-repeat;
  overflow: hidden;
}
#navigation ul li a:hover {
  background-color: white;
}

  /* Second level Navigation */
  #navigation ul ul {
    padding-left: 10px;
  }

  .parentMenu, .currentMenu {
    /* padding-left: 20px; */
    padding-left: 3px;
    height: 20px;
    line-height: 20px;
    /* background-image: url(./bilder/arrow_selected.gif); `*/
    background-repeat: no-repeat;
    background-color: white;
    overflow: hidden;
  }

/* Onlineliste */
#onlineliste {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  border-top: 1px solid black;
}

/* Login Box */
#loginbox {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  border-top: 1px solid black;
}
#loginbox a {
  color: black;
  text-decoration: none;
}
#loginbox a:hover {
  border-bottom: 1px dashed black;
}
#loginbox fieldset {
  background-color: white;
}
#loginbox fieldset legend {
  background-color: white;
}

/* Rechtliches, die Links unten im Seitenfooter */
#implinks {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#implinks a {
  color: black;
  text-decoration: none;
}
#implinks a:hover {
  border-bottom: 1px dashed black;
}


/* Disable IMG Borders in hyperlinks */
a img {
  border: 0;
}

/* CSS fürs Forum */
.tx-chcforum-pi1-catConferenceCell a, .tx-chcforum-pi1-catConferenceCell dl, .tx-chcforum-pi1-catConferenceCell dt {
  display: block;
  height: 100%;
}
.tx-chcforum-pi1-catConferenceCell a:link, .tx-chcforum-pi1-catConferenceCell a:visited, .tx-chcforum-pi1-catConferenceCell a:active, .tx-chcforum-pi1-catConferenceCell a:hover {
  text-decoration: none !important;
  color: black;
  border: 0;
}

/* JobControl */
.dmmjobcontrol_list_th1, .dmmjobcontrol_list_th2 {
  border: 1px solid black;
  margin: 1px;
}
.dmmjobcontrol_list_tr td,
.dmmjobcontrol_list_tr_alt td {
  height: 1cm;
  vertical-align: middle;
  line-height: 1cm;
}

.dmmjobcontrol_list_tr td a, .dmmjobcontrol_list_tr_alt td a {
  display: block;
  text-decoration: none;
  color: black;
  border-left: 4px solid white;
  padding-left: 2px;
  overflow: hidden;
  height: 1cm;
  vertical-align: middle;
}

.dmmjobcontrol_list_tr td a:hover, .dmmjobcontrol_list_tr_alt td a:hover {
  border-left: 4px solid black;
}

.dmmjobcontrol_list_tr td, .dmmjobcontrol_list_tr_alt td {
  margin: 1px;
}

.dmmjobcontrol_list_tr td {
  background-color: #CFDAFA;
}

.dmmjobcontrol_list_tr_alt td {
  background-color: #9EB2F4;
}

.tx-dmmjobcontrol-pi1 h3 {
  border-left: 10px solid #9EB2F4;
  padding-left: 4px;
  background-color: #CFDAFA;
  margin-bottom: 0px;
}

/* Shoutbox */
#shout_container {
 border: 1px dashed #B52021;

 width: 98%;
 margin-left: auto;
 margin-right: auto;
}

#smilies{
 font: 8pt Arial;
 height: 40px;
 /* background-color: #DDDDDD; */
 overflow: auto;
 display: hidden;
}

#shout_contentwrap {
 font: 8pt Arial;
 height: 400px;
 background-color: #FFFFFF;
 overflow: auto;
}

#shout_content {
 margin: 5px;
}

#shout_content .name {
 color: #555555;
 font-weight: bold;
 padding-right: 5px;
}

#shout_inputwrap {
 font: 8pt Arial;
}

#shout_input {
 margin: 5px;
}

#shout_input .text {
 border: 1px solid #888888;
 font: 8pt Arial;
 width: 100%;
 background-color: #f4f4f4;
}

#shout_input .button {
 width: auto;
 margin-top: 4px;
 background-color: #B52021;
 font: bold 8pt Arial;
 color: white;
 border: 1px solid #888888;
}

/* Downloads */
.tx_abdownloads_listView_category {
  margin-bottom: 2px;
}
.tx_abdownloads_listView_category a {
  text-decoration: none;
  color: black;
}
.tx_abdownloads_listView_category a:hover {
  border-bottom: 1px dashed black;
}

.tx_abdownloads_listView_downloadAddNew {
  padding-left: 21px;
  margin-bottom: 12px;
  display: block;
  color: black;
  background-image: url('typo3/sysext/t3skin/icons/gfx/savedok.gif');
  background-repeat: no-repeat;
  background-position: left;
}

/* Tabelleninhalte */
td .bodytext, td p {
  margin: 0;
  padding: 0;
}

.tr-even td {
  margin: 0;
  padding: 0;
  background-color: #CFDAFA;
}
.tr-odd td {
  margin: 0;
  padding: 0;
  background-color: #9EB2F4;
}

.csc-uploads-fileName p {
  padding: 1px;
}

.csc-uploads-fileName p a {
  display: block;
  text-decoration: none;
  color: black;
  padding-left: 4px;
  border-left: 4px solid white;
}

.csc-uploads-fileName p a:hover {
  border-left: 4px solid black;
}

/* SB Administration */
.ldm_vxsbeditor_shoutdiv {
  width: 580px;
  border-bottom: 1px dashed black;
  margin-bottom: 4px;
}

/* Blog */
.tx-wecdiscussion-form div.inputFormRow span.label {
  width: auto;
}
.tx-wecdiscussion-mainContent {
  width: auto;
}
.tx-wecdiscussion-page {
  max-width: none;
}

/* Minikalender */
.miniaturkalender {
  margin-bottom: 5px;
  border-top: 1px solid black;
  padding-top: 5px;
}



/* Rahmen */
.csc-frame-rulerAfter {
	border-bottom: 1px solid black;
}
/* Kleinanzeigen Teaser */
.tx-kesmallads-pi1-teaser_row {
  background: white;
  border-bottom: 1px solid black;
  padding-bottom: 2px;
}

@media print {
  #links {
    display: none !important;
  }
  #rechts {
    display: none !important;
  }
  #mitte {
    width: 98% !important;
  }
}