/* Default CSS Stylesheet for a new Web Application project */

Table.Aussen
{
	 width:100%;
	 height:100%;
	 background-color:  #CCCCCC;
	 border-style:solid;
	 border-color:#999999;
     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;
}
Table.Innen
{
	 width:100%;
	 background-color:  #CCCCCC;
	 border-style:solid;
	 border-color:#999999;
     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;
}
Table.Jobs
{
	 width:100%;
	 height:50%;
	 background-color:  #CCCCCC;
	 border-style:solid;
	 border-color:#999999;
     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;
}
Table.Menu
{
	 width:100%;
	 background-color:  #CCCCCC;
	 border-style:solid;
	 border-color:#999999;
     border-width:1;
	 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;
}
TD.TdMenu
  {  
     border-style:solid;
     border-width:1;
	 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;
  }
.Datagrid
{
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color:#cccccc;
}	

.Datagrid.AlternateItem
{
	background-color:#FFFFCC;
}	

.Datagrid.Header
{
	background-color:Darkgray;
	color: blue;
	font-weight: bold;
}	
Table.Small
{
	width:40%;
	background-color:  #CCCCCC;
	border-style:solid;
	border-color:#999999;
    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;
}
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;
  }
  TD.Header
  {  
    background-color:  #666666;
    border-style:solid;
    border-width:1;
	font-weight: bold;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: white;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
  }
  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;
  }
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;
}
	

