@charset "utf-8";

/* Clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.Article {
    margin-bottom: 2em;
}

/**
 * infobox, Sitzplatzgrafik, Legende Parteien
 */
#marginalspalte #infoboxen img.Fraktion {
    width: 16px;
}

#marginalspalte #infoboxen div.InfoBox.pressArchivInfobox ul {
    overflow: hidden;
}
#marginalspalte #infoboxen div.InfoBox.pressArchivInfobox ul li {
    float: left;
    width: 30%;
}

/**
 * Abgeordnetensuche, Checkboxen
 */
#content #abgeordnetensuche div.filter {
    margin: 0.3em 1em;
}

#content #abgeordnetensuche div.filter input {
    margin: 0.2em 0.3em;
    width: auto;
}

#content #abgeordnetensuche div.filter div {
    display: block;
    width: 33%;
    float: left;
}

#content #abgeordnetensuche div.filter br {
    clear: left;
}

/**
 * publikationen
 */
.publication {
    margin: 10px 10px;
}

.publication img.publication {
    float: left;
    width: 100px;
    margin: 0 10px 0 0;
    border: 1px solid black;
}

.publication .chk {
    float: left;
    width: 30px;
    padding: 30px 0;
}

.publication .desc {
    margin-left: 140px;
}

.publication .end {
    clear: left;
}

.publication a.download {
    color: #3C4D5E;
    font-family: Verdana, sans-serif;
    font-size: small;
    font-weight: bold;
}

.publication a.sform {
    color: #3C4D5E;
    font-family: Verdana, sans-serif;
    font-size: small;
    font-weight: bold;
}

/* Tabellen in divs */
div.Form {
    position: relative;
}

div.left {
    width: 50%;
    float: left;
}

/*
div.right {
    position: relative;
}
*/
div.left input,div.right input {
    margin: 0 0.77em 0.46em 0;
    display: block;
}

div.bottom-right {
    margin: 4em 2.8em 0 0;
}

div.bottom {
    position: relative;
    width: 100%;
    margin-top: 4em;
}

div.bottom input.submit {
    margin: 1em 1.25em;
}

#content .bottom input.Double {
    width: 36.61em !important;
}