 
	* {
		margin:0;
		padding:0;
		}
 
	html, body {
		height:100%;
		}
.border {
	border-top-color: #903;
	border-right-color: #903;
	border-bottom-color: #903;
	border-left-color: #903;
}

 
	body {
	text-align:center; /* horizontal centering for IE Win quirks */
	background-image: url(images/TM_background.jpg);
	background-repeat: no-repeat;
	SCROLLBAR-FACE-COLOR: #EEEEEE;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #EEEEEE;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #C06;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
	background-position: center top;
		}
 
	#distance { 
		width:1px;
		height:50%;
		margin-bottom:-18em; /* half of container's height */
		float:left;
		}
 
	#container {
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:40em;
	width:60em;
	clear:left;
	background-image: url(images/vit_platta.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		}
 

 #maincontent {
	margin-top:20px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:30px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	color: #333;
	 }
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color:#903;
}

#content {
	text-align: center;
}

 
ul#blue { margin:0; padding:0; list-style-type:none; }

ul#blue li { position:relative; float:left; border-top:1px solid #efefef; margin-right: 25px; padding-right: 0px; padding-top: 5px;}

ul#blue .current { border-top:1px solid #999;}

ul#blue li:hover { border-top:1px solid #903;}

ul#blue li a { padding:2px 2px; text-decoration:none; font:bold 13px "Palatino Linotype", "Book Antiqua", Palatino, serif; color:#666;}

ul#blue li a:hover { color:#666; border:none; }

ul#blue li span{ display:none; position:absolute; top:20px; left:2px; width:160px; font:normal 11px "Palatino Linotype", "Book Antiqua", Palatino, serif; line-height: 15px; }

ul#blue li a:hover span {margin-top: 7px; display:block; color:#903;}



h1 {
	font-style: italic;
}
.courier {
	font-size: small;
	font-weight: bold;
}

