/*-----------------------------------------------------------------------------
 * Import 
 *---------------------------------------------------------------------------*/
 
@import url(landingpage.css);

 /*---------------------------------------------------------------------------*/

body,
td,
th{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body,
html{
	border: 0;
	margin: 0;
	padding:0;
}

h1{
	color: #101C88;
	font-size: 16px;
	font-weight: bold;
	display: inline;
}

h2{
	color: #101C88;
	font-size: 12px;
	font-weight: bold;
	display: inline;
}

.gui_error{
	color: red;
}

.Required{
	font-weight: bold;
	color: red;
}

#MainLayoutTable{
	width: 980px;
}

#RelatedSites{
	background-color: #DDE1EA;
	width: 155px;
	padding: 7px 2px 5px 10px;
	color: #101C88;
	font-weight: bold;
}
#RelatedSites select{
	font-size: 10px;
	width: 140px;
	color: #101C88;
	margin-top: 5px;
}

#iemarquee a
{
	color:black;
	text-decoration:underline;
}

a:link, a:active, a:visited
{
	color:#000000;
	text-decoration:underline;
}
a:link:hover, a:active:hover, a:visited:hover
{
	color:#000000;
	text-decoration:none;
}

#Newsticker{
}

#Newsticker #Caption{
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	width: 250px;
}

#Newsticker #Ticker{
	height:18px;
	vertical-align:middle;
	text-align: left;
	border: 0;
	padding: 2px;
	color: #101C88;
	background-color: white;
	font-size: 11px;
}

#Banner{
	background-color: #101C88;
	text-align: left;
	padding: 0px 5px 0px 15px;
}

#QuickLinks{
	vertical-align: top;
	padding: 7px 10px 7px 10px;
	color: #7C90C2;
	font-size: 10px;
	text-align: right;
}

#QuickLinks a{
	color: #7C90C2;
	text-decoration: none;
}

#QuickLinks a:hover{
	color: #4B55B2;
}

#RootPath{
	padding: 7px 0px 7px 15px;
	color: #8B8FA7;
	height: 33px;
	border-bottom: 1px solid #161984; 
}

#RootPath a{
	color: #8B8FA7;
	text-decoration: none;
}

#RootPath a:hover{
	text-decoration: underline;
	color: #676C8C;
}

#ReturnPath{
	color: #C2C5D8;
}
#ReturnPath a{
	color: #C2C5D8;
	text-decoration: none;
}

#ReturnPath a:hover{
	text-decoration: none;
	color: #949ACF;
}

#RootPath #ActiveRootPathItem{
	color: #161984;
	font-weight: bold;
}

#ModulesLeft{
	width: 160px;
	padding: 0px 4px 5px 10px;
	vertical-align: top;
}

#ModulesRight{
	width: 170px;
	padding: 0px 0px 5px 15px;
	vertical-align: top;
}

#Navi{

}

#Navi a.FirstLevelItem,
#Navi a.FirstLevelItem-Active,
#Navi a.SecondLevelItem,
#Navi a.SecondLevelItem-Active,
#Navi a.ThirdLevelItem,
#Navi a.ThirdLevelItem-Active{
	display: block;
	text-decoration: none;
}

#Navi a.FirstLevelItem,
#Navi a.FirstLevelItem-Active{
	background-color: #EAEBF0;
	margin-bottom: 1px;
	font-size: 11px;
	padding: 3px 4px 3px 6px;
	color: #101C88;
}

#Navi a.FirstLevelItem-Active{
	background-color: #FBEDE4;
	color: #101C88;
	border: 1px solid #FD6500;
}

#Navi a.SecondLevelItem,
#Navi a.SecondLevelItem-Active{
	margin-left: 10px;
	text-decoration: none;
	color: #0E1C89;
	padding: 2px 4px 2px 1px;
}

#Navi a.SecondLevelItem-Active{
	background-color: #FF6D03;
	color: white;
}

#Navi a.ThirdLevelItem,
#Navi a.ThirdLevelItem-Active{
	margin-left: 24px;
	margin-top:1px;
	text-decoration: none;
	color: #0E1C89;
	padding: 2px 4px 2px 1px;
}

#Navi a.ThirdLevelItem-Active{
	font-weight: bold;
}


.ModuleBox{
	border: 1px solid #FB6703;
	margin-bottom: 10px;
}

.ModuleBox .Caption{
	display: block;
	background-color: #FFEEE4;
	border-bottom: 1px solid #FB6703;
	padding: 3px 4px 3px 3px;	
	font-weight: bold;
	color: #FC6303;
}

.ModuleBoxShop .ModuleBox{
	border: 0px;
	margin-bottom: 5px;
}

.ModuleBoxShop .ModuleBox .Caption{
	display: block;
	background-color: #FFEEE4;
	border: 1px solid #FB6703;
	padding: 3px 4px 3px 3px;	
	font-weight: bold;
	color: #FC6303;
}

.ModuleBoxShop .ModuleBox .Content{
	border: 1px solid #101C88;
	border-top:0px;
}

.ModuleBox .Content{
	padding: 3px 4px 3px 3px;
}

.ModuleBox .Content a{
	display: block;
	text-decoration: none;
	color: #101C88;
	padding: 3px 4px 3px 3px;	
}
.ModuleBox a,
.ModuleBox a:visited,
.ModuleBox a:hover,
.ModuleBox a:visited:hover{
	display: block;
	text-decoration: none;
	color: #101C88;
    padding: 3px 4px 3px 3px;	
}

.ModuleBoxShop{
	background-color: none;
	margin-bottom:4px;
}
.ModuleBoxShop .Content{
	background-color:#EAEBF0;
}

.ModuleBoxShop .Caption{
	background-color: #FB6703;
	color: white;
	font-weight: bold;
	padding: 3px 4px 3px 3px;
}

.ModuleBoxShop a{
	display: block;
	text-decoration: none;
	color: #101C88;
	padding: 4px 5px 4px 4px;	
}

.FeatureBox,
.SpecialBox{
	margin-bottom: 10px;
	border: 1px solid #FB6703;
}
.SpecialBox{
	background-color: #EAEBF0;
}

.AdviceBox{
	margin-bottom: 5px;
	background-color: #fff;
	border: 1px solid #101C88;
}

.AdviceBox .Caption{
	display: block;
	padding: 3px 4px 3px 3px;
	border-bottom: 1px solid #101C88;	
	background-color: #101C88;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.AdviceBox .Caption a{
	color: white;
	text-decoration: none;
}

.AdviceBox .Content{
	padding: 3px 4px 3px 3px;
	color: #101C88;
}

.AdviceBox .Content a{
	color: #101C88;
	text-decoration: none;
}

.AdviceBox .Content form{
	margin:0px;
	padding:0px;
}

html>/**/body #Advice{
	padding-left:8px; 
}

#Advice .Query{
	font-size: 11px;
	color: #101C88;
	border: 1px solid #101C88;
	background-color: #EAEBF0;
	vertical-align: absmiddle;
	width: 150px;
	margin-bottom:5px;
}

#Advice .QueryButton{
	font-size: 10px;
	color: white;
	background-color: #101C88;
	border: 1px solid #101C88;
	width:60px;
}

.FeatureBox .Caption{
	display: block;
	border-bottom: 1px solid #FB6703;	
	padding: 3px 4px 3px 3px;
	background-color: #FFEEE4;
	color: #FB6703;
	text-decoration: none;
	font-weight: bold;
}
.FeatureBox .Caption a{
  color: #FB6703;
  text-decoration: none;
}

.SpecialBox .Caption{
	display: block;
	border-bottom: 1px solid #FB6703;	
	padding: 3px 4px 3px 3px;
	background-color: #FB6703;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.SpecialBox .Caption a{
	color: white;
	text-decoration: none;
}

.SpecialBox .Content,
.FeatureBox .Content,
{
	padding: 3px 4px 3px 3px;
	color: #101C88;
}

.SpecialBox .Content a,
.FeatureBox .Content a{
	color: #101C88;
	text-decoration: none;
}

#Search{
	padding: 0px 0px 5px 15px;
}

#Search .Query{
	font-size: 10px;
	color: #101C88;
	border: 1px solid #FC6303;
	background-color: #EAEBF0;
	margin: 2px;
	vertical-align: absmiddle;
	margin-left:13px;
	width: 95px;
}

#Search .SearchButton{
	font-size: 10px;
	color: white;
	background-color: #FC6303;
	border: 1px solid #FC6303;
}

#Footer{
	border-top: 1px solid #B0B6C3;
}

#Credits{
	text-align: right;
	color: #868EBD;
	padding: 5px 20px 5px 5px;
}
#Credits a{
	color: #868EBD;
	text-decoration: none;
}
#Credits a:hover{
	color: #868EBD;
	text-decoration: underline;
}

#FooterNavi{
	padding: 5px 30px 5px 190px;
	color: #7982B7;
}

#FooterNavi a{
	text-decoration: none;
	color: #FF6801;
}

#FooterNavi a.Active{
	font-weight: bold;
}

#FooterNavi a:hover{
	text-decoration: underline;
}

#MainContent{
	vertical-align: top;
	padding: 5px 0px 25px 15px;
}

#ContentPage .ContentItem{
	margin-bottom: 25px;
}


input.textfeld{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #101C88;
	border: 1px solid #DDD;
	background-color: #EAEBF0;
	margin: 2px;
	padding: 2px;
	width:250px;
}
textarea.textfeld{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #101C88;
	border: 1px solid #DDD;
	background-color: #EAEBF0;
	margin: 2px;
	padding: 2px;
	width:250px;
	height:50px;
}

input.abschicken{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	width:100px;
	border:0px;
	padding:3px;
	background-color: #FC6303;
	font-weight: bold;
	color: #FFFFFF;
}
#Sitemap .FirstLevelItem,
#Sitemap .SecondLevelItem{
	text-decoration: none;
}

#Sitemap .FirstLevelItem:hover,
#Sitemap .SecondLevelItem:hover{
	text-decoration: underline;
}

#Sitemap .FirstLevelItem{
	font-size: 11px;
	font-weight: bold;
	color: #FB6703;
}

#Sitemap .SecondLevelItem{
	display: block;
	color: #101C88;
	text-decoration: none;
	margin-left: 15px;
	padding: 2px;
	float: left;
	width: 260px;
}

#Sitemap .FirstLevelCell{
	padding-bottom: 5px;
	background-color: #FFEEE4;
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #FB6703;
}

#Sitemap .SecondLevelCell{
	padding: 7px 5px 25px 5px;
}



/*-----------------------------------------------------------------------------
 * CI stuff
 *---------------------------------------------------------------------------*/
.EgtTextBox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #101C88;
	border: 1px solid #DDD;
	background-color: #EAEBF0;
	margin: 2px;
	padding: 2px;
}

.EgtButton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	width:100px;
	border:0px;
	padding:3px;
	background-color: #FC6303;
	font-weight: bold;
	color: #FFFFFF;
}

.EgtComboBox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #101C88;
	margin:3px;
	background-color: #EAEBF0;
}


td.pflichtfeld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}

.ContentStyleTable{
	border-collapse: collapse;
}

.ContentStyleTable td,
.ContentStyleTable th{
	font-size: 11px;
	padding: 3px 5px 5px 5px;
}

.ContentStyleTable th{
	background-color: #FFEEE4;
	font-weight: bold;
	text-align: right;
	color: black;
}

.ContentStyleTable td{
	border: 1px solid #EAEBF0;
}

.ContentStyleTable td:hover{
	background-color: #EAEBF0;
}

#Report{  
  padding-right: -10px;
  z-index: 987;
}

#Report .Intro{
  font-weight: bold;
}

#Report .Portrait{
  background-color: #EAEBF0;
  color: #101C88;
  border: 1px solid #101C88;  
  padding: 0;
}

#Report .Portrait .Headline{
  margin: 0;
  height: 10px;
  vertical-align: middle;
  border-bottom: 1px solid #101C88; 
  padding: 3px 5px 3px 5px;
  background-color: #101C88;
  color: white;
}

#Report .Portrait .CompanyImage{
    border-color: #101C88; 
    border-style: none;
    border-width: 0 1px 1px 0;
    float: left;
}

#Report .Portrait .CompanyImage img{
    border: 1px solid #999;
    margin: 5px 5px 2px 5px;  
}

#Report .Portrait .PortraitText{
  display: block;
  padding: 5px;
}

#Report .ReportText{

}

#Report .ReportCell{
  padding-top: 10px; 
}

#Report .Statement{
  display: block;
  border: 1px solid #FB6703;
  background-color: #EAEBF0;
  width: 350px;
  float: right;
  margin: 0 0 15px 15px; 
}

#Report .Statement .Headline{  
  margin: 0;
  padding: 5;
  display: block;
  border-bottom: 1px solid #FB6703;
  padding: 1px 5px 1px 5px;
  background-color: #FB6703;
  color: white;  
  font-size: 12px;
}

#Report .Statement .Text{ 
  display: block;
  padding: 5px;
}

#Report .AdditionalImage{
  float: right; 
  margin-right: 20px;
}

#Report .ReportFeatureBox{
  margin: 0 0 15px 15px;  
  float: right;
  width: 300px;  
}


#Report .ProjectDescription{
  background-color: #EAEBF0;
  color: #101C88;
  border: 1px solid #101C88;  
  padding: 0;
  float: right;
  margin: 0 0 15px 15px; 
  width: 350px;
}

#Report .ProjectDescription .Headline{
  margin: 0;
  height: 10px;
  vertical-align: middle;
  font-size: 12px;
  border-bottom: 1px solid #101C88; 
  padding: 3px 5px 3px 5px;
  background-color: #101C88;
  color: white;
}

#Report .ProjectDescription .CompanyImage{
    border-color: #101C88; 
    border-style: none;
    border-width: 0 1px 1px 0;
    margin: 5px 5px 2px 5px;
    float: left;
}

#Report .ProjectDescription .Text{
  display: block;
  padding: 5px;
}


