/* in order to hide from ie/mac import the css files here \*/
@import url("master.css");

    .infobox,
    div.infobox {
     align: left;
     vertical-align:bottom;
     margin-top:20px;
     margin-bottom:20px;
     }

/*-------------------------------------------------
Update Markierung
-------------------------------------------------*/
#update {
padding: 0 3px 0 3px;
font-weight: bold;
background: red; 
color: white; 
}

/*-------------------------------------------------
Megalink Plus
-------------------------------------------------*/
#plustitle {
text-align: left;
list-style-type: none;
margin-bottom: 1px;
padding: 5px 5px 1px 5px;
color:black;
font-size: 1.2em;
font-weight: bold;
}

#plus {
text-align: left;
padding: 1px 5px 10px 5px;
list-style-type: none;
color: black;
line-height: 1.7;
}


/*-------------------------------------------------
weitere links
-------------------------------------------------*/

#boxx {
float:left;
}

#boxtitle {
/*width: 450px;*/
text-align: left;
background: #aaaaaa;
list-style-type: none;
margin-bottom: 1px;
padding: 5px 5px 5px 5px;
color:black;
font-size: 1.2em;
font-weight: bold;
}
 

#box {
/*width: 450px;*/
text-align: left;
background: #c5c5c5;
padding: 5px 5px 5px 5px;
list-style-type: none;
color: black;
}

/*-------------------------------------------------
Dachzeile
-------------------------------------------------*/

.dz {
font-size: 9pt;
font-weight: bold;
/*text-decoration: none;*/
}

/*-------------------------------------------------
Untertitel
-------------------------------------------------*/

.ut {
font-size: 25pt;
font-weight: 999;
}


    .aligncenter,
    div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    .alignleft {
    float: left;
    }

    .alignright {
    float: right;
    }

    .wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }

    .wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
    }

    .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
    }