/*******************************************************************************
	Filename				: sitzungsvorbereitung.css

	Created					: 08.07.2014
	Created by			: Michael Hagi

	Last Updated		: 08.07.2014
	Updated by			: Michael Hagi

	Comments				: CSS definitionen
*******************************************************************************/

.backBtn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ececec;
    border-color: #d0d0d0 #c0c0c0 #c0c0c0 #d0d0d0;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #666666;
    cursor: pointer;
    font-family: inherit;
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: bold;
    line-height: inherit;
    margin: 0 5px 0 0;
    padding: 4px 2px;
    text-decoration: none !important;
}


#getFixed h2 {
    margin: 0;
    padding: 8px 8px 9px 8px;
}

#getFixed {
    background: #f8f8f8;
    max-height: 730px;
    overflow: hidden;
    overflow-y: auto;
    float: left;
    font-size: 11px;
    margin-right: 5px;
    position: fixed;
    width: 260px;
    max-width: 260px;
    margin-top: 0;
}

#contentRight {
    margin-left: 270px;
}

#getFixed ul {
    list-style: none;
    padding: 0;
}

#getFixed li {
    border-bottom: 1px solid #ccc;
}

#getFixed li:hover {
    background: #f1f1f1;
}

#getFixed a {
    text-decoration: none;
    display: block;
    padding: 12px 10px;
}

#getFixed a:hover {
    color: #000000;
    text-decoration: underline;
}

h2 {
    padding: 7px;
    background: #e4e4e4;
}

.aufundzuklapp {
    background: #f1f1f1;
}

.klappImages {
    text-align: right;
    padding-right: 4px;
    cursor: pointer;
}

.fns_elementList ul li {
    padding-left: 2px !important;
    padding-right: 2px !important;
    list-style-image: none !important;
    list-style-type: none;
    margin: 0 0 0.25em;
}

.fns_elementList ul li label, .fns_elementList ul .column33p, .fns_column33p {
    float: left;
    margin: 0;
    width: 33.3%;
}

.fns_elementList ul .column66p, .fns_elementList ul .group {
    margin: 0 0 0 33.3%;
}

.fns_elementList ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#list {
    background: #f8f8f8;
}

#list ul {
    list-style: none;
    padding: 0;
}

#list li {
    padding: 12px 10px;
    border-bottom: 1px solid #ccc;
    margin: 0;
}

#list li:hover {
    background: #f1f1f1;
}

#list a {
    text-decoration: none;
}

#list a:hover {
    color: #000000;
    text-decoration: underline;
}
