html,body {
	background: #EEEEEE;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

/* ----- THE WHOLE NAVIGATIONBAR TO THE LEFT ----- */

#leftbar {
	position: fixed;
	top: 0px; left: 0px; bottom:0px; 
	width: 160px;
	border-right: solid 1px #000000;
}

#logo {
	position: absolute;
	top: 0px; left: 0px;
	width: 160px; height: 27px;
	margin: 0px;
}

img.pict {
	position: absolute;
	top: 27px; left: 0px;
	background: #FFFFFF;
	border-style: none;
	margin: 0px; padding: 0px;
	height: 105px;
	width: 160px;
}

#linklist {
	position: absolute;
	top: 132px; left: 0px;
	width: 140px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 10px;
	list-style: none;
	text-align: right;
}

#linklist li {
	margin-top: 0.8em;
	font-family: Verdana,Helvectica,Arial,sans-serif; font-size: 8pt;
	color: #000000;
	margin-right: 1em;
	text-align: right;
}

#linklist li.main {
	margin-right: 0px;
	margin-top: 0.8em;
	vertical-align: bottom;
	text-align: right;
}

a.menu {
	font-family: Verdana,Helvectica,Arial,sans-serif; font-size: 8pt;
	text-decoration: none;
	color: #000000;
	text-align: right;
}

a.menu:hover {
	text-decoration: underline;
}

#email {
	position: absolute;
	left: 0px; bottom: 0px;
	vertical-align: middle;
	width: 160px; height: 30px;
	background: #000000;
}

#mailpic {
	position: relative;
	top: 5px;
	left: 46px;
}

/* ----- END THE WHOLE NAVIGATIONBAR TO THE LEFT ----- */

#rightpane {
	position: absolute;
	top: 0px;
	left: 161px; width: 590px;

	min-height: 100%;

	margin: 0px;
	padding: 20px;
	background: #FFFFFF;
	border-right: 1px solid #CCCCCC;
}

#content {
	margin-top: 20px;
	padding: 10px;
	background: #FFFFFF;
	font-family: 'Lucida Grande',Verdana,Helvectica,Arial,sans-serif; font-size: 9pt;
	text-align: justify;
}

h1 {
	font-family: 'Lucida Grande',Arial,Helvectica,Verdana,sans-serif; font-size: 14px;
	line-height: 3em;
	text-align: right;
}

h2 {
	font-family: 'Lucida Grande',Arial,Helvectica,Verdana,sans-serif; font-size: 16px; font-weight: bold;
}

h3 {
	font-family: 'Lucida Grande',Arial,Helvectica,Verdana,sans-serif; font-size: 14px; font-weight: bold;
}

h4 {
	font-family: 'Lucida Grande',Arial,Helvectica,Verdana,sans-serif; font-size: 12px; font-weight: bold;
}

h5 {
	font-family: 'Lucida Grande',Arial,Helvectica,Verdana,sans-serif; font-size: 11px; font-style: italic;
}

hr {
	border: 1px solid #CCCCCC;
	width: 550px;
	margin: 0px 0px 40px 0px;
}


*.green {
	background: #B6E35B;
}

*.orange {
	background: #FF6600;
}

h1.green {
	color: #B6E35B;
	background: #FFFFFF;
}

h1.orange {
	color: #FF6600;
	background: #FFFFFF;
}

div.green #logo {
	background: #000000 url(../img/logoGreen.gif) no-repeat center center;
}

div.orange #logo {
	background: #FF6600 url(../img/logoOrange.gif) no-repeat center center;
}

/* GENERAL STUFF */
img {
	border-style: none;
}
