html, body {
    height:100%;
}
.span16 {
    width: 920px;
}


.container{
    min-height: 100%;
}

.container-content {
    position:absolute;
    left: 30px;
    top: 375px;
}

#top-event-title
{
    position:absolute;
    left: 30px;
    top: 15px;
}

.schatten {
    -moz-box-shadow: 0px 0px 15px #8D8D8D;
    -webkit-box-shadow: 0px 0px 15px #8D8D8D;
    box-shadow: 0px 0px 15px #8D8D8D;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#8D8D8D')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#8D8D8D');
}

.navBtnMatey{
    position: relative;
    left:614px;
    top:-34px;
}

#pos-alert-login {
    margin-top: -18px;
    margin-left: 105px;
    color: #C95A4E;
    font-weight:bold;
    font-style:italic;
}

#alert-showtipp.alert {
    font-style: italic;
    font-weight: bold;
    width: 740px;
}

#btn-matey.hide
{
    display:none;
}

.hide{
    display:none;
}

.show {
    display:block;
}

#tipp-text
{
    position:relative;
}

.span5, .span12, .span6, .span8 {
    float: left;
    margin-left: 0px;
    min-height: 1px;
}

.btn
{
    height:28px;
}

input, textarea, select, .uneditable-input {
    border: 2px solid #CCCCCC;
}

input[readonly]
{
    background-color: #E1EAF9;
    border: 2px solid #DDDDDD;
}

input:hover
{
    border: 2px solid #376AA1;
    line-height:16px;
}

input[readonly]:hover
{
    border: 2px solid #FFFFFF;
}

select
{
    width:220px;
    display: block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    padding:2px;
}

select:hover
{
    border: 2px solid #376AA1;
}

form .clearfix.error > label, form .clearfix.error .help-block, form .clearfix.error .help-inline {
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.12);
    color:#C95A4E;
}

.list-cf label
{
    text-align:left;
    font-weight:bold;
    font-size:16px;
}

textarea#cf_74, textarea#cf_72, textarea#cf_96
{
    height: 35px;
    width: 580px;
    margin-left: -152px;
    margin-top: 30px;
    white-space: pre-wrap;
    resize: none;
    overflow: auto;
}

form .clearfix.error input, form .clearfix.error textarea {
    border: 2px solid #C95A4E;
    height:16px;
}

form .clearfix.error select {
    border: 2px solid #C95A4E;
    height:28px;
}

.alert {
    border: 1px solid #FBEED5;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 2px;
    margin-left:0px;
    padding: 8px 35px 8px 14px;
    width:535px;
    background: #C95A4E;
    color: white;
}

/* Abstände der Felder in der Kontaktdaten-Maske */
form .clearfix {
    margin-bottom: 10px;
}

.span5plus
{
    width:406px;
}

/* Safari/Chrome-Anpassung*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    select{line-height:28px;}
}

/*Verhindern dass Bootstrap die Farbe der Präsentation-Labels oder anderer Elemente selber festlegt*/
label, h1, h2,h3, h4, h5, h6, li
{
    color: inherit;
}

.groupTitle
{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.groupInputWrap
{
    height:25px;
    line-height:25px;
}

.groupInput {
    display: inline-block !important;
}

.groupLabel {
    display: inline-block;
    text-align: left !important;
    width: calc(100% - 25px) !important;
    padding-top: 0 !important;
    margin-left: 10px;
    height: 25px !important;
    line-height: 25px !important;
}

