/* 
Document   : global.css
Created on : 25.07.2009, 15:50:03
Author     : sliwalker
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body
{
    color:white;
    text-align:center;
    margin-top: 0px;  margin-left: 0px; margin-right: 0px; margin-bottom: 0px;
    background-color: #383838;
    padding:0px;
    background-image:url(data/img/bgmain.jpg);
    background-repeat:repeat-y;
    background-position:50% 0%;width:100%;
}

a:link, a:visited, a:active
{ 
    font-size: 15px;
    line-height: 19px;
    font-family: helvetica, arial, tahoma ,verdana, sans-serif;
    color:#ffffff;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
    color:orange;
}

/* scrolleiste internet explorer ab vers.5.5 */

body
{
    scrollbar-arrow-color: #737b66; scrollbar-base-color: #F5F8F3;
    scrollbar-highlight-color : #737b66; scrollbar-shadow-color : #ffffff;
    SCROLLBAR-TRACK-COLOR: #e6e6e6;
}

.centeredDiv
{
    margin:0px auto;
    text-align:left;
    width:800px;
}

.menuColumn
{
    text-align:center;
    border:1px solid #ffffff;
    width:100px;
}
