
.header
{
/*    background-image: url('/conferences/24th/images/header/dach.jpg');*/
    background-repeat: no-repeat;
    background-attachment: relative;
    background-position: 210 8 ;

}


.tbl table, .tbl th, .tbl td
{
    border: 1px solid #000000;
    border-collapse: collapse;
}

li {
   margin: 0 0 6 0;   
}

.menublack {
    color: #444444;
    text-decoration: none;
    padding: 6px 6px;
    font-weight: bold;
}

.menuhighlight {
    padding: 6px 6px;
    text-decoration: none;
    font-weight: bold;
    color: #de015c;
}

.border {
    border: 1px solid #888;
}

.gradient {
    background-color: #ededed;
    background-image: linear-gradient(#ededed, #d0d0d0);

}

p {
    line-height: 1.25em;
    text-align: justify;
}


.welcome-container {
background-color: #DC0C5B; 
padding: 5% 8%; 
border: solide 1px #fff; 
border-radius:5px;


}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.alt-color{
    color: #fff;
}


/* Create two unequal columns that floats next to each other */
.column {
    float: left;
    padding: 5px;
    height: auto; 
  }
  
  .left {
    width: 70%;
  }
  
  .right {
    width: 20%;
  }

  .md-width {
      width: 70%;
  }

  .sm-width {
      width: 25%;
  }

  .equal-width {
      width: 45%;
  }

  .full-width {
      width: 100%;
  }

  .img-equal-width {
      width: 48%;
  }

  .md-cloumn-text-box {
      width: 450px;
  }

.grid-container {
    display: inline-grid;
    grid-template-columns: auto auto auto auto;
  }

  .grid-item {
      padding:10px
  }

.custom-caption {
    border-left: solid 3px #864591;
    padding-left: 15px;
    padding-top: 15px;
}

.highlight-yellow {
    color: #864591;
}

#indent-text-box {
    margin-left: 20px;
    width: 80%;
}

#content-wrapper-card {
    display: grid;
    grid-template-columns: 2fr 1fr;
    margin: 10px 20px;
}

#content-wrapper-card-alt {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin: 10px 20px;
}
 

 
.sponsor-title {
    color:#FFFFCC;
    font-size:1.25em;
    text-align: center;
    padding: 5px 0px;
    margin: 0px;
}

.sponsor-title-alt {
    background-color: #3B6581;
    padding: 8px 0px;
    margin: 0px;
    width:60%;
    text-align: center;
    color: #FFFFCC;
}

.dl-btn {
    background-color: #DC0C5B;
    padding: 10px 15px;
    margin:30px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

body, .STYLE1, .STYLE56, td, p, input
 {
	font-family: sans-serif !important;
	font-size: 12px;
	color: #666666;
}

.STYLE54 {color: #333333}

.STYLE55 {
	color: #666666;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 13px;
}

h1, h2, h3, h4 {
	font-family: sans-serif !important;
}

.menu {
    color: #888888;
    white-space: nowrap;
}

.blackshadow {
    color: #444444;
    text-decoration: none;
    padding: 6px 6px;
    font-weight: bold;
    text-shadow: -0.3em 0.3em 0.2em #bbbbbb;
}

.grayshadow {
    color: #888888;
    text-decoration: none;
    padding: 6px 6px;
    font-weight: bold;
    text-shadow: -0.3em 0.3em 0.2em #bbbbbb;
}

#a { color: #0000ff; }

/*.errorinfo {
    color: #ff0000;
    font-weight: bold;
}
*/
.error, .errorinfo {
    color: #ff0000;
    font-weight: bold;
    border: 2px solid #FF0000;
    padding: 4 4;
}


.dotted {
    border: dotted 1px #000000;
}

.table {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;

}

.rowt {
    background-color: #e8e8e8;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.row0 {
    background-color: #f0f0f0;
    border-right: 1px solid #000000;
}

.row1 {
    background-color: #fcfcfc;
    border-right: 1px solid #000000;
}

hr {
    border: 0px;
    border-top: solid 1px #777777;
    height: 1px;
    position: relative;
    top: -8px;
}


