body {
	margin: 0px;
	padding: 0px;
	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
}

h1 {
	margin: 5px 0px 5px 0px;

	font-family:  Calibri, Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 2em;
	color: Black;
}

h2 {
	margin: 5px 0px 5px 0px;

	font-family: Calibri, Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 1.4em;
}

h3 {
	margin: 5px 0px 5px 0px;

	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.1em;
}

p {
	line-height: 1.5;
	margin: 5px 0px 0px 0px;
}

.picture {
	margin: 8px 0px 8px 3px;
}

.print {
	display: block;
}

.screen{
	display: none;
}

#topshadow {
	background-image: none;
}

#dropshadow {
	background-image: none;
}

#main {
	width: 100%;
}

#header {
	height: 45px;
}

/* Menubar */

#menuicons  {
	display: none;
}

#menubar {
	display: none;
}

/* Submenu */

#submenu {
	display: none;
}

#submenu li {
	display: none;
}

div.tabbar {
	display: none;
}

/* Mainpage image */

#slideshow {
	height: 424px;
	width: 716px;
	background-color: #808080;
}

#slideText {
	padding: 7px 16px 8px 16px;
	font-style: italic;
	background-color: #8a817a;
	width: 684px;	
	font-size: 0.9em;
	background-image: url(../images/picture-comment-bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	border-top: solid 1px #7f766f;
}

#slideText h2 {
	margin: 0px 0px 0px 0px;
	color: White;
}

#slideText p {
	line-height: 1.4;
	margin: 0px;
	color: White;
}

#slideshowNavigation {
	position: absolute;
	margin-left: 8px;
	font-size: 0.8em;
	font-weight: bold;
	z-index: 2;
	
	margin-top: 401px;
	
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

#slideLoading {
	position: absolute;
	display: none;
	height: 424px;
	width: 716px;	
	background-image: url(../images/loading.gif);
	z-index: 2;
	background-position: center center;
	background-repeat: no-repeat;
	
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;	
}

#slideshowNavigation div.button {
	background-color: Black;
	width: 72px;
	padding: 2px 0px 3px 0px;
	margin-right: 2px;
	float: left;
	text-align: center;
}

#slideshowNavigation a {
	color: White;
	text-decoration: none;
}

#slideshowNavigation a:hover {
	color: Yellow;
}

/* Content */

#content {
	float: left;
}

#content h1 {
	margin: 0px;
}

#content h2 {
	margin: 0px;
}

#content p {
	margin: 0px;
}

#content ul, #content ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

#content td.invisible {
	padding-right: 12px;
}

#content a {
	color: #0573c7;
}

#content a:hover {
	color: #ba3500;
}

/* ContentImage */

#contentImage {
	width: 250px;
	float: left;
	padding: 20px 0px 0px 30px;
}

/* Columns */

#column-left {
	float: left;
	width: 335px;
	margin-top: 6px;
	padding: 0px 13px 20px 15px;
	border-right: dotted 2px #CCCCCC;
}

#column-right {
	float: left;
	width: 335px;
	margin-top: 6px;
	padding: 0px 0px 20px 15px;
}

/* Footer */

#footer {
	display: none;
}

/* Agenda */

#agenda {
	display: none;
}

/* Programma */
#program  {
	font-size: 0.85em;
}

#program h2 {
	font-size: 1.6em;
	margin: 12px 0px 0px 0px;
}

#program a {
	text-decoration: none;
	color: Black;
}

#program a:hover {
	text-decoration: underline;
}

#program p {
}

/* Course specific */

table.courseInfo {
	margin: 0px 0px 20px 0px;
	border-right: none;
}

table.courseInfo th {
	background-color: White;
	border-top: none;
	background-image: none;
	padding: 2px 40px 2px 0px;
	font-size: 0.85em;
	font-weight: normal;
	text-align: left;
}


table.courseInfo td {
	background-color: White;
	border-bottom: none;
	padding: 2px 40px 2px 0px;
	font-size: 0.85em;
	font-weight: bold;
}

/* Routeplanner */

#RouteForm {
	display: None;
}

#Trips {
	display: None;
}

#mapHeader {
	display: Block;
}