/* CSS Document */
body {
background-color:#222;
/* background-image:url('images/stripe.png'); */
text-align: center;
height:100%;
}

a:link {
text-decoration: none;
}

h2 {
display:inline;
text-decoration: none;
font-size:18px;
font-weight:bold;
color:#225e8a;
}

h3.line {
border-bottom:1px solid #fc0;
}

.blue {
font-weight:bold;
color:#225e8a;
}

hr {
float:left;
color:#FFCC00; /* IE */
background-color:#FFCC00; /* Mozilla */
height:1px;
border:0px;
width:230px;
text-align: left; /* IE */
margin:0 auto 0 0; /* Mozilla */
}

img {
border:0;
}

#container { /* General container - keeps it centered on screen */
margin:0 auto;
width:750px;
text-align:left;
}

#header {
background:url(images/headr.png) no-repeat;
height:162px;
margin:0;
overflow:hidden;
}

#menucont { /* Main menu container - positions the menu on the headr */
position:relative;
left:50px;
top:135px;
height:26px;
}

#menumain {
float: left;
height:26px;
width:100%;
}

#maincont { /* Main content container - white background*/
background-color:#fff;
background-repeat:no-repeat;
width:750px;
float:left;
margin: 0 auto;
text-align:left;
}

#subcont { /* Sub container - contains the submenu and the language flags */
clear:both;
float:left;
height:35px;
width:750px;
}

#menusubcont { /* Submenu container - positions the submenu */
float:left;
/*width:600px;*/
}

.selected {
color: #fc0;
font:Geneva, Arial, Helvetica, sans-serif;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:15px;
font-style:normal;
font-weight:bold;
text-decoration:none;
}

#menusub {
position:relative;
left:54px;
background: #205077;
color: #eee;
cursor: default;
}

#menusub a {
color: #eee;
font:Geneva, Arial, Helvetica, sans-serif;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:15px;
font-style:normal;
font-weight:bold;
text-decoration:none;
}

#menusub a:hover {
color: #ffcc00;
}

#menusub.space {
text-align: center;
width: 14px;
}

#menusub.selected {
color:#0cf;
font:Geneva, Arial, Helvetica, sans-serif;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:15px;
font-style:normal;
font-weight:bold;
}

#flagcont { /* Flag menu container - positions on top right corner */
float:right;
height:35px;
width:105px;
}

.flag {
float:left;
width:35px;
height:35px;
}

.flag img {
position:relative;
top:0px;
width:35px;
height:35px;
overflow:hidden;
}

#normaltext {
float:left;
padding:15px 60px 40px 60px;
font:'Trebuchet MS';
font-family:'Trebuchet MS';
font-size:12px;
font-style:normal;
font-weight:bold;
text-indent:10px;
text-align:justify;
display:inline;
}

#footer {
clear:both;
position: relative;
background-image: url("images/footer.png");
width: 750px;
height: 45px;
}

#footertext{
position: absolute;
width: 750px;
top: 10px;
margin-left: auto;
margin-right: auto;
color: #fff;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:15px;
font-style:normal;
font-weight:bold;
text-align: center;
text-shadow: 1px 2px 1px rgba(7, 7, 7, 0.8);
}

