/* basic elements */
body { 
    background: #ff1e1a;
    background: url("8125582.jpg");
}
p { 
    font-family: garamond times;
    font-style: normal;
    font-size: 100%;
    margin-top: -5px; 
    color: #000000;
}
h1 { 
    font-family: garamond times;
    font-style: italic;
    font-size: 180%;
    text-align: center;
    letter-spacing: 1px; 
    margin-bottom: 15px; 
    color: #a40808;
}
h3 { 
    font-family: garamond times;
    font-style: italic;
    font-size: 90%;
    text-align: center;
    letter-spacing: 1px; 
    margin-bottom: 15px; 
    color: #a40808;
}
a:link { 
    /* font-weight: bold */; 
    text-decoration: underline; 
    color: #03b512;
}
a:visited { 
    /* font-weight: bold */; 
    text-decoration: underline; 
    color: #026c0b;
}
a:hover, a:active { 
    text-decoration: underline; 
    color: #026c0b;
}


/* specific divs */
#brödtext { 
    background: #ffffff;
    padding: 5px 20px 20px 20px;  
    margin: 5px;
    background: #ffface;
}

#bildtext {
    font-size: 60%;
    text-align: center;
    font-style: italic;
    margin-bottom: 15px;
}

#bildjustering {
    margin-left: auto;
    margin-right: auto;
}

#border {
    background: #000000;
    margin: 10px;
    margin-left: 200px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 650px;
}

#tidigare {
    border: black solid;
    background: #ffface;
    padding-right: 30px;
    margin-top: 80px;
    margin-left: 8px;
    float: left;
}

#tidigare a {
    color: #a40808;
}

#pageheader { 
    margin-bottom: 20px;
}

#footer p {
}

img.floatright {
    float: right;
    margin: 5px;
}
img.floatleft {
    float: left;
    margin: 5px;
}
img.imgcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
table.centeredtable {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
