/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 15px;
	background-color: #FFFFFF;
}
img {
	border: 0px;
}

a {
	color: #FF7F00;
	font-weight: bold;
	text-decoration: none;
}
		a:hover {
			text-decoration: underline;
		}
		a.mailto {
			font-weight: normal;
		}

.stripe {
	background-color: #FF7F00;
	display: block;
	width: 474px;
	height: 19px;
	padding-left: 6px;
	text-align: right;
}
		.stripe * img {
			float: right;
			border-left: 6px solid #FFFFFF;
		}
#picContainer {
	clear: both;
	background-color: #E5E5E5;
	width: 480px;
	height: 480px;
	margin-top: 7px;
	margin-bottom: 7px;
	border: 0px;
}
#stelle {
	text-align: left;
	font-size: 12px;
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 22px;
}
		#stelle p.strong {
			text-align: center;
			font-weight: bold;
		}
		#stelle h1 {
			text-align: center;
			font-weight: bold;
			font-size: 16px;
		}
		#stelle p {
			margin: 0px;
			margin-top: 15px;
		}
		#stelle ul {
			margin: 0px;
			list-style-position: inside;
		}
