﻿/*Gästebuch Konfiguration*/
div.entryBox
{
    position:relative;
    margin:auto;
    width:450px;
    background-color:#444444;
    margin-top:20px;
    text-align:left;
    padding:15px;
    margin-bottom:20px;
}
div.entryData
{
    width:140px;
    text-align:left;
    !float:left;  /*Internetexplorer 7.0*/
}
div.entry
{
    top:10px;
    right:-5px;
    position:relative;
    width:440px;
    !width:300px; /*Internetexplorer 7.0*/
    background-color:#777777;
    !float:right;  /*Internetexplorer 7.0*/
}
div.entryEvents
{
    position:absolute;
    top:0px;
    right:-50px;
}
div#guestbookFoot
{
    position:absolute;
    bottom:0px;
    left:20px;
}
div#selectorTopGuestbook
{
    position:absolute;
    width:130px;
    top:400px;
    !top:290px; /*Internetexplorer 7.0*/
    left:355px;
}
div#selectorBottomGuestbook
{
    position:absolute;
    width:130px;
    bottom:0px;
    left:355px;
}
