/* CSS Document */
.listview_outer {
	float: left;
	width: 620px;
	border: 1px solid #879572;
	background-color: #EDEFEA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 7px;
	clear: both;
}
* html .listview_outer {
	width: 604px;
}
.listview_outerd {
	float: left;
	width: 620px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 7px;
	clear: both;
}
.listview {
	padding: 8px;
}
.listview_img_outer {
	float: left;
	width: 160px;
}
.listview_img {

}
.listview_text_outer {
	float: left;
	width: 442px;
	border-bottom: dashed 1px #4D6173;
}
* html .listview_text_outer {
	width: 422px;
}
.listview_text_outer_detail {
	float: left;
	width: 442px;
	border-bottom: dashed 0px #4D6173;
	padding-bottom: 10px;
}
* html .listview_text_outer_detail {
	width: 422px;
}
.head {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4D6173;
	margin-right: 10px;
	margin-bottom: 0px;
	clear: both;
	float: left;
	width: 100%;
}
.listview_text {

}
.listview_text h3 {
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	color: #336666;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 0px dashed #4D6173;
	background-image: none;
}
.listview_text h3 a:link, .listview_text h3 a:visited {
	color: #336666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-image: none;
	padding-left: 0;
}
.listview_text img {
	position: relative;
	top: 1px;
}
.listview_p {
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}
.listview_p_detail {
	padding-top: 0px;
	padding-bottom: 5px;
	float: left;
}
.listview_p_right {
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
}
.p-left2 {
	float: left;
	width: 100px;
}
.p-left1 {
	float: left;
	width: 295px;
}
.p-left {
	float: left;
	width: 147px;
}
* html .p-left {
	width: 127px;
}
.p-right2 {
	float: left;
	width: 342px;
}
* html .p-right2 {
	float: left;
	width: 322px;
}
.p-right {
	float: left;
	width: 295px;
}
.p-leftor {
	float: left;
	width: 147px;
	color: #879572;
}
.p-rightor {
	float: left;
	width: 295px;
	color: #879572;
}
.listview_detail_outer {
	text-align: right;
	float: left;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}
.listview_detail {

}
.listview_detail a, .listview_detail a:link, .listview_detail a:visited {
	color: #336666;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 11px;
	background-image: url(../res/doppelfeil.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
img a, a img {
	border: 0;
}
.clear_both {
	clear: both;
}
.clear {
	clear: both;
}
.ienlarger {
	float: left;
	clear: none; /* set to left or right if needed */
	padding-bottom: 5px; /* space between thumbs. Don't change this to margin */
	padding-right: 5px; /* space between thumbs and wrapping text when there is any text around it */
	margin-top: -25px;
}

.ienlarger a { 
	display:block;
	text-decoration: none;
/* add cursor:default; to this rule to disable the hand cursor */
}

.ienlarger a:hover{ /* don't move this positioning to normal state */
 	position:relative;
}

.ienlarger span img {
	border: 1px solid #FFFFFF; /* adds a border around the image */
	margin-bottom: 8px; /* pushes the text down from the image */
}

.ienlarger a span {  /* this is for the large image and the caption */
	position: absolute;
	display:none;
	color: #445F70; /* caption text colour */
	text-decoration: none;
	text-align: center;
	font-size: 12px; /* caption text size */
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.ienlarger img { /* leave or IE puts a border around links */
	border-width: 0;
}

.ienlarger a:hover span { 
	display:block;
	top: 0px; /* means the pop-up's top is 50px away from thumb's top */
	left: 0px; /* means the pop-up's left is 90px far from the thumb's left */
	z-index: 100;
}

.resize_thumb {
	width: auto; /* enter desired thumb width here */
	height : 20px;
}
.pointer {
	cursor: help;
}
.formular {
	padding-left: 25px;
}
.label-not {
	float: left;
	width: 85px;
	font-weight: normal;
	text-align: right;
	padding-right: 15px;
	padding-top: 2px;
}

.formular input {
	margin-bottom: 2px;
}
.formular input {
	width: 350px;
	height: 17px;
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
	padding-top: 2px;
	padding-left: 2px;
	font-size: 11px;
}
* html .formular input {
	width: 216px;
	height: 21px;
}
.formular input:focus, .formular input:hover {
}
.textfeld {
	width: 452px;
	height: 150px;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 4px;
	border: 1px solid #879572;
	background-color: #EDEFEA;
}
* + .textfeld {
	width: 450px;
}
#absenden {
	border: 0;
	width: 79px;
	height: 21px;
	font-size: 11px;
	cursor: pointer;
	margin: 0;
	margin-left: 0px;
	margin-bottom: 10px;
	clear: both;
	padding: 0;
	padding-right: 8px;
	text-align: right;
	float: left;
	border: 1px solid #879572;
}
.submitanfrage {
	height: 21px;
	font-size: 11px;
	margin: 0;
	margin-left: 5px;
	margin-right: 2px;
	margin-top: 5px;
	padding: 0;
	width: 100px;
	text-align: center;
	color: #879572;
	font-weight: bold;
	border: 1px solid #879572;
	background-color: #EDEFEA;
	cursor: pointer;
	position: relative;
	left: 370px;
}
.inputanfrage {
	width: 161px;
	height: 16px;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-left: 4px;
	font-size: 11px;
	float: left;
	border: 1px solid #879572;
	background-color: #EDEFEA;
	color: #444444;
}
.inputanfrage:focus, .inputanfrage:hover {
	background-color: #FEFBF9;
}

