﻿/* Layers */
#wrap {
	position: relative;
	margin: 0px auto;
}
#header	{
	position: relative;
	width: 817px;
	height: 90px;
	background-image: url(../images/header_top_bg.gif);
}
#headerleft
{
	float: left;
	width: 250px;
}
#headerright
{
	float: right;
	width: auto;
	padding: 26px 20px 0px 0px;
}

#header_delimiter
{
	width: 817px;
	height: 22px;
	background-image: url(../images/header_delimiter.gif);
}

#topmenu
{
	position: relative;
	width: 780px;
	padding: 8px 8px 8px 8px;
	text-align: center;	
}

#contentettan {
	position: relative;
	float: left;
	width: 817px;
}
#contentsubpage {
	position: relative;
	float: left;
	width: 817px;
}

#ettanLeft {
	position: relative;
	float: left;
	width: 170px;
	padding: 0px 8px 8px 8px;
	
	border-right: solid 1px #cfcfcf;
}
#ettanCenter {
	position: relative;
	width: 400px;
	float: left;
	padding: 0px 8px 8px 8px;
	
	border-right: solid 1px #cfcfcf;
}
 
#ettanWide {
	position: relative;
	float: left;
	width: 817px;
	padding: 0px;
	 
}

#ettanRight {
	position: relative;
	float: left;
	width: 180px;
	padding: 0px 8px 8px 8px;
}
#subpageLeft {
	position: relative;
	float: left;
	width: 200px;
	padding: 0px 8px 8px 8px;
	
	/*border-right: solid 1px #cfcfcf;*/
}
#subpageLeftAndCenter {
	position: relative;
	float: left;
	width: 570px;
	padding: 0px 8px 8px 8px;
	
	border-right: solid 1px #cfcfcf;
}
#subpageCenter {
	position: relative;
	width: 400px;
	float: left;
	padding: 0px 8px 8px 8px;
	
	border-right: solid 1px #cfcfcf;
}
#subpageRight {
	position: relative;
	float: left;
	width: 180px;
	padding: 0px 8px 8px 8px;
}
#subpageRightWide {
	position: relative;
	float: left;
	width: 592px;
	padding: 0px 0px 8px 8px;
}

#wrapprint #subcontent
{
	position: relative;
	top: 0px;
	left: 0px;
}

#print {
	float: right;
	clear: both;
	width: 100%;
	text-align: right;
}

#footersplit
{
	height: 10px;
}

#footer {
	position: relative;
	width: 800px;
	text-align: center;
	padding-top: 8px;
}

#footerprint
{
	color: #000;
	margin: 30px 0px;
}

/* Overlays */
#languageOverlay
{
	position: absolute;
	top: 20px;
	left: 720px;
	width: 72px;
	height: 32px;
	background-color: transparent;
	z-index: 1000;
}
