﻿/*Button Konfiguration*/
#navigationStyle
{
    position:relative;
    top:40px;
    left:20px;
}
#navigationMenu
{
    position:absolute;
    top:40px;
    left:20px;
}
.naviButton
{
    background-image:url(../../Img/Background/button.gif);
    background-repeat:no-repeat;
    width:195px;
    height:25px;
    margin:10px;
}

