﻿/* Runde kanter og baggrundsfyld i toppen af siden */
.top_left
{
    background-image: url(../../Images/top_left_corner.gif); 
    width:6px;
    height:6px;
    font-size:1px; /* Sættes for at tage højde for en IE ting */
}

.top_middle
{
    background-image: url(../../Images/top_middle.gif); 
    width:838px;
    height:6px;
    font-size:1px;
}

.top_right
{
    background-image: url(../../Images/top_right_corner.gif); 
    width:6px;
    height:6px;
    font-size:1px;
}

.top_fill
{
    background-image: url(../../Images/top_fill.gif); 
    background-repeat: repeat-x; 
}


/* Runde kanter ved menuen til højre */
.menu_left
{
    background-image: url(../../Images/menu_left.gif); 
    width:5px;
    height:5px;
    font-size:1px; /* Sættes for at tage højde for en IE ting */
}

.menu_middle
{
    background-image: url(../../Images/menu_middle.gif); 
    width:180px;
    height:5px;
    font-size:1px;
}

.menu_right
{
    background-image: url(../../Images/menu_right.gif); 
    width:5px;
    height:5px;
    font-size:1px;
}

.menu_fill
{
    background-image: url(../../Images/menu_fill.gif); 
    background-repeat: repeat-x; 
}


/* Runde kanter i bunden af tabellen med indhold til siden og i bunden af den bar, der indeholder adresseoplysninger på klinikken */
.bottom_left_bottomcorner
{
    background-image: url(../../Images/bottom_left_bottomcorner.gif); 
    width:6px;
    height:6px;
    font-size:1px; /* Sættes for at tage højde for en IE ting */
}

.bottom_middle_bottom
{
    background-image: url(../../Images/bottom_middle_bottom.gif); 
    width:838px;
    height:6px;
    font-size:1px;
}

.bottom_right_bottomcorner
{
    background-image: url(../../Images/bottom_right_bottomcorner.gif); 
    width:6px;
    height:6px;
    font-size:1px;
}


/* Runde kanter nederst på siden i topppen af tabellen, der indeholder adresseoplysninger på klinikken */
.bottom_left_topcorner
{
    background-image: url(../../Images/bottom_left_topcorner.gif); 
    width:6px;
    height:6px;
    font-size:1px; /* Sættes for at tage højde for en IE ting */
}

.bottom_middle_top
{
    background-image: url(../../Images/bottom_middle_top.gif); 
    width:838px;
    height:6px;
    font-size:1px;
}

.bottom_right_topcorner
{
    background-image: url(../../Images/bottom_right_topcorner.gif); 
    width:6px;
    height:6px;
    font-size:1px;
}
