#topContent {
    position: relative;
    z-index: 10;
    height: 310px;
    background: url(/images/treeMenuBigTopBg.png) no-repeat;
    background-position: bottom left;
}

#leftMenu {
    float: left;
    display: inline;
    width: 220px;
}

#puffHolder {
    float: left;
    display: inline;
    width: 420px;
}

#rightColumn {
    float: left;
    display: inline;
    width: 180px;
    margin-left: 20px;
}

.rubrikFirstPage {
    color: #000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size:19px;
}

.puffHeading {
    color: #555;
    text-transform: uppercase;
    font-family: "Lucida Grande",Tahoma,Verdana;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top: 4px;
    border-top: solid 1px #ccc;
    padding-bottom: 4px;
    border-bottom: dotted 1px #ccc;
}

.puffContent {
    height: 109px;
    margin-top: 8px;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 20px;
    font-family: "Lucida Grande",Tahoma,Verdana;
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #999;
    overflow: hidden;
}

.puff {
	width: 410px;
	background-color: #fff;
	min-height: 100px;
	margin-bottom: 30px;
	border-bottom: dotted 1px #ddd;
	padding-bottom: 5px;
	background-image: url(/images/puffFade.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.puffRubrik {
    font-family: "Lucida Grande", Tahoma, Verdana;
    font-weight: bold;
    font-size: 11px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 3px;
    padding-bottom: 3px;
   display: block;
   line-height: 12px;
}

.hrTop{
    height: 1px;
    font-size: 1px;
    border-bottom: 1px solid #bfbfbf;
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-bottom: 2px;
}
.hrBottom{
    border-top-style: dotted;
    border-top-color: #bfbfbf;
    border-top-width: 1px;
    width: 100%;
    margin: 0px;
    margin-top: 1px;
}
.hrDiv{
    border-top-style: solid;
    border-top-color: #bfbfbf;
    border-top-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #bfbfbf;
    border-bottom-width: 1px;
}
