BODY.eins {
        background-image : url(pics/background-logos.jpg);
        background-repeat : repeat;
        background-attachment : fixed;
}

BODY.eselw {
        background-image : url(pics/background-eselwanderungen.jpg);
        background-repeat : repeat;
        background-attachment : fixed;
}

BODY.kigeb {
        background-image : url(pics/background-kigeb.jpg);
        background-repeat : repeat;
        background-attachment : fixed;
}

BODY.tgi {
        background-image : url(pics/background-portraits.jpg);
        background-repeat : repeat;
        background-attachment : fixed;
}

BODY.kurs {
        background-image : url(pics/background-Camillo.jpg);
        background-repeat : repeat;
        background-attachment : fixed;
}

BODY.stuck {
        background-image : url(pics/background-stuck.jpg);
        background-repeat : repeat;
        background-attachment : fixed;
}

BODY.stucksw {
        background-image : url(pics/background-stuck-sw.jpg);
        background-repeat : repeat;
        background-attachment : fixed;
}

p.weiss {
	color: White;
}

p.null {
	font-family: Arial;
	color: Green;
	font-size: 1.1em;
}

p.small {
	font-family: Arial;
	color: Black;
	font-size: 0.8em;
}

p.eins {
	font-family: Arial;
	color: Green;
	font-size: 1.1em;
	background-color: #FFB9DE;
	border-color: Silver;
	border-style: outset;
	border-width: thin;
	padding: 0.2em;
}


p.zwei {
	font-family: Arial;
	color: Green;
	font-size: 1.1em;
	background-color: #FFBE44;
	border-color: Silver;
	border-style: outset;
	border-width: thin;
	padding: 0.2em;
}

p.drei {
	font-family: Arial;
	color: Green;
	font-size: 1.1em;
	background-color: #F0EAB0;
	border-color: Silver;
	border-style: outset;
	border-width: thin;
	padding: 0.2em;
}


p.vier {
	font-family: Arial;
	color: Green;
	font-size: 1.1em;
	background-color: #AEFFE4;
	border-color: Silver;
	border-style: outset;
	border-width: thin;
	padding: 0.2em;
}

p.fuenf {
	font-family: Arial;
	color: White;
	font-size: 1.1em;
	background-color: #E6B9A3;
	border-color: Silver;
	border-style: outset;
	border-width: thin;
	padding: 0.2em;
}

p.sechs {
	font-family: Arial;
	color: White;
	font-size: 1.1em;
	background-color: #8EC8FF;
	border-color: Silver;
	border-style: outset;
	border-width: thin;
	padding: 0.2em;
}

p.sieben {
	font-family: Arial;
	color: White;
	font-size: 1.1em;
	background-color: #FFF8DC;
	border-color: Silver;
	border-style: outset;
	border-width: thin;
	padding: 0.3em;
}

p.acht {
	font-family: Arial;
	color: #E68A00;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #E8BF5F;
	border-color: Silver;
	border-style: outset;
	border-width: thin;
	padding: 0.2em;
}

p.neun {
	font-family: Arial;
	color: #E68A00;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #A6EAFF;
	border-color: Silver;
	border-style: outset;
	border-width: thin;
	padding: 0.2em;
}

p.foot {
	font-family: Arial;
	color: Black;
	font-size: 1em;
}

H1 {
	font-family: "Kristen ITC";
	color: Green;
	font-size: 3em;
}

H2 {
	font-family: Arial;
	color: Green;
	font-size: 2em;
}

li.eins {
	font-family: Arial;
	color: Black;
	font-size: 1.1em;
}

#bild {
	border: 2px solid #7F0000;
   height: 340px;
	width: 300px;
   float: left;
	margin: 1em;
	padding: 1em;
	background-color: #FFF5EE;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#bildxl {
	border: 2px solid #7F0000;
    height: 340px;
	width: 400px;
	height: 500px;
    float: left;
	margin: 1em;
	padding: 1em;
	background-color: #FFF5EE;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

ul.colzwei {
    margin-top: 2em;
    column-count: 2; 
	column-gap:2em;
    column-width: 240px;
	column-rule-width:2px;
	column-rule-color:silver;
}


ul.coldrei {
    margin-top: 2em;
    column-count: 3; 
	column-gap: 2em;
    column-width: 240px;
	column-rule-width: 2px;
	column-rule-color: silver;
}



