/* General settings */

body {
    background: linear-gradient( rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.93)),
        url("http://paradiseintheworld.com/wp-content/uploads/2012/04/salzburg-austria.jpg") repeat-y scroll 0 0;
    background-size: 100%;
}

@media print { #header, #menu, #sponsor { display: none; } }

ul {
    list-style-type: square;
    list-style-position: inside;
}

li {
    margin-bottom: 7px;
}

#menu a:hover, #sponsor a:hover {
    background: none;
}

#container a:hover {
    background-color: #b9c334;
    color: black;
}

a:link,a:visited,a:active {
    color: black;
}

a img {
    border: none;
}

/* Layout */

#logo {
    text-align:center;
}

#logo object {
    width: 100%;
    text-align: center;
}

@media (max-width: 992px) {
    #logo object {
        max-height: 237px;
    }
}

#menu {
    margin-left:4px;
}

#menu a {
    display: block;
    color: #700606;
    padding:2px;
}

#menu a:hover {
    background-color: #700606;
    color: white;
    text-decoration: none;
}

#content a {
    text-decoration: underline;
}

.menu_box {
    border: 1px solid #6f0505;
    margin-top: 8px;
    margin-bottom: 2px;
    padding:4px;
}

.menu_box:empty {
    display: none;
}

.menu_item {

}

.menu a:link, .menu a:visited, .menu a:active {
    color: #700606;
}

#footer {
    border-top: 1px solid #6f0505;
    font-size: 0.8em;
    margin-top: 15px;
    padding-top: 15px;

}

#menu i {
    display: inline;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
    margin-right: 4px;
}

/* Text formating */

.small {
    color: #535353;
    font-size: 0.8em;
}

h1 {
    color: #d80505;
    border-bottom: 1px solid #6f0505;
}
h2 {
    color: #d80505;
}
h3 {
    color: #d80505;
}
h4 {
    color: #d80505;
}

dd {
    padding-bottom: 0.5em;
    border-bottom: 1px dotted #6f0505;
}

dt {
    font-weight: bold;
    padding-top: 0.5em;
}

dt img {
    float: right;
}

/* Spezielle Formate */

.newsbox {
    border: 1px dotted #6f0505;
    padding: 10px;
    font-size: 0.9em;
    margin-left: 0px;
    margin-bottom: 1px;
}

.newsbox h3  {
    color: black;
}

.box {
    border: 1px solid #6f0505;
}

#content hr {
    height: 1px;
}

/* Tabellen für ACT */

#content table.usertable {
}

#content table {
    border: 1px solid #6f0505;
    width: 100%;
    border-spacing: 2px;
    border-collapse: collapse;
    empty-cells:show;
}

#content table.grid td {
    border: 1px solid #6f0505;
}

#content table td {
    vertical-align: top;
    text-align: left;
    padding: 2px;
}

#content fieldset {
    border: none;
    padding: 2px;
}


#content table table {
    border: none;
    border-collapse: separate;
    width: 100%;
    border-spacing: 3px;
}

#content fieldset table {
    border: none;
}

#content th {
    background-color: #c5c5c5;
    color: white;
}

#content .highlight {
    background-color: #c0c920;
}


/* Sponsors */

#sponsor_wrapper {
    margin: 5px;
}

.sponsor {
    margin-bottom:10px;
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
}

