/*
	Stylesheet for RagneSigmonds
Fonten er Georgia Regular 9pt. Linjeavstand 20px.
Vanlig farge: #AAAAAA
Mouseover farge: #F09600
Når valgt: #64645A

*/


body {
background-color: #E6E6E1;
/*text-align: center;*/

}

#content {
padding-top: 7px;
padding-left: 9px;
/*text-algin: left;*/
width: 956px;
height: 590px;
/*margin: 0 auto;*/
border: 0px solid red;
background-image: url("../elements/backgr_white.gif");
background-repeat: no-repeat;
position: absolute;
left: 50%;
margin-left: -478px;
top: 50%;
margin-top: -305px;

}

#left {
padding: 20px 20px 30px 20px;
width: 200px;
height: 570px;
border: 0px solid black;
float: left;
text-align: left;
}

#right {
padding: 20px 20px 30px 0px;
height: 520px;
width: 700px;
border: 1px solid black;
text-align: left;
float: right;

}

.text {
/*text properties*/
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px; 
color: #64645A;
}

.nav {

}

.menu_cell {
border-bottom: 1px solid #E7E7E7;
height: 20px; 
}

.submenu_cell {
height: 14px;
font-size: 10px;
line-height: 50%;
background-image: url(../..//RagneSigmonds/elements/blank.gif);
background-repeat: no-repeat
}

.dark_arrow {
height: 14px;
line-height: 50%;
font-size: 10px;
background-image: url(../..//RagneSigmonds/elements/arrow_dark_10x10.gif);
background-repeat: no-repeat }

.orange_arrow {
height: 14px;
line-height: 50%;
font-size: 10px;
background-image: url(../..//RagneSigmonds/elements/arrow_over_10x10.gif);
background-repeat: no-repeat }

a:link {color: #AAAAAA; text-decoration: none;}
a:visited {color: #AAAAAA; text-decoration: none;}
a:hover {color: #F09600; text-decoration:none;}
a:active {color: #64645A; text-decoration:none;} 

img {border: none;}
