﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: Verdana, Tahoma, Helvetica, Arial;
}
body, html {height:100%;min-height:100%; }
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.layout {
    width:1024px;
    margin:auto;
    background-image: url(../../web/images/background.gif);
    display:inline-block;
}
.layout_left {
    width: 114px;
    float:left;
    height:100%;
}
.layout_left div.image{
    height: 465px;
    background-image: url(../../web/images/layout_left.gif);
}
.layout_right {
    width: 107px;
    float:left;
    height:100%;
}
.layout_right div.image{
    height: 465px;
    background-image: url(../../web/images/layout_right.gif);
}

.main {
    width: 800px;float:left;
}

.header {margin-top: 0; height: 179px;}
.logo {
    background-image: url(../../web/images/logo.gif);
    background-repeat: no-repeat;
    background-position:0 10px;
    width: 535px;
    height: 160px;
    left: 0;
    float:left;
    margin-left: 10px;
    margin-top: 5px;
    text-align: left;
    
}
.logo .headline {
    font-size: 40pt;
    margin-left: 90px;
    color: #333333;
}
.logo .description {
    margin-top: 35px;
    margin-left: 150px;
    font-size: 15pt;
    color: #333333;
}
.logo-men {
    background-image: url(../../web/images/logo-man.jpg);
    width: 187px;
    height: 179px;
    float:right;
    margin-right: 30px;
}

strong {
    padding-top:2px;
    padding-bottom: 2px;
    line-height:1.5;
}

tr.headline strong {
    border-bottom: 1px solid black;
    width: 300px;
    font-size:13px;
}

td {
    vertical-align: top;
}

.content li {
    margin-left: 25px;
    list-style-type: disc;
    padding-top:2px;
    padding-bottom: 2px;
}
.content {
    text-align: left;
    font-size: 12px;
    margin:25px;
}
p {
    padding-top: 5px;
    padding-bottom: 5px;
}
.navi {
    height: 31px;
    border-top: 2px solid #756f5d;
    border-bottom: 2px solid #756f5d;
    overflow:hidden;
}

.navi a {
    text-decoration:underline;
    color: black;
}

.navi a {
    color: black;
}

.navi a:link {color:black; text-decoration:none}
.navi a:visited {color:black; text-decoration:none}
.navi a:active {color:black; text-decoration:none}
.navi a:hover {color:black; text-decoration:none}


.navi ul {
    width: 800px;
}
.navi li{
    float:left;
    font-size: 18px;
    margin-top: 2px;
    margin-left: 6px;
    margin-right: 5px;
}

#homepage_table {
    border-collapse:collapse;
    border: 2px solid #756f5d !important;
}
#homepage_table td {
    padding: 0px;
    margin:0px;
    vertical-align: middle;
    border: 2px solid #756f5d !important;
}

#seminar_table {
    border-collapse:collapse;
    border: 1px solid black !important;
}
#seminar_table td {
    padding: 5px;
    vertical-align: top;
    border: 1px solid black !important;
    line-height:1.5;
}
#seminar_table img {
    height: 100%;
}

h1 {
    font-size:15px;
    font-weight:bold;
}

.contact_error{
	border: 1px solid red;
}
