﻿/* general 
--------------------------------------------- */

body
{
    font-family: georgia, 'lucida sans' , arial, tahoma, sans-serif;
    font-size: 0.8em;
    line-height: 2em;
}

/* main font color */


a
{
    color: #333333;
}

h1, h2, h3, h4, h5, h6
{
    font-family: Georgia, Serif;
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.8em;
}

h3
{
    font-size: 1.6em;
}

h4
{
    font-size: 1.4em;
}

h5
{
    font-size: 1.2em;
}

.button-icon
{
    display: none;
}

img.icon
{
    float: left;
}

span.date
{
    /*color: #999999;*/
    color: #aaaaaa;
}

span.miniheader
{
    color: #999999;
}

#print-logo
{
    /*float: left;*/
    width: 100%;
    text-align: right;
}

#print-disclaimer
{
    /*float: left;*/
    width: 100%;
    font-size: 0.8em;
    color: #666666;
    margin: 0px 0px 20px 0px;
}

#container
{
    /*     width: 964px;     margin: 0px auto 0px auto;     padding: 136px 0px 0px 0px;     */
}

/* columns 
--------------------------------------------- */

.column-small, .column-large
{
    /*float: left;*/
}

.column-small
{
    /*margin-right : 7px;*/
}

.column-large
{
    /*margin-right : 8px;*/
}

.last
{
    /*margin-right : 0px;*/
}


.narrow
{
    width: 235px;
}
/*
.one-third
{
    width: 316px;
}

.medium
{
    width : 100%;
}

.wide
{
    width: 722px;
}

.full
{
    width: 964px;
}

.box-container
{
    float : left;
    width: 972px;
}
*/

/* boxes, common features
--------------------------------------------- */

.box-narrow, .box-one-third, .box-medium, .box-wide, .box-two-span, .box-full
{
    /*float: left; 	position:relative;*/
}

.box-narrow .content, .box-one-third .content, .box-medium .content, .box-wide .content, .box-two-span .content, .box-full .content
{
    /*float: left;     padding: 8px 10px 10px 10px;     line-height : 150%;     position:relative;*/
}

/*
.box-narrow .slogan, .box-one-third .slogan, .box-medium .slogan, .box-wide .slogan, .box-two-span .slogan, .box-full .slogan
{
    float: left;
    padding: 5px 10px 0px 10px;
}

.box-narrow .banner, .box-one-third .banner, .box-medium .banner, .box-wide .banner, .box-two-span .banner, .box-full .banner
{
    float: left;
    padding: 0px 0px 5px 0px;
}

.box-narrow .banner img, .box-one-third .banner img, .box-medium .banner img, .box-wide .banner img, .box-two-span .banner img, .box-full .banner img
{
    float: left;
    border : none;
}

.box-narrow .content a:hover, .box-one-third .content a:hover, .box-medium .content a:hover, .box-wide .content a:hover, .box-two-span .content a:hover, .box-full .content a:hover
{
    text-decoration: none;
}

.box-narrow .img, .box-one-third .img, .box-medium .img, .box-wide .img, .box-two-span .img, .box-full .img
{

    float : left;
	position:relative;

}
*/
.box-narrow .img img, .box-one-third .img img, .box-medium .img img, .box-wide .img img, .box-two-span .img img, .box-full .img img
{
    /*float : left; 	border:none;*/
    border: none;
}

/* box features */
.border-bottom
{
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: #c1c1c1;
}

.bottom-spacer
{
    /*margin-bottom : 8px;*/
}

.top-spacer
{
    /*margin-top : 8px;*/
}

.top-margin-reducer
{
}

#extra-top-padding
{
    padding: 13px 0px 0px 0px;
}

.content object
{
    float: left;
    margin: -3px 0px -5px 0px;
    line-height: normal;
    z-index: 10;
}

.content .youtube
{
    float: right;
    margin: -3px 0px -5px 10px;
}

.content .movies
{
    float: right;
}

.content .movies img
{
    float: left;
    margin: -3px 0px -5px 10px;
}

/*
.content img.image 
{
    
    float: left;
	position : relative;
    border : none;
    margin : -3px 0px -5px 0px;
    line-height : normal;
}

.content img.image-in-box 
{
    float: left;
	position : relative;
    border : none;
    margin : -3px 0px 14px 0px;
    line-height : normal;
}
*/

/*
.content div.image, .content div.image-right, .content div.image-left
{
    float: left;
	position : relative;
    line-height : normal;
}
*/

.content div.image img, .content div.image-right img, .content div.image-left img
{
    /*border: 1px solid #333333;*/
    border: none;
}

/*
.content div.image-right
{
    float: right;
    margin : -3px 0px -5px 0px;
    margin-left : 15px;
}

.content div.image-left
{
    float: left;
    margin : -3px 0px -5px 0px;
    margin-right : 15px;
}

.content.extra-top-padding
{
    padding-top : 13px;
}

.content div.extra-bottom-margin
{
    margin-bottom : 15px;
}
*/

/* icon image */
.content .icon-image
{
    /*     float : right;     margin : -3px 0px 10px 10px; */
    display: none;
}

/* icon lists */

/*
ul.icon-list 
{
    float : left;
    list-style-type :none;
    font-size : 10px;
    padding : 0px 0px 0px 0px;
    margin : 0px 0px 0px 0px;
    line-height : 150%;
}

ul.icon-list li 
{
    
    background-repeat : no-repeat;
    background-position : left 5px;
    padding : 0px 0px 0px 20px;  
}

ul.icon-list a
{
    text-decoration : none;
}
*/

.box-narrow .player-icon, .box-medium .player-icon, .box-wide .player-icon, .box-two-span .player-icon, .box-full .player-icon
{
    position: absolute;
    display: none;
}

.image-text-layer
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.image-text-layer h2
{
    margin: 0px 0px 0px 0px;
    color: #464646;
    line-height: 100%;
}

.image-text-layer h4
{
    margin: 0px 0px 0px 0px;
    color: #636363;
    line-height: 120%;
}

/* text header */
.box-narrow .text-header, .box-one-third .text-header, .box-medium .text-header, .box-wide .text-header, .box-two-span .text-header, .box-full .text-header
{
    /*float : left; 	font-size : 16px; 	line-height : 16px; 	font-weight : bold; 	height : 34px; 	 	margin : 0px 0px 0px 0px; 	padding : 10px; 	border : 5px #ee2299; */
    font-size: 1.6em;
    font-weight: bold;
    line-height: normal;
}

/*
.text-header-first {
	padding : 7px 10px 0px 10px;
}

.text-header-normal {
	padding : 12px 10px 0px 10px;
}
*/

.cufon-active .box-narrow .text-header, .cufon-active .box-medium .text-header, .cufon-active .box-wide .text-header, .cufon-active .box-two-span .text-header, .cufon-active .box-full .text-header
{
    font-size: 18px;
}

.box-narrow .text-header a, .box-medium .text-header a, .box-wide .text-header a, .box-two-span .text-header a, .box-full .text-header a
{
    text-decoration: none;
}

/* boxes, narrow 
--------------------------------------------- */
.box-narrow
{
    /*width: 235px;*/
    display: none;
}

.box-narrow .rounded-corners-top
{
    display: none;
}

.box-narrow .rounded-corners-bottom
{
    display: none;
}

.box-narrow .content
{
    /*width: 215px; 	font-size : 11px;*/
}

.box-narrow .content h3 a
{
    text-decoration: none;
}

.box-narrow .content h4 a
{
    text-decoration: none;
}

.box-narrow .content h5 a
{
    text-decoration: none;
}

.box-narrow .content div.button
{
    /* 	float : right; 	margin : 10px 0px 0px 0px; */
}

/* link list */
.box-narrow .content .link-list hr
{
    height: 0px;
    width: 100%;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
}

.box-narrow .content .link-list a
{
    text-decoration: none;
}

.box-narrow .content .link-list a.toplink
{
    text-decoration: none;
    font-weight: bold;
}

.box-narrow .content .link-list a.listheader
{
    text-decoration: none;
    font-weight: bold;
}

/* header */
.box-narrow .img-header img
{
    float: left;
    border: none;
}
.box-narrow .banner-text
{
    font-size: 11px;
}

.box-narrow .banner-text a
{
    text-decoration: none;
    color: #ffffff;
}

/*.box-narrow .img
{
    float : left;
	position:relative;
}

.box-narrow .img img {
	float : left;
	border:none;
}*/

.box-narrow .player-icon
{
    top: 45px;
    left: 101px;
}

.box-narrow .image-text-layer
{
    width: 200px;
    height: 50px;
}

/* text header */
.box-narrow .text-header
{
    width: 215px;
}

.box-narrow .banner img
{
    float: left;
    border: none;
}

/* issue / circle */
.box-narrow .content .issue
{
    font-size: 14px;
    color: #005420;
}

.box-narrow .content .issue .circle
{
    display: inline;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url('../gfx/circle.png');
    padding: 2px 7px 4px 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    letter-spacing: -1px;
    margin: 0px -1px 0px 0px;
}

/* carousel */
.box-narrow .carousel
{
    display: block;
    position: relative;
    width: 235px;
    overflow: hidden;
    position: relative;
    clear: both;
}

.box-narrow .carousel .header
{
    clear: both;
    font-weight: bold;
    font-size: 18px;
    line-height: normal;
    height: 35px;
}

.carousel-header-first
{
    padding: 6px 10px 0px 10px;
}

.carousel-header-normal
{
    padding: 11px 10px 0px 10px;
}


.box-narrow .carousel .header img
{
    margin: 0px 0px 0px 0px;
}

.box-narrow .carousel .header a
{
    text-decoration: none;
}

.box-narrow .carousel ul
{
    margin: 0;
    width: 235px;
}

.box-narrow .carousel ul li
{
    display: block;
}

.box-narrow .bx-pager
{
    text-align: center;
    font-size: 10px;
    color: #FFF;
    position: absolute;
    top: 9px;
    right: 10px;
    z-index: 100;
    background-image: url(../gfx/boxes_pager.png);
    width: 55px;
    height: 14px;
}

.box-narrow .carousel .header .arrow-left, .box-narrow .carousel .header .arrow-right
{
    cursor: pointer;
    display: inline;
}

.box-narrow .carousel .header .arrow-left
{
    margin: 0px 10px 0px 0px;
}

.box-narrow .carousel .header .arrow-right
{
    margin: 0px 0px 0px 10px;
}

.box-narrow .carousel .header .title
{
    float: left;
}

.box-narrow .carousel .header #counter
{
    float: right;
    font-weight: bold;
}


/* person */
.box-narrow .person .subheader
{
    display: block;
    float: left;
    width: 100%;
    margin: 0px 0px 10px 0px;
}

.box-narrow .person img
{
    float: left;
    margin: 0px 10px 0px 0px;
}

/* top list */
.box-narrow .content .top-list p
{
    margin: 10px 0px 10px 0px;
}

.box-narrow .content .top-list .number
{
    float: left;
    width: 20px;
    padding: 5px 10px 0px 0px;
    font-weight: bold;
    font-size: 20px;
}

.box-narrow .content .top-list .text
{
    float: left;
    width: 185px;
    padding: 0px 0px 10px 0px;
}

.box-narrow .content .top-list a
{
    text-decoration: none;
    color: #696969;
}

.box-narrow .content .top-list a:hover
{
}

.box-narrow .content .top-list a.header
{
    font-weight: bold;
}

.box-narrow .content .top-list ul
{
    padding: 0px 0px 0px 15px;
}

.box-narrow .content .top-list ul li
{
    padding: 5px 0px 5px 0px;
}

/* boxes, one-third 
--------------------------------------------- */
.box-one-third
{
    width: 316px;
}

.box-one-third .rounded-corners-top
{
    display: none;
}

.box-one-third .rounded-corners-bottom
{
    display: none;
}

.box-one-third .content
{
    width: 296px;
}

.box-one-third .content h3 a
{
    text-decoration: none;
}

.box-one-third .content h4 a
{
    text-decoration: none;
}

.box-one-third .content h5 a
{
    text-decoration: none;
}

.box-one-third .content div.button
{
    /*float : right; 	margin : 10px 0px 0px 0px;*/
}

/* link list */
.box-one-third .content .link-list hr
{
    height: 0px;
    width: 100%;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
}

.box-one-third .content .link-list a
{
    text-decoration: none;
}

.box-one-third .content .link-list a.toplink
{
    text-decoration: none;
    font-weight: bold;
}

.box-one-third .content .link-list a.listheader
{
    text-decoration: none;
    font-weight: bold;
}

.box-one-third .player-icon
{
    top: 45px;
    left: 101px;
}

/* text header */
.box-one-third .text-header
{
    width: 296px;
}

/* boxes, medium 
--------------------------------------------- */
.box-medium
{
    /*width: 478px;*/
}

.box-medium .rounded-corners-top
{
    display: none;
}

.box-medium .rounded-corners-bottom
{
    display: none;
}

.box-medium .content
{
    /*width: 458px;*/
}

.box-medium .content .date
{
    /*font-size : 10px; 	line-height: 14px;*/
    color: #aaaaaa;
}

.box-medium .content h1 a
{
    text-decoration: none;
}

.box-medium .content h2 a
{
    text-decoration: none;
}

.box-medium .content h3 a
{
    text-decoration: none;
}

.box-medium .content h4 a
{
    text-decoration: none;
}

.box-medium .content h5 a
{
    text-decoration: none;
}

.box-medium .content div.button
{
    /*float: right;     margin: 10px 0px 0px 0px;*/
    display: none;
}

/*
.box-medium .player-icon
{
	top : 45px;
	left: 101px;
}
*/

.box-medium .image-text-layer
{
    width: 438px;
    height: 42px;
}

/* text header */
.box-medium .text-header
{
    /*width : 458px;*/
}

.box-medium .icon-header
{
    width: 458px;
}

/* homepage page carousel */

/* stepcarousel init begin */
.box-medium .content .stepcarousel
{
    /*position: relative;     overflow: scroll;     width: 458px;     height: 431px;*/
}

.box-medium .content .stepcarousel .belt
{
    /*     position: absolute;     left: 0;     top: 0; */
}

.box-medium .content .stepcarousel .panel
{
    /*float: left;     overflow: hidden;     margin: 0px;     width: 458px;*/
}
/* stepcarousel init end */

.box-medium .content .stepcarousel .belt .top-story img
{
    margin-top: 0px;
}

/*
.box-medium .content #28pxories {
	float : left;
	display : inline;
	width : 459px;
}
*/

.box-medium .content .stepcarousel #navigation
{
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 3;
    display: none;
}

.box-medium .content .stepcarousel #navigation img
{
    float: left;
    display: inline;
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 4px;
}

/* text header navigation */
.box-medium .text-header .stepcarousel-navigation
{
    float: right;
    display: inline;
    font-size: 13px;
    display: none;
}

.box-medium .text-header .stepcarousel-navigation img
{
    display: inline;
    border: none;
}

.box-medium .text-header .stepcarousel-navigation img.arrow-left
{
    margin: 0px 14px 0px 0px;
}

.box-medium .text-header .stepcarousel-navigation img.arrow-right
{
    margin: 0px 0px 0px 10px;
}

/* homepage news */
.box-medium .content .top-story
{
    /*float : left; 	position : relative; 	width : 100%; 	padding : 0px 0px 10px 0px; 	border-style:solid; 	border-width:0px 0px 1px 0px; 	border-color: #c1c1c1;*/
    margin: 0em 0em 5em 0em;
}

.box-medium .content .top-story h1
{
    display: inline;
}

.box-medium .content .top-story img
{
    /*float: left;     border: none;     margin: 10px 0px 10px 0px;*/
}

.box-medium .content .top-story .more
{
    /*float : right; 	width : 129px;*/
}

.box-medium .content .top-story .more a
{
    /*margin : 0px 10px 0px 0px;*/
    display: none;
}

.box-medium .content .top-story .more .date
{
    /*float : right; 	margin : 0px 0px 0px 10px;*/
    margin: 0em 0em 1em 0em;
}

.box-medium .content .top-story h1 a:hover
{
}

.box-medium .content .top-story p a
{
    text-decoration: none;
    color: #000000;
}

.box-medium .content .column
{
    /*float : left; 	width : 225px; 	margin: 0px 8px 0px 0px;*/
}

.box-medium .content .last
{
    /*margin : 0px 0px 0px 0px;*/
}

/* news stories */
.box-medium .content .news-story
{
    /*float : left; 	position : relative; 	width : 100%; 	padding : 10px 0px 10px 0px; 	margin : 0px 0px 0px 0px; 	border-style:solid; 	border-width:0px 0px 1px 0px; 	border-color: #c1c1c1;*/
    margin: 0em 0em 5em 0em;
}

.box-medium .content .news-story img
{
    /*float : left; 	border: none; 	margin : 0px 0px 10px 0px;*/
}

.box-medium .content .news-story p a
{
    text-decoration: none;
    color: #000000;
}

.box-medium .content .news-story div.button
{
    display: none;
}

.box-medium .content .news-story div.date
{
    /*float : right;*/
}

/* more news stories */

/*
.box-medium .content #more-news-stories {
	float : left;
	width : 100%;
}

.box-medium .content #more-news-stories h3 {
	margin-top : 20px;
}
*/

.box-medium .content #more-news-stories .story
{
    /*float : left; 	width : 225px; 	min-height : 50px; 	padding : 5px 0px 5px 0px; 	border-style:dotted; 	border-width:0px 0px 1px 0px; 	border-color: #c1c1c1; 	font-size : 13px;*/
    margin: 0em 0em 2em 0em;
}

/*
.box-medium .content #more-news-stories .last {
	border-bottom : none;
	margin : 0px 0px 0px 0px;
}

.box-medium .content #more-news-stories .story a {
	text-decoration : none;
	color: #696969;
}

.box-medium .content #more-news-stories .story a:hover
{
    color: #333333;
}*/

/* boxes, wide 
--------------------------------------------- */
.box-wide
{
    /*width: 722px;*/
}

.box-wide .rounded-corners-top
{
    display: none;
}

.box-wide .rounded-corners-bottom
{
    display: none;
}

.box-wide .content
{
    /*width: 702px;*/
}

.box-wide .content .date
{
    /*font-size : 9px; 	line-height: 14px;*/
}

.box-wide .content h1 a
{
    text-decoration: none;
}

.box-wide .content h2 a
{
    text-decoration: none;
}

.box-wide .content h3 a
{
    text-decoration: none;
}

.box-wide .content h4 a
{
    text-decoration: none;
}

.box-wide .content h5 a
{
    text-decoration: none;
}

.box-wide .content div.button
{
    /*     float: right;     margin: 10px 0px 0px 0px;*/
    display: none;
}

/* text header */
.box-wide .text-header
{
    width: 702px;
}

.box-wide .icon-header
{
    width: 702px;
}

/* boxes, two-span 
--------------------------------------------- */
.box-two-span
{
    width: 478px;
}

.box-two-span .rounded-corners-top
{
    display: none;
}

.box-two-span .rounded-corners-bottom
{
    display: none;
}

.box-two-span .content
{
    width: 458px;
}

.box-two-span .content .date
{
    /*font-size : 9px; 	line-height: 14px;*/
}

.box-two-span .content h1 a
{
    text-decoration: none;
}

.box-two-span .content h3 a
{
    text-decoration: none;
}

/* section homepage boxes 
--------------------------------------------- */

.spot
{
    /*float: left;     background-repeat: no-repeat;     width: 236px; 	height : 300px;*/
    margin: 0em 0em 5em 0em;
}

.spot-top-left-ffffff
{
    background-position: top left;
}

.spot-top-right-ffffff
{
    background-position: top right;
}


.spot-bottom-left-ffffff
{
    background-position: left bottom;
}

.spot-bottom-right-ffffff
{
    background-position: right bottom;
}

.spot h3
{
    /*margin : 5px 10px 7px 10px;*/
}

.spot h3 a
{
    text-decoration: none;
}

.spot img
{
    /*float : left; 	margin : 0px 0px 0px 0px; 	border : none;*/
    margin: 0em 0em 1em 0em;
    border: 1px solid #aaaaaa;
}

.spot .content
{
    /*line-height : 16px;*/
}

.spot .content a.subheader-link
{
    text-decoration: none;
}

.spot .content a.content-link
{
    text-decoration: none;
    color: #000000;
}

.spot .date
{
    /*font-size : 9px; 	line-height: 14px;*/
}

.wrapper
{
    float: left;
    background-color: #ffffff;
}

.spot .content
{
    /*float : left; 	padding : 10px 10px 10px 10px;*/
}

.spot .content .subheader a
{
    color: #000;
}

.spot .content h2 a
{
    text-decoration: none;
    color: #000;
}

.separator
{
    float: left;
    width: 7px;
    height: 300px;
    display: none;
}

/* boxes, full
--------------------------------------------- */
.box-full
{
    /*width: 964px;*/
}

.box-full .rounded-corners-top
{
    display: none;
}

.box-full .rounded-corners-bottom
{
    display: none;
}

.box-full .content
{
    /*width: 944px; 	font-size : 11px;*/
}

.box-full .content h3 a
{
    text-decoration: none;
}

.box-full .content h4 a
{
    text-decoration: none;
}

.box-full .content h5 a
{
    text-decoration: none;
}

.box-full .content div.button
{
    float: right;
    margin: 10px 0px 0px 0px;
}

.box-full .img .player-icon
{
    top: 45px;
    left: 101px;
}

.box-full .image-text-layer
{
    width: 200px;
    height: 50px;
}

/* text header */
.box-full .text-header
{
    width: 944px;
}

/* breadcrumbs
--------------------------------------------- */

.content #breadcrumbs
{
    display: none;
}

/* share
--------------------------------------------- */

.content #share
{
    display: none;
}

.content #share-container
{
    display: none;
}

/* expanded margins
--------------------------------------------- */

.content #expanded-margins
{
    /*float : left; 	padding : 0px 82px 0px 116px;  	width : 504px; */
}

.scfForm
{
    padding-top: 15px; /* Firefox forms hack */
}

.content #expanded-margins .image
{
    float: left;
    width: 600px;
    margin: 10px 0px 10px -96px;
    font-size: 11px;
    line-height: normal;
}

.content #expanded-margins .image img
{
    float: right;
    border: none;
    margin: 0px 0px 0px 10px;
}

.content #expanded-margins .image img.arrow
{
    float: left;
    border: none;
    margin: 5px 5px 0px 0px;
}

/* content
--------------------------------------------- */

.content #text
{
    /*float:left; 	width : 100%; 	line-height : 150%;*/
}

.content #text h3
{
    /*margin : 20px 0px 20px 0px;*/
}


.content #text .image
{
    /*float : left;*/
    font-style: italic; /*padding : 0px 0px 18px 0px;*/
    margin: 0em 0em 1em 0em;
}


.content #text .image img
{
    /*margin : 0px 0px 2px 0px;*/
    display: block;
    margin: 0em 0em 1em 0em;
}


.content #text #byline
{
    /*font-size : 11px;	*/
    margin: 0em 0em 1em 0em;
    color: #aaaaaa;
}

.content #text #brief
{
    font-weight: bold; /*margin : 0em 0em 2em 0em;*/
    font-size: 1.2em;
}

.content hr
{
    height: 0px;
    width: 100%;
    border: none;
    border-top: 1px solid #c1c1c1;
}

.content #map
{
    /*height: 500px;*/
}

/* campaign
--------------------------------------------- */

.content #text .campaign-image
{
    /*     float : left;     margin : 5px 20px 10px 0px;     */
    display: block;
    margin: 0em 0em 1em 0em;
}

.content #text .rate
{
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #c1c1c1;
    padding: 10px 0px 0px 0px;
    color: #999999;
    display: none;
}

.content #text .rate .radiobuttons
{
    float: left;
    width: 200px;
    display: none;
}

.content #text .rate img
{
    border: none;
    margin: 0px 0px -2px 0px;
}

.content #text input.q
{
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    border: 1px solid #076471;
    background-color: #c6d1d5;
    color: #076471;
    cursor: pointer;
}

.content #text input.q:hover
{
    background-color: #8ba7af;
}


.content #text div.question
{
    /*     float : left;     width : 682px; 	padding : 10px 10px 10px 10px; 	background-color : #f6f6f6;  */
    padding: 0em 0em 1em 0em;
}

.content #text div.question div.qmark
{
    display: none;
}

.content #text div.answer
{
    /*     float : left;     width : 702px; 	padding : 10px 0px 10px 0px; */
}

/* list
--------------------------------------------- */

.content #text #list
{
    float: left;
    width: 100%;
    margin: 10px 0px 10px 0px;
}

.content #text #list a.toplink
{
    text-decoration: none;
    font-weight: bold;
}

.content #text #list hr
{
}

.content #text #list ul
{
}

.content #text #list ul li
{
    padding: 3px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.content #text #list .column
{
    float: left;
    padding: 0px 0px 0px 0px;
    min-height: 500px;
}

.content #text #list .column ul.parent
{
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    min-height: 500px;
    list-style-type: none;
    font-size: 18px;
    font-weight: bold;
}

.content #text #list .column ul.child
{
    font-size: 12px;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    margin: -20px 10px 20px 35px;
}

/* anniversaries */

.content #text #list dl.anniversary
{
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
}

.content #text #list dl.anniversary dt
{
    float: left;
    width: 35%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    font-weight: normal;
}

/* commented backslash hack for mac-ie5 \*/
.content #text #list dl.anniversary dt
{
    clear: both;
}
/* end hack */

.content #text #list dl.anniversary dd
{
    float: left;
    width: 25%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
}

.content #text #list dl.anniversary .head
{
    font-weight: bold;
}

.content #text #list dl.anniversary dd.type
{
    width: 30%;
}

.content #text #list dl.anniversary dd.location
{
    width: 15%;
}

.content #text #list dl.anniversary dd.anniversary-date
{
    width: 20%;
}

/* campaign */

.content #text #list .campaign-item
{
    /*     float : left;     width : 682px;     padding : 10px;     margin : 0px 0px 0px 0px;     */
    margin: 0em 0em 5em 0em;
}

.content #text #list .campaign-item img
{
    /*     float : left;     margin : 0px 20px 0px 0px; */
    margin: 0em 0em 1em 0em;
}

.content #text #list .campaign-item .text
{
    /*     float : left;     width : 582px;     margin : 0px 0px 0px 0px; */
}

.content #text #list .campaign-item .text p
{
    /*     margin : 0px 0px 10px 0px; */
}

.content #text #list .campaign-item .text p a
{
    text-decoration: none;
    color: #000000;
}

/*
.content #text #list .odd 
{
    background-color : #ffffff;    
}

.content #text #list .even 
{
    background-color : #f6f6f6;    
}
*/

.content #text #list .campaign-item .text .button
{
    display: none;
}

.content #text #list .campaign-item .text .rating
{
    display: none;
}

/* event */

.content #text #list div.event
{
    float: left;
    width: 100%;
    margin: 0px 0px 1em 0px;
}

.content #text #list div.event div.date
{
    float: left;
    width: 15%;
}

.content #text #list div.event a.listheader
{
    float: left;
    width: 85%;
}

.content #text #list div.event div.info
{
    float: left;
    width: 85%;
    margin-left: 15%;
}

/* tables
--------------------------------------------- */

.content #text table
{
    border-collapse: collapse;
    border-color: #cccccc;
}

.content #text table td
{
    padding: 3px; /*border-style : solid;*/
    border-color: #cccccc;
}

.content #text table td p
{
    margin: 0px 0px 0px 0px;
}

.content #small
{
    font-size: 10px;
}

/* event
--------------------------------------------- */

.content #text #event #address
{
    float: right;
    width: 150px;
    padding: 10px 10px 10px 10px;
    margin: 5px 0px 10px 10px;
    background-color: #f6f6f6;
    border: 1px solid #c1c1c1;
}

/* event portal
--------------------------------------------- */
#event
{
    float: left;
    display: inline;
    margin: 0px 0px 20px 0px;
}

#event .image
{
    float: left;
    display: inline;
    margin: 0px 0px 10px 0px;
}

#information
{
    float: left;
    display: inline;
    width: 370px;
    padding: 10px 10px 0px 10px;
    margin: 10px 0px 10px 0px;
    background-color: #eee;
}

#information div.default
{
    float: left;
    display: inline;
    width: 348px;
    border: 1px solid #bbb;
    padding: 0px 10px 10px 10px;
    margin: 0px 0px 10px 0px;
    background-color: #fff;
}

dl
{
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 2px 0px;
    border-bottom: 1px solid #bbb;
}

dl dt
{
    float: left;
    width: 100px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
}

/* commented backslash hack for mac-ie5 \*/
dl dt
{
    clear: both;
}
/* end hack */

dl dd
{
    float: left;
    width: 290px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

hr
{
    width: 100%;
    color: #bbb;
    background-color: #bbb;
    margin: 5px 0px 5px 0px;
    height: 1px;
    border: 0px;
}

/* video
--------------------------------------------- */

.content .video
{
    font-size: 16px;
    line-height: 20px;
    padding: 7px 10px 10px 11px;
}

.content .video h2 a
{
    color: #ffffff;
}

.content .video a
{
    color: #ffffff;
    text-decoration: none;
}

.content .video .player
{
    float: left;
    margin: 0px 20px 0px 0px;
}

.content .video .button
{
    float: right;
    margin: 50px 0px 0px 0px;
}

.content .flvplayer
{
    float: left;
    padding: 9px 10px 10px 10px;
}

/* adressbook
--------------------------------------------- */

#employee-search
{
    float: left;
    display: inline;
    width: 494px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    line-height: normal;
}

/* letters */

#employee-search #letters
{
}

#employee-search #letters ul
{
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#employee-search #letters ul li
{
    float: left;
    display: inline;
    padding: 0px 7px 0px 0px;
}

/* fieldset and legend */

#employee-search fieldset
{
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    margin: 0px 0px 10px 0px;
}

#employee-search fieldset legend
{
    color: #555;
    font-weight: bold;
}

/* label */

#employee-search fieldset label
{
    float: left;
    display: inline;
    width: 100px;
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    height: 18px;
}

/* form elements */

#employee-search fieldset input, #employee-search fieldset select
{
    float: right;
    display: inline;
    padding: 2px 2px 2px 3px;
}

#employee-search fieldset input
{
    margin: 5px 211px 0px 4px;
    width: 150px;
    height: 13px;
    border-style: solid;
    border-width: 1px;
    border-color: #bbb;
    font-family: 'lucida sans' , arial, tahoma, sans-serif;
    font-size: 11px;
}

#employee-search fieldset select
{
    margin: 5px 50px 5px 0px;
    width: 321px;
    font-family: 'lucida sans' , arial, tahoma, sans-serif;
    font-size: 11px;
    border-style: solid;
    border-width: 1px;
    border-color: #bbb;
    padding: 0px 0px 0px 0px;
}

/* buttons */

#employee-search .buttons
{
    float: right;
}

#employee-search #button-search, #employee-search #button-reset
{
    border-style: solid;
    border-width: 1px;
    border-color: #555;
    padding: 0px 0px 2px 0px;
    color: #555;
    width: 100px;
    font-size: 80%;
}

/* alpabet */

div.alphabet
{
    float: left;
    width: 494px;
    margin: 0px 0px 20px 0px;
}

/* contact table */

table.contacttable
{
    margin: 0px 0px 50px 0px;
}

table.contacttable td
{
    width: 33%;
    vertical-align: top;
}

/* search results */

#employee-search-results
{
    float: left;
    display: inline;
    width: 100%;
}

/* employee details */
dl.employee-info
{
    width: 494px;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
}

dl.employee-info dt
{
    float: left;
    width: 100px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
}

/* commented backslash hack for mac-ie5 \*/
dl.employee-info dt
{
    clear: both;
}
/* end hack */

dl.employee-info dd
{
    float: left;
    width: 394px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* anniversary
--------------------------------------------- */

dl.anniversary
{
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
}

dl.anniversary dt
{
    float: left;
    width: 25%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
}

/* commented backslash hack for mac-ie5 \*/
dl.anniversary dt
{
    clear: both;
}
/* end hack */

dl.anniversary dd
{
    float: left;
    width: 75%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* paging
--------------------------------------------- */

.content .paging
{
    display: none;
}

/* login form
--------------------------------------------- */

.content #login-form
{
    float: left;
}

.content #login-form fieldset
{
    border: 1px solid #cccccc;
    padding: 10px 10px 0px 10px;
    width: 337px;
}

.content #login-form label
{
    display: block;
    float: left;
    width: 100px;
}

.content #login-form input
{
    float: left;
    margin: 0px 80px 10px 0px;
    font-family: 'lucida sans' , arial, tahoma, sans-serif;
    font-size: 12px;
}

.content #login-form input.checkbox
{
    float: left;
    width: 0px;
    margin: 0px 0px 0px 0px;
}

.content #login-form .buttons
{
    float: left;
    margin: 0px 0px 0px 100px;
}

.content #login-form input.button
{
    width: auto;
    margin: 0px 10px 0px 0px;
}

.content #login-form #message
{
    float: left;
    width: 227px;
    padding: 10px 0px 10px 100px;
}

/* calendar
--------------------------------------------- */

.content #calendar-form
{
}

.content #calendar-form fieldset
{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #dddddd;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
}

.content #calendar-form fieldset fieldset
{
    border-width: 1px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


.content #calendar-form .row
{
    clear: both;
    width: 100%;
    padding: 0px 0px 10px 0px;
}

.content #calendar-form .column
{
    float: left;
    padding: 0px 10px 0px 0px;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #dddddd;
}

.content #calendar-form .last
{
    border: none;
    padding: 0px 0px 0px 10px;
}

.content #calendar-form .row label
{
    float: left;
    display: inline;
    margin: 0px 10px 0px 0px;
    line-height: 18px;
}

.content #calendar-form .row label.title
{
    margin: 0px 5px 0px 0px;
}

.content #calendar-form .row label.from
{
    margin: 0px 5px 0px 20px;
}

.content #calendar-form .row label.to
{
    margin: 0px 5px 0px 10px;
}

.content #calendar-form .row a.toggle
{
    margin: 0px 0px 0px 10px;
}

.content #calendar-form #advanced
{
    float: left;
}

.content #calendar-form #advanced #top
{
    float: left;
    clear: both;
}

.content #calendar-form #advanced #top a
{
    color: #696969;
}

.content #calendar-form #advanced #box
{
    float: left;
}

.content #calendar-form input
{
    border: 1px solid #aaa;
    font-family: 'lucida sans' , arial, tahoma, sans-serif;
    font-size: 11px;
}

.content #calendar-form input.title
{
    float: left;
    width: 200px;
    margin: 0px 0px 0px 0px;
    font-size: 10px;
}

.content #calendar-form input.date-pick
{
    float: left;
    margin: 0px 0px 0px 0px;
    width: 70px;
}

.content #calendar-form div.category
{
    float: left;
    margin: 0px 0px 5px 0px;
}

.content #calendar-form div.category input
{
    float: left;
}

.content #calendar-form div.category label
{
    float: left;
    width: 250px;
}

/* campaign form
--------------------------------------------- */

.content #campaign-form
{
    float: left;
    width: 100%;
    display: none;
}

/* meetings feed
--------------------------------------------- */

.content #meetingsfeed .labelheader
{
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.content #meetingsfeed hr
{
    float: left;
    display: inline;
    width: 100%;
    height: 0px;
    border: none;
    margin: -2px 0px 0px 0px;
}

.content #meetingsfeed ul
{
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.content #meetingsfeed ul li
{
    padding: 5px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid #c1c1c1;
}

/* ----- JQuery Date ----------------------------------------- */

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date
{
    float: left;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 2px 3px 0;
    display: block;
    text-indent: -2000px;
    overflow: hidden;
    background: url('../gfx/calendar.png') no-repeat;
}
a.dp-choose-date.dp-disabled
{
    background-position: 0 -20px;
    cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied
{
    /*width: 140px;*/
    float: left;
}

/* up
--------------------------------------------- */

.content #text #up
{
    display: none;
}

/* left menu 
--------------------------------------------- */

#left-menu
{
    display: none;
}

/* footer 
--------------------------------------------- */
#footer
{
    display: none;
}

/* font classes 
--------------------------------------------- */

.subheader
{
    font-weight: bold;
}

.slogan-1, .slogan-2, .slogan-3, .slogan-4, .slogan-5
{
    letter-spacing: -1px;
}

.slogan-1 a, .slogan-2 a, .slogan-3 a, .slogan-4 a, .slogan-5 a
{
    text-decoration: none;
}

/* 34, regular */
.slogan-1
{
    font-size: 30px;
    line-height: normal;
}

/* 28, regular */
.slogan-2
{
    font-size: 24px;
    line-height: normal;
}

/* 28, light */
.slogan-3
{
    font-size: 20px;
    line-height: normal;
}

/* 18, regular */
.slogan-4
{
    font-size: 14px;
    line-height: normal;
}

/* 18, light */
.slogan-5
{
    font-size: 10px;
    line-height: normal;
}

/* CUFON rules */

/* 34, regular */
.cufon-active .slogan-1
{
    font-size: 34px;
}

/* 28, regular */
.cufon-active .slogan-2
{
    font-size: 28px;
}

/* 28, light */
.cufon-active .slogan-3
{
    font-size: 24px;
}

/* 18, regular */
.cufon-active .slogan-4
{
    font-size: 18px;
}

/* 18, light */
.cufon-active .slogan-5
{
    font-size: 14px;
}

a.tag
{
    /*     font-family:Georgia, "Times New Roman", Times, serif;     font-size : 12px;     font-style:italic;     text-decoration:none;     font-weight : bold; */
    text-decoration: none;
}

.videoheader
{
    font-size: 14px;
    font-weight: bold;
}

/* 
################################################
##### top bar ##################################
################################################
--------------------------------------------- */

#top-menu
{
    display: none;
}

/* Snippets
---------------------------------------------------------------------*/

.FoldOutContainer
{
    width: 100%;
    margin-bottom: 10px;
}
.FoldOutHeader
{
    padding: 2px;
    font-weight: bold;
    background-color: #e2e2e2;
    border: 1px solid #e2e2e2;
    background-image: url('../gfx/expand.gif');
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    cursor: hand;
}
.FoldOutHeader.active
{
    background-image: url('../gfx/collapse.gif');
}
.FoldOutText
{
    padding: 4px;
    border: 1px solid #e2e2e2;
    display: none;
}

/* misc. classes 
--------------------------------------------- */

.spot-icon
{
    width: 118px;
    height: 37px;
    background-repeat: no-repeat;
    display: none;
}

.box-narrow .content .link-list .spot-icon
{
    float: right;
    margin-top: -2px;
    margin-right: -8px;
    margin-bottom: -10px;
    margin-left: 0px;
}

.box-medium .content .stepcarousel .belt .top-story .spot-icon
{
    position: absolute;
    top: 5px;
    right: 2px;
}

.box-medium .content .top-story .spot-icon
{
    position: absolute;
    top: 5px;
    right: 2px;
}

.box-medium .content .news-story .spot-icon
{
    position: absolute;
    top: 15px;
    right: 0px;
}

.content #text .image .spot-icon
{
    position: absolute;
    top: 5px;
    right: 2px;
}

.content #text #list .spot-icon
{
    display: none;
}

.svinekongres-2011
{
    background-image: url('../gfx/spot_icon_svinekongres_2011.png');
    display: none;
}


.flvplayerContainer
{
    display: none;
}













































/* portal.css 
--------------------------------------------- */


.h2-alt
{
    font-size: 24px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

span.miniheader
{
    color: #aaaaaa; /*font-size: 10px;*/
}


/*
.portal-height-low-text-box
{
    height: 119px;
}

.portal-height-low-text-box-with-header
{
    height: 106px;
}

.portal-height-normal-text-box
{
    height: 237px;
}

.portal-height-normal-text-box-with-header
{
    height: 206px;
}

.portal-height-tall-text-box
{
    height: 310px;
}

.portal-height-tall-text-box-with-header
{
    height: 272px;
}
*/

/* columns 
--------------------------------------------- */

/* boxes, common features
--------------------------------------------- */

/* text header */

.box-narrow .text-header .preptime, .box-medium .text-header .preptime, .box-wide .text-header .preptime, .box-two-span .text-header .preptime, .box-full .text-header .preptime
{
    /*     float: right;     font-size: 10px;     line-height: 20px;     text-transform: none;     margin: -1px -2px 0px 0px; */
}

.box-narrow .text-header .preptime img, .box-medium .text-header .preptime img, .box-wide .text-header .preptime img, .box-two-span .text-header .preptime img, .box-full .text-header .preptime img
{
    display: none;
}

/* boxes, narrow 
--------------------------------------------- */

/* recipe */

.recipe-box
{
    margin: 0em 0em 1em 0em;
    padding: 0em 0em 1em 0em;
    display: block;
    width: 100%;
    border-bottom: 1px solid #aaaaaa;
}

.box-narrow .recipe-image
{
    display: none;
}

.box-narrow .recipe
{
    /*height: 97px;     font-size: 12px;*/
}

.box-narrow .recipe h5
{
    /*     display: block;     float: left;     width: 100%;     height: 60px;     margin: 0px 0px 10px 0px;     font-size: 15px;     line-height: 130%;     height: 55px; */
    font-size: 1.5em;
    line-height: normal;
}

.box-narrow .recipe h5 a
{
    /*color: #aaaaaa;*/
}

.box-narrow .recipe a.current
{
    /*     font-family: Georgia, "Times New Roman" , Times, serif;     font-style: italic;     text-decoration: none;     font-weight: bold;     color: #c8102e; */
}

/* boxes, one-third 
--------------------------------------------- */

/* boxes, medium 
--------------------------------------------- */

/* recipe search */

.box-medium #recipe-search
{
    display: none;
}

/* boxes, wide 
--------------------------------------------- */

/* boxes, two-span 
--------------------------------------------- */

/* section homepage boxes 
--------------------------------------------- */

/* boxes, full
--------------------------------------------- */

/* recipe search */

.box-full #recipe-search
{
    display: none;
}

.box-full .recipe-search
{
    display: none;
}

.box-full .filter
{
    display: none;
}

/* recipe results */

#recipe-results
{
    /*float: left;     width: 972px;*/
}

.box-full .show-more
{
    display: none;
}

/* recipe index */

.box-full .content #text #recipe-index
{
    float: left;
    margin: -11px 8px 8px 8px;
}

.box-full .content #text #recipe-index h1.alt
{
    float: left;
    font-size: 32px;
    line-height: 28px;
    width: 250px;
    color: #09562c;
    margin: -3px 0px 0px 0px;
}

.box-full .content #text #recipe-index #index-navigation
{
    float: left;
    width: 678px;
    height: 63px;
    line-height: normal;
}

.box-full .content #text #recipe-index #index-navigation a
{
    margin-right: 7px;
}

.box-full .content #text #recipe-index #index-navigation #subnav
{
    float: left;
    width: 532px;
    line-height: normal;
    margin: 25px 0px 0px 146px;
}

.box-full .content #text #recipe-index #index-navigation #subnav div
{
    float: left;
    font-size: 10px;
    line-height: 11px;
    color: #959595;
}

.box-full .content #text #recipe-index #index-navigation #subnav div a
{
    color: #464646;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
}

.box-full .content #text #recipe-index #index-navigation #subnav #previous
{
    margin: 0px 26px 0px 0px;
}

.box-full .content #text #recipe-index #index-navigation #subnav #previous img
{
    float: left;
    margin: 0px 11px 0px 0px;
}

.box-full .content #text #recipe-index #index-navigation #subnav #next img
{
    float: right;
    margin: 0px 0px 0px 11px;
}

.box-full .content #text #recipe-index #index-navigation #subnav img
{
    border: none;
}

.box-full .content #text #recipe-index .column
{
    float: left;
    width: 192px;
    padding: 54px 24px 0px 16px;
}

.box-full .content #text #recipe-index .column h2
{
    font-size: 36px;
    color: #464646;
    text-indent: -16px;
}

.box-full .content #text #recipe-index .column ul
{
    list-style-type: none;
    padding: 0px 0px 0px 0px;
    text-indent: -16px;
}

.box-full .content #text #recipe-index .column a
{
    color: #636363;
    text-decoration: none;
}

/* recipe page */
.box-full .text-header .back
{
    display: none;
}

.box-full .text-header .navigation
{
    display: none;
}

/* search */
.box-full #recipe-search-light
{
    display: none;
}



.box-full .content #text #top
{
    float: left;
    width: 100%;
    margin: 2em 0em 0em 0em;
}

/* top left */

.box-full .content #text #top .left
{
    float: left; /*width: 285px;     padding: 18px 0px 0px 41px;*/
    width: 30%;
    height : 250px;
    padding : 0% 10% 0% 0%;
}

.box-full .content #text #top .left img
{
    /*float: left;*/
}

/* top right */

.box-full .content #text #top .right
{
    float: left; /*width: 525px;     padding: 18px 41px 0px 52px;*/
    height : 250px;
    width: 60%;
}

.box-full .content #text #top .right ul#time
{
    /*list-style-type: none;     background: url('../gfx/voresmad/icon_recipe_time.png') no-repeat 0px 0px;     margin: 5px 0px 0px 0px;     padding: 2px 0px 4px 27px;     color: #636363;     line-height: 100%;*/
    font-size: 0.8em;
    line-height: 1.5em;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 1em;
}

.box-full .content #text #top .right h1
{
    /*color: #464646;     line-height: normal;     margin: 8px 0px 0px 0px;*/
    line-height : 1.2em;
}

.box-full .content #text #top .right #wrap
{
    /*float: left;     margin: 26px 0px 49px 0px;*/
}

.box-full .content #text #top .right #categories
{
    /*float: left;     width: 208px;     padding: 0px 50px 0px 0px;     font-size: 10px;     font-weight: bold;*/
    font-size: 0.8em;
    line-height: 1.5em;
    margin: 0em 0em 1em 0em;
}

.box-full .content #text #top .right #categories ul
{
    /*     list-style-type: none;     margin: 0px 0px 0px 0px;     padding: 0px 0px 0px 0px; 	*/
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 1em;
}

.box-full .content #text #top .right #categories ul li
{
    /*     display: inline;     font-size: 14px; 	*/
}

.box-full .content #text #top .right #info
{
    /*     float: left;     width: 267px;     font-size: 10px;     font-weight: bold; 	*/
    font-size: 0.8em;
    line-height: 1.5em;
}

.box-full .content #text #top .right #info ul
{
    width: 100%;
    margin: 1em 0em 0em 0em;
}

.box-full .content #text #bottom
{
    float: left;
    width: 100%;
}

/* bottom left */

.box-full .content #text #bottom .left
{
    float: left; /*width: 240px;     padding: 0px 0px 0px 86px;*/
    width: 100%;
    font-size: 0.8em;
    line-height: 1.5em;
}

.box-full .content #text #bottom .left h4
{
    /*     text-transform: none;     margin: 44px 0px 11px 0px;     color: #464646; 	*/
    margin: 2em 0em 2em 0em;
}

.box-full .content #text #bottom .left h4 .people
{
    /*     font-weight: normal;     color: #959595; 	*/
}

.box-full .content #text #bottom .left ul#send
{
    list-style-type: none;
    background: url('../gfx/voresmad/icon_recipe_send.png') no-repeat 0px 46px;
    margin: 5px 0px 0px -29px;
    padding: 2px 0px 4px 29px;
    color: #09562c;
    line-height: 100%;
}

.box-full .content #text #bottom .left ul#send li h4
{
    padding: 0px 0px 0px 0px;
    margin: 44px 0px 11px 0px;
    color: #09562c;
}

.box-full .content #text #bottom .left a.button-959595
{
    margin: -6px 6px 0px 0px;
}

/* bottom right */

.box-full .content #text #bottom .right
{
    float: left; /*width: 525px;     padding: 0px 41px 0px 52px;*/
    width: 100%;
}

.box-full .content #text #bottom .right h3
{
    /*margin: 40px 0px -2px 0px;*/
}


.box-full .content #text #bottom .right #author
{
    font-size: 9px;
    color: #464646;
}

#email
{
    display: none;
}

#box-tips, #box-energy, #box-comments
{
    float: left;
    display: block;
    padding : 0% 5% 0% 0%;
}

#box-tips
{
    width: 45%;
}

#box-energy
{
    width: 45%;
}

#box-comments 
{
    display : none;    
}



/* encyclopedia index */

.box-full .content #text #encyclopedia-index
{
    /*     float: left;     width: 957px;     padding: 5px 6px 0px 6px; */
}

.box-full .content #text #encyclopedia-index .column
{
    /*     float: left;     width: 295px;     padding: 0px 24px 0px 0px; */
}

/*
.box-full .content #text #encyclopedia-index .column h2
{

     color: #464646;
    background-repeat: no-repeat;
    background-position: top right;
   height: 46px;
    width: 280px;
    padding: 13px 0px 0px 0px;

}

.box-full .content #text #encyclopedia-index .column h2.viden-om-maden
{
    background-image: url('../gfx/voresmad/icon_51_x_50_viden_om_maden.png');
}

.box-full .content #text #encyclopedia-index .column h2.kokkeskole
{
    background-image: url('../gfx/voresmad/icon_51_x_50_kokkeskole.png');
}

.box-full .content #text #encyclopedia-index .column h2.materialer
{
    background-image: url('../gfx/voresmad/icon_51_x_50_materialer.png');
}


.box-full .content #text #encyclopedia-index .column ul.icon-list
{
    float: none;
    margin: 5px 0px 10px 0px;
}

.box-full .content #text #encyclopedia-index .column a
{
    color: #959595;
    text-decoration: none;
}
*/

/* breadcrumbs
--------------------------------------------- */

/* share
--------------------------------------------- */

/* expanded margins
--------------------------------------------- */

/* content
--------------------------------------------- */

/* campaign
--------------------------------------------- */

/* list
--------------------------------------------- */

/* tables
--------------------------------------------- */

/* event
--------------------------------------------- */

/* video
--------------------------------------------- */

/* adressbook
--------------------------------------------- */

/* anniversary
--------------------------------------------- */

/* paging
--------------------------------------------- */

/* login form
--------------------------------------------- */

/* calendar
--------------------------------------------- */

/* campaign form
--------------------------------------------- */

/* meetings feed
--------------------------------------------- */

/* ----- JQuery Date ----------------------------------------- */

/* up
--------------------------------------------- */

/* left menu 
--------------------------------------------- */

/* footer 
--------------------------------------------- */

/* font classes 
--------------------------------------------- */


/* 
################################################
##### top bar ##################################
################################################
--------------------------------------------- */



/* menu */

/* general
--------------------------------------------- */

/* level 1 
--------------------------------------------- */


/* level 2 
--------------------------------------------- */

/* level 3 
--------------------------------------------- */

/* Snippets
---------------------------------------------------------------------*/

/* misc. classes 
--------------------------------------------- */




















/* voresmad.fokus.css
--------------------------------------------- */
.testlayer
{
    /*position:absolute; 	left:0px; 	top:0px; 	margin-top:-15px; 	margin-left:-15px;*/
}

.tip
{
    display: none;
}

/* box-narrow */
/*
.box-narrow.testlayer {
	width:265px;
}
.box-narrow.testlayer .rounded-corners-narrow-top-fef9ea-shadow {
	float:left;
	width:265px;
	height:20px;
	background-image:url(../gfx/bg_box_narrow_top_fef9ea_shadow.png);
	background-repeat:no-repeat;
}
.box-narrow.testlayer .bg-narrow-fef9ea-shadow {
	float:left;
	width:265px;
	background-image:url(../gfx/bg_box_narrow_mid_fef9ea_shadow.png);
	background-repeat:repeat-y;
}
.box-narrow.testlayer .rounded-corners-narrow-bottom-fef9ea-shadow {
	float:left;
	background-image:url(../gfx/bg_box_narrow_bottom_fef9ea_shadow.png);
	background-repeat:no-repeat;
	width:265px;
	height:20px;
}

.box-medium.testlayer {
	width:508px;
}
.box-medium.testlayer .rounded-corners-medium-top-fef9ea-shadow {
	float:left;
	width:508px;
	height:20px;
	background-image:url(../gfx/bg_box_medium_top_fef9ea_shadow.png);
	background-repeat:no-repeat;
}
.box-medium.testlayer .bg-medium-fef9ea-shadow {
	float:left;
	width:508px;
	background-image:url(../gfx/bg_box_medium_mid_fef9ea_shadow.png);
	background-repeat:repeat-y;
}
.box-medium.testlayer .rounded-corners-medium-bottom-fef9ea-shadow {
	float:left;
	background-image:url(../gfx/bg_box_medium_bottom_fef9ea_shadow.png);
	background-repeat:no-repeat;
	width:508px;
	height:20px;
}

.box-wide.testlayer {
	width:752px;
}
.box-wide.testlayer .rounded-corners-wide-top-fef9ea-shadow {
	float:left;
	width:752px;
	height:20px;
	background-image:url(../gfx/bg_box_wide_top_fef9ea_shadow.png);
	background-repeat:no-repeat;
}
.box-wide.testlayer .bg-wide-fef9ea-shadow {
	float:left;
	width:752px;
	background-image:url(../gfx/bg_box_wide_mid_fef9ea_shadow.png);
	background-repeat:repeat-y;
}
.box-wide.testlayer .rounded-corners-wide-bottom-fef9ea-shadow {
	float:left;
	background-image:url(../gfx/bg_box_wide_bottom_fef9ea_shadow.png);
	background-repeat:no-repeat;
	width:752px;
	height:20px;
}

.box-full.testlayer {
	width:974px;
}
.box-full.testlayer .rounded-corners-full-top-fef9ea-shadow {
	float:left;
	width:974px;
	height:20px;
	background-image:url(../gfx/bg_box_full_top_fef9ea_shadow.png);
	background-repeat:no-repeat;
}
.box-full.testlayer .bg-full-fef9ea-shadow {
	float:left;
	width:974px;
	background-image:url(../gfx/bg_box_full_mid_fef9ea_shadow.png);
	background-repeat:repeat-y;
}
.box-full.testlayer .rounded-corners-full-bottom-fef9ea-shadow {
	float:left;
	background-image:url(../gfx/bg_box_full_bottom_fef9ea_shadow.png);
	background-repeat:no-repeat;
	width:974px;
	height:20px;
}
*/

.box-narrow.testlayer .bg-narrow-fef9ea-shadow .content, .box-medium.testlayer .bg-medium-fef9ea-shadow .content, .box-wide.testlayer .bg-wide-fef9ea-shadow .content, .box-full.testlayer .bg-full-fef9ea-shadow .content
{
    margin-left: 15px;
}
























/* voresmad.karrusel.css
--------------------------------------------- */


div#carousel_container
{
    /*     width: 964px;     height: 313px;     position: relative;     margin-bottom: 8px;     */
}


div#carousel_container a
{
    text-decoration: none;
}
div#carousel_container div.bottom
{
    /* 	width:120px; 	height:313px; 	position:absolute; 	top:0px; 	overflow:hidden; 	cursor:pointer; 	*/
    display: none;
}


div#carousel_container div#bottom_one
{
    /*left:0px;*/
    display: none;
}
div#carousel_container div#bottom_two
{
    /*left:120px;*/
    display: none;
}
div#carousel_container div#bottom_three
{
    /*left:240px;*/
    display: none;
}
div#carousel_container div#bottom_four
{
    /*right:0px;*/
    display: none;
}
div#carousel_container div#bottom_four .imgholder
{
    /*float:right;*/
}

/*
div#carousel_container div.bottom .carousel_white {
	width:120px;
	height:94px;
	position:absolute;
	bottom:0px;
	left:0px;
}


div#carousel_container div.bottom .carousel_content {
	position:absolute;
	top:0px;
	left:0px;
	padding:10px;
	color:#999;
}


div#carousel_container div.bottom .carousel_content h5 {
	font-size:16px;
}
div#carousel_container div.bottom .carousel_content h5:hover {
	color:#666;
}
*/


div#carousel_container div.top
{
    /*     height: 313px;     position: absolute;     display: none;     top: 0px; */
}

/*
div#carousel_container div#top_one {
	width:632px;
	left:0px;
}
div#carousel_container div#top_two {
	width:660px;
	left:92px;
}
div#carousel_container div#top_three {
	width:660px;
	left:212px;
}
div#carousel_container div#top_four {
	width:632px;
	left:332px;
}
*/


div#carousel_container div.top.active
{
    /*     display: inline; */
}
div#carousel_container div.top .carousel_color
{
    /*     width: 604px;     height: 94px;     position: absolute;     bottom: 0px;     left: 0px;     filter: alpha(opacity=90);     -moz-opacity: 0.9;     opacity: 0.9; */
}
div#carousel_container div.top .carousel_color:hover
{
    /*     filter: alpha(opacity=100);     -moz-opacity: 1.0;     opacity: 1.0; */
}
div#carousel_container div#top_two .carousel_color, div#carousel_container div#top_three .carousel_color, div#carousel_container div#top_four .carousel_color
{
    /*     padding-left: 28px; */
}


div#carousel_container div.top img.carousel_main
{
    /*     width: 604px;     height: 313px;     float: left; */
}
div#carousel_container div.top img.shadowleft
{
    /*width: 28px;     height: 313px;     float: left;     background: transparent;     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);     zoom: 1;*/
    display: none;
}
div#carousel_container div.top img.shadowright
{
    /*width: 28px;     height: 313px;     float: left background: transparent;     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);     zoom: 1;*/
    display: none;
}


div#carousel_container div.top .carousel_content
{
    /*     position: absolute;     top: 0px;     left: 28px;     padding: 5px 20px 5px 20px;     color: #FFF; */
}
div#carousel_container div#top_one .carousel_content
{
    /*left: 0px;*/
}
div#carousel_container div.top .carousel_content h1
{
    /*     color: #FFF;     margin: 0; */
}
div#carousel_container div.top .carousel_content h4
{
    /*     display: inline;     padding-right: 8px; */
}




/* added extras */
div#carousel_container div.top .carousel_color img
{
    display: none;
}





/* MISCELLANEOUS
--------------------------------------------- */

#gallery
{
    display: none;
}

.hide_from_print
{
    display: none;
}

