@charset "utf-8";
/* CSS Document */

img, div { behavior: url(_media/iepngfix/iepngfix.htc) }
a:focus { -moz-outline: none; }
.clear { clear:both }

.clearfix:after{ content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }
.clearfix{display: inline-block;}
/* Hides from IE Mac \*/ * html .clearfix {height: 1%;} .clearfix {display:block;} /* End Hack */ 

/*Image caption*/
.arc90_imgcaption { text-align: center; }
.arc90_imgcaptionTXT { font-size: .8em; color: #666; text-align: left; margin: 0; }
/* .floatl { float: left; margin-right: 1em; }
.floatr { float: right; margin-left: 1em; } */

body {
	background-image: url(../images/bg-body.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
	background-color: #5498DE;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #515151;
}

h1 {
	margin: 0 0 14px 0;
	border-bottom: 1px solid #515151;
	color: #515151;
	font-size: 16px;
}
h1 span {
	font-weight: normal;
}

h2 {
	margin: 18px 0 12px 0;
	font-size: 14px;
	clear: both;
}

p {
	font-size: 10pt;
}

a {
	text-decoration: underline;
	color: #5A9CDF;
}

a:hover, a.active {
	text-decoration: none;
}

address p {
	font-size: 12px;
	font-style: normal;
}
address span {
	display: block;
	width: 28px;
	float: left;
}

table td {
	padding: 5px;
}

dl {
	float: left;
	width: 170px;
	margin: 5px 0 20px 0;
	padding: 0 5px 0 0;
}
.produkte dl {
	float: left;
	width: 170px;
	margin: 5px 0 20px 0;
	padding: 0 5px 0 0;
}
	.produkte dl dt {
		text-align: center;
	}
		.produkte dl dt a.colorbox img {
			border: 2px solid white;
		}
		.produkte dl dt a.colorbox:hover img {
			border: 2px solid #5A9CDF
		}
	.produkte dl dd {
		font-size: 11px;
	}	

dl dt {
	font-weight: bold;
	font-size: 11pt;
	margin: 5px 0 8px 0;
}
dl dd {
	display: list-item;
	list-style: none;
	background-image: url(../images/bullet.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	margin: 0 0 0 5px;
	padding: 0 0 0 12px;
	font-size: 12px;
	color: #276aae;
}

dl dt a {
	color: #515151;
	text-decoration: none;
}
dl dt a:hover {
	border-bottom: 1px solid #515151;
}
dl dd a {
	color: #515151;
	text-decoration: none;
}
dl dd a:hover {
	color: #515151;
	text-decoration: underline;
}

input.textField {
	width: 300px;
}
textarea {
	width: 300px;
}

ul.auswahl,
ul.auswahl li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
ul.auswahl li {
	padding: 0 20px 0 0;
}
	ul.auswahl li a img {
		border: 1px solid #5A9CDF;
	}
		ul.auswahl li a:hover img {
			border: 1px solid #CC0000;
		}
	
