/*
 * IT-Sundhed
 * Dennis M. Jensen
 * 07/Nov/2006
 */

/*
 * SPECIAL LAYOUT FOR THE PORTAL FRONTPAGE
 */

#frame #top #banner {
  width       : 825px; /*This i tricky because the padding is devided over det margin auto */
 }


#frame #topLinks {
  width : 780px;
  padding-left  : 10px;
  

}

#frame #container { 
  width : 789px; /*width of the content*/
  
}

#frame #container #tabs {
  margin-left : 5px; /*no menu only left padding of the center div*/
}

#frame #container #centerLeft { /*Contains the left menu and the center of the page */
  width : 635px; /*Width of the left menu, multiplied with the width of the center, it has to be less
                    than the width of the container */

}

#frame #container #centerLeft #topWhite { /*Containes the picture that makes the round corners on the top*/
  background          : Transparent url("/CmsSundhed/Images/Ny_region/white_top_narrow.gif") no-repeat scroll 0px 0px;
  margin-left : 0px;
}

#frame #container #centerLeft #center { /* contains all the text, breadcrumb and picture*/
  /*float : none; /*floats the center to the right so the menu can be positioned left of it*/
  /*width : 635px; /*multiplied with the padding and the border it has to be equal or smaller 
                   than the width of the centerLeft div*/
  margin-left : 0px; /*Makes the menu overlap the border, and there by hide it :)*/
  padding-left  : 12px;
 height:100%;
}
/*
#frame #container #centerLeft #center #breadcrumb {
  background-color      : #802232;
  height                : 15px;
  padding-top           : 3px;
  padding-left          : 5px;
  margin-bottom         : 10px;
  color                 : #ffffff;
}

#frame #container #centerLeft #center #breadcrumb a {
  color                 : #ffffff;
}*/

#frame #container #centerLeft #center #content #text {
 /*width : 440px; /* multiplied with the width of the news and one side padding of the center it has to be equal to or smaller than the 
                    width of the center width*/
 /*padding-right : 15px;*/
 
}

#frame #container #centerLeft #center #content #extra {
  /*float : left;*/
  /*width : 135px; /* width + padding = center width - text width */
  margin-top   : 0px;
}

#frame #container #centerLeft #left {
  height      : 0px;
  width       : 0px;
  overflow    : hidden;
}

/*Contains the picture to make the bottom round corners of the centerLeft div  */
#frame #container #centerLeft #bottomWhite {
  margin-left : 0px; /*No menu therefor no margin*/
}

/*Holds the address text in the bottom of the page */
#frame #container #centerLeft #address {
  margin-left : 0px; /*No menu therefor no margin*/
}

#frame #container #right {
  /*width : 130px;   */
}
