/* layout CSS */
body {
    background: url(../images/verlauf2.png) repeat-x;
    font-family: Arial;
    height: 100%;
    margin: 0;
    min-width: 1000px;
}

#wrapper {
    margin: 1% auto;
    width: 1000px;
    max-width: 1000px;
    background-color: #FFFFFF;
}

#heading{
    padding: 10px 10px 0px 10px;
}

#heading h1 {
    margin: 2px;
    margin-bottom: 10px;
}

#heading h2 {
    margin: 2px;
    font-size: medium;
    font-weight: normal;
    color: #006680;
}

#heading_left {
    float: left;
}

#heading_left img {
    height: 50px;
}

#heading_right {
    float: right;
}

#heading_right img {
    height: 85px;
}

#main {
    background-color: #006680;
    margin: 0px 10px;
}

div.hr {
    margin: 4px 0px;
    background-color: #006680;
    height: 4px;
}

div.hr_back {
    background-color: #FFFFFF;
    overflow: hidden;
}

#menu {
    background-color: #006680;
}

#menu a {
    padding: 4px 10px;
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
}

#menu a:hover {
    background-color: #008EB1;
}

a.menu {
    background-color: #008EB1;
}

#content {
    background-color: #FFFFFF;
    min-height: 690px;
    width: 720px;
    float: left;
    padding: 10px 20px 0px 10px;
    font-size: 11pt;
    text-align: justify;
}

#content h3 {
    color: #666666;
    font-size: large;
    font-weight: normal;
    margin-top: 30px;
}

#content h4 {
    color: #666666;
    font-size: medium;
}

#subcontent {
    width: 200px;
    float: right;
    padding: 15px;
    background-color: #006680;
    text-align: center;
}

img.logo {
    padding: 5px 5px;
    margin: 5px;
    background-color: #FFFFFF;
    border: 0;
}

#project_info {
    border: 1px solid #FFFFFF;
    margin-bottom: 20px;
    padding: 10px;
    color: #FFFFFF;
    font-size: 8pt;
    text-align: left;
}

#project_info p {
    margin: 6px 0px;
}

p.project_info {
    text-align: center;
    font-weight: bold;
}

div.project_info {
    margin: 8px 0px;
    background-color: #FFFFFF;
    height: 1px;
}

#project_info_left {
    float: left;
}

#project_info_right {
    float: right;
}

#followup {
    color: #FFFFFF;
    font-size: 9pt;
    font-weight: bold;
}

#followup a {
    color: #FFFFFF;
}

#footer {
      background-color: #FFFFFF;
}

#footer_left {
    float: left;
    font-size: 10pt;
}

#footer_right {
    float: right;
    font-size: 9pt;
}

a {
    color: #006680;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

.ov_auto {
    overflow: auto;
}

.clear {
    clear: both;
    float: none;
}

ul {
    list-style-type: circle;
    text-align: left;
}

li {
    padding: 2px;
}

#home {
    min-height: 690px;
    overflow: hidden;
    position: relative;
}

#home img {
    width: 100%;
}

#home_info {
    margin: -35px 0px 35px 0px;
}

#home_info img {
    border: 1px solid #C0C0C0;
    bottom: -30px;
    left: 10px;
    position: relative;
    width: 50px;
}

#home_info span {
    margin-left: 20px;
}

#home_news {
    min-height: 60px;
}

#home_news h3 {
    margin-top: 0;
}

#home_footer div {
    margin-top: 20px;
}

#contact {
    min-height: 690px;
    overflow: auto;
    position: relative;
}

li {
    margin-bottom: 10px;
}

#contact p {
    bottom: 0;
    position: absolute;
}

#disclaimer {
    font-size: 10pt;
}

#imprint {
    font-size: 10pt;
}

#imprint h4 {
    font-size: 11pt;
    margin-bottom: 0;
}

img.dissemination_leaflet {
    bottom: 50px;
    left: 200px;
    position: relative;
}

li.dissemination_poster {
    margin-bottom: -60px;
}

img.dissemination_poster {
    bottom: 65px;
    left: 200px;
    position: relative;
}

#arpa h3 {
    text-align: center;
}

#arpa span {
    margin-left: 32pt;
}

#workshop h3 {
    text-align: center;
}

#workshop span {
    margin-left: 32pt;
}

#ieee h4 {
    margin-top: 60px;
}

#ieee ul {
    list-style-type: none;
}