/* inhalt */

td.dm p{
    font-family: monospace;
    font-size: medium;
    font-size: 12px;
}

.uber {
    font-weight: bold;
}
.haupt_uber {
    font-weight: bold;
    text-decoration: underline;
}
hr{
    color: rgb(200,200,215);
}

.rightspan{
    float: right;
}

iframe{
    width: 650px;
    height: 400px;
    border: none;
}

/* startseite */

td.dm p.list{
    font-family: monospace;
    margin-left: 25px;
}

td.dm div.list {
    padding-left: 75px;
}

td.dm div.list_inhalt {
    border-left: 1px rgb(180,180,200) solid;
    padding-left: 10px;
}

/* referenzen */

.ref_uber{
    font-size: medium;
    font-weight: bold;
}

.ref{
    float: left;
    padding-left: 8px;
    padding-bottom: 13px;
}
.ref_img{
    width: 400px;
    float: left;
}
.ref_besch{
    width: 240px;
    float: right;
    padding-left: 5px;
}

/* webmail hilfe */

.wm_hilfe{
    float: left;
    text-align: left;
    width: 100%;
}

/* webmail login*/

#menu h1 {
    font-size: 12px;
}
#imapuser, #pass, #loginButton{
    float: left;
    width: 180px;
    font-size: 12px;
}
#new_lang, #select_view{
    float: left;
    width: 140px;
    height: 20px;
    font-size: 10px;
}
strong{
    float: right;
    padding-right: 5px;
    font-size: 12px;
}
input, select, textarea {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#F3F3F3 none repeat scroll 0 0;
    border:1px solid #999999;
    color:#000000;
    font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
form[action^="https://"] input[type="submit"] {
    background-image:url(mail/themes/graphics/locked.png);
    background-position:95% center;
    background-repeat:no-repeat;
    padding-right:10%;
}
screen.css
.button:hover {
    color:#669999;
}
.button {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#D7D7D7 url(graphics/menu.png) repeat-x scroll 0 -1px;
    border:1px solid #999999;
    color:#333333;
    cursor:pointer;
    font-weight:bold;
    padding:1px 2px;
}
.button:hover{
    color: green;
}
.light{
    font-size: 12px;
}


/* links */

a {
    font-weight: bold;
    text-decoration: none;
    color: rgb(80,80,80);
    font-size: 11px;
}
a:link {
    border-bottom: 1px rgb(190,190,230) solid;
}
a:visited {
    border-bottom: 1px rgb(190,190,230) solid;
}
a:hover {
    color: black;
    background-color: rgb(220,220,230);
}
a:active {
    background-color: rgb(230,230,240);
}

a.mlink {
    font-weight: bold;
    text-decoration: none;
    border: 1px rgb(245,245,250) solid;
    color: rgb(80,80,80);
    font-size: 11px;
}
a.mlink:link {
    border: 1px rgb(245,245,250) solid;
    border-bottom: 1px rgb(190,190,230) solid;
    border-left: 1px rgb(190,190,230) solid;
    padding-left: 2px;
}
a.mlink:visited {
    border: 1px rgb(245,245,250) solid;
    border-bottom: 1px rgb(190,190,230) solid;
    border-left: 1px rgb(190,190,230) solid;
    padding-left: 2px;
}
a.mlink:hover {
    color: black;
    background-color: rgb(220,220,230);
    border: 1px rgb(245,245,250) solid;
}
a.mlink:active {
    background-color: rgb(230,230,240);
    border: 1px rgb(245,245,250) solid;
}

td.du a{ /* impressum */
    font-family: monospace;
    font-size: 9px;
    border: none;
}


/* rahmenkonstrukt: */

html, body, .w {
    background-color: rgb(245,245,250);
    color: rgb(245,245,250);
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    font-family: monospace;
}
.w {
    background-color: white;
    margin: 0 auto;
    vertical-align: middle;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
}
.w2 {
    background-color:white;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
}
.w3 {
    margin: 0 auto;
    vertical-align: middle;
    width: 781px;
    margin-top: 8px;
    background-color: rgb(245,245,250);
}
td {
    text-align: center;
    color: rgb(80,80,100);
}
td.au {
    /*background-color: rgb(240,240,245);*/
    background-color: rgb(245,245,250);
}
td.d {

}
td.do {
    font-size:x-large;
    border-bottom-style:solid;
    border-bottom-color:rgb(60,60,60);
    border-bottom-width:1px;
}
td.dr {
    border-right-style:solid;
    border-right-color:rgb(60,60,60);
    border-right-width:1px;
}
td.dl {
    border-left-style:solid;
    border-left-color:rgb(60,60,60);
    border-left-width:1px;
}
td.du {
    border-top-style:solid;
    border-top-color:rgb(60,60,60);
    border-top-width:1px;;
    text-align: right;
}
td.dm {
    background-color:white;
    text-align: left;
}
td.x {
    border: none;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
td.n {
    border: 1px black solid;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    font-size: smaller;
}
td.n2 {
    border: 1px solid rgb(60,60,60);
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    font-size: smaller;
    padding: 9px;
    background-color: rgb(230,230,230);
}
td.n3 {
}

td.n4 {
    margin-bottom: 10px;
    text-align: left;
}
