﻿/*General layout */

html
{
    height:100%;
    width:100%;
    padding:0;
    margin:0;
}

body 
{
    background:#202f5d;
    background-image:url("layout/background/weltkarte.jpg");
    background-repeat:no-repeat;
    background-position: center 30px;
    background-attachment:fixed;
    padding:0;
    margin:0;
    color:#fff9a3;
    height:100%;
    width:100%;
    min-width:1000px;
}

div.main
{
    margin-bottom:30px;
}

div.main a
{
    color:#fff9a3;
}

div.main .label
{
    color:#fff9a3;
}

div.main div.layer
{
    background:#37456e;
    border:2px solid #202840;
    color:#fff9a3;
}

div.main div.publicform
{
    width:950px;
    margin:20px auto;
    margin-bottom:30px;
    border:4px solid #2d3c75;
    background-image:url("layout/background/content.jpg");
    background-repeat:no-repeat;
    background-color:#1d274b;
    background-attachment: fixed;
    background-position: center top;
    border-radius:40px;
    overflow:hidden;
}


div.layer div.icn_chain
{
    background:no-repeat url("layout/top/layer_chain.png");
}

div.aboutform
{
    font-size:12px;
    color:#fff9a3;
    text-align:center;
    width:100%;
    top:100%;
    margin-top:-15px;
    height:15px;
    background-color:transparent;
}

/* END GL */



.cl_container
{
    overflow-x:hidden;
}

.cl_headline
{
    border-bottom:2px solid #ccc;
    min-height:120px;
}

.cl_headline a
{
    text-decoration:none;
}


.cl_headline .menu a:hover
{
    text-decoration:underline;
}

.cl_menu
{
    margin-right:-2px;
    width:220px;
    float:left;
}

.cl_content
{ 
    margin-left:10px;
    padding-left:20px;
    float:left;
    width:700px;
    border-left:2px solid #fff9a3;
    padding-bottom:30px;
    min-height:850px;
}

.cl_content_full {

    padding-left:20px;
    float:left;
    width:930px;
    padding-bottom:30px;
    min-height:700px;
}

*:focus{
    outline:none;
}

/*.btn {
    background: #fff9a3 !important;
    color: black !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover
{
    text-decoration:none;
}*/

.table {
    color: #fff9a3!important;
}