/**
* CSS
*
* @version 1.0
* @author Vaska
* @author Gregory Cadar
*/


* {
        margin: 0;
        padding: 0;
}


body {
        font-size: 12px;
        font-family: Arial, sans-serif;
        background-repeat:no-repeat;
        background-color:#333333;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #888; }
a:active { text-decoration: none; color: #888; }
a:visited { text-decoration: none; color: #888; }
a:hover { text-decoration: underline; color: #888; }

img { border: none;}

h1 { font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: normal; color: #000;}
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #fff; font-weight: normal; padding: 5px 5px 5px 15px; margin-bottom: 5px; width:660px; background-color: #222;}
h3 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #222222; font-weight: normal; padding-left: 10px;}
h4 { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #fff; font-weight: normal; padding-left: 0px;}

.media_caption {
        font-weight: bold;
        }

#hintergrund {
        width: 950px;
        height: auto;
        left: 50%;
        margin-top: 25px;
        margin-left:-475px;
        position:relative;
        }
#logo {
         height: 60px;
         width: 190px;
         padding: 10px;
         top: 20px;
         left: 780px;
         position: absolute;
         background-image: url(img/logobaxter.png);
         background-repeat: no-repeat;
}

#menu  {
    overflow: auto;
    padding-bottom: 20px;
    height: auto;
    width: 250px;
    top: 130px;
    position: absolute;
}

#menu ul{
        list-style: none;
        margin-bottom: 2px;
        background-color:#222;
        padding: 10px 50px 10px 30px;
        }

#menu li  {
        list-style: none;
        list-style-position: inside;
        list-style-image: url('files/pfeil1.png');
        color:#FFFFFF;
        padding-top: 5px;
}


#menu ul li.section-title {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        padding-top: 0;
        list-style:inline;
}



#content {
        top: 130px;
        left: 260px;
        position: absolute;
        overflow: auto;
}


.container {
    padding: 0 5px 25px 0;
}

.baxterflash:link {
        font-size: 12px;
        font-family: Arial, sans-serif;
        color: #333;
        font-weight: bold;
        text-decoration: underline;
}

.baxterflash:active  {
        font-size: 12px;
        font-family: Arial, sans-serif;
        color: #333;
        font-weight: bold;
        text-decoration: underline;
}

.baxterflash:visited{
        font-size: 12px;
        font-family: Arial, sans-serif;
        font-weight: bold;
        color: #333;
        text-decoration: underline;
}

.baxterflash:hover{
        font-size: 12px;
        font-family: Arial, sans-serif;
        color: #888;
        font-weight: bold;
        text-decoration: underline;
}

#content p {
        background-image: url(img/bg_transparent1.png);
        padding: 15px;
        max-height: 550px;
        width: 650px;
        overflow: none;
}

p {
    margin: 0 0 9px 0;
        padding-bottom: 10px;
}

#footer {
        margin-top: 10px;
        position: relative;
        font-size: 11px;
        font-family: Arial, sans-serif;
        color: #888;
}

.footer {
        font-size: 10px;
        font-family: Arial, sans-serif;
        color: #fff;
        }


/* Tabellen styles */
.tab1 {
        border: none;
}

td.tab1 {
        background-image: url(img/bg_transparent1.png);
        padding: 5px;
        max-height: 550px;
}

/* Imagestyles */
#images{
        float:left;
        border: none;
}
#img-container        { width: 600px; margin: 0; padding: 0;  border: solid; border-color: #fff; border-width: medium; }
#img-container p        { width: 600px; margin-bottom: 50px; padding: 0 0 5px 0; }
#once { clear: left; }
