/* 
.....................................................................................
	CLASSES 
	custom style formatting
.....................................................................................
*/

A:link  { 
color: #999999; 
text-decoration: none; 
font-weight: none;
}

A:hover  { 
color: #FF3300; 
text-decoration: none; 
font-weight: none; 
}

A:visited  { 
color: #999999; 
text-decoration: none; 
font-weight: none; 
}

A:visited:hover  { 
color: #FF3300; 
text-decoration:none; 
font-weight: none; 
}

A:active  { 
color: #FF3300; 
text-decoration: none; 
font-weight: none; 
}


.rubrik { 
font-family: georgia, verdana, arial, tahoma, sans serif;
font-variant: small-caps; 
font-weight:bold; 
color: #666666; 
font-size: 14px; 
line-height:19px; 
text-indent: 0px; 
text-align: left;
}

.tiny { 
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; 
color: #000000; 
font-size: 11px; 
line-height:13px; 
text-indent: 0px; 
text-align: left;
}

.datum { 
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; 
color: #000000; 
font-size: 10px; 
line-height:12px;
text-indent: 0px; 
text-align: left;
color: #336666; 
}

.body { 
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; 
color: #000000; 
font-size: 12px; 
line-height:16px; 
text-indent: 0px; 
text-align: left;
}

.synestetisk { 
font-family: "Times New Roman", times, serif; 
color: #000000; 
font-size: 14px; 
line-height:18px; 
text-indent: 0px; 
text-align: left;
}

.latin { 
font-family: "Times New Roman", times, serif;
font-variant: italic;
font-weight: italic; 
color: #666666; 
font-size: 14px; 
line-height: 20px; 
text-indent: 0px; 
text-align: left;
}

.synestetrubrik { 
font-family: "Times New Roman", times, serif;
font-weight: bold;
color: #000000; 
font-size: 14px; 
line-height:20px; 
text-indent: 0px; 
text-align: left;
}

/* 
.....................................................................................
	DIVS
	site positioning
.....................................................................................
*/



#nav {
position: absolute; 
top: 330px;
left: 0px;
width: 90px;
height: 80px;
background-color: transparent;
z-index:2
}


#entries {
position: absolute; 
top: 175px; 
bottom: 0px;
left: 250px; 
width: 350px;
background-color: transparent;
z-index:2
}


#footer {
position: static;
top: 800px;
left: 700px;
width: 350px;
}


/* 
.....................................................................................

	Bulleted list
.....................................................................................
*/


 #navcontainer ul
{
list-style-type: none;
text-align: left;
margin: 0;
padding: 0;
}

#navcontainer ul li a
{
display: block;
padding-left: 0px;
text-align: left;
font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #999;
padding: .2em .0em;
}

#navcontainer a:hover
{
display: block;
color: #FF3300;
}

#navcontainer ul li a#current
{
display: block;
color: #FF3300;
}
