/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666;
}

/* ----- HEADINGS ----- styr även typsnitten som visas i textfältet...men om man har ett annat CSS så skriver det över sedan*/
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#000;}
h1 {font-size:2.1em;line-height:35px;margin-bottom:0.3em;}
h2 {font-size:1.7em;line-height:25px;margin-bottom:10px;font-family:Georgia;}
h3 {font-size:1.3em;line-height:25px;margin-bottom:10px;}
h4 {font-size:1.3em;line-height:20px;margin-bottom:10px;;color:#555;font-weight:bold;}
h5 {font-size:1em;font-weight:bold;margin-bottom:0.4em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}

h1,h2,h3,h4,h5 {margin:0}


/* ----- PARAGRAPHS ----- */
p{
margin:10px 0 0 0;
word-spacing: 0.05em;
line-height:18px;
margin-bottom:10px;
}
p img {margin:0px 0 0px 0;}
/* ----- LISTS ----- */
label {display:block;}
li{
/*list-style:;

list-style-type:;
list-style-image:;
list-style-position:;
float:;
margin:;
padding:;*/
}
li p{
}
ol{
/*width:;
margin:;
padding:;*/
}
ul{
/*width:;
margin:;
padding:;*/
}
ol li{
}
ul li{
}


/* ----- QUOTES ----- */
blockquote{
padding:10px;
margin:0px;
margin-bottom:20px;
/*margin:;
font-style:italic;
background-color:;
font:;
color:;*/
border-bottom:2px solid #0099FF;
}
blockquote p{
}
cite{
/*font:;
color:;*/
}
blockquote cite{
}

/* ----- IMAGES ----- */
img{
border:0px;
margin:0px;
padding:0px;
}

a img{
border-top: 0px solid;
border-bottom: 0px solid;
}


/* BREAK */
hr{

}

/* ----- TEXT FORMATTING ----- */
strong, em, b, i{
letter-spacing: 1px;
}

/* ----- LINKS ----- */
a{color:#f4793e;text-decoration:none;}
a:hover{color:#666;text-decoration:underline;}



/* ----- LISTS ----- */
label {display:block;}

/* ----- TABLES ----- */

table{ 
width: 100%;
/* margin:;
padding:;
frame:;
text-align:;*/
}
caption{
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
/*font:;*/
color: #3366cc;
/*position:;*/
text-align: left;
/*display:;*/
border-bottom: 2px;
border-bottom-color: #3366cc;
border-bottom-style:solid;
}
thead{
letter-spacing: 1px;
font-weight: bold;
/*color:;
text-align:;
background-color:;
margin:;
padding:;*/
}
tbody{
/*font:;
color:;
text-align:;
background-color:;
margin:;
padding:;*/
}
tfoot{
letter-spacing: 1px;
font-weight: bold;
/*color:;
text-align:;
background-color:;
margin:;
padding:;*/
}
tr{
/*font:;
color:;*/
}

tr .alt{
/*font:;
color:;*/
}
th{
letter-spacing: 1px;
}
td{
/*width:;
margin:;
padding:;*/
}

/* ----- DEFINITIONS ----- */
dl{
/*font-size:;
margin:;
padding:;*/
}
dt{
font-weight: bold;
letter-spacing: 1px;
/*color:;
margin:;
padding:;*/
}
dd{
/*color:;
margin:;
padding:;*/
}

