body {
	font-family: "Trebuchet MS", Georgia, Verdana;
	text-align: center;
	background-color: #E0EAF4;
}

div#wrapper {
	background-color: white;
	padding: 8px 8px 0px 8px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
	width: 720px;
}

div#logo {
	position: relative;
	height: 75px;
	background: url(../images/logo_onpage/logo_bckr_repeat.jpg) repeat-x center;
	font-family: Verdana;
	color: white;
	text-align: center;
	padding: 0 5px 0 5px;
	margin-bottom: 5px;
}

div#logo .logo {
	background: url(../images/logo_onpage/logo.jpg) no-repeat left;
	position: absolute;
	height: 75px;
	width: 300px;
	z-index: 1;
	left: 10px;
	cursor: pointer;
}

div#logo .slogan {
	background: url(../images/logo_onpage/skiing_is_beeing.jpg) no-repeat;
	position: absolute;
	height: 75px;
	width: 151px;
	left: 207px;
}

div#logo .left {
	height: 75px;
	width: 42px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/logo_onpage/logo_bckr_left.jpg) no-repeat;
}

div#logo .right {
	height: 75px;
	width: 143px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/logo_onpage/logo_skier_right.jpg) no-repeat;
}

div#menuBar {
	background: orange;
	font-size: 12px;
	padding: 0px 10px 0px 10px;
	text-align: center;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

div#content_main {
	position: relative;
	width: 460px;
	height: 400px;
	float: right;
	margin: 6px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	background: url(../images/background_faded.jpg) no-repeat bottom left;
}

div#content_sidebar {
	position: relative;
	width: 240px;
	height: 400px;
	float: left;
	margin: 14px 0px 0px 0px;
}

div#content_sidebar .header {
	position: absolute;
	height: 20px;
	width: 240px;
	background: url(../images/header_onpage/header_bckr_repeat.jpg) repeat-x center;
}

div#content_sidebar .header .left {
	height: 20px;
	width: 5px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/header_onpage/header_bckr_left.jpg) no-repeat;
}

div#content_sidebar .header .text {
	height: 20px;
	width: 130px;
	position: absolute;
	top: 0;
	left: 55;
	background: url(../images/header_onpage/header_text.jpg) no-repeat;
}

div#content_sidebar .header .right {
	height: 20px;
	width: 5px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/header_onpage/header_bckr_right.jpg) no-repeat;
}

div#content_sidebar .treeStructure {
	width: 239px;
	position: absolute;
	top: 18px;
	font-size: 12px;
	margin-top: 7px;
}

div.treeStructure li {
	margin-top: 1px;
	background-color: #E0EAF4;
	padding-left: 2px;
}

div#footer {
	clear: both;
	margin-top: 5px;
}

div#outer {
	margin: 0 auto;
	width: 720px;
	text-align: center;
	font-size: 11px;
	padding: 2px 0px 5px 0px;
	background-color: #E0EAF4;
}

div .clear {
	clear: both;
}

h1 { font-size: 26px; display: none; }

h2 {
	font-size: 17px;
	font-family: Verdana;
	color: #525660;
	text-align: left;
	margin: 6px 0px 5px 0px;
}

p {
	margin-top: 0px;
	text-align: justify;
	font-size: 90%;
	line-height: 110%
}

img.thumbnails {
	border: 1px solid black;
	padding: 2px;	
}

img.text {
	border: 0;
	margin-top: 0px;
	padding: 0;
}

ul {
	list-style-type: none;
	line-height: 21px;
	margin: 0;
	padding: 0;
}

li.childOfOne a, li.childOfTwo a {
	padding-left: 18px;
}

li.hiddenChild {
	display: none;
}

span#stop_them {
	cursor: pointer;
}

span.red {
	color: #FE4902;
}

a.fatherOne, a.fatherTwo {
	padding-left: 15px;
	background: url(../images/minus.jpg) no-repeat 0 50%;
}

a.unexpanded {
	padding-left: 15px;
	background: url(../images/plus.jpg) no-repeat 0 50%;
}

a.back {
	font-size: 10px;
}

a:link {
	text-decoration: none;
	color: black;
}

a:visited {
	text-decoration: none;
	color: black;
}

div#menuBar a:hover {
	color: #FE4902;
}
