/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background-color:#666;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#ccc;
	}

a { 
	color:#0ff;
	font-size:11px;
	text-decoration:none;
	font-weight:800;
	font-family:Arial, Helvetica, sans-serif;
	}
a:link {color:#0ff;}
a:visited {color:#0ff;}
a:hover {background-color:#999;}



#Header {
	margin:90px 0px 10px 0px;
	padding:17px 0px 0px 30px;
/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:49px; /* 30px + 17px + 2px = 49px */
	line-height:11px;
	background-color:#fff;
	background-position:right;
	background-repeat:no-repeat;	
	background-image:url(../images/Betschart-Logo.jpg);
/*  IE5/Win Hack 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:30px; /* the correct height */
	color:#999;
	}
#Header a { 
	color:#f00;
	font-size:12px;
	text-decoration:none;
	font-weight:800;
	font-family:Arial, Helvetica, sans-serif;
	}


#Menu {
	position:absolute;
	top:180px;
	left:30px;
	width:140px;
	padding:10px;
	line-height:17px;
	}

#Menu a{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:25px;
	}
#Menu a:hover {background-color:#999;}
#Menu a:active {background-color:#999;}


#Content {
	position:absolute;
	top:180px;
	left:200px;
	width:65%;
	min-width:550px;
	padding:10px;
	}

.contentheading{
        font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
        }
