/*******************************
http://www.hotings-skoterklubb.se
Enburk stylesheet
http://www.enburk.se
@2008 Enburk HB
*******************************/

/*Bread text*/
BODY, TD {
font-size: 12px;
color: #000000;
font-family: times new roman, times;
}

/*Headers*/
H1, H2 {
font-weight: 700;
color: #FF0000;
}

H3, H4, H5, H6 {
font-weight: 600;
color: #FF0000;
}

H1 {
margin-bottom: 16px;
font-size: 26px;
}

H2 {
margin-bottom: 14px;
font-size: 22px;
}

H3 {
margin-bottom: 12px;
font-size: 18px;
}

H4 {
margin-bottom: 7px;
font-size: 14px;
}

H5, H6 {
margin-bottom: 2px;
font-size: 12px;
}

/*Remaining*/
A:link, A:visited, A:active {
font-weight: 600;
text-decoration: none;
}

A:hover {
text-decoration: underline;
cursor: pointer; cursor: hand;
}

B {
font-weight: 500;
}

HR {
background-color: #FF0000;
color: #FF0000;
height: 1px;
border: 0;
}

IMG {
border: 0px;
text-decoration: none;
}

SMALL {
font-size: 10px;
}

STRONG {
font-weight: 500;
}

UL, LI {
margin: 5px;
padding-left: 15px;
font-weight: lighter;
list-style-type: square
}

/*Navigation*/
.nav_tree_openfolder {
color: #000000;
font-size: 16px;;
border: 1px dotted #FF0000;
text-decoration: none;
cursor: default;
padding: 2px;
}

.nav_tree_closedfolder {
color: #0000FF;
font-size: 16px;
cursor: pointer; cursor: hand;
text-decoration: none;
}

A:hover .nav_tree_closedfolder {
color: #FFFFFF;
background-color: #0000B3;
font-size: 16px;
cursor: pointer; cursor: hand;
text-decoration: none;
}

.nav_tree_opendoc {
color: #000000;
font-size: 14px;
border: 1px dotted #FF0000;
text-decoration: none; 
cursor: default;
padding: 2px;
}

.nav_tree_closeddoc {
color: #0000FF;
font-size: 14px;
cursor: pointer; cursor: hand;
text-decoration: none;
}

A:hover .nav_tree_closeddoc{
color: #FFFFFF;
background-color: #0000B3;
font-size: 14px;
cursor: pointer; cursor: hand;
text-decoration: none;
}

/*Signature*/
.signature {
font-size: 10px;
color: #222222;
}

/*Address*/
.address {
font-size: 10px;
color: #222222;
border: 1px dotted #222222;
padding: 5px;
}


