body {
    background-color:#E8E8E8;
    color:black;
    font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
    font-size:12px;
    text-align:center;
}
#mainContainer {
	width:860px;
	left:0px;
	background-image: url(../images/bg_content.jpg);
	background-color:white;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	min-height:400px;
}
#header {
	background:#73A0C5 url(../images/travellers-ontour_header.jpg) no-repeat;
}
#headerImg {
    height:192px;
    /*margin:7px 9px 0pt;*/
    width:740px;
}
#contentFooter {
	height:45px;
	background-image: url(../images/bg_content_footer.jpg);
	padding-right: 24px;
	padding-top: 18px;
}
#contentFooter H4 {
	color: #006699;
	text-align:right;
	font-size: 12px;
}

#mainContent {
	top:4px;
	position:relative;
	left: 16px;
	width: 570px;
	padding-left: 8px;
	text-align:left;
}
#contentTop {
	display:none;
}

.testwrap {
	border: 16px solid white;
}

#contentLeft {
	width:620px;
    float:left;
	min-height:400px;
	height:auto;
}

div#contentLeft .contentElement {
	width: 640px;
	height: 480px;
	border-left: 4px solid white;
	border-right: 4px solid white;
}

div.headline1 {
	font-size: 18px;
	font-weight:bold;
	color: #006699;
	margin-bottom: 0px;
	margin-left:8px;
}
div.content1 {
	margin-left: 8px;
}

#contentRight {
	position:relative;
	right:0px;
	float:right;
	width:200px;
	min-height:400px;
	margin-right: 20px;
}
div#contentRight div.banner_image {
	text-align:left;
	margin: 80px 0 0 0;
	text-align: right;
}


#navigation {
	position:relative;
	right:0px;
	width: 177px;
	height: 177px;
	margin-bottom: 160px;
}


/* LEFT MENUE: */
ul {
	padding-top: 8px;
	padding-left: 8px;
	list-style-type:none;
	font-size: 14px;
	font-weight:bold;
	xxfont-style:italic;
	padding-left:12px;
}

li.menu-level1 {
	line-height:16px;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	list-style-type:none;

}

li.menu-level1 a{
	color: #006699;
	text-decoration:none;
	/*width: 91%;*/

}

li.menu-level1 a:hover{
	color: #006699;
	text-decoration:none;
}

li.menu-level1-current-active {
	color: #006699;
	line-height:16px;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	list-style-type:none;
}
li.menu-level1-current-active a{
	color: #006699;
	text-decoration:none;
	font-size: 16px;
	padding-left:12px;
	/*width: 91%;*/
}
li.menu-level1-current-active a:hover {
	color:#BF0000;
	text-decoration:none;
}
li.menu-level1-active {
	color: #006699;
	line-height:16px;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	list-style-type:none;
}
li.menu-level1-active a{
	color: #006699;
	text-decoration:none;
	font-size: 16px;
	padding-left:12px;
}
li.menu-level1-active a:hover {
	color: #006699;
	text-decoration:none;
}

/** **/
li.menu-level2 {
	line-height:16px;
	padding-top:2px;
	padding-left:16px;
	padding-bottom:2px;
	text-align:left;
	list-style-type:none;
}

li.menu-level2 a{
	color: #006699;
	text-decoration:none;
	font-size: 16px;
	padding-left:12px;
}

li.menu-level2 a:hover{
	color: #006699;
	text-decoration:none;
}

li.menu-level2-current-active {
	color: #006699;
	line-height:16px;
	padding-top:2px;
	padding-left:16px;
	padding-bottom:2px;
	text-align:left;
	list-style-type:none;
}
li.menu-level2-current-active a{
	color: #006699;
	text-decoration:none;
	font-size: 16px;
	padding-left:12px;
}
li.menu-level2-current-active a:hover {
	color: #006699;
	text-decoration:none;
}

div.csc-textpic {
	display: inline-block;
}

/* */
div.csc-textpic-text div p {
	margin-top: 10px;
}

/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content : ".";
	display : block;
	height : 0;
	clear : both;
	visibility : hidden;
}

.clearfix {
	/*display : inline-table;*/
	display : inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */