﻿/*
Basisfarben:

Grundfarbe = Sandfarben:	#F0DEB6 (RGB: 240,222,182)
Mittelbraun:	C9BA99
Dunkelbraun:	A3977C
grau			BDBDBD
ganz helles grau:	F0F0F0
weiß			FFFFFF
fast schwarz	0F0F0F
schwarz			000000

*/

html
{
	height:100%;
}

body
{
	font-size:10pt;
	font-family: Verdana, Arial;
	height:100%;	
	background-color: #F0DEB6;
	margin: 0px;
}

#HeaderDiv
{
	z-index: 2;
	height: 77px;
	width:1160px;
	background-color: #F0DEB6;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#Butterfly1Div
{		
	left: 670px;
	top: 0px;
	z-index: 3;
	position: absolute;	
}

#Butterfly2Div
{		
	left: 2px;
	top: 20px;
	z-index: 0;
	position: absolute;
	
}

#Butterfly3Div
{		
	left: 60px;
	top: 120px;
	z-index: 1;
	position: absolute;
	
}

#Butterfly4Div
{		
	bottom:0px;
	left: 0px;
	z-index: 1;
	position: fixed;
}
* html  #Butterfly4Div
{
	position:absolute;
}
#MenuDiv
{
	left: 123px;
	top: 77px;
	position: absolute;
	background-color: #A3977C;
	z-index:1;	
	width: 642px;
	padding-left: 10px;
}

#SubMenuDiv
{
	left: 0px;
	top: 200px;
	position: absolute;
	background-color: #F0DEB6;
	z-index:0;	
	width: 122px;
	padding-left: 10px;	
	padding-bottom: 14px;
}

.ContentDiv
{
	left: 123px;
	top: 88px;
	position: absolute;
	background-color: #FDFBFC;
	padding: 20px;
	width: 1000px;	
	z-index: 0;	
	border-left: solid 1px #A3977C;
	border-right: solid 1px #A3977C;
	border-top: solid 1px #A3977C;
	border-bottom: solid 1px #A3977C;
}

.ContentSmallDiv
{
	left: 0px;
	top: 0px;
	position: absolute;
	background-color: #FDFBFC;
	padding: 20px;
	width: 1000px;	
	z-index: 0;	
	border-left: solid 1px #A3977C;
	border-right: solid 1px #A3977C;
	border-top: solid 1px #A3977C;
	border-bottom: solid 1px #A3977C;
}

h1 
{
  font-weight: bold; 
  color: #0F0F0F; 
  font-size: 14pt;
}

h2 
{
  font-weight: bold; 
  color: #0F0F0F; 
  font-size: 12pt;
}

h3 
{
  font-weight: bold; 
  color: #A3977C; 
  font-size: 11pt;
}


p, ol, ul, li 
{
  line-height: 11pt;
}

/* Panel-Definition */

.Containter 
{
	width : 1000px;
}

.LeftPanel 
{
	width : 550px;	
	float:left;
}

.RightPanel 
{
	width:440px;
	float:left;

}
.FooterPanel 
{
	margin : 10px 10px 10px 10px;	
	border : #aaaaaa 1px solid;
}

.Panel
{
	margin : 10px 10px 10px 10px;
}

.PopupPanel
{
	border: #aaaaaa 1px solid;
	position: absolute;
	top: 100px;
	left: 100px;
	display: none;
	cursor:move;
	width:430px;
}

.Panel img
{
	border: #aaaaaa 1px solid;
}


.PanelHeader
{
	padding: 3px 10px 3px 10px;
	vertical-align: middle;
	background-color: #C9BA99;
	color: #0F0F0F;
	border: solid 1px #A3977C;
}

.PanelHeaderText
{
	float:left;
}

.PanelHeaderImage
{
	float:right;
	vertical-align:middle;
}



.PanelBody
{
	padding:10px 10px 10px 10px;
	background-color : #F0F0F0;
	border : #A3977C 1px solid;
	border-top: 0px;
}


/* Panel anzeigen/ausblenden */
#pnlReferenzkarte
{
	display:none;	
}

#pnlLegende
{
	display:none;	
}

#pnlEbenen
{
	display:none;	
}
#pnlAbbildungen
{
	display:block;	
}
#pnlAbfrage
{
	display:block;	
}

.AdviceTableSubsection
{
	font-weight: bold; 
	margin-bottom: 5px; 
	margin-top: 5px; 
	background-color: silver; 
	text-align: center;
}

/* Wizard */
.Wizard
{
	background-color: #F7F6F3;
	border : #aaaaaa 1px solid;
	height:450px;
	width:800px;
	margin:10px 10px 10px 10px;
}

.WizardHeaderStyle
{
	background-color :#e0b535;
	padding:5px;
	color:White;	
}

.WizardStepStyle
{
	padding:10px 10px 10px 10px;
	border-width:0px;
	color:#000000;
	background-color:#ffe99e;
	vertical-align:top;
}

.WizardSideBarStyle
{
	background-color :#e0b535; 
	border-width:0px;
	vertical-align:top; 
	width:200px;
}

.WizardSideBarButtonStyle
{
	border-width:0px;
	color:White;
}
.WizardNavigationStyle
{
	color:#000000;
	background-color:#ffe99e;
}
/* Filter */

.FilterInput
{	
	font-size:10pt;
	color: #0F0F0F;
	background: #F0F0F0;
	border: 1px solid #A3977C;
	height: 20px;
}

.Watermark
{
	height: 20px;	
	font-weight: bold;
	color: #999999;
	background: #ffffff;
	border: 1px solid #aaaaaa;
}

.AutocompleteCompletionList
{  
	visibility : hidden;
	margin : 0px!important;
	border : solid 1px #aaaaaa;
	overflow : auto;
	height : 60px;
    z-index : 99;
    background-color:White;

}

.AutocompleteCompletionListDummy
{  
	visibility : hidden;
	margin : 0px!important;
	overflow : auto;
	height : 600px;
	width : 400px;
    z-index : 99;
}

/* AutoComplete highlighted item */

.AutocompleteCompletionListItemHighlight
{
	background-color: #ffe571;
	border-color: #aaaaaa;
	border-width: 1px;
	padding: 1px;
	z-index: 99;
}

/* AutoComplete item */

.AutocompleteCompletionListItem 
{
	background-color : window;
	color : windowtext;
	border-color:#aaaaaa;
	border-width:1px;
	padding : 1px;
	z-index : 99;
}

.validatorCalloutHighlight
{
    background-color:#ffcccc;
}


/* Tooltip */

.Tooltip {
  position :absolute;
  border : #aaaaaa 1px solid;
  width :400px;
  background-color : #FFFFFF;
  color : #000000;
  display : none;
  opacity: .9; 
  filter: alpha(opacity=90);
}

.TooltipCaption
{
	font-weight: bold;
	background-color: #ffe571;
	padding: 10px 0px 10px 10px;
}

.TooltipTable
{
	border-collapse:collapse;
	width:100%;
}  

.TooltipTableHead
{
	text-align:left;
	background-color: #dddddd;
	width:100%;
} 

.TooltipTableRow
{
	background-color: #eeeeee;
} 

a 
{
	/*
	color: #A3977C;
*/
	color: #0F0F0F;
}

a:hover
{
/*
	color: #BDBDBD;
*/
	color: #2F2F2F;
}


a.AnchorLink
{
	color: #0F0F0F;
}