@import "menu.css";
@import "millesens.css";
@import "millevins.css";
@import "milletapas.css";
@import "milleportails.css";
@import "gccb.css";

body {
    font-family: arial;
    color: #999;
}

/* startseite */
#startmain {
    
}

#startseite {
    position: absolute;
    width: 990px;
    height: 615px;
    left: 50%;
    top: 50%;
    margin-left: -495px;
    margin-top: -307px;
    background-image: url(/images/MSG_Einstieg_allgemein.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    border: 1px solid #e4e4e4; 
}

#bottomcontent {
    float: left;
    width: 990px;
    height: 100px;
    margin-top: 365px;
}

.introtext {
    font-weight: bold;
    font-size: 18px;
    color: #a7a9ac;
    text-align: center;
}
/* end startseite */

/* startseite milleportails */
#startportails #startseite {
    position: absolute;
    width: 990px;
    height: 615px;
    left: 50%;
    top: 50%;
    margin-left: -495px;
    margin-top: -307px;
    background-image: url(/images/milleportails/start.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    border: 1px solid #e4e4e4; 
}

#startportails #intropics {
    margin-top: 125px;
    width: 400px;
    height: 188px;
    float: left;
}

#startportails #logo {
    float: left;
}

#startportails .introtext {
    color: #004990;
}

#startportails #bottomcontent2 {
    float: left;
    width: 990px;
    height: 100px;
    margin-top: 202px;
}
/*end startseite milleportails   */

/* startseite milletapass */
#starttapas #startseite {
    position: absolute;
    width: 990px;
    height: 615px;
    left: 50%;
    top: 50%;
    margin-left: -495px;
    margin-top: -307px;
    background-image: url(/images/milletapas/start.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    border: 1px solid #e4e4e4; 
}

#starttapas #intropics {
    margin-top: 125px;
    width: 400px;
    height: 188px;
    float: left;
}

#starttapas #logo {
    float: left;
}

#starttapas .introtext {
    color: #B5932A;
}

#starttapas #bottomcontent2 {
    float: left;
    width: 990px;
    height: 100px;
    margin-top: 202px;
}
/*end startseite milletapas   */

/* für alle layouts */
#address {
    font-size: 12px;
    position: absolute;
    bottom:5px;
    left: 35px;
}

#content {
    overflow: auto;
}

.title {
    margin:0;
    padding:0;
    font-size: 16px;
}

#newsarea {
    position: absolute;
    left: 30px;
    top: 120px;
    width: 100px;
    height: 30px;
}

#newsarea a {
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

/* end */

/* nav top alle layouts */
#topnav ul {
    margin:0;
    padding:0;
}

#topnav ul li {
    list-style-type: none;
    display: inline;
    float: left;
    width: 164px;
    padding-left: 20px;
    height: 25px;
    line-height: 25px;
    background-color: #d1d3d4;
    margin-left: 4px;
}

#topnav ul li a {
    text-decoration: none;
    font-weight: bold;
}

#topnav ul li a.millevins {
    color: #a40046;
}

#topnav ul li a.milletapas {
    color: #B5932A;
}

#topnav ul li a.milleportails {
    color: #004990;
}

#topnav ul li a.millesens {
    color: #007d68;
}

#topnav ul li a.gccb {
    color: #999;
}
/* end nav top alle layouts  */

/* hauptnavigation */
#nav_main {
    padding-left: 20px;
    width: 218px;
    margin-top: 25px;
    margin-bottom: 20px;
    height: auto;
}
/* end hauptnavigation */


/* news seite */
#news #content {
    margin-left: 225px;
    margin-top: 50px;
    width: 765px;
    height: 300px;
}

#news #content {
    font-size: 14px;
    overflow: auto;
}

#news #content a{
    text-decoration:none;
    color: #999;
}

#news #content h1 {
    font-size: 16px;
}
/* end news */

#popup a{
    text-decoration: none;
    color: #999;
    font-weight: bold;
}