/*  This stylesheet contains the general   */
/* style attributes for www.rolandinho.de */

body
{
    font-size:12pt; font-family:sans-serif;
}

/* link settings */
h1 { font-size:18pt; font-weight:bold; color:black; margin-top:0px;}
h2 { font-size:14pt; font-weight:bold; color:black; }

/* remember to define focus styles! */
:focus {outline: 0;}

/* main window */
div.main
{
    position:absolute;
    background-color:#F8F8F8;
    left:100px; top:100px;
    height:480px; width:640px;
    border:1px solid black;
}

/* head image */
img.header
{
    position:absolute;
    left:0px; top:0px;
    border-bottom:1px solid black;
}

/* main image */
img.image
{
    position:absolute;
    left:20px; top:80px;
    border:1px solid black;
}

/* main window */
div.text
{
    position:absolute;
/*    background-color:#e8e8e8;*/
    right:20px; top:80px;
    height:340px; width:400px;
    text-align:justify;
    border:0px;
}

/* main window */
div.lang
{
    display:none;
    position:absolute;
    left:20px; top:360px;
    width:180px;
    border:1px;
    line-height:19px;
}

/* menu */
table.menu
{
    position:absolute;
    background-image:url("img/bgmenu.jpg");
    background-repeat:repeat-x;
    left:0px; bottom:0px;
    height:35px; width:640px;
    border-top:1px solid #606060;
}
td.menu
{
    padding:5px;
    font-weight:bold;
    text-align:center;
}

/* link settings */
a {text-decoration:none; font-weight:bold;}
a:link    {color:black; }
a:visited {color:black; }
a:active  {color:black; }
a:hover   {color:#0060D0; }