/* Default CSS Stylesheet for a new Web Application project */

Table.Aussen
{
	 width:100%;
	 height:100%;
	 background-color:  #BBCCD9;
	 border-style:solid;
	 border-color:#FFFFFF;
     border-width:1;
	 font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	border-color:white;

}
Table.Innen
{
	 width:100%;
	 background-color:  #BBCCD9;
	 border-style:solid;
	 border-color:#FFFFFF;
     border-width:1;
	 font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	border-color:white;
}
Table.Jobs
{
	 width:100%;
	 height:50%;
	 background-color:  #BBCCD9;
	 border-style:solid;
	 border-color:#FFFFFF;
     border-width:1;
	 font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	border-color:white;
}
Table.Menu
{
	 width:100%;
	 background-color:  #BBCCD9;
	 border-style:solid;
	 border-color:#FFFFFF;
     border-width:0;
	 font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	border-color:white;
}
TD.TdMenu
  {  
     border-style:solid;
     border-width:0;
	 font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	border-color:white;
}
.Datagrid
{
	font-weight: normal;
    border-width:1;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	/* background-color:#BBCCD9; */
	border-color:white;
}	

.Datagrid.AlternateItem
{
	background-color:#A8C4D9;
}	

.Datagrid.Header
{
	background-color:#A8C4D9;
	color: #000000;
	font-weight: bold;
}	
Table.Small
{
	width:40%;
	background-color:  #BBCCD9;
	border-style:solid;
	/* border-color:#FFFFFF; */
    border-width:1;
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
  	border-color:white;
}
TD.Td
  {  
     border-style:solid;
     border-width:1;
	 font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
  	border-color:white;
}
  TD.Header
  {  
    background-color:  #FFFFFF;
    border-style:solid;
    border-width:1;
	font-weight: bold;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: #2B6485;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
  	border-color:white;
}
  TD.Copy
  {  
    border-style:solid;
    border-width:1;
	font-weight: bold;
	font-size:6pt;
	word-spacing: normal;
	text-transform: none;
	color: #999999;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
 	border-color:white;
 }

  TD.Hinweis
  {  
    border-style:solid;
    border-width:1;
	font-weight: normal;
	font-size:8pt;
	word-spacing: normal;
	text-transform: none;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	border-color:white;
  }

H5, DT /*Überschriften*/
{
	font-weight: normal;
	font-size: 16pt;
	word-spacing: normal;
	text-transform: none;
	color: white;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}	

		
A:link
{
	color: #3333cc;
	text-decoration: none;
}	
		
A:visited	
{
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	
{
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	
{
	text-decoration:	underline;
	color:	#3333cc;
}
	

.WaterMarkedTextBox
{
	color: gray;
	display: inline;
	background: AliceBlue;
	visibility: visible;
}

