/* hide from ie on mac \*/
<!--
html {
	height: 100%;
	overflow-x: hidden;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FBFBFB;
	color: #333;
}
#container {
	margin: 0 auto;
	position:absolute;
	top: 0;
	left:50%;
}
#pagecontent {
	width: 824px;
	position: absolute;
	top: 0;
	left: -412px;
}

#innerpage {
	width: 460px;
	font: 9pt Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333;
	padding: 5px;
	margin-left: 20px;
}
#innerpage_title {
	height: 50px;
	margin-top: 20px;
}
#innerpage_titlestroke {
	height: 2px;
	margin-bottom: 40px;
	background: url(slices/page_title_understroke.gif) repeat-x;
}

a:link {
	color: #990033;
	text-decoration: none;
}
a:visited {
	color: #990033;
	text-decoration: none;
}
a:hover {
	color: #990033;
	text-decoration: underline;
}
.imgborder1 {
	border: 1px solid #E6E6E6;
	background: #fff;
	padding: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.bildergallerie {
	float: left;
	width: 130px;
	height: 110px;
	padding: 5px;
	margin: 4px;
	background-color: #fff;
	border: 1px solid #DCF5EB;
	-moz-border-radius: 2px;
}
.listseparator1 {
	background: url(slices/listseparator1.gif) repeat-x;
	height: 2px;
	width: 400px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	clear: both;
}

input.form1 {
	border: 1px #99CCCC solid;
	font: 10pt Arial, Helvetica, sans-serif;
	background: #fff;
	padding: 2px;
	height: 22px;
	color: #333;
}
textarea.form1  {
	border: 1px #99CCCC solid;
	font: 10pt Arial, Helvetica, sans-serif;
	background: #fff;
	padding: 2px;
	height: auto;
	color: #333;
}
select.form1  {
	border: 1px #99CCCC solid;
	font: 10pt Arial, Helvetica, sans-serif;
	background: #fff;
	padding: 2px;
	height: 24px;
	color: #333;
}
/* end hide */
-->
