* {
padding: 0px; margin: 0px;
}

body {
width: 800px;
margin: 0px auto;
padding: 0px 0px;
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

/* MAIN LAYOUT */

#frame {
float: left;
width: 800px;
padding: 0px;
background-color: #fff;
}

/* HEADER, LOGO, LANGUAGES */

#header {
float: left;
width: 800px;
height: 70px;
padding: 0px;
background-color: #fff;
}

#header-logo {
float: left;
width: 205px;
height: 70px;
padding: 0px;
margin: 0px;
}

#header-menu {
float: right;
width: 595px;
height: 70px;
padding: 0px;
margin: 0px;
}

#header-menu-language {
float: right;
width: 595px;
height: 19px;
padding: 3px 0px 0px 0px;
margin: 0px;
background-color: #fff;
text-align: right;
font-size: 11px;
}

/* HORIZONTAL NAVIGATION */

#header-menu-navigation {
width: 305px;
height: 48px;
padding: 0px;
float: right;	
}

#header-menu-navigation ul {
list-style: none;
margin: 0;
}

#header-menu-navigation li {
float: left;	
font-size: 13px;
font-weight: bold;
color: #0C2E82;
padding: 25px 0px 10px 30px;
}

#header-menu-navigation a, #header-menu-navigation a:link {
color: #0C2E82;
text-decoration: none;
}
#header-menu-navigation a:hover {
color: #0C2E82;
text-decoration: underline;
}

/* MAIN PICTURE */

#main-teaser {
float: left;
width: 800px;
height: 263px;
padding: 0px;
margin:0px;
background-color: #fff;
}

#teaser {
float: left;
width: 800px;
height: 110px;
padding: 0px;
margin:0px;
background-color: #fff;
}

/* MAIN CONTENT FRAME */

#main-container {
margin: 0px;
padding: 0px;
}

/* LEFT NAVIGATION */

#navigation {
float: left;
width: 140px;
background-color: #fff;
padding: 0px;
font-size: 12px;
}

#navigation ul {
list-style-type: none;
}

#navigation li {
list-style-type: none;
border-bottom: 1px dotted #B2B2B2;
}
#navigation a, #navigation a:link {
background-color: #fff;
color: Black;
display: block;
padding: 6px;
margin-bottom: 0px;
text-decoration: none;
}
#navigation a:hover {
	/* background-color: #F0F0F0; */
	text-decoration: underline;
}

/* MAIN CONTENT */

#main-content {
float: left;
width: 639px;
background-color: #fff;
margin: 0px;
padding: 20px 0px 20px 20px;
border-left: 1px solid #B2B2B2;
}

#main-content a, #main-content a:link {
color: #0C2E82;
text-decoration: none;
}

#main-content a:hover {
text-decoration: underline;
}

/* ITEM CONTAINER */

#item-container {
float: right;
width: 639px;
margin: 0px 0px 0px 0px;
padding: 0px;
}

#item-container a, #item-container a:link {
color: #0C2E82;
text-decoration: none;
}
#item-container a:hover {
text-decoration: underline;
}

#item-header {
float: left;
width: 639px;
margin: 0px;
padding: 0px;
border-top: 1px solid #B2B2B2;
background-color: #fff;
}

#item-title {
float: left;
width: 639px;
margin: 0px;
padding: 5px 0px 5px 0px;
font-weight: bold;
}

#item-header-daily {
float: left;
width: 85px;
margin: 0px;
padding: 5px 0px 5px 0px;
text-align: center;
font-weight: bold;
}

#item-header-weekly {
float: right;
width: 85px;
margin: 0px;
padding: 5px 0px 5px 0px;
text-align: center;
font-weight: bold;
}

#item-content {
float: left;
width: 639px;
margin: 0px;
padding: 20px 0px 20px 0px;
background-color: #fff;
border-top: 1px dotted #B2B2B2;
}

#item-image {
float: left;
width: 100px;
margin: 0px;
padding: 0px 10px 0px 0px;
text-align: center;
clear: both;
}

#item-description {
float: left;
width: 339px;
margin: 0px;
padding: 0px 10px 0px 10px;
font-size: 12px;
}

#item-daily {
float: left;
width: 85px;
margin: 0px;
padding: 0px;
text-align: center;
font-size: 12px;
}

#item-weekly {
float: right;
width: 85px;
margin: 0px;
padding: 0px;
text-align: center;
font-size: 12px;
}

#item-content ul {
list-style: disc inside;
font-size: 12px;
}

/* FOOTER */

#footer {
float: left;
width: 780px;
padding: 10px;
background-color: #eee;
text-align: center;
border-top: 1px solid #B2B2B2;
font-size: 95%;
clear: both;
}
#footer a, #footer a:link {
color: #0C2E82;
}
#footer a:hover {
color: #0C2E82;
text-decoration: underline;
}

/* FONT FORMAT */

p {
font-size: 100%;
padding-bottom: 1.2em;
}

h1 {
font-size: 135%;
/* color: #0C2E82; */
padding-bottom: 1.2em;
}

h2 {
font-size: 115%;
color: #0C2E82;
padding-bottom: 0.9em;
}

h3 {
font-size: 100%;
color: #0C2E82;
padding-bottom: 1.2em;
}

.small {
font-size: 11px;
}

.bold {
font-weight: bold;
}

.grey {
color: #B2B2B2;
}

.smallgrey {
color: #B2B2B2;
font-size: 10px;
}

.blue {
color: #0C2E82;
}

.smallblue {
color: #0C2E82;
font-size: 10px;
}