/*****************************
Blocks - top, menu, right
******************************/

#topContainer {
	xborder: 1px solid magenta;

	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -284px;

	width: 570px;
	height: 156px;
}

#topContainer .link{
	float: left;
	width: auto;
}

#menuContainer {
	xborder: 1px solid magenta;

	position: absolute;
	top: 155px;
	left: 50%;
	margin-left: -475px;

	width: 950px;
	height: 35px;
}

#menuContainer .link{
	float: left;
	width: auto;
}
#menuContainer .link a{
	width: 190px;
	height: 35px;
	text-align:center;
	vertical-align:middle;
	display: block;
	line-height: 34px;
	color: #ffffff;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
}


#rightContainer {
	xborder: 1px solid magenta;

	position: absolute;
	top: 190px;
	left: 50%;
	margin-left: 285px;

	width: 190px;
	height: 400px;
}

#rightContainer .link .element-spaceafter{
	height: 0px;
	display:none;
}

#rightContainer .link, #rightContainer .paragraph{
	width: auto;
	position:relative;
	xmargin-top:-1px;
}

#bottomContainer {
	xborder: 1px solid magenta;
	display: none;

	position: absolute;
	left: 50%;
	margin-left: -95px;

	width: 380px;
	height: 35px;
	text-align:center;
	
	padding-top: 10px;
}

#bottomContainer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
}

/*****************************
Leftmenu
******************************/
#swLeftmenuDiv {
	background-color: #ffffff;
}

#menuTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#7f7f7f;
	text-transform:uppercase;
	
	padding: 20px 10px 0 10px;
}

/*****************************
Content
******************************/
.swMainContent {
	padding-top: 20px;
	padding-left: 20px;
	background-color: #ffffff;
	border-left: 1px solid #7f7f7f;
	
	/*min-height:375px;
	height:auto !important;*/
	height:375px;

	width: 548px;
	overflow: auto;
	
}

/***************************
Page-navigator
***************************/
/* Hidden page-navigator used for menu title */
.page-navigator {
	display: none;
}

/*********
General Design
*********/	
hr {                
	color: #eeeeee;     
	height: 1px;        
	width: 100%;        
	border: 0px;        
	background: #eeeeee;
	}

/* Fix ul+li with image float problem*/
ul, ol {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	padding-left: 30px;
	margin-bottom: 2em;
}
li {
	padding: 0;
	margin: 0;
}
ul ul, ol ol{
	margin-bottom: 0;
}

/*********
OLD
*********/	

.headline {
	color: #000000;
	font-family: Arial, Verdana;
	font-weight: regular;
	font-size: 16px;
	text-decoration: regular;
	} 


.swMenuItem .swMenuItem A.swMenuHasSub {
	BACKGROUND-POSITION: 147px 8px; 
	BACKGROUND-IMAGE: url(/cgi-files/external/redesign/menu_bullet.gif); 
	BACKGROUND-REPEAT: no-repeat;
	}

.link2 {
	color: #000000;
	}

.link2 a {
	color: #000000;
	}
