
body{
	margin: 0;
	padding: 0 1% 1% 1%;
}

#admin #koerper,
#koerper {
	margin-top: 15px;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

#admin #koerper {
	margin-top: 70px;
}


#linkespalte {
    float: left;
    height: 1%;
    margin-right: 2%;
    width: 24%;
}

#rechtespalte.galerieVoll {
    float: none;
    height: 1%;
    margin: 0;
    width: auto;
}

.version2013 #rechtespalte.galerieVoll {
    float: none;
    height: 1%;
    margin-left: 0%;
    width: auto;
}

.version2013 #rechtespalte.galerieVoll h1 {
    margin-left: 26%;
}

.version2013 div.reihe {
	clear: none;
	float: left;
	width: auto;
}

.version2013 div.reihe h2 {
	clear: none !important;
	float: none;
	width: auto;
}


.galerieKlein div.fundgrubeNeu.fundgrube250 {
	width: auto !important;
}

.galerieVoll div.fundgrubeNeu,
.galerieKlein div.fundgrubeNeu {
	float: left !important;
}

.galerieKlein .mittelAnsicht {
	display: none !important;
}

.galerieKlein .nurnummer.kleinAnsicht {
	display: block !important;
	font-weight: normal !important;
}

.galerieKlein div.fundgrubeNeu {
    margin: 0px 10px 10px 0px !important;
}

.galerieKlein div.fundgrubeNeu img {
    float: none !important;
    margin: 0px 0px 5px 0px !important;
    padding: 0 !important;
    text-align: center !important;
}

.galerieKlein div.fundgrubeNeu p {
    margin: 0px 0px 0px 0px !important;
    padding: 0 !important;
    text-align: center !important;
}

.galerieKlein div.fundgrubeNeu p.einzelseite {
	font-size: 70% !important;
}

.galerieVoll div.fundgrubeNeu img.startbild {
    margin: 0;
    padding: 0;
}

.galerieVoll div.fundgrubeNeu {
	float: left;
}

#rechtespalte .fundgrubeNeu h2 {
	border: none;
}

#filterBereich {
	margin-bottom: 50px;
}

h2.zwischenueberschrift {
	clear: left;
}




/* Auswahlboxen der Übersichtsseite */


.baustoffUebersicht {
	position: relative;
}


.baustoffUebersicht div.auswahl {
	position: relative;
	width: 120px;
	height: 270px;
	float: left;
	margin: 0px 20px 40px 0px;
	border-top: 1px solid #dd0000;
	border-left: 1px solid #dd0000;
}


.baustoffUebersicht div.auswahlBreit {
	width: 350px;
	height: 300px;
}

.baustoffUebersicht div.doppelt {
	width: 120px;
	height: 260px;
	float: left;
	margin: 0px 20px 40px 0px;
}

.baustoffUebersicht div.doppelt div.auswahl{
	width: 120px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #dd0000;
	border-left: 1px solid #dd0000;
}

.baustoffUebersicht div.auswahl img {
	margin: 10px 10px 10px 10px;
}

.baustoffUebersicht div.auswahl img.auswahlZahl {
	position: absolute;
	top: 0px;
	left: 0px;
}

.baustoffUebersicht div.auswahl p {
	font-size: 80%;
	line-height: 110%;
	margin: 0 10px 0px 10px;
	padding:0 0 8px 0;
	border:0;
}

.baustoffUebersicht div.auswahl h2 {
	font-size: 90%;
	line-height: 120%;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	border:0;
}

.baustoffUebersicht div.auswahlBreit h2 {
	font-size: 100%;
	background-color: #CCCCCC;
	border-top: 1px solid #DD0000;
	border-left: 1px solid #DD0000;
	color: #222222;
	margin: 0px 0px 5px 0px;
	padding: 5px 10px 5px 10px;
	border:0;
}

.baustoffUebersicht div.auswahl h3 {
	font-size: 100%;
	line-height: 120%;
	margin: 0px 0px 2px 0px;
	padding: 5px 10px 0px 10px;
	border:0;
}

.baustoffUebersicht div.auswahl ul {
	list-style: circle;
	font-size: 100%;
	line-height: 110%;
	margin: 0px 0px 0px 20px;
	padding:0px 0px 0px 10px;
	border:0;
}

.baustoffUebersicht div.auswahl ul li {
	margin: 0px 0px 5px 0px;
}


/* Teaser mit Bild */

div.mitbreitbild img {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}

div.mitbreitbild div.bildbereich {
	margin: 10px 5px 0px 5px;
}




/* nach oben */

.nachoben{
	position: fixed;
	right: 0px;
	bottom: -5px;
	display: none;
}

.nachoben img {
	background-color: transparent!important;
}



/* Bastelhilfen */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}