﻿/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0%;
	padding: 0%;
	font-size: 12px;
}

* {
	font-family: Arial, Helvetica, sans-serif;
}


/* Positioning */


#headlineInclude {
	position: absolute;
	left: 190px;
	top: 113px; /* EINZEILIG */ /*	top:94px; 	*/ /* ZWEIZEILIG */
	width: 790px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 30px;
}

.headerTopLeft {
	position: absolute;
	left: 20px;
	top: 3px;
	width: 950px;
	text-align: left;
	padding: 0px 1px 0px 1px;
	white-space: nowrap;
	font-size: 11px;
	color: #004a96;
}

.headerTopLeft a {
	color: #004a96;
	text-decoration: none;
}

.headerTopLeft a:hover {
	text-decoration: underline;
}

.headerTopRight {
	position: absolute;
	left: 950px;
	top: 7px;
	width: 290px;
	text-align: right;
	padding: 0px 1px 0px 1px;
	white-space: nowrap;
	font-size: 11px;
	color: #004a96;
}

.headerTopRight a {
	color: #004a96;
	text-decoration: none;
}

.headerTopRight a:hover {
	text-decoration: underline;
}

.banderole {
	position: absolute;
	width: 100%;
	height: 160px;
	top: 35px;
	min-width: 994px;
	background-color: #65ac1e; /* 100% */
	
	filter: alpha ( opacity = 40 );
	-moz-opacity: 0.40;
	opacity: 0.40;
}

.mainNavigation {
	left: 200px;
	top: 155px;
	position: absolute;
	width: 794px;
	border: dotted;
}

.channelLogin {
	position: absolute;
	top: 7px;
	left: 20px;
	width: auto;
	padding: 0px 10px 0px 1px;

	white-space: nowrap;
	font-size: 11px;
	color: #666666;
}

.channelLogin a {
	color: #999999;
	text-decoration: none;
}

.channelLogin a:hover {
	text-decoration: underline;
}

.basfLogoPosition {
	position: absolute;
	left: 20px;
	top: 35px;
	width: 160px;
	height: 160px;
}

.headerImage {
	margin-left: 180px;
	position: relative;
	min-height: 221px; /* wegen unterschiedlichem Verhalten bei Browsern */
	height: 221px; /* wegen unterschiedlichem Verhalten bei Browsern */
	/*	height:auto;  wegen unterschiedlichem Verhalten bei Browsern */
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: -5px;
	background-image: url(default-banner.jpg);
	/*background-image: url(video-banner.jpg);*/
}

.headerImageToller {
	margin-left: 180px;
	position: relative;
	min-height: 221px; /* wegen unterschiedlichem Verhalten bei Browsern */
	height: 221px; /* wegen unterschiedlichem Verhalten bei Browsern */
	/*	height:auto;  wegen unterschiedlichem Verhalten bei Browsern */
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: -5px;
	background-image: url(toller-banner.jpg);
    background-size:contain;
	/*background-image: url(video-banner.jpg);*/
}

/* Top Navigation */

.mainNavigationBack {
	background-color: #65ac1e;
	width: 791px;
	height: 31px;
	opacity: 0.60;
	position: absolute;
	left: 190px;
	top: 151px;
}

.naviTop {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    left: 200px;
    position: absolute;
    top: 155px;
    width: 794px;
}

.naviTopLinkBg, .naviTopLinkBg_active {
    color: #65AC1E;
}

.mainNavigation {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 794px;
}

/* Left Navigation */

.leftMenu {
	border: dotted;
	position: absolute;
	width: 160px;
	vertical-align: top;
	padding-left: 20px;
	top: 220px;
	padding-top: 5px;
}

#secondaryHeaderWrapper {
	position: absolute;
	top: 220px;
    float: left;
    width: 160px;
	vertical-align: top;
	
	left: 20px;
	
}
#secondaryHeaderNav {
    font-size: 11px;
    margin: 0;
    padding-top: 2px;
}
#secondaryHeaderNav H2 {
    border-bottom: 2px solid #d0e6bb;
    border-top: 2px solid #d0e6bb;
    color: #004A96;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 4px;
    padding: 2px 10px;
}
#secondaryHeaderNav UL {
    margin: 0;
    padding: 0;
    font-size: 12px;
    white-space : normal;
    background-color: #a3cc78;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    text-decoration: none;
    margin-left: 0px;
}
#secondaryHeaderNav UL LI {
    list-style: none outside none;
    margin: 0px 0 0;
}
#secondaryHeaderNav A {
    background-color: #a3cc78;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    padding: 0px 0px;
    text-decoration: none;
}
#secondaryHeaderNav A:hover, #secondaryHeaderNav A:active {
    background-color: #d8eac7;
    color: #004AB8;
}


#ctl00_RadTreeView1 div
 {
    white-space: normal;
    background-color: #a3cc78;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    padding: 0px 0px;
    text-decoration: none;
    margin-left: 0px;
 }


 #ctl00_RadTreeView1 A {
    background-color: #a3cc78;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    padding: 0px 0px;
    text-decoration: none;
}
#ctl00_RadTreeView1 A:hover, #ctl00_RadTreeView1 A:active {
    background-color: #d8eac7;
    color: #004AB8;
    
}

 #ctl00_RadTreeView2 div
 {
     margin-left:0px;
     padding: 0px 0px;
 }
 
#rtul span{
   margin-left:2px;
}



#rtli div{
      margin-left:4px;
     padding-left:3px;
} 


#ctl00_RadTreeView2_i0_i0_GROUP_NAMELabel span{
     margin-left:4px;
     padding-left:3px;
} 

.childs{
     margin-left:0px;
     padding-left:0px;
     padding-top:0px;
     margin-top:0px;
} 

.RadTreeView .rtIn {
  margin-left: 0px;
  padding: 0;
  text-decoration: none;
}
  
  
.groups{

     margin-left:8px;
     padding: 0px 0px;
} 



 #ctl00_RadTreeView2 A {
    background-color: #a3cc78;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    text-decoration: none;
}
#ctl00_RadTreeView2 A:hover, #ctl00_RadTreeView2 A:active {
    background-color: #d8eac7;
    color: #004AB8;
}


/* Footer */

#footer {
	position: absolute;
	bottom:0; /* stick to bottom */
	margin: -20px auto 0 190px;
	width: 540px;
	font-size: 11px;
	font-weight: bold;
	color: #004489;
	text-align: right;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Channels */

.fullNoMenu {
	left: 19px;
	/*height: 160px;*/
	margin-top: 4px;
	float: left;
    width: 960px;
	position:relative;
	overflow: hidden;
	border: 1px solid #CCCCCC;
}

.fullMenu {
	left: 189px;
	/*height: 160px;*/
	margin-top: 4px;
	float: left;
    width: 790px;
	position:relative;
	overflow: hidden;
	border: 1px solid #CCCCCC;
}

.channelHeader {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 10px;
    position: relative;
	overflow: hidden !important;
	background-image: url("channelHeaderBg.gif");
    height: 15px;
}

/* Development */

.abstract {
    font-weight: bold;
    padding: 0;
}

.channelHeader a {
    color: #FFFFFF !important;
    text-decoration: none;
}
.channelHeader a:hover {
    text-decoration: underline;
}
.channelTitle {
    padding-left: 1px;
}
.channelInfo, .channelInfo * {
    font-size: 10px;
    font-weight: normal;
    white-space: nowrap;
}
.channelContent {
    background-color: #FFFFFF;
    color: #333333;
    font-size: 12px;
    line-height: 15px;
    padding: 8px 10px 7px;
}
.channelContent p {
    color: #333333;
    font-size: 12px;
    line-height: 15px;
}
.channelContent td p {
    font-size: 11px;
}
.channelContent td, .channelContent th {
    color: #333333;
    font-size: 11px;
}
.channelContent a {
    color: #004A96;
    text-decoration: none;
}
.channelContent a:hover {
    text-decoration: underline;
}
.ChannelArrow {
    background-image: url("../images/link.gif");
    background-position: 0 3px;
    background-repeat: no-repeat;
    line-height: 14px;
    margin-bottom: 5px;
    padding-left: 12px;
}
.ChannelArrow a {
    color: #004A96;
    text-decoration: none;
}
.ChannelArrow a:hover {
    text-decoration: underline;
}
.channelDownload {
    background-image: url("../images/download.gif");
    background-position: 0 3px;
    background-repeat: no-repeat;
    line-height: 14px;
    margin-bottom: 5px;
    padding-left: 14px;
}
.channelDownload a {
    color: #004A96;
    text-decoration: none;
}
.channelDownload a:hover {
    text-decoration: underline;
}
.channelMore {
    background-image: url("../images/moreV2.gif");
    background-position: 0 7px;
    background-repeat: no-repeat;
    line-height: 14px;
    margin-bottom: 5px;
    padding-left: 10px;
}
.channelMore a {
    color: #004A96;
    text-decoration: none;
}
.channelMore a:hover {
    text-decoration: underline;
}
.channelHalfBig {
    float: left;
    height: 278px !important;
    overflow: hidden;
    width: 50%;
}
.channelHalfSmall {
    float: left;
    height: 178px !important;
    overflow: hidden;
    width: 50%;
}
.channelQuarter {
    float: left;
    height: 178px !important;
    overflow: hidden;
    width: 25%;
}

.home_type_0 {
    float: left;
    width: 718px;
}
.home_type_1 {
    float: left;
    height: 278px;
    width: 354px;
}
.home_type_2 {
    float: left;
    height: 178px;
    width: 354px;
}
.home_type_3 {
    float: left;
    height: 178px;
    width: 173px;
}
.home_type_4 {
    float: left;
    height: 170px;
    width: 173px;
}

.posy1 {
    margin-top: 4px;
}
.posy_1 {
    margin-top: 0;
}
.posy2, .posy3, .posy4, .posy5, .posy6, .posy7, .posy8, .posy9, .posy10 {
    margin-top: 10px;
}
.posx_1 {
    margin-left: 0;
}
.posy_2, .posy_3, .posy_4, .posy_5, .posy_6, .posy_7, .posy_8, .posy_9, .posy_10 {
    margin-top: 10px;
}
.posx_2 {
    margin-left: 9px;
}

.sectionSeparator {
    clear: both;
    margin-bottom: 10px;
}

.internalLinkIcon {
    background-image: url("linkInternal.gif");
    background-position: 2px 5px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    padding-left: 12px;
}
.externalLinkIcon {
    background-image: url("linkExternal.gif");
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    padding-left: 12px;
}

.lblmedium
{
    width: 100px;
    text-align: left;
}
.classImageNext
{
    background: url(ButtonNext.png);
    background-position: 0 0;
    width: 20px;
    height: 20px;
}
.classImagePrev
{
    background: url(ButtonPrevious.png);
    background-position: 0 0;
    width: 20px;
    height: 20px;
}
.classHoveredImage
{
    background-position: 0 -1px;
}
.classPressedImage
{
    background-position: 0 -2px;
}

.highlight
{
  font-weight:bold;
}

.MyImageButton
{
    cursor: hand;
}
.EditFormHeader td
{
    font-size: 14px;
    padding: 4px !important;
    color: #0066cc;
}

.maximize input[type=text] { width:100%; }

.bgipTLNTxt {
	font: normal bold 12px/23px arial;
	/*font: normal bold 0.75em/23px arial;*/
}
.bgipHeadlineTxt {
	font: normal bold 12px arial;
	/*font: normal bold 0.75em arial;*/
}

.tlnPadding {height:23px; padding: 2px 10px 4px 10px;}
.tlnPadding2 {position:relative; top:-29px; padding-left:0px;}

/* #topnavcontainer .bgipTLN_bg_lightgreen {
    background-color:#65ac1e;  #8dc158; 
    filter:alpha(opacity=71);-moz-opacity:.71; opacity:.71;
} */

/* ** CSS Sprites - start ** */
.sprites {background: url(../images/CSSSpritesV1.0.gif) no-repeat; position:relative; }

.sprite-eye                     { width: 27px; height: 24px;   background-position: 0   -1px; } 
.sprite-icon_context_max        { width: 16px; height: 16px;   background-position: 0  -26px; } 
.sprite-icon_context_mini       { width: 16px; height: 16px;   background-position: 0  -43px; } 
.sprite-icon_external_links     { width: 16px; height: 16px;   background-position: 0  -60px; } 
.sprite-icon_external_links_big { width: 16px; height: 16px;   background-position: 0  -77px; } 
.sprite-icon_internal_links     { width: 16px; height: 16px;   background-position: 0  -94px; } 
.sprite-icon_internal_links_big { width: 16px; height: 16px;   background-position: 0 -111px; } 
.sprite-icon_print              { width: 26px; height: 30px;   background-position: 0 -128px; left:45px;} 
.sprite-icon_send               { width: 26px; height: 30px;   background-position: 0 -159px; left:60px;} 
.sprite-nav_icon_arrow_back     { width: 16px; height: 16px;   background-position: 0 -190px; } 
.sprite-pencil                  { width: 23px; height: 22px;   background-position: 0 -207px; } 
.sprite-separator_darkblue      { width:  2px; height: 23px;   background-position: 0 -230px; } 
.sprite-separator_darkgreen     { width:  2px; height: 23px;   background-position: 0 -254px; } 
.sprite-separator_lightblue     { width:  2px; height: 23px;   background-position: 0 -278px; } 
.sprite-separator_lightgreen    { width:  2px; height: 23px;   background-position: 0 -302px; } 
.sprite-separator_orange        { width:  2px; height: 23px;   background-position: 0 -326px; } 
.sprite-separator_red           { width:  2px; height: 23px;   background-position: 0 -350px; } 
.sprite-icon_send_red           { width: 26px; height: 30px;   background-position: 0 -373px; } 
.sprite-tooltip_arrow           { width: 10px; height: 10px;   background-position: 0 -403px; }  
