html {
	height: 100%;
}


body {
	background-color: #CDD9E4;
	background-image: url(/bilder/heads/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 00px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

#maindiv {
	width: 950px;
	margin: 0 auto;
        position: relative;
	min-height: 100%;
	background-color:white;
}

* html #maindiv {
	height: 100%;
}


#content {
	/*padding-bottom: 9em;*/
	 padding-bottom: 30px;
}

#footer {
	position: relative;

	background-color:white;
	width: 950px;
	margin: 0 auto;
	margin-top: -1.5em;
}

.navilinks {
        font-family: Arial, Helvetica, sans-serif;
	color:#777777;
        text-decoration:none;
}

A.navilinks:focus {
	text-decoration:none;
}

A.navilinks:visited {
	text-decoration:none;
}


A.navilinks:hover {
	text-decoration:underline;

}

A.navilinks:active {
	text-decoration:none;
	color:#666666;
}

.contenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #999999;*/
        color: #777777;
	line-height:19px;
}

.tickertextHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #739A23;
}
.tickertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #739A23;
}

.contenttextBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	/*color: #999999;*/
        color: #777777;
	line-height:16px;
        font-weight: bold;
}

.mytab {
	/*border: thin groove #006699;*/
}

.tabma {
	margin-left: 0px;
	padding-left: 15px;
}


