
body {
    background: rgba(1,1,1,1);
    font-family: Arial;
    height: 100%;
    margin: 0;
    padding: 0;
    oldbackground-color: #B80D0B;
}

h1 {
    margin-top: 0;
}

/* Define color settings for ev pages
** LIGHT GREEN: #0BB80B
** DARK GREEN: #068F11
*/
body.ev-bg {
    background-color: #0BB80B;
}

body.ev-bg h1 {
    color: #068F11;
}

body.ev-bg h2 {
    color: #0BB80B;
}

img#logo {
    border: none;
    width: 60%;
    margin-left: -8px;
}

.ev a {
    color: #00A000;
}


.ev a:hover {
    color: #068F11;
}

/* Define color settings for convention pages
** LIGHT RED: #B80D0B
** DARK RED: #8F0606
*/
body.convention-bg {
    background-color: #B80D0B;
}

body.convention-bg h1 {
    color: #8F0606;
}

body.convention-bg h2 {
    color: #B80D0B;
}

.convention a {
    color: #B80D0B;
}


.convention a:hover {
    color: #8F0606;
}

#registration-button {
    border: 1px solid #8F0606;
    background-color: #B80D0B;
    color: #FFFFFF;
}

/* Define color settings for meeting pages
** LIGHT BLUE: #0B87B8
** DARK BLUE: #06318F
*/
body.meeting-bg {
    background-color: #0B87B8;
}


body.meeting-bg h1 {
    color: #06318F;
}

body.meeting-bg h2 {
    color: #0B87B8;
}

.meeting a {
    color: #0B87B8;
}


.meeting a:hover {
    color: #06318F;
}




/* Define color settings for meeting pages
** LIGHT PURPLE: #A70BB8
** DARK PURPLE: #64068F
*/
body.gallery-bg {
    background-color: #A70BB8;
}

body.gallery-bg h1 {
    color: #64068F;
}

body.gallery-bg h2 {
    color: #A70BB8;
}


.gallery a {
    color: #A70BB8;
}


.gallery a:hover {
    color: #64068F;
}




.center {
    margin: 0 auto;
    width: 900px;
    padding: 0;
}

.center2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#main {
    text-align: left;
    background-color: white;
    min-height:900px;
    padding: 0;
    border-right: 1px solid black;
    width: 90%;
}

#header {
    background: rgba(1,1,1,0);
    display: inline-block;
    width: 680px;
    padding-left: 160px;
}
#container {
    display: flex;
}

#navigation {
    width: 150px;
    min-height: 800px;
}

#content {
    flex: 1;
    padding: 10px;
    padding-top: 0;
    background-color: white;
}

#footer {
    text-align: right;
    clear: both;
}

h1 {
    padding-left: 0;
}


.clean {
    clear: left;
}

#map {
    border: 1px solid black;
}

table.price {
    border-collapse: separate;
    border-spacing: 2pt;
}

table.price tr:first-child th:first-child {
    background-color: #FFF;
}


table.price th {
    text-align: right;
    background-color: #CCC;
    padding: 5px;
}

table.price td {
    background-color: #FFF;
    padding: 5px;
    text-align: right;
    width: 120px;
}

/*
table.price tr td:nth-child(2) {
    text-align: right;
    width: 100px;
}

table.price tr td:nth-child(3) {
    text-align: right;
    width: 100px;
}


table.price tr td:nth-child(4) {
    padding-left: 10px;
    background-color: #FFF;
}
*/

table.price tr td:first-child {
    background-color: #CCC;
    width: 220px;
    text-align: left;
    font-weight: bold;
}

table.price th {
    vertical-align: top;
}

.important {
    font-weight: bold;
    color: red;
}

table.registration {
    width: 650px;
    border: 0px solid black;
}

table.registration td.label{
    font-weight: bold;
    padding-left: 5px;
    padding-top: 10px;
    background-color: #FFF;
    color: #B80D0B;
    text-shadow: none;
    font-size: 16px;
}

table.registration tr td:first-child {
    width: 150px;
    text-align: left;
}

table.registration tr td:first-child label {
    font-weight: bold;
}

table.registration input[type=text] {
    width: 300px;
}

table.registration #Strasse {
    width: 232px;
}

table.registration #Hausnummer {
    width: 50px;
}

table.registration #Postleitzahl {
    width: 100px;
}

table.registration #Ort {
    width: 182px;
}

table.registration #Bemerkungen {
    width: 300px;
    height: 150px;
}


table.registration td.paymentmethod {
    padding: 5px;
    padding-top: 3px;
}

table.registration td.option {
    padding: 5px;
}

table#program th {
    padding-top: 20px;
    padding-bottom: 10px;
}

table#program td:first-child {
    width: 120px;
    padding-left: 30px;
}

table#program tr:first-child th{
    padding-top: 0;
}

p.gala_info {
    font-size: 19px;
    line-height: 32px;
}

p.teaser_info {
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
}


img {
    border: 1px solid black;
    margin: 7px;
    margin-bottom: 20px;
}

.polaroid {
    border: 1px solid black;
    display: inline-block;

    -webkit-box-shadow: 4px 4px 13px #9c9c9c;
    /* webkit browser*/ -moz-box-shadow: 4px 4px 13px #9c9c9c;
    /* firefox */ box-shadow: 4px 4px 13px #9c9c9c;

    background-color: #EEE;
    margin-right: 10px;
    margin-bottom: 10px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


.fact {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    vertical-align:top;
}

.fact-value {
    display: inline-block;
    padding-top: 2px;
}

.juggling .fact {
    width: 120px;
}

#ad {
    display: none;
}

.convention-bg #ad {
    display: block;
    position: fixed;
    top: 0;
    left: 900px;
    border: 1px solid black;
    background-color: white;
    margin: 20px;
    padding: 0px;
    padding-top: 10px;
}

.convention-bg #ad img {
    width: 250px;
    border: none;
    float: none;
    margin: 0;
}

.convention-bg #ad img.margin {
    width: 230px;
}

.convention-bg #ad .margin {
    margin: 10px;
}

table.legend td    {
    vertical-align: top;
    padding-right: 30px;
    font-family: Courier;
}

label {
    display: inline-block;

}

[type=radio].radio  {
    margin-top: 0;
}

.vimportant {
    font-size: 25px;
    color: red;
    font-weight:bold;
}

.important {
    font-size: 15px;
}

.history-data {
    font-size: 18px;
}

#base_message {
    border: 0 solid white;
    overflow: hidden;
}
.nav-header { color: #333 ;  }  /* overrides nav-header color in bootstrap.min.css */
