/* CSS Document */
H1{
	color: #A60D17;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
}
H2{
	color: #A60D17;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
H3{
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
}


H4{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 2px;
	margin-top: 2px;
	color: #EEEEEE;
}

BODY,
P,
.smallText{
	font-family: verdana, tahoma, arial;
	font-size: 10px;
	color: black;
}
TD{
	font-family: verdana, tahoma, arial;
	font-size: 10px;
	margin-left: 2px;
}

TABLE.menu{
	color: white;
}
TD.menu,
TD.footer,
TD.aktuellt,
TD.subMenu{
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	color: white;
}

TD.menu{
	background-color: #0C4973;
	/*border-left: 1px solid #ffffff;*/
	height: 20px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: hand;
}

TD.subMenu{
	color: 0C4973;
	height: 20px;
	background-color:	#ffffff;
	padding-left: 0px;
	/*border-top: 1px solid #0C4973;*/
	border-bottom: 1px solid #0C4973;
}

TD.subClosed,
TD.subOpen{
	height: 1px;
	line-height: 1px;

}
TD.subClosed{
	border-bottom: 1px solid #0C4973;
}
TD.subOpen{
	border-left: 1px solid #0C4973;
	border-right: 1px solid #0C4973;
}

TD.footer{
	font-size: 10px;
	background-color: #0C4973;
	padding: 2px;
}

TD.aktuellt{
	background-color: #0C4973;
	padding-left: 10px;
	height: 20px;
	line-height: 20px;
}

TD.spacer{
	background-image: url(../images/dot.gif);
	height: 1px;
	line-height: 1px;
}

A:link,
A:active,
A:visited{
	color: #C52626;	
	text-decoration: underline;
}
A:hover{
	color: #999999;
	text-decoration: underline;
}

A.subMenu:link,
A.subMenu:active,
A.subMenu:visited{
	color: #0C4973;	
	text-decoration: none;
}
A.subMenu:hover{
	color: #C52626;
	text-decoration: underline;
}

IMG.menu{
	cursor: hand;
}

.linkHeading{
cursor: hand;
cursor: pointer;
font-weight: bold;
}

A.linkItem{
	outline: none;
	-moz-outline: none; /* Mozilla uses its own outline property */
}
A.linkItem:link,
A.linkItem:visited{
	color: #C52626;	
	text-decoration: underline;
}
A.linkItem:active{
	color: #C52626;
	font-weight: bold;
}
A.linkItem:hover{
	color: #999999;
	text-decoration: underline;
}

TD.cellRam {
	border: 1px solid black;
}
