﻿@font-face {
	font-family: 'Arial Narrow', 'Nimbus Sans L', sans-serif;
	src: url('601.ttf') format('truetype');
}

/*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;
    font-family:'Arial Narrow', 'Nimbus Sans L', sans-serif;
}

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;
    position:fixed;
    width:100%;
    top:100%;
    margin-top:-15px;
    height:15px;
    background-color:#212f5e;
}

/* 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:660px;
}