@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator     YAML Builder V1.0 beta1 (http://builder.yaml.de)
 * @file        my_layout.css
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */

@import url(screens/basemod.css);
@import url(screens/content.css);

/* import print layout | Druck-Layout einbinden */
/* @import url(../yaml/print/print_020_draft.css); */

#timeDiv {
    font-size:2em;
    font-family: Tahoma;
  }
  
  #logo {
    display: block;
    margin-left: auto;
    margin-right: auto; 
  }
  
  .form_timer {
    display: inline;
  }
  
  .timer {
    font-family: Tahoma;    
  }
  
  #message_submit {
    margin-left: 12em; 
  }
  
  .new_meeting_form {
    width: 18em;
    margin-left: auto;
    margin-right: auto; 
  }
  
  #footer_text {
    width: 22em;
    margin-left: auto;
    margin-right: auto; 
  }
  
  
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

textarea, input.text {
    border: 1px #7d868f solid;
    background: #d5e2ef;
    padding: 1px;
    /* font: normal 10px/normal Arial, Helvetica, sans-serif;
    color: #FFFFFF; */
}

.minutes, .minutes_other {
    margin:0 0 0 0;
    border-top:1px solid #cdd1d5;
    padding:4px;
    background:#eef6fd;
}
.minutes_other {
    background:#e7eef4;
}
#meeting_minutes {
    margin:0 0 0 0;
    border-bottom:1px solid #cdd1d5;
}
.msg_author {
  font-size: 0.8em;
  color: #7d868f;
}