﻿/* Runde kanter på HOVEDRAMMEN */
.main_top_left
{
    background-image: url(../../Images/Kanter/main_top_left.png); 
    width:15px;
    height:15px;
    font-size:1px; /* Sættes for at tage højde for en IE ting */
}

.main_top_center
{
    background-image: url(../../Images/Kanter/main_top_center.png);
    background-repeat: repeat-x;
    width:720px;
    height:15px;
    font-size:1px;
}

.main_top_right
{
    background-image: url(../../Images/Kanter/main_top_right.png); 
    width:15px;
    height:15px;
    font-size:1px;
}

.main_middle_left
{
    background: url(../../Images/Kanter/main_middle_left.png) repeat-y; 
    width:735px;
    padding-left:15px;
}

.main_middle_right
{
    background: url(../../Images/Kanter/main_middle_right.png) right repeat-y; 
    width:720px;
    padding-right:15px;
}

.main_bottom_left
{
    background-image: url(../../Images/Kanter/main_bottom_left.png); 
    width:15px;
    height:15px;
    font-size:1px;
}

.main_bottom_center
{
    background-image: url(../../Images/Kanter/main_bottom_center.png); 
    background-repeat: repeat-x; 
    width:720px;
    height:15px;
    font-size:1px;
}

.main_bottom_right
{
    background-image: url(../../Images/Kanter/main_bottom_right.png); 
    width:15px;
    height:15px;
    font-size:1px;
}

/* Runde kanter på MENUEN */
.menu_left
{
    background-image: url(../../Images/Kanter/menu_left.png); 
    width:10px;
    height:34px;
    /*font-size:1px;  Sættes for at tage højde for en IE ting */
}

.menu_center
{
    background-image: url(../../Images/Kanter/menu_center.png); 
    width:680px;
    height:34px;
    /*font-size:1px;*/
}

.menu_right
{
    background-image: url(../../Images/Kanter/menu_right.png); 
    width:10px;
    height:34px;
    /*font-size:1px;*/
}



/* Runde kanter på elementer i INDHOLDSSIDEN */
.indhold_top_left
{
    background-image: url(/Images/Kanter/indhold_top_left.png); 
    width:10px;
    height:20px;
    font-size:1px; /* Sættes for at tage højde for en IE ting */
}

.indhold_top_center
{
    background-image: url(/Images/Kanter/indhold_top_center.png);
    background-repeat: repeat-x;
    height:20px;
    font-size:1px;
}

.indhold_top_right
{
    background-image: url(/Images/Kanter/indhold_top_right.png); 
    width:10px;
    height:20px;
    font-size:1px;
}



.indhold_bottom_left
{
    background-image: url(/Images/Kanter/indhold_bottom_left.png); 
    width:10px;
    height:20px;
    font-size:1px;
}

.indhold_bottom_center
{
    background-image: url(/Images/Kanter/indhold_bottom_center.png); 
    background-repeat: repeat-x; 
    height:20px;
    font-size:1px;
}

.indhold_bottom_right
{
    background-image: url(/Images/Kanter/indhold_bottom_right.png); 
    width:10px;
    height:20px;
    font-size:1px;
}