/* Basic Styles fÃ¼r Metromorph Softworks */


/* Allgemeine Schriftart */
body, td, li, div {font-family:Verdana,Arial,'Century Gothic',sans-serif; color:#000000;}

 h1, h2, h3, h4{font-family:Arial,'Century Gothic',sans-serif; color:#000000;}

/* Schriftgrößen */
body, td, a, li, div {font-weight:normal; font-size:10pt;}
h1 {font-weight:bold; font-size:18pt;}
h2 {font-weight:bold; font-size:14pt;}
h3 {font-weight:normal; font-size:14pt;}
h4 {font-weight:bold; font-size:12pt;}

/* Linkfarben */
a:link {color:#173378;text-decoration:none;font-weight:normal;}
a:visited {color:#5e6881;text-decoration:none;font-weight:normal;}
a:hover, a:focus {text-decoration:underline;}
a:active {color:#173378;text-decoration:underline;font-weight:normal;}


/*Hintergrund */

body {background-color:#ffffff;}


table { border:none;
        border-collapse:collapse;
        padding:0px;
        width:100%;
        }


td, tr { padding:0px; 
     border:none;
     margin:0px;}
td { vertical-align:top; }





 /* Menu */
td.menu { background: url(/images/menu.jpg) no-repeat; 
          width:202px; 
          }
div.menu { width:177px;
           _height:407px;
           min-height:407px; 
           border: none;
           margin: 30px 15px 10px 10px;
          
           }


 /* Links im Menu */
.menu a { font-weight:bold; }
.menu a:link, .menu a:visited, .menu a:focus, .menu a:active {
                                color:#173378;
                                text-decoration:none;
                                }

.menu a:hover {text-decoration:underline;}


div.main { margin: 15px 40px 15px 60px;
           border: none;
          
           }


/*Fußzeile */

div.footer, .footer a { color:#888; }

span.item { padding:0px 20px; }

/* Tabelle für die Bilder */
table.padded > tbody > tr > td { padding:15px; }
