html {
	overflow:scroll
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#main {
	margin: 0 auto;
	margin-top: 20px;
	position:relative;
	width:700px
}
#header {
	background-image:url(header.jpg);
	width:700px;
	height:150px
}
.toggle,
.fakeToggle {
	width:660px;
	height:30px;
	color:#f481c3;
	background-color:#f9c0e1;
	padding: 12px 0 0 40px;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	margin-top:1px
}
.stretch {
	color:#999999;
	font-size:12px;
}
.content {
	line-height:18px;
	padding: 20px 40px;
	width:620px
}
.content img.floatImg {
	margin-top:16px;
	margin-right:15px;
	padding-bottom:10px;
	float:left
}
#stiel {
	position:absolute; 
	top:150px; 
	left:340px
}
a {
	border:none;
	color:#f481c3;
	text-decoration:none;
	font-weight:bold
}
img {
	border:none
}
.squareImg {
	border: 10px solid #f9c0e1;
	margin-left:50px
}
#menu {
	font-size:12px;
	color:#f9c0e1;
	position:absolute;
	top:0;
	right:0
}
#menu ul {
	list-style:none
}