/* 
    Document   : UnfoldContainer
    Created on : 20.06.2012, 12:59:58
    Author     : Lukas Klinzing 
    Inherits    : Johann Arendt
    Description:
        Purpose of the stylesheet follows.
*/

.unfoldContainer {
        padding:0;
}

.unfoldHeader {
	background: url("/img/arrow_right_big.png") 95% center no-repeat;
	overflow: hidden;
	vertical-align: middle;
	line-height: 90px;
	cursor: pointer;
        border-radius:.4em;
}

.unfoldHeader.current {
	background-image: url("/img/arrow_down_big.png");
        border-radius: .4em .4em 0 0;
}

.unfoldHeader img {
	max-height: 90px;
	float: left;
}

.unfoldHeader .listnumber {
    font-family: journal;
    font-size: 3em;
    border-radius: 0 1em 1em 0;
    background-color: #9DA60A;
    display: block;
    text-indent: .3em;
    float: left;
    font-weight: bold;
    color: white;
    width: 75px;
    text-align: center;
}

.unfoldHeader h2 {
	margin-left: 135px;
	padding-left: 20px;
	font-size: 1.5em;
	color: #8D912D;
}

.unfolder {
	display: none;
        padding:1em;
}

.unfolder>h3 {
	margin: 20px;
	font-size: 2.3em;
}
