﻿/*
==============================================================
 HeaderBlock                                                         
==============================================================
*/

.HeaderBlock
{
    padding-left: 30px; 
    background-image: url(/images/patientuddannelse/top_background.png); 
    height: 100px;
    color:#fffffa;
}

.NewsletterBaseGrid .HeaderBlock
{
    background-image: url(/images/patientuddannelse/top_background_newsletter.png); 
}

.TitleArea
{
    font-size:29px; 
    font-weight: bold;
    padding-top: 20px;
}

.TitleArea span
{
    font-weight: normal;
    font-size:22px; 
    margin: 0px;
}

.TitleArea a 
{
    color:#fffffa;
    text-decoration: none;
}

/*
==============================================================
 FooterBlock                                                         
==============================================================
*/

.FooterBlock
{
    height: 30px; 
    background-image: url(/images/patientuddannelse/footer_background.png);
}

.FooterBlock .LeftLogo
{
    float: left; 
    padding-left: 40px;
}

.FooterBlock .RightLogo
{
    text-align: right; 
    padding-right: 40px;
}

.NewsletterBaseGrid .FooterBlock .LeftLogo
{
   padding-left: 20px;
}

.NewsletterBaseGrid .FooterBlock .RightLogo
{
   padding-right: 20px;
}

/*
==============================================================
 ContentBlock                                                         
==============================================================
*/

.ContentColumn
{
  border-left: solid 4px #fffffa;
  background-image: url(/images/patientuddannelse/background.jpg); 
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: -1px;
  background-color: #fffffa
}

.FirstPage /* Used together with ContentColumn on the first page */
{
    background-image: url(/images/patientuddannelse/first_page_background.jpg); 
}


/*
==============================================================
 WideContentBlock                                                         
==============================================================
*/

.TwoColumnRegion .ContentColumn
{
    background-image: url(/images/patientuddannelse/background_wide.jpg);
}

/*
==============================================================
 NewsLetter                                                 
==============================================================
*/
.NewsLetterTop
{
  border-top: 1px solid #615e2d;
  border-bottom: 1px solid #615e2d;
  margin: 4px 0px 4px 0px;
  padding-top: 4px;
  padding-left: 20px;
  height: 21px;
  width: 446px;
  background-color: #fff;
}

.NewsletterContent .ContentColumn
{
  border-left: 0px;
  background-image: url(/images/patientuddannelse/background.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: -1px;
  background-color: #fffffa;
}

/*
==============================================================
 Spots
==============================================================
*/

.SpotDark
{
  margin: 15px 15px 15px;
  border: solid 1px #615e2d;
  background-color: #9d9863;
  color: #fff;
}

.SpotDark a:hover
{
    color: #fffffa;
}

.SpotWhite
{
  margin: 15px 15px 15px;
  border: solid 1px #615e2d;
  background-color: #fff;
}

.SpotNone
{
  margin: 15px 15px 15px;
}

.SpotDark .SpotInner, .SpotWhite .SpotInner
{
	margin: 10px;
}
