/* Cascading Style Sheet für Webseite www.gianni-ragusa.de Copyright (c) Thomas Noetzel 2009 */

a:link {  font-weight: bold; color: #33cc66; text-decoration: none; }
a:visited { font-weight: bold; color: #33cc66; text-decoration: none; }
a:focus { outline: none; -moz-outline-style: none; font-weight: bold; color:#F6D1A0; text-decoration: none; }
a:hover { font-weight: bold; color:#F6D1A0; text-decoration: none; }
a:active { font-weight: bold; color:#000000; text-decoration: none; }

*.scrollouterport
{
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: #F6D1A0;
    overflow: hidden;
    position: relative;
    top: 40px;
    left: 696px;
    width: 175px;
    height: 422px;
    /*background-color: #000000;*/
    /*background-image: url("port.gif");*/
}

*.scroller_pic
{
  cursor: pointer;
}


*.scrollinnerport
{
    border-style: none;
    border-width: 1px;
    border-color: #ffffff;
    position: absolute;
    left: 2px;
    top: 2px;
    width: 172px;
    height: 420px;
    overflow: hidden;
}

*.scrollcont
{
    border-style: none;
    border-width: 1px;
    border-color: #ffffff;
    position: absolute;
    left: 0px;
    top: 420px;
    width: 170px;
    height: auto;
}

*.scrolltitle
{
    font-family: verdana;
    font-size: 10px;
    color: #F6D1A0;
}

*.table_scroller
{
  padding: 2px;

}


body
{
    background-color: #000000;
}

td
{

}

*.masterframe
{
    text-align: left;
    border-style: solid;
    border-color: #ffffff;
    border-width: 0px;
    width: 900px;
    height: 506px;
    margin: 100px auto;
    background-color: #602A1B;
}

*.innerframe
{
    border-style: solid;
    border-color: #F6D1A0;
    border-width: 1px;
    position: absolute;
    width: 860px;
    height: 460px;
    margin: 20px 20px auto;
    background-color: #602A1B;
}

*.menu
{
    border-style: none;
    border-color: #ffffff;
    border-width: 0px;
    width: 675px;
    height: 30px;
    margin: 0px 0px auto;
    background-color: #602A1B;
}

*.content
{
    background-image: url("images/home1.jpg");
    background-repeat: no-repeat;
    border-style: none;
    border-color: #ffffff;
    border-width: 0px;
    width: 675px;
    height: 409px;
    margin: 0px 0px auto;
    background-color: #602A1B;
}

*.footer
{
    border-style: none;
    border-color: #000000;
    border-width: 0px;
    position: absolute;
    width: 675px;
    height: 16px;
    margin: 482px 20px auto;
    background-color: #602A1B;
}

*.table_menu
{
    font-family: verdana;
    font-size: 12px;
    color: #F8D0A0;
}

*.table_footer
{
    font-family: verdana;
    font-size: 9px;
    color: #F8D0A0;
}
*.table_footer:link { color: #F8D0A0; text-decoration: none; }
*.table_footer:visited { color: #F8D0A0; text-decoration: none; }
*.table_footer:focus { color: #F8D0A0; text-decoration: none; }
*.table_footer:hover { color: #F8D0A0; text-decoration: none; }
*.table_footer:active { color: #F8D0A0; text-decoration: none; }


