/* Text mit Bildern
************************************************/

div.textboxInnerLeft div.textboxImage {
	float: left;
	margin-right: 1em;
}

div.textboxInnerRight div.textboxImage {
	float: right;
	margin-left: 1em;
}

div.textboxNowrapLeft {
	margin-bottom: 2em;
}

div.textboxNowrapLeft div.textboxImage {
	float: left;
	width: 200px;
	overflow: hidden;
	margin-right: 12px;
}

div.textboxNowrapLeft div.textboxImage img, div.textboxNowrapRight div.textboxImage img { 
	/*margin-bottom: 1em; */
}

div.textboxNowrapRight {
	padding-right: 135px;
}

div.textboxNowrapRight div.textboxImage {
	float: right;
	width: 120px;
	overflow: hidden;
}

div.textboxAboveLeft div.textboxImage, div.textboxAboveCenter div.textboxImage, div.textboxAboveRight div.textboxImage {
	margin-bottom: 1em;
	display: block;
	float: none;
}

div.textboxAboveCenter div.textboxImage { text-align: center; }
div.textboxAboveRight div.textboxImage { text-align: right; }

div.textboxBelowLeft div.textboxImage, div.textboxBelowCenter div.textboxImage, div.textboxBelowRight div.textboxImage {
	margin-top: 1em;
	display: block;
	float: none;
}

div.textboxBelowCenter div.textboxImage { text-align: center; }
div.textboxBelowRight div.textboxImage { text-align: right; }

/* Forms
************************************************/

#sidebar form {
	width: 220px;
}

label {
	display: block;
	font-size: 85%;
}

input.form, textarea.form {
	background-color: #c5e8ff;
	padding: 0.2em 5px;
	color: #125;
	width: 195px;
	border: 2px solid #0078b4;
}

input.form:hover, textarea.form:hover, input.form:focus, textarea.form:focus {
	background-color: #6bc4ff;
	color: #fff;
}

input.error, textarea.error {
	border: 2px solid #b00;
}

input.button {
	background-color: #0078b4;
	color: #fff;
	padding: 0.3em 1em;
	border: 2px solid #125;
}

input.button:hover, input.button:focus {
	background-color: #125;
	cursor: pointer;
}

p.checkbox { padding-left: 18px; }
p.labelWidthCheckbox { padding-left: 158px; }

p.checkbox span.checkbox, p.labelWidthCheckbox span.checkbox {
	display: block;
	float: left;
	margin-left: -18px;
	width: 18px;
}

p.checkbox label {
	line-height: 120%;
}

/* clearfix
************************************************/

.noMargin { margin-bottom: 0 !important; }
.noMarginTop { margin-top: 0 !important; }
.noMarginRight { margin-right: 0 !important; }
.marginTop { margin-top: 2em; }

.L {
	float: left;
	margin-right: 1em;
}

.R {
	float: right;
	margin-left: 1em;
}

.clear { clear: both; }

#sidebarRight p.L { width: 80px; margin-right: 10px; }
#sidebarRight p.L input.form { width: 70px; }
#sidebarRight p.L select.form { width: 75px; }

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {	height: 1%; }

.clearfix { display: block; }
/* End hide from IE-mac */


div.textboxImage{font-size: 87%;color: #777;display:inline;width: 240px;line-height: 1.25em;margin-bottom: 10px}
div.textboxImage img{padding: 5px 0;}