/*  ====================
    Generic
====================  */
* {
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
}

body {
	width: 100%;
	font-size: 13px;
	line-height: 1.4em;
}

/*  ====================
    Akkordeon
====================  */
#akkordeon {
width: 100%;


}

#akkordeon h2 {
font-size: 16px;
color:#ffffff;
font-weight: bold;
text-transform: uppercase;
background: url(images/arrow-right_w.png) no-repeat right; 
}

#akkordeon h2 img {
	top: 0px;
	float: left;
	position:relative;
	margin-right: 10px;

}

#akkordeon .title {
cursor: pointer;
padding: 15px 0px 10px 0px;
margin-top: 0px;
border-top: 2px solid #ffffff;

}

#akkordeon .title_top {
cursor: pointer;
padding: 15px 0px 10px 0px;
margin-top: 5px;
border-top: 2px solid #ffffff;

}


#akkordeon .content {
display: none;
padding: 12px 0px 0px 0px;
margin-bottom: 5px;
font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	overflow:hidden;
}

#akkordeon .content img {
float: left;
margin-right: 15px;
margin-bottom: 15px;
}

#akkordeon .content li {
	list-style-position: outside;
	list-style-image: url("bilder/punkt_list_w.png");
	padding-left: 5px;
	margin-left: 50px;
}

#akkordeon .content a{
	
	font-weight: bold;
}




/*  ==========================
    wenn Akkordeon offen
==========================  */
#akkordeon .open {

}

#akkordeon .open h2 {
background: url(images/arrow-down_w.png) no-repeat right; 
}



	
}