body, div, span, p, ol, li, table, tr, td {
    padding: 0;
    margin: 0; 
}

A           { font-family: Verdana, Helvetica, Sans-serif; text-decoration: underline; color: #0000ff;}
A:hover     { font-family: Verdana, Helvetica, Sans-serif; text-decoration: underline; color: #0000ff;}
A.meta:         { font-family: Verdana, Helvetica, Sans-serif; font-size:10px; color: #fff; text-decoration: underline; font-weight: bold;}
A.meta:link     { font-family: Verdana, Helvetica, Sans-serif; font-size:10px; color: #fff; text-decoration: underline; font-weight: bold;}
A.meta:active   { font-family: Verdana, Helvetica, Sans-serif; font-size:10px; color: #fff; text-decoration: underline; font-weight: bold;}
A.meta:visited  { font-family: Verdana, Helvetica, Sans-serif; font-size:10px; color: #fff; text-decoration: underline; font-weight: bold;}
A.meta:hover    { font-family: Verdana, Helvetica, Sans-serif; font-size:10px; color: #fff; text-decoration: underline; font-weight: bold;}

body {
	text-align: center;
	width: 100%;  
}

table {
	font-size:9pt;
}
.body {
    margin:auto;
    width: 1024px;
    background-color: #FFFFFF;
	font-family: Verdana, Helvetica, Sans-serif;
	font-size:9pt;	
    text-align:left;
}


/* HEADER */
.orange {
	color: #F49339;
}
.bullet {
	color: #1F5BD3;
	font-size:7pt;
	font-weight: normal;
}

#menubar a {
    text-decoration: none;
}

#menubar a:hover {
    color: #F49339;
}

.menu{
    color: #000000;
}

.menu-active{
	color: #F49339;
	font-weight: bold;
}

.home-news{
    border: 1px solid #F49339;
    padding: 5px;
}

#header {
	background: #FFFFFF url('../img/web_header.jpg') repeat-x;
	height: 337px;
}

#header #time {
    font-size:8pt; 
	text-align:right;
	padding: 18px 72px 0 0;
}

#header #region_lang {
    text-align:right;
    padding: 10px 72px 0 0;
    height: 20px;
}

#latest_short {
    background: #FFFFFF url('../img/latest.gif') no-repeat;
    padding: 35px 0 0 13px;
}

#news_short {
    background: #FFFFFF url('../img/news.gif') no-repeat;
    padding: 35px 0 0 13px;
}

.latest_short_news {
    width: 200px;
	padding:0 0 5px 0;
}

.news-short-title a{
    text-decoration: underline;
    font-size: 8pt;
}

#project_short {
    background: #FFFFFF url('../img/latest_projects.gif') no-repeat;
    padding: 35px 0 0 13px;
}

.project {
    width: 200px;
    padding:0 0 5px 0;
}

.project-short-title {
}

.project-short-title a{
    text-decoration: underline;
    font-size: 8pt;
}

#menubar {
	margin-top: 238px;
	font-size:8pt;
	font-weight: bold; 
}

#menubar #menubar-left{
    margin-left: 74px;
	float: left; 
}

#menubar #menubar-right{
    text-align: right;
	margin-right: 64px; 
}

/* CONTENT */
#content {
	width: 914px;
	margin-left:55px;
	margin-top:20px;
}

#right-content {
	width: 240px;
	float:left;
	overflow:hidden; 
}

#main-content {
    margin-left:15px;
	width:659px;
	overflow:hidden; 
}

.title-small {
    color: #F49339;	
    font-weight: bold;
}

.content-small {
	font-size:7pt;
	margin-left:15px;
}

ol {
	padding-left: 20px;
}

.title {
    color: #F49339; 
    font-weight: bold;
	font-size:12pt;	
}

/* pic of the day */
#pic-of-day {
    background: #FFFFFF url('../img/container_bg.gif') no-repeat;
	width: 300px;
	float: left;
}

#pic-of-day .pic-title {
    font-size: 10pt;
    padding: 8px 0px 10px 16px;
}

#pic-of-day .pic {
    text-align: center;	
}

#pic-of-day .pic img {
    width: 295px;
}

/* right-small-box */
#right-small-box {
    background: #FFFFFF url('../img/container_bg.gif') no-repeat;
    width: 300px;
    height: 230;
    float: right;
}

#right-small-box .text-title {
    font-size: 10pt;
    padding: 8px 0px 8px 16px;
}

#right-small-box .content {
    padding-left:3px; 
}

/* FOOTER */
#footer {
	margin-top:50px;
	height: 40px;
	background-color: #F49339;
}

#footer div {
	padding:10px;
}

/* NEWS */
.news-title {
    width: 650px;
}
.news-title a{
    text-decoration: none;
}
.news-container {
	padding-top:5px;
    width: 650px;
    margin-bottom:20px;
}
.news-image-container {
    float:left;
    margin-right:5px;        
}
.news-image {
    width: 90px;
    height: 90px;
}
.news-content {
        
}
.news-info {
    font-size:7pt;        
}

/* Contact */
#contact .image-container {
    float:left;
    margin-right:10px;
}

/* left content */
.ext-links{
    margin-left: 15px;
}

.download {
    padding-left: 35px;
    padding-top: 5px;
    background: #FFFFFF url('../img/pdf_icon.gif') top left no-repeat;
    height: 25px;
}