html,body { height:100%; }

body
{
    background-image: url( images/bg.jpg );
    background-repeat:repeat-x;
    background-color:#fff;
    color:#555;

    font-size:12px;
    font-family: Arial,sans-serif;

    padding:0;
    margin:0;
}

img
{
    border:0;
}

a
{
    font-weight:bold;
    color:#023370;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

#main
{
    background-image: url( images/header.jpg );
    background-repeat:no-repeat;
    background-position: right top;
    margin: 0 auto;
    width:800px;
    min-height:100%;
}

* html #main { height:100%; }

#header
{
    padding: 50px 20px 0 20px;
    height: 110px;
}

#flagge
{
    float:right;
    width:130px;
    height:60px;
    background-image: url( images/europa-flagge.jpg );
    background-repeat:no-repeat;
    background-position: left bottom;
}

#header h1
{
    padding:0 0 10px 0;
    margin: 0;
    font-size:40px;
    font-weight:normal;
    color: #023370;
}

#header h1 a { font-weight:normal; color: #023370; }

#header h1 a:hover { text-decoration:none; }

#header p
{
    font-size:18px;
    color:#777;
    margin:0;
    padding:0;
}

#menu
{
    height:30px;
    border-bottom: 10px solid #023370;
}

#menu ul, #menu li
{
    list-style:none;
    display:inline;
    padding:0;
    margin:0;
}

#menu li a
{
    font-weight:bold;
    color:#999;
    background-color:#eee;
    border-right: 1px solid #fff;
    display:block;
    float:left;
    padding: 8px 50px 0 10px;
    height:22px;
}

#menu li a:hover
{
    text-decoration:none;
    color:#023370;
}

#menu li.active a
{
    color:#fff;
    background-color:#023370;
}

#content
{
    width:560px;
    float:right;
    background-color:#eee;
    padding:20px 20px 0 20px;
	font-size: 15px;
}

#content h2
{
    margin:0 0 10px 0;
    padding:0;
    color:#023370;
    font-size:30px;
    font-weight:normal;
}

#content h3
{
    margin:0;
    padding:0 0 20px 0;
    font-size:16px;
    font-weight:normal;
    color:#999;
}

#content p
{
    margin:0;
    padding:0 0 20px 0;
}

#submenu
{
    width:200px;
    float:left;
    padding: 0 0 230px 0;
    background-image: url(images/europa-globus.jpg);
    background-repeat:no-repeat;
    background-position: left bottom;
}

#submenu ul, #submenu li
{
    list-style:none;
    padding:0;
    margin:0;
}

#submenu li
{
    padding:10px 0 0 0;
}

#submenu li a
{
    color:#999;
    background-color:#eee;
    display:inline-block;
	width:170px;
    padding:10px;
    margin-right:10px;
}

#submenu li a:hover
{
    text-decoration:none;
    color:#023370;
}

#submenu li.active a
{
    margin-right:0;
    background-color:#999;
    color:#fff;
}

#clear
{
    clear:both;
    height:50px;
}

#footer
{
    text-align:center;
    color:#999;
    padding-top:10px;
    height:20px;
    font-size:11px;
    background-color:#eee;
}

#footer a
{
	padding: 0 5px 0 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}

#footer h3
{
    padding:0;
    margin:0;
    display:inline;
    font-weight:normal;
    font-size:11px;
}

#footer ul, #footer li
{
    display:inline;
    list-style:none;
    padding:0;
    margin:0;
}

.clear 
{
	clear:both;
}