@charset "utf-8";
/* CSS Document */

#start-header {
    position:relative;
    height:198px;
    border:1px solid #c2e0d1;
    margin-bottom:9px;
    width:auto;
}

#start-logo-vdma {
    position:absolute;
    top:40px;
    right:27px;
}

#start-lang-select {
	position:absolute;
	color:#007d40;
	right:20px;
	top:20px;
	font-size:0.92em;
}

#start-lang-select a, #start-lang-select a:active, #start-lang-select a:focus {
    color:#007d40;
	text-decoration:none;
}
#start-lang-select a:hover { text-decoration:underline; }


#start-banner{
    position:relative;
    border:1px solid #c2e0d1;
    margin-bottom:9px;
    width:auto;
}

/* main */
#start-main {
    width:auto;
    height:298px;
    position:relative;
    background:#007d40;
}

#start-main h1 { color:#FFF }