div.Box {
	float: left;
	margin: 0 10px 10px 0;
	padding: 7px 20px 10px 40px;
	
	overflow: hidden;
	
	min-height: 110px;
}

.Box.Rechts {
	float: right !important;
}

.Box.Austausch {
	padding: 0;
}

.Box.Austausch.Mittel {
	width: 330px;
}



/* Zeilen */

div.Zeile {
	padding-bottom: 19px;
}

div.Zeile div.Box.Hoehe {
	height: 100%;
}



/* Verschiedene Größen */

.Box.Klein {
	width: 160px;
}

.Box.Mittel {
	width: 270px;
}

.Box.Gross {
	width: 500px;
}

#SpalteC .Box {
	width: 170px;
}

#SpalteC .Box.Gelb {
	width: 168px !important;
}

.Box.Gutschein {
	width: 215px !important;
	height: 130px;
}

.Box.Gutschein.Inaktiv {
	border-bottom: 2px solid #edcfd7;
}



/* Verschiedene Farben */

.Box.Weiss {
	background: url('../medien/grafiken/boxen/bg_weiss.gif') repeat;
	
	border: solid #fff;
	border-width: 0 0 2px 0;
}

.Box.Rot {
	background: url('../medien/grafiken/boxen/bg_rot.gif') repeat;
	
	border: solid #a50f38;
	border-width: 0 0 2px 0;
	
	color: #fff;
}

.Box.Rot a, .Box.Rot h2, .Box.Rot h3, .Box.Rot h4 {
	color: #fff;
}

.Box.Gelb {
	background: url('../medien/grafiken/boxen/bg_gelb.gif') repeat;
	
	border: solid #fff;
	border-width: 0 2px 2px 0;
	
	color: #a50f38;
}

.Box.Gelb.Klein {
	width: 158px !important;
}

.Box.Gelb.Mittel {
	width: 268px !important;
}

.Box.Gelb.Gross {
	width: 498px !important;
}



/* Bilder */

.Box img.dockX {
	margin-left: -40px;
}

.Box img.dockY {
	margin-top: -15px;
}

.Box img.Inline {
	margin-bottom: 17px;
}

img.Rechts {
	float: right;
	display: inline-block;
	
	position: relative;
	left: 10px;
	top: 3px;
}

div.Frei {
	position: relative;

	width: 0;
	height: 0;
	
	overflow: visible;
}

img.Box {
	float: left;
	border: 10px solid #fff;
	margin: 0 10px 10px 0;
}

.Rahmenlos {
	border-width: 0 !important;
}

/* Bildbreiten für img.Box

Klein = 200
Mittel = 310
Gross = 540

Hoehe = -7

*/

.Box.img {
	padding-top: 17px !important;

	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

.Box.img.Hell, .Box.img.Hell h2, .Box.img.Hell a {
	color: #fff;
}
