/*        STUDCOM
*        information & communication
*        güterstrasse 245
*        Basel - CH
*
*        info@studcom.ch
*        http://www.studcom.ch
*        0041 79 564 60 63
*
*        by Daniel Marterer
*        Copyright 2007 studcom GmbH, all rights reserved
*/



/*Hintergrund*/



#wrap
{
        margin: 0px auto 0px auto;
        width: 754px;
}

/*Bild*/
#pic
{
        position:absolute;
        /*background-image:url(images/pult21.jpg);*/
        background-repeat:no-repeat;
        background-attachment:scroll;
        margin-top:60px;
        margin-left:5px;
        width:536px;
        height:130px; /*95px resp. 130px (orig.)*/
        border-width:0px;
}

/*Die Navigationsleiste*/
#nav
{
        position:absolute;
        background:transparent;
        margin-top:190px;
        margin-left:10px;/*120px*/ /*war ursprünglich 20px*/
        font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
        font-size:12px; /*war ursprünglich 14px*/
        font-weight:bold;
        color:#000000;
        border:0;
}

/*Das Logo*/
#logo
{
        position:absolute;
        background: transparent url(images/eduRail_smallLogo.gif) no-repeat scroll;
        margin-top:60px;
        margin-left:500px;/*600px*/
        width:179px;
        height:226px;
        border:0;
}

#nav a:link { color: #000000; text-decoration:none; }
#nav a:active{ color:#000000 ; text-decoration:none; }
#nav a:visited { color: #000000; text-decoration:none; }
#nav a:hover {color: #000000; text-decoration:underline; }

#navspec a:link { color: #FF0000; text-decoration:none; font-weight:bold}
#navspec a:active{ color:#FF0000 ; text-decoration:none; font-size: 12px; font-weight:bold}
#navspec a:visited { color: #FF0000; text-decoration:none; font-weight:bold}
#navspec a:hover {color: #FF0000; text-decoration:underline; font-weight:bold}


/*"gradient" Header2 ohne grünen Background*/
#header2{
        background: transparent url(images/header2.gif) no-repeat scroll;
        width:754px;
        height:37px;
        border:0;
}

/*"gradient" repeated*/
#koerper{
        background: transparent url(images/koerper.gif) repeat-y scroll;
        width:754px;
        height: auto;
        border:0;
}

/*"gradient" repeated*/
#koerper2{
        background: transparent url(images/koerper.gif) repeat-y scroll;
        width:754px;
        height: auto;
        border:0;
}

/*"gradient" Footer*/
#footer{
        background: transparent url(images/footer.gif) no-repeat scroll;
        width:754px;
        height:29px;
        border:0;
}

/*"gradient" Footer*/
#footer2{
        background: transparent url(images/footer.gif) no-repeat scroll;
        width:754px;
        height:29px;
        border:0;
}

/*Inhalte*/
#contentTab{
        width:650px;
        height: auto;
        font: 9pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
        color:#333333;
}


/*Inhalte*/
#content2{
        width:650px;
        height: auto;
        margin-left:30px;
        padding:20px;
        text-align:justify;
        font: 9pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
        color:#333333;
}

/*Bereichs Überschrift*/
#heading3{
        background: transparent url(images/headingback2.gif) no-repeat scroll;
        height: 120px;
}

#heading60{
        background: transparent url(images/headingback2.gif) no-repeat scroll;
        height: 60px;
}

#heading80{
        background: transparent url(images/headingback2.gif) no-repeat scroll;
        height: 80px;
}

#heading{
        background: transparent url(images/headingback2.gif) no-repeat scroll;
        height: 40px;
}

h2{
        margin-top: 10px;
        font-size:26px;
        font-weight:bold;
        color:#000000;
        /*letter-spacing:-1px;*/
        font-style:normal;
        text-align:left;
        line-height:30px;
}

/*Überschrift*/
h3{
        font-size:18px;
        font-weight:bold;
        color:#000000;
        letter-spacing:-1px;
        font-style:normal;
}

h4{
        font-size:14px;
        text-align:left;
}

/*einrücken*/
#einruecken
{
        margin-left: 150px;
}

input{
        background-color: #A0FB84;
}

textarea
{
        background-color: #A0FB84;
}

#service
{
        font-size: 10px;
        color: #000000;
}

#important
{
        color: #FF0000;
}


.navblind A:link { color: #000000; text-decoration:none; }
.navblind A:active{ color:#000000 ; text-decoration:none; }
.navblind A:visited { color: #000000; text-decoration:none; }
.navblind A:hover {color: #000000; text-decoration:none; }
.navblind  {text-align:left;}


/*Verhalten der Links*/
A:link{ color:#000000 ; text-decoration:underline; }
A:hover{ color:#000000 ; text-decoration:underline; }
A:active{ color:#000000 ; text-decoration:underline; }
A:active:hover{ color:#000000 ; text-decoration:none; }
A:visited{ color:#000000 ; text-decoration:underline; }
A:visited:hover{ color:#000000 ; text-decoration:none; }


