@charset "utf-8";


/**
 * Pages 'Übersicht' DE and EN
 * Additions and exceptions
 */
 
.uebersicht-wrapper .subcolumns {
	padding-bottom: 10px;
}

#inhalt .uebersicht-wrapper h3 {
	margin-bottom: 6px;
}

.uebersicht-wrapper img {
	height: auto;
	margin-top: 4px;
	/* width: 200px; */
	width: 90.5%;
}

/* Left */
#inhalt .uebersicht-wrapper .subcolumns > .c50l h3 {
	margin-right: 20px;
}

.uebersicht-wrapper .subcolumns > .c50l img {
	margin-left: 0;
}

/* Right */
#inhalt .uebersicht-wrapper .subcolumns > .c50r h3 {
	margin-left: 20px;
}

.uebersicht-wrapper .subcolumns > .c50r ul {
	padding-left: 20px;
}

.uebersicht-wrapper .subcolumns > .c50r img {
	margin-left: 20px;
}

.uebersicht-wrapper .link-deutsch {
	background: none;
	padding-right: 0;
}

.uebersicht-wrapper .link-deutsch:hover {
	background: url("../../images/icons/fl_deutsch.gif") no-repeat scroll right center transparent;
	padding-right: 19px;
}

