@charset "utf-8";
/* CSS Document */

/* OLD STUFF START ---------------------------------------------------------- */
.greenDot_addNew 
{
	float:left;
	margin-left:20px;
}

.greenDot_edit 
{
	float:left;
}
.greenDot_edit div, .greenDot_addNew div 
{
	padding-left:20px;
	color:#3CB61E;
	font-size:11px;
}

/* intropage start */
#main {
	background-color:transparent;
	padding:0;
	width:584px;
}
#main #IntropageOpen02 .portletLinklist .linklist{
	margin-top:0px;
}

#main #IntropageOpen02 .twoColumns .headColored{
	padding-top:0px;
}

#main #IntropageOpen02 #cb3.twoColumns .headColored{
	background-color:#f0f0f0;
}
#main div.openlinklistintro ul.linklist {
    margin-top:0;
}
/* intropage end */  

/* OLD STUFF END ---------------------------------------------------------- */

/* Internet 2010 START */

/* OLD STUFF START ---------------------------------------------------------- */
.greenDot_addNew 
{
	float:left;
	margin-left:20px;
}

.greenDot_edit 
{
	float:left;
}
.greenDot_edit div, .greenDot_addNew div 
{
	padding-left:20px;
	color:#3CB61E;
	font-size:11px;
}

/* scrollbar for firefox */
html {
     overflow: -moz-scrollbars-vertical;
}

/* intropage start */
#main {
	background-color:transparent;
	padding:0;
	width:584px;
}
#main #IntropageOpen02 .portletLinklist .linklist{
	margin-top:0px;
}

#main #IntropageOpen02 .twoColumns .headColored{
	padding-top:0px;
}

#main #IntropageOpen02 #cb3.twoColumns .headColored{
	background-color:#f0f0f0;
}
#main div.openlinklistintro ul.linklist {
    margin-top:0;
}
/* intropage end */  

/* OLD STUFF END ---------------------------------------------------------- */

/* Internet 2010 START */

/* GENERAL */
* {
	margin:0;
	padding:0;
}
body {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a {
	color:#333;
	display:inline-block;
	text-decoration:none;
}
a img {
	border:none;
}
img {
	display:block;
}
ul li {
	list-style:none;
}
input,
select {
	vertical-align:bottom;
}
.clear {
	clear:both;
}

/* LINKS */
#content a,
#context-zone a {
	text-decoration:underline;
}

#content a.lnk-external,
#context-zone a.lnk-external,
#content a.more-icon,
#content a.more-icon-external,
#context-zone a.more-icon,
#content a.lnk-arrow,
#context-zone a.lnk-arrow,
#content a.lnk-pdf,
#context-zone a.lnk-pdf,
#content a.lnk-email,
#context-zone a.lnk-email,
#content a.lnk-print,
#context-zone a.lnk-print,
#content a.lnk-calendar,
#context-zone a.lnk-calendar,
#content a.lnk-toggle-open,
#context-zone a.lnk-toggle-open,
#content a.lnk-toggle-close,
#context-zone a.lnk-toggle-close,
#content a.button,
#context-zone a.button,
#content a.button-large,
#context-zone a.button-large {
	text-decoration:none;
}
span.more-icon {
	background:url(/images/Internet2010/icon_linkarrow.gif) 0 5px no-repeat;
	display:inline-block;
	height:16px;
	overflow:hidden;
	vertical-align:top;
	width:5px;
}

span.more-icon-external {
   	background:url(/images/Internet2010/lnk_ext.gif) 0 1px no-repeat;
	display:inline-block;
	height:16px;
	overflow:hidden;
	vertical-align:top;
	width:10px;
}

a.lnk-arrow {
	background:url(/images/Internet2010/icon_linkarrow.gif) 0 4px no-repeat;
	padding-left:10px;
}
/* temporary hack due to RTE issue */
#content p a.lnk-arrow {
	background:none;
	padding-left:0;
	text-decoration:underline;
}
/* hack END */
a.lnk-pdf {
	background:url(/images/Internet2010/icon_pdf.gif) no-repeat;
	padding-left:18px;
}

a.lnk-music {
	background:url(/images/Internet2010/SEN_Icon_Sound.gif) 0 1px no-repeat;
	padding-left:18px;
}

a.lnk-email {
	background:url(/images/Internet2010/icon_email.gif) 0 3px no-repeat;
	padding-left:18px;
}
a.lnk-print {
	background:url(/images/Internet2010/icon_print.gif) no-repeat;
	padding-left:18px;
}
a.lnk-calendar {
	background:url(/images/Internet2010/icon_calendar.gif) no-repeat;
	padding-left:16px;
}
a.lnk-toggle-open {
	background:url(/images/Internet2010/icon_toggle_open.gif) right 0 no-repeat;
	display:block;
	padding:2px 20px 0 0;
}
a.lnk-toggle-close {
	background:url(/images/Internet2010/icon_toggle_close.gif) right 0 no-repeat;
	display:block;
	padding:2px 20px 0 0;
}
a.lnk,
#content a:hover,
#context-zone a:hover {
	color:#990000;
	text-decoration:underline;
}
a.button {
	background:url(/images/Internet2010/bg_button_left.gif) no-repeat;
	color:#FFF;
	display:inline-block;
	padding-left:1px;
}
a.button span {
	background:url(/images/Internet2010/bg_button_right.gif) right 0 no-repeat;
	cursor:pointer;
	display:inline-block;
	height:16px;
	padding:2px 6px 0 5px;
}
#content a.button:hover {
	color:#FFF;
	text-decoration:none;
}
a.button-large {
	background:url(/images/Internet2010/bg_button_large_left.gif) no-repeat;
	color:#FFF;
	display:inline-block;
	padding-left:1px;
	text-decoration:none;
}
a.button-large span {
	background:url(/images/Internet2010/bg_button_large_right.gif) right 0 no-repeat;
	cursor:pointer;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	height:20px;
	padding:5px 10px 0 9px;
}
#content a.button-large:hover {
	color:#FFF;
	text-decoration:none;
}
a.button-red {
	background-image:url(/images/Internet2010/bg_button_left_red.gif);
}
a.button-red span {
	background-image:url(/images/Internet2010/bg_button_right_red.gif);
}
a.button-large-red {
	background-image:url(/images/Internet2010/bg_button_large_left_red.gif);
}
a.button-large-red span {
	background-image:url(/images/Internet2010/bg_button_large_right_red.gif);
}
a.lnk-external {
	background:url(/images/Internet2010/lnk_ext.gif) 0 1px no-repeat;
	padding-left:12px;
}

.form-button {
	background:url(/images/Internet2010/bg_button_left.gif) no-repeat;
	display:inline-block;
	height:18px;
	padding-left:1px;
}
.form-button input {
	background:url(/images/Internet2010/bg_button_right.gif) right 0 no-repeat;
	border:none;
	color:#FFF;
	cursor:pointer;
	font-size:11px;
	padding:1px 6px 3px 5px;
}
.form-button-red {
	background-image:url(/images/Internet2010/bg_button_left_red.gif);
}
.form-button-red input, .form-button-red a {
	background-image:url(/images/Internet2010/bg_button_right_red.gif);
}
#content .form-button-red a 
{
	color:#FFF;
	cursor:pointer;
	font-size:11px;
	padding:1px 6px 3px 5px;
	text-decoration:none;
}
#content .form-button-red a:hover
{
	color:#FFF;
	text-decoration:underline;
}

/* GRID */
#header-area-bg {
	background:#C3D7EB;
}
#header-area {
	height:106px;
	margin:0 auto;
	width:916px;
}
#prim-nav-area-bg {
	background:#36A;
}
#prim-nav-area {
	height:24px;
	height:auto !important;
	margin:1px auto 0;
	min-height:24px;
	padding:6px 10px 0 0;
	width:926px;
}
#breadcrumb {
	margin:12px auto 0;
	width:916px;
}
#content-area {
	margin:32px auto 0;
	width:916px;
}
.content-area-full-width {
    margin-left: 70px;
}
#sec-nav {
	padding-top:4px;
}
#footer-area {
	color:#999;
	font-size:10px;
	margin:0 auto 5px;
	width:916px;
}
.halfcol,
.twothirdsofacol,
.onecol,
.oneandathirdcol,
.oneandahalfcol,
.twocol,
.threecol,
.fourcol {
	float:left;
}
.twocol .twocol,
.threecol .threecol,
.fourcol .fourcol {
	float:none;
}
.halfcol {
	width:94px;
}
.twothirdsofacol {
	width:140px;
}
.onecol {
	width:196px;
}
.oneandathirdcol {
    width:276px;
}
.oneandahalfcol {
	width:316px;
}
.twocol {
	width:436px;
}
.threecol {
	width:676px;
}
.fourcol {
	width:916px;
}
.spacer-horizontal {
	float:left;
	height:1px;
	width:44px;
}
.spacer-horizontal-tiny {
	float:left;
	height:1px;
	width:8px;
}
.spacer-vertical {
/*height:28px;*/
	height:14px;
	width:1px;
}
.line-horizontal {
	height:8px;
	font-size:1px;
	width:100%;
	border-top:1px solid #9A9A9A;
}
.spacer-vertical-small {
	height:14px;
	overflow:hidden;
	width:1px;
}
.spacer-vertical-tiny {
	height:7px;
	overflow:hidden;
	width:1px;
}

/* DROPDOWN */
.dropdown-tab {
	background:url(/images/Internet2010/dropdown_tab_left.png) no-repeat;
	color:#003399;
	display:none;
	height:37px;
	padding-left:18px;
	position:absolute;
	z-index:1030;
}
.dropdown-tab span {
	background:url(/images/Internet2010/dropdown_tab_right.png) right 0 no-repeat;
	display:inline-block;
	height:37px;
	padding-right:18px;
}
.dropdown-tab span span {
	background:url(/images/Internet2010/dropdown_tab_center.png) repeat-x;
	height:25px;
	padding:12px 0 1px;
}
.dropdown-content {
	display:none;
	position:absolute;
	z-index:1020;
}
.dropdown-content .top div,
.dropdown-content .bottom div {
	height:18px;
	overflow:hidden;
}
.dropdown-content .left {
	padding-left:18px;
}
.dropdown-content .right {
	padding-right:18px;
}
.dropdown-content .top .left {
	background:url(/images/Internet2010/dropdown_top_left.png) no-repeat;
}
.dropdown-content .top .right {
	background:url(/images/Internet2010/dropdown_top_right.png) right 0 no-repeat;
}
.dropdown-content .top .center {
	background:url(/images/Internet2010/dropdown_top_center.png) repeat-x;
}
.dropdown-content .bottom .left {
	background:url(/images/Internet2010/dropdown_bottom_left.png) no-repeat;
}
.dropdown-content .bottom .right {
	background:url(/images/Internet2010/dropdown_bottom_right.png) right 0 no-repeat;
}
.dropdown-content .bottom .center {
	background:url(/images/Internet2010/dropdown_bottom_center.png) repeat-x;
}
.dropdown-content .middle .left {
	background:url(/images/Internet2010/dropdown_middle_left.png) repeat-y;
}
.dropdown-content .middle .right {
	background:url(/images/Internet2010/dropdown_middle_right.png) right 0 repeat-y;
}
.dropdown-content .middle .center {
	background:#FFF;
}
/* HIGHLIGHT MENU WITHOUT DOROPDOWN */
.dropdown-tab span.straight {
	background:url(/images/Internet2010/dropdown_tab_right_straight.png) right 0 no-repeat;
	display:inline-block;
	height:37px;
	padding-right:18px;
}


/* HEADER */
#logo {
	float:left;
}
#claim 
{
    float:left;
    font-size:18px;
    padding:23px 30px 0;
}
#top-navigation-area {
	overflow:visible;
	float:right;
	margin-top:11px;	
	min-width:200px;
}
#top-navigation-area .buttons {
	float:right;
	width:200px;
}
#top-navigation-area .language-selector,
#top-navigation-area .contact {
	float:left;
}
#top-navigation-area .telephone,
#top-navigation-area .callback {
	float:right;
	margin-left:4px;
}
#top-navigation-area .select-language {
	background:url(/images/Internet2010/icon_linkarrow_solid.gif) 0 1px no-repeat;
	padding-left:10px;
}
.language-dropdown .dropdown-content {
	left:-8px;
}
.language-dropdown .dropdown-content .center {
	width:896px;
}
.language-dropdown .dropdown-content .onecol {
	width:269px; /* 269.3333333333 */
}
.language-dropdown .dropdown-content li {
	padding-top:12px;
}
.language-dropdown .dropdown-content a.flag {
	background-position:0 1px;
	background-repeat:no-repeat;
	padding-left:23px;
}
#header-area .language-dropdown .dropdown-content a:hover {
	color:#990000;
	text-decoration:underline;
}



/* PRIMARY NAVIGATION (and sitemap) */
.prim-nav {
	float:left;
}
.prim-nav li {
	float:left;
	padding:2px 10px 6px;
}
.prim-nav li a {
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	white-space:nowrap;
}
.prim-nav .dropdown-content li a {
	white-space:normal;
}
.prim-nav li.active {
	background:#FFF;
}
.prim-nav li.active a {
	color:#003399;
}
.meta-navigation {
	background:url(/images/Internet2010/separator_vertical_10.gif) 0 6px no-repeat;
	float:right;
	padding-top:4px;
}
.meta-navigation li {
	background:url(/images/Internet2010/separator_vertical_10.gif) right 2px no-repeat;
	float:left;
	padding:0 11px 0 8px;
}
.meta-navigation li a {
	color:#FFF;
}
#prim-nav-area .prim-nav .dropdown-tab a {
	color:#003399;
}
.prim-nav .dropdown-tab {
	background-image:url(/images/Internet2010/dropdown_tab_left_straight.png);
}
.prim-nav .dropdown-content .top .left {
	background:url(/images/Internet2010/dropdown_middle_left.png) 0 bottom no-repeat;
}
.prim-nav .opens-left .dropdown-tab {
	background-image:url(/images/Internet2010/dropdown_tab_left.png);
}
.prim-nav .opens-left .dropdown-tab span {
	background-image:url(/images/Internet2010/dropdown_tab_right_straight.png);
}
.prim-nav .opens-left .dropdown-tab span span {
	background-image:url(/images/Internet2010/dropdown_tab_center.png);
}
.prim-nav .opens-left .dropdown-content .top .left {
	background:url(/images/Internet2010/dropdown_top_left.png) no-repeat;
}
.prim-nav .opens-left .dropdown-content .top .right {
	background:url(/images/Internet2010/dropdown_middle_right.png) right bottom no-repeat;
}
.prim-nav .dropdown-onecol .center {
	width:180px;
}
.prim-nav .dropdown-twocol .center {
	width:404px;
}
.prim-nav .dropdown-threecol .center {
	width:628px;
}
.prim-nav .dropdown-fourcol .center {
	width:852px;
}
.prim-nav .dropdown-content .onecol {
	width:180px;
}
.prim-nav .dropdown-content li {
	float:none;
	line-height:12px; /*was 14 px*/
	padding:6px 0 0 0;
}
.prim-nav .dropdown-content li a {
	color:#333;
	font-size:11px;
	font-weight:normal;
}
.prim-nav .dropdown-content li a:hover,
#content .sitemap a:hover {
	color:#990000;
	text-decoration:underline;
}
#content .sitemap li {
	background:none;
	padding-left:0;
}
.prim-nav .level-2 li,
.sitemap .level-2 li {
	padding-bottom:10px;
}
.prim-nav .level-2 li li,
.sitemap .level-2 li li {
	padding-bottom:0;
}
.prim-nav .level-2 li a,
.sitemap .level-2 li a {
	font-weight:bold;
}
.prim-nav .level-3 li a,
.sitemap .level-3 li a {
	font-weight:normal;
}
.prim-nav .level-4 li,
#content .sitemap .level-4 li {
	padding-left:12px;
}
.sitemap h2 {
	padding-top:14px;
}
#content .sitemap a {
	text-decoration:none;
}

/* SEARCH */
#search {
	float:right;
}
#search .form-text {
	margin-right:4px;
	width:115px;
}
#search .form-button input {
	width:49px;
}

/* SECONDARY NAVIGATION */
#sec-nav ul {
	border-top:1px solid #9A9A9A;
	padding-bottom:10px;
}
#sec-nav ul ul ul {
	padding-bottom:2px;
}
#sec-nav li {
	border-bottom:1px solid #9A9A9A;
}
#sec-nav li a {
	display:block;
	padding:5px 0 2px;
}
#sec-nav li a.active-trail {
	font-weight:bold;
}
#sec-nav li a.active,
#sec-nav li a:hover {
	color:#003399;
	font-weight:bold;
}
#sec-nav li li {
	border:none;
}
#sec-nav li li a {
	border:none;
	padding-bottom:3px;
}
#sec-nav li li ul {
	border:none;
}
#sec-nav li li li a {
	background:url(/images/Internet2010/icon_bullet.gif) 1px 11px no-repeat;
	padding-left:9px;
}
#sec-nav li li li a.active {
	background-image:url(/images/Internet2010/icon_bullet_blue.gif);
}

/* BREADCRUMB */
#breadcrumb span,
#breadcrumb ul {
	float:left;
	line-height:14px;
}
#breadcrumb li {
	float:left;
	margin-left:10px;
}
#breadcrumb a.active {
	color:#666666;
}

/* CONTENT */
h1, span.pressrelaseheadline {
	font-size:22px;
	font-weight:normal;
	margin-bottom:13px;
}
h2 {
	border-bottom:1px solid #999;
	font-size:18px;
	font-weight:normal;
	padding-bottom:10px;
}
h2.light {
	border:none;
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	padding:0;
}
h3 {
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	padding-top:6px;
}
#content h2 a,
#content h3 a {
	text-decoration:none;
}
#content p,
#context-zone p{
	line-height:16px;
	padding-top:6px;
}
#content ul li,
#context-zone ul li {
	background:url(/images/Internet2010/icon_bullet.gif) 0 14px no-repeat;
	padding-left:10px;
}
#content li,
#context-zone li {
	line-height:14px;
	padding-top:8px;
}
.form-text {
	border:1px solid #9A9A9A;
	color:#333;
	font-size:11px;
	height:12px;
	padding:2px;
}
.form-textarea {
	border:1px solid #9A9A9A;
	color:#333;
	font-size:11px;
}
.form-select {
	color:#333;
	font-size:11px;
}
:root .form-select { /* for css3 browsers */
	padding-bottom:2px;
	padding-top:1px;
}
#content ul.links li,
#context-zone ul.links li {
	background:none;
	padding-left:0;
}
.align-right {
	text-align:right;
}
.indent {
	padding-left:10px;
	padding-right:10px;
}
.colored {
	background:#E1EBF5;
}
#content .no-padding {
	padding:0;
}
#content .no-padding-top,
#context-zone .no-padding-top {
	padding-top:0;
}
#content .no-border,
#context-zone .no-border {
	border:none;
}
/* content: tabs */
.tab-wrapper .tabs {
	background:url(/images/Internet2010/pixel_9a9a9a.gif) 0 bottom repeat-x;
	height:28px;
	overflow:hidden;
}
#content .tab-wrapper .tabs a {
	background:url(/images/Internet2010/tab_left.gif) no-repeat;
	display:inline-block;
	float:left;
	font-weight:bold;
	height:28px;
	margin-left:2px;
	padding-left:9px;
	text-decoration:none;
}
#content .tab-wrapper .tabs a.first {
	margin-left:0;
}
#content .tab-wrapper .tabs a.active {
	background-image:url(/images/Internet2010/tab_left_active.gif);
}
.tab-wrapper .tabs a span {
	background:url(/images/Internet2010/tab_right.gif) right 0 no-repeat;
	cursor:pointer;
	display:inline-block;
	height:21px;
	padding:7px 9px 0 0;
}
.tab-wrapper .tabs a.active span {
	background-image:url(/images/Internet2010/tab_right_active.gif);
}
.tab-wrapper .tab-content-items {
	border:1px solid #9a9a9a;
	border-width:0 1px;
}
.tab-wrapper .tab-content-item {
	padding:4px 8px 10px;
}
.tab-wrapper .tab-bottom {
	background:url(/images/Internet2010/tab_content_bottom_left.gif) no-repeat;
	height:2px;
	overflow:hidden;
	padding-left:2px;
}
.tab-wrapper .tab-bottom .right {
	background:url(/images/Internet2010/tab_content_bottom_right.gif) right 0 no-repeat;
	height:2px;
	overflow:hidden;
}

/*accordion styles*/
.accordionContent {
	display:none;
	padding: 0 10px 10px 10px;	
}

.accordionLable {
	cursor:hand;
	cursor:pointer;
	background: url(/images/Internet2010/icon_linkarrow.gif) 0 4px no-repeat;
	padding: 0 10px 0 10px;
}

.accordionActive {
	background: url(/images/Internet2010/icon_linkarrow_down.gif) 0 5px no-repeat;
}


/* SOCIAL BOOKMARKS */
#content-area .social-bookmarks {
	padding-top:2px;
}
.social-bookmarks a {
	margin-left:2px;
}
.portlet .social-bookmarks img {
	padding-bottom:0;
}

.home_headline_box {
    float:left;
    width:662px;    
}

.home_socialmedia_box {
    float:left;
    width:256px;
    text-align:right;
    height:100%;
}

/* PORTLETS */
.portlet h3.linked {
	background:#E1EBF5;
	padding:6px 10px 8px;
}
.portlet img {
	padding-top:6px;
}

.portlet-tabs h2 {
	border:none;
}
#content .portlet a.thumbnail-video {
	position:relative;
	text-decoration:none;
}
.portlet .thumbnail-video img {
	padding:0;
}
.portlet .thumbnail-video .play {
	position:absolute;
	right:5px;
	top:48px;
}
.portlet a.thumbnail-video span {
	background:#E1EBF5;
	display:block;
	line-height:16px;
	padding:0 6px;
}
.portlet .image-link {
	background:#E1EBF5;
}
.portlet .image-link img {
	padding:0;
}

/* HOMEPAGE */
.home #content-area {
	margin-top:35px;
}
.home h1 {
	margin-bottom:0;
}
.home h2 {
	padding-bottom:6px;
}
.home #content p.subheadline, .home #content h1.subheadline {
	font-size:12px;
	line-height:18px;
	padding:0;
}
.home p.headline_home {
	font-size:22px;
	font-weight:normal;
	margin-bottom:4px;
}

/* homepage: stage */
.stage .gallery {
	float:left;
	height:220px;
	overflow:hidden;
	position:relative;
	width:916px;
}
.stage .gallery .visuals .item {
	left:0;
	position:absolute;
	top:0;
	z-index:1;
}
.stage .gallery .layer {
	position:absolute;
	right:23px;
	top:23px;
	width:254px;
	z-index:2;
}
.stage .gallery .layer .corners {
	background:url(/images/Internet2010/bg_gallerylayer_corners.png);
	height:1px;
	overflow:hidden;
}
.stage .gallery .layer .content {
	background:url(/images/Internet2010/transparency_white_80.png);
	padding:6px 12px 7px;
	width:230px;
}
.stage .gallery .controls {
	bottom:0;
	height:40px;
	left:0;
	position:absolute;
	z-index:2;
}
.stage .gallery .controls a {
	display:block;
	float:left;
	height:40px;
	position:relative;
	width:40px;
}
.stage .gallery .controls a.previous {
	background:url(/images/Internet2010/icon_gallery_previous.png);
}
.stage .gallery .controls a.next {
	background:url(/images/Internet2010/icon_gallery_next.png);
}
.stage .gallery .controls a .highlight {
	border:4px solid #3366AA;
	display:none;
	height:32px;
	left:0;
	position:absolute;
	top:0;
	width:32px;
}
.stage .gallery .controls a.active .highlight {
	display:block;
}
.stage .additional {
	background:#C3D7EB;
	float:left;
	height:220px;
	overflow:hidden;
	width:320px;
}
.stage .finder {
	height:180px;
	padding:20px;
}
.stage .finder .background {
	background:#FFF;
	height:150px;
	padding:15px;
}
.stage .finder h3 {
	margin:3px 0;
}
#content .stage .finder li {
	padding-top:4px;
}
#content .stage .finder li.no-padding-top {
	padding-top:0;
}
/* homepage: portlets */
.home #content .special h2 {
	border:none;
	padding:0;
}
.home .special .portlet {
	border-top:1px solid #999;
	padding-top:4px;
}
#news h2 {
	float:left;
	margin-right:20px;
}
#news .content{
	float:left;
	width:345px;
}
/* homepage newsticker */
#news #newsticker p.news {
	display:none;
}
#news #newsticker p.active {
	display:block;
}

/* SECTION PAGE */
.case-study .description {
	margin-top:-4px;
}
.case-study .filesize {
	display:inline-block;
	height:16px;
	margin-left:10px;
	padding-top:2px;
	vertical-align:top;
}
.toggle,
.collapse {
	display:none;
}
.events {
	border-bottom:1px solid #999;
	margin-bottom:10px;
}
#content .events li {
	background:none;
	padding:18px 0 19px;
}
.events .header {
	background:#E1EBF5;
	margin-bottom:8px;
	padding:8px 10px;
}
.events .header h3 {
	padding:0;
	float:left;
	line-height:14px;
}
.events .header .lnk-calendar {
	float:right;
}
#content .calendar-month li {
	background:none;
	border-bottom:1px solid #999;
	color:#000;
	padding:3px 3px 5px;
}
#content .calendar-month li.weekend {
	background:#EEEEEE;
}
.calendar-month .calendar-day {
	float:left;
	width:19px;
}
.calendar-month .calendar-events {
	float:left;
	width:171px;
}

/* CONTENT PAGE */
.image-left {
	float:left;
	margin:9px 44px 0 0;
}
	.onecol .image-left {
		margin-right:22px;
	}
.image-right {
	float:right;
	margin:9px 0 0 44px;
}
	.onecol .image-right {
		margin-left:22px;
	}
/* content page: press releases */
/* (html code and therefore class names mostly conserved from old rendering) */

.paged-content .pagingBox {
	background:#E1EBF5;
	padding:10px;
}
#content .paged-content .pagingBox p {
	padding:0;
}
.paged-content .pages {
	float:left;
}
.paged-content .pagingRSS {
	float:right;
}
.paged-content .paging {
	margin:0 auto;
	text-align:center;
	width:250px;
}
#content .paged-content .paging li {
	background:none;
	display:inline;
	line-height:16px;
	padding:0 3px;
}
.paged-content .pagingRSS a {
	background:url(/images/Internet2010/icon_rss.gif) right 0 no-repeat;
	padding-right:20px;
}
#content .press-releases .result {
	padding:10px 0;
}
.paged-content .paging a,
.press-releases .result a {
	color:#990000;
	text-decoration:underline;
}
#content .paged-content .paging a.active {
	text-decoration:none;
}
.image-gallery  .frmBox , .press-releases .frmBox {
	background:#E1EBF5;
	margin-bottom:1px;
	padding:10px;
}
.image-gallery .frmBox .fLft, .press-releases .frmBox .fLft {
	float:left;
}
.press-releases .frmBox .fRgt {
	float:right;
}
.image-gallery .frmBox *, .press-releases .frmBox * {
	vertical-align:middle;
}
.image-gallery .indent {
	padding-bottom:8px;
}

.image-gallery div.hochkant {
	text-align:center;
}
.image-gallery span.indent {
	display:block;
	padding-top:6px;
	min-height:50px;
	height:auto !important;
	height:50px;
}

/* CONTACT */
h2.telephone {
	background:url(/images/Internet2010/icon_telephone.gif) 0 7px no-repeat;
	padding-left:18px;
}
#contactform .row, #eventreg .row, #mymailform .row {
	padding-top:4px;
}
.error,
#content .error * {
	border-color:#F66E13;
	color:#F66E13;
}
#contactform label, #eventreg label, #mymailform label {
	float:left;
	padding-right:8px;
	width:138px;
}
#contactform .form-text, #eventreg .form-text, #mymailform .form-text {
	float:left;
	width:266px;
}
#contactform .form-textarea, #eventreg .form-textarea, #mymailform .form-textarea {
	float:left;
	width:270px;
}
#contactform .form-select, #eventreg .form-select, #mymailform .form-select{
	float:left;
	width:272px;
}

/* Registration */

.error #uc_beta_member 
{
    outline:2px solid #F66E13;
    border:2px solid #F66E13;
}


/*mymail*/
#mymailform, #mymailerrors {
width:418px;
}

#mymailerrors, span.mailerror {
color:#F66E13;
font-weight:bold;
padding-left:146px;
}

#mymailerrors {
display:none;
}

.mymailerror {
border-color: #F66E13;
color:#F66E13;
} 

/* MAIL-A-FRIEND */
#mailafriend .row {
	padding-top:4px;
}
.error,
#mailafriend .error * {
	border-color:#F66E13;
	color:#F66E13;
}
#mailafriend label {
	float:left;
	padding-right:8px;
	width:138px;
}
#mailafriend .form-text {
	float:left;
	width:200px;
}
#mailafriend .form-textarea {
	float:left;
	width:204px;
}
#mailafriend .form-select {
	float:left;
	width:206px;
}

/* CONTEXT ZONE */
#context-zone h2 {
	border:none;
	padding:0px 10px 0;
}
#context-zone .portlet {
	width:196px;
	border-top:1px solid #999;
	padding-top:4px;
}
#context-zone .opaque {
	border-top:none;
	padding-top:0;
}
#context-zone .opaque .corners {
	background:url(/images/Internet2010/bg_portlet_opaque_corners.gif);
	height:1px;
	overflow:hidden;
}
#context-zone .opaque .content {
	background:#E1EBF5;
	padding:10px;
}
#context-zone .opaque .toggle {
	margin-top:1px;
}
#context-zone .opaque h2 {
	padding:0;
}
#context-zone .functions {
	line-height:16px;
}
#context-zone .functions .lnk-email {
	float:left;
}
#context-zone .functions .lnk-print {
	float:right;
}
#context-zone .product-finder {
	background:#E1EBF5;
}
#context-zone .gallery .row a {
	display:block;
	float:left;
	height:60px;
	overflow:hidden;
	width:60px;
}
#context-zone .gallery img {
	padding:0;
}
#context-zone .form-text {
	width:170px;
	margin-bottom:6px;
}
#context-zone .social-bookmarks {
	padding-left:10px;
	padding-right:10px;
}

/* FOOTER */
#footer-area .copyright {
	float:left;
	width:400px;
}
#footer-area .footer-links {
	float:right;
}
#footer-area .footer-links li {
	background:url(/images/Internet2010/separator_vertical_9.gif) right 3px no-repeat;
	float:left;
	padding:0 11px 0 8px;
}
#footer-area .footer-links li.last {
	background:none;
	padding-right:0;
}
#footer-area .footer-links a {
	color:#999999;
}
#footer-area .footer-links a:hover {
	text-decoration:underline;
}

/* GOOGLE SEARCH */
div.googleSearch div.g  
{
	font-size:11px;
}
div.googleSearch div.n a 
{
	color:#000;
	font-size:11px;
	display:inline;
}
div.googleSearch div.n span.b a {
	color:#0000CC;
	font-size:12px;
	font-weight:bold;
}

/* DOWNLOAD PROTECTION */
.tracker-body 
{
	border:1px solid #333;
	padding: 10px;
	height:308px;
}
#tracker .row {
	padding-top:4px;
}
.error,
#tracker .error * {
	border-color:#F66E13;
	color:#F66E13;
}
#tracker label {
	float:left;
	padding-right:8px;
	width:138px;
}
#tracker .form-text {
	float:left;
	width:266px;
}
#tracker .form-textarea {
	float:left;
	width:270px;
}
#tracker .form-select {
	float:left;
	width:272px;
}
.dlpModalBackground {
	z-index:500;
	display:none;
}
.dlpModalImage {
	z-index:501;
	display:none;
}
.dlpModalImageContent {
	position:absolute;
	left:292px;
	top:188px;
	padding: 10px;
	background-color:transparent;
}
.dlpModalImage .dlpModalClose {
	position:absolute;
	left:440px;
	top:15px;
	width:19px;
	height:19px;
	margin: 0 0 0 2px;
	z-index:512;
	background: url(/images/Internet2010/icon_close.gif) no-repeat scroll 0 0 transparent;
	text-decoration:none;
}
.dlpModalImage span {
	display:block;
	font-size:0.69em; 
	padding-top:9px;
}
#iframeContainer {
	background-color:#fff;
}

/* SITEMAP */
#content #sitemap ul li {
	list-style:none;
	background:none;
}
#content #sitemap ul li.nopadding {
	padding-left:0px;
}

.bold {
font-weight:bold;
}

/* FAQs */
ul.faqs {
    padding-bottom:14px;
}

#content ul li.faqs {
    background:none;
    margin-top:14px;
    padding:0;
}

li.faqs .header,
li.faqs .content {
    background:#E1EBF5;
    padding:4px 10px 10px;
    position:relative;
}
li.faqs .content {
    display:block;
    margin-top:1px;
	background: transparent;
	border: 2px solid #E1EBF5;
}

/* FORUM YAF */
ul.forums {
    padding-bottom:14px;
}

#content ul li.forum {
    background:none;
    margin-top:14px;
    padding:0;
}

li.forum .header,
li.forum .content {
    background:#E1EBF5;
    padding:4px 10px 10px;
    position:relative;
}

li.forum .header a.lnk-toggle-open,
li.forum .header a.lnk-toggle-close {
    height:18px;
    padding:0;
    position:absolute;
    right:10px;
    top:10px;
    width:18px;
}

li.forum .content {
    display:block;
    margin-top:1px;
}

li.forum .register {
    text-align:right;
}

#content li.forum .button {
    line-height:14px;
    margin-left:7px;
}


/* INLINE EDIT */
.rsInlineEdit {
	font-weight:bold;
	color:red;	
}

.red 
{
    font-weight:bold;
	color:red;
}
.reuse
{
    font-weight:bold;
	color:#C80000;
}


/* SHARE THIS */

#at15s {
    
    float: none !important;
    line-height: 1em !important;
    margin: 0 !important;
    overflow: visible !important;
    padding: 1px !important;
    position: absolute !important;
    text-align: left !important;
}

#at15ptc { 
font-weight:bold !important; 
color: #999999 !important;
font-family: Arial,Helvetica,sans-serif !important;
font-size: 0.9em !important;
}
#at15s, #at16p {
    border-radius: 0 0 0 0 !important;
}


a#at15sptx {
    border: 1px solid #999999;
    color: #4C4C4C;
    font-weight: bold;
    padding: 3px;
    right: 4px;
    text-decoration: none;
    top: 4px;
}

#at15sptx {
color: #cd4f39 !important; 
font-weight: bold !important;
font-family: Arial,Helvetica,sans-serif!important;
right: -2px !important;
text-decoration: none;
top: -2px !important;
font-size: 13px !important;
}

#at15sptx:hover { 
    text-decoration: none; 
}

#at15s_head {
    background: none repeat scroll 0 0 #F2F2F2;
    border-bottom: 0px solid #E5E5E5; 
    cursor: default;
    padding: 4px;
    position: relative;
}

#at16pf {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 0px solid #E5E5E5 !important; 
    height: 12px;
    position: relative;
}
#at-logo {
    background:none no-repeat scroll left center transparent !important; 
    padding-left: 10px;
    right: 10px;
	}
	
.at_baa {
    display: none !important; 
    outline: medium none;
    overflow: hidden;
}

#at16pf a:hover {
    text-decoration: none;
	}
	
#at_hover .at_item, #at_share .at_item {
    background: none repeat scroll 0 0 #FFFFFF !important;
	color: #999999 !important; 
    font-weight: normal !important;
    font-family: Arial,Helvetica,sans-serif!important;
    float: left !important;
	font-size: 0.8em !important;
}
#at_hover .at_bold {
    font-weight: normal;
	color: #999999 !important; 
	font-weight: bold !important;
	font-family: Arial,Helvetica,sans-serif!important;
	font-size: o.8em !important;
	}
	
#at16pf a.at-settings {
    display: none !important; 
    left: 8px;
    width: 65px;
}

#at_pspromo {
	display:none !important;
}

.at15s_head_success {
	background:#C3D7EB !important;
	border-bottom:none !important;
}

#content-area a.addthis_button,
#context-zone a.addthis_button {
    background: url("/images/Internet2010/icon_share_this_12x12.gif") no-repeat scroll 0 1px transparent;
    padding-left: 16px;
    color: #333333;
    text-decoration: none;
	display: inline-block;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
}
#context-zone a.addthis_button {
	float:left;
}

a.addthis_button:link {
    color: #333333;
    text-decoration: none;
	display: inline-block;
}

a.addthis_button:visited {
    color: #333333;
    text-decoration: none;
	display: inline-block;
}

a.addthis_button:hover
{
    color: #8b3a3a ;
    text-decoration: underline;
	display: inline-block;
}

/*Newsroom*/


.tweet_list {
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: hidden;
		background-color: #fff;
	}
	
.tweet_list .awesome,
.tweet_list .epic {
			text-transform: uppercase;
		}
		
#content .tweet_list li 
{
    padding-left:0px;
    background:none;
			overflow-y: auto;
			overflow-x: hidden;
			line-height: 16px;
		}
		
.tweet_list li a {
				color: #333333;
			}
		
.tweet_list .tweet_even {
			background-color: #fff;
		}
		
.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}

.loaderimgYT{margin-top:60px;margin-left:100px;}
.loaderimgFB{margin-top:60px;margin-left:80px;}
#flickr_badge_uber_wrapper {text-align:center; width:240px;}
#flickr_badge_wrapper {padding:0px 0 0px 0;}
.flickr_badge_image {margin:0 1px 1px 0px;float:left;}
.portlet .flickr_badge_image img {width:64px;height:64px;padding:0;}
#flickr_badge_source {text-align:left; margin:0 0px 0 0px;}
#flickr_badge_icon {float:left; margin-right:0px;}
#flickr_www {display:block; padding:0 0px 0 0px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#333333 !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#333333;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}

#content .facebookfeed{width:196px;margin:0px;}

.ytcontainer{width:276px;height:202px;font: 11px Arial, Helvetica, Sans serif !important; color:#333333;}

#youtube_latest1, #youtube_latest2 {margin-right:44px;}
#youtube_latest1, #youtube_latest2, #youtube_latest3 {height:202px;width:276px;font: 11px Arial, Helvetica, Sans serif !important; color:#333333;}
.yttitle {padding-top:4px;}

div.fourcol {
    width: 916px;
}

.tweet,
.query, #content .facebookfeed ul li, #content .pressfeed  ul li
{
    text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	line-height:16px;
	background:none;
	list-style:none;
	padding-left:0;	
}

 #content .facebookfeed ul li, #content .tweet_list li, #content .pressfeed  ul li 
 {
     padding-top:6px;
     }
     
     
/* LANDING PAGE CAROUSSEL START */

.d17ContentFlow img {
  width: 0;
  height: 0;
  visibility: hidden;
}

.d17ContentFlow_Instance {
  overflow: hidden;
}

.d17ContentFlow_Loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  /*width: 916px;
  height: 235px;*/
  width: 100%;
  height: 100%;
  background: url(/images/Internet2010/loader.gif) no-repeat 50% 50% #333333;
}

.d17ContentFlow_Item {
  cursor: pointer;
  background: #CCCCCC;
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
  height: 235px;
  z-index: 1000;  
}

.d17ContentFlow_ItemInner {
  width: 100%;
  height: 100%;
  position: relative;
}

.d17ContentFlow_Item img {
  width: 100% !important;
  height: 100% !important;
  box-shadow: 0 0 3px rgba(153, 153, 153, 1);
  -webkit-box-shadow: 0 0 3px rgba(153, 153, 153, 1);
  -moz-box-shadow: 0 0 3px rgba(153, 153, 153, 1);
  display: block;
}

.d17ContentFlow_Previous {
  width: 28px;
  height: 34px;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 0;
  background: url(/images/Internet2010/leftarr.jpg) no-repeat 0 0;
  cursor: pointer;
}

.d17ContentFlow_Next {
  width: 28px;
  height: 34px;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  right: 0;
  background: url(/images/Internet2010/rightarr.jpg) no-repeat 0 0;
  cursor: pointer;
}

.d17ContentFlow_Hide {
  display: none;
}

.d17ContentFlow_Fade {
  z-index: 1008;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.d17ContentFlow_Fade.Active {
  z-index: 1010;
}

.d17ContentFlow_Fade.Next {
  z-index: 1009;
}


/*
main.css
*/
#navbar {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BACKGROUND: url(/images/Internet2010/menubg.png) 0px 0px; HEIGHT: 40px; COLOR: #ffffff; FONT-SIZE: 0.95em; OVERFLOW: hidden; BORDER-TOP: #ffffff 1px solid; PADDING-TOP: 0px
}
#navbar LI {
	LIST-STYLE-TYPE: none; BACKGROUND: url(/images/Internet2010/menuitembg.png) repeat-y 0px 0px; FLOAT: left; CURSOR: pointer; LIST-STYLE-IMAGE: none;
	padding:0;
	HEIGHT: 40px;
	line-height:12px;

}
#navbar TD {
	HEIGHT: 40px;	
	font-weight:bold;
	padding:0 5px 0 5px;
}
#navbar LI:hover {
	HEIGHT: 40px; LIST-STYLE-TYPE: none; BACKGROUND: url(/images/Internet2010/menuitembg.png) #2b4e8e repeat-y 0px 0px; FLOAT: left; LIST-STYLE-IMAGE: none
}
#navbar LI.active {
	HEIGHT: 40px;
	LIST-STYLE-TYPE: none;
	BACKGROUND: url(/images/Internet2010/menuitembg.png) #2b4e8e repeat-y 0px 0px; FLOAT: left; LIST-STYLE-IMAGE: none
}
/*####################################*/
#content-flow-content
{
   /* background-color:#d4d4d4;*/
    margin-bottom:16px;
     margin-top:16px;
    width:916px;
     float:left;
    }
    
#content-flow-content .page
{
   display:none;
   width:916px;
   float:left;
}
    
#content-flow-content .active
{
   display:block;
}
    
#content-flow-content .page .portlet
{
    /*width:196px;*/
}
#content-flow-content .page .portlet img
{
padding-top:0px !important;
}


.portlet .image-right {
	
	margin-left:14px;
}

.zip 
{
    display:block;
    background: url(/images/Internet2010/btn_download.png) no-repeat -1px -1px;
    height:22px;
    width:94px;
    text-indent: -10000px;
}

/* LANDING PAGE CAROUSSEL END */


 .verbraucherschutz  {
     float:right;
     text-align:right;
 }
 

