/****************************************************

 Author: Yves Maurischat, www.yvesmaurischat.de

 *****************************************************/
/*
#00778c
#0c1b2c
#7bd70c
#b6ffdd
*/

.main
{
	background-color: #005c8e;
	padding-bottom: 0px;
	padding-top: 50px;
    min-width: 800px;
    text-align: center;
    background-image: url("../images/top.png");
    background-repeat: repeat-x;
    background-position: top; 
}

#main_container
{
	margin: auto;
    width: 800px;
    padding: 0px;
}

#head
{
    width: 800px;
    height: 106px;
    background-image: url("../images/bg_blau_gruen_head.png");
    background-repeat: no-repeat;
}

#content_container
{
    width: 800px;
	padding-left: 40px;
	padding-right: 40px;
	background-image: url("../images/bg_blau_gruen_content.png");
    background-repeat: repeat-y;
}

#content
{
    width: 720px;
	text-align: justify;
}

#foot
{
    width: 800px;
    height: 42px;
    background-image: url("../images/bg_blau_gruen_foot.png");
    background-repeat: no-repeat;
}


img.floatleft
{
    float: left;
    clear: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

a
{
    color: #7bd70c;
    text-decoration: none;
}

p#notop
{
    margin-top: 0px;
}

p#nobottom
{
    margin-bottom: 0px;
}

p#notopnobottom
{
    margin-top: 0px;
    margin-bottom: 0px;
}


/***************************** Fonts *****************************/

.gross
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #b6ffdd;
    font-size: 24px;
    font-weight: bold;
}

.mittel
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #b6ffdd;
    font-size: 16px;
    font-weight: bold;
}

.klein
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #b6ffdd;
    font-size: 10px;
    font-weight: bold;
}

.footer
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #006382;
    font-size: 9px;
}
