body, html {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	height:100%;
}
#wrapper {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	min-height:100%;
	background-color:#ffffff;
	margin-bottom:-59px;
}
/* commented backslash hack v2 \*/ 
html, body { 
	height:100%; 
} 
* html #wrapper { 
	height:100%; 
}
/* end hack */
#clearfooter {
	height:60px;
	clear:both;
}
#footer { 
	width:770px; 
	background:url(images/footer_background.gif);
	background-repeat:repeat-x;
	height:40px;
	color:#fff;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	color:#CCC;
	font-size:10px;
	padding-top:10px;
	clear:both;
}
#top1 {
	height:119px;
	width:770px;
	background-image:url(images/border_top.jpg);
	background-repeat:no-repeat;
	background-image:url(images/woman_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#ffffff;
}
.header {
	display:block;
	margin-top:-108px;
	margin-left:20px;
	width:527px;
	height:98px;
	padding-top:10px;
	background-color:#ffffff;
}
#top2 {
	height:114px;
	width:770px;
	background-image:url(images/woman_center.jpg);
	background-color::#437DBD;
	background-repeat:no-repeat;
	background-position:right;
	background-color:#4E8CC7;
	background-position:right;
}
#top3 {
	height:57px;
	width:770px;
	background-image:url(images/navigation.jpg);
	background-color:#437DBD;
	background-position:right;
}
.bar {
	height:21px;
	width:100%;
	background-image:url(images/border_middle.jpg);
	border-bottom:1px solid white;
}
#main_menu {
	position:absolute;
	top:240px;
	height:30px;
	width:420px;
}
#main_menu a{
	color:white;
	font-weight:bold;
	text-decoration:none;
	padding-left:5px;
	padding-top:9px;
	height:28px;
	display:block;
	font-size:11px;
	float:left;
	margin-left:10px;
	text-transform:uppercase;
}
#main_menu a:hover {
	color:#84BBF1;
}
#main_menu .active {
	color:#00FF9F;
}
#logo {
	position:absolute;
	display:block;
	background-image:url(images/SonderEnd_Text_v2.png);
	background-repeat:no-repeat;
	margin-top:-108px;
	margin-left:20px;
	height:98px;
	width:553px;
	padding-top:15px;
	color:black;
	font-size:17px;
	font-weight:bold;
}
#sublogo {
	position:absolute;
	width:518px;
	font-size:12px;
	text-align:right;
	margin-left:20px;
	margin-top:20px;
	color:#ffffff;
}
#submenu {
	position:absolute;
	margin-top:-28px;
	margin-left:370px;
	height:10px;
	width:240px;
}
#submenu a{
	padding-left:15px;
	margin-left:10px;
	display:block;
	float:left;
	height:30px;
	padding-top:12px;
	font-size:10px;
	text-transform:uppercase;
	color:#999;
	text-decoration:none;
	background-repeat:no-repeat;
}
#submenu a:hover {
	color:#666;
}
#homelink {
	background-image:url(images/link_home.gif);
	background-position:0px 12px;
}
#contactlink {
	background-image:url(images/link_contact.gif);
	background-position:0px 14px;
}
#sitemaplink {
	background-image:url(images/link_sitemap.gif);
	background-position:0px 12px;
}
h1 {
	border-left:1px dashed #bfbfbf;
	font-size:16px;
	color:#4c87c1;
	padding: 3px 5px 3px 5px;
	margin-top:5px;
}
h3 {
	font-size:12px;
	font-weight:bold;
	color:black;
}
h2 {
	color:#4c87c1;
	font-size:16px;
	margin-bottom:5px;
}
#content {
	clear:both;
}
#leftcontent {
	float:left;
	width:190px;
	height:auto;
}
#rightcontent {
	float:left;
	border-left:1px dashed #bfbfbf;
	border-right:1px dashed #bfbfbf;
	width:558px;
	height:auto;
	padding:10px;
	font-size:80%;
}
