/***************************************************/
/* LAYOUT */	

body {
	margin: 5px;
	}
#sidebar {
	width: 279px;
	height: 655px;
	background-image: url(../gfx/sidebar.jpg);
	background-position: center;
	background-position: right;
	background-repeat: no-repeat;
	}
#ContentBackground {
	background-image: url(../gfx/background.jpg);
	height: 545px;
	margin-top: 44px;
	margin-bottom: 44px;
	margin-left: 5px;
	padding: 11px;
	}	
#ContentTopBorder {
	background-image: url(../gfx/top.png);
	width: 725px;
	height: 3px;
	line-height: 1px;	
	}
#ContentContainer {
	background-image: url(../gfx/background.png);
	width: 725px;
	}
#ContentInner {
	padding: 25px;
	min-height: 489px;
	}	
#ContentBottomBorder {
	background-image: url(../gfx/bottom.png);
	width: 725px;
	height: 3px;
	line-height: 1px;
	}
	
/***************************************************/
/* TEXT_STYLES */	

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
	}
.tx-wecmap-map {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.tx-wecmap-map .marker {
	font-size: 11px;
}
.tx-wecmap-map .marker .infotitle {
	font-size: 14px;
}
