
body
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #5F606D;
   text-decoration: none;
   margin: 0px;
   padding: 0px;
   height: 100%;
   width: 100%;
   text-align: center;
}


/* -- layout ------------------------------------------------------ */

#container
{
   display: block;
   position: relative;
   width: 760px;
   margin: 0px auto;
   text-align: left;
}

#header
{
   position: relative;
   width: 760px;
   height: 20px;
   background-color:#E5EAEE;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: none;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-right-color: #D3D6DD;
   border-bottom-color: #D3D6DD;
   border-left-color: #D3D6DD;
   margin-bottom: 20px;
}

#logos
{
   position: relative;
   margin-left: 15px;
   margin-top: 20px;
   height: 80px;
}

#sections
{}

#visual
{
   width: 760px;
}

#breadcrumb
{
   width: 530px;
   font-size: 10px;
   color: #999999;
  /*position: relative;
   top: 10px;
   left: 15px;*/
   margin:10px 0 0 195px;
   display: block;
}

#content
{
   display: block;
   float: left;
   clear: none;
   margin-top: 20px;
   margin-bottom: 10px;
   padding-left: 15px;
   padding-right: 15px;
   padding-bottom: 30px;
   width: 540px;
   font-size: 1.1em;
}

#menu
{
   display: block;
   float: left;
   margin-top:15px;
   padding-bottom: 20px;
   width: 180px;
   clear:right;
}

#footer
{
   width: 760px;
   margin-top: 10px;
   margin-bottom: 10px;
   border-top-width: 1px;
   border-top-style: solid;
   border-top-color: #D3D6DD;
   padding-top: 10px;
   position: relative;
   display: block;
   clear: both;
}

/* -- frontpage --------------------------------------------------- */

#front-logos
{
   position: relative;
   margin-left: 15px;
   margin-top: 6px;
   height: 65px;
}

#front-content
{
   position: relative;
   display: block;
   float: left;
   clear: none;
   margin-top: 0px;
   padding-bottom: 30px;
   top: 20px;
}

#front-left, #front-right
{
   position: relative;
   float: left;
   width: 180px;
   clear: right;
}

#front-center
{
   position: relative;
   float: left;
   clear: none;
   padding: 0px 20px;
   width: 360px;
}

/* -- newsletter -------------------------------------------------- */

#newsletter-content
{
   position: relative;
   display: block;
   float: left;
   clear: none;
   margin-top: 0px;
   margin-bottom: 10px;
   padding-left: 15px;
   padding-right: 15px;
   padding-bottom: 30px;
   top: 20px;
   font-size: 1.1em;
}

#newsletter-menu
{
   position: relative;
   display: block;
   float: right;
   top: 10px;
   clear: right;
   padding-bottom: 20px;
   margin-left: 20px;
   width: 180px;
}

.viewpager {
	border:1px solid #D3D6DD; padding:3px;
}
.viewpager.small {
	font-size:1em;
}
