/*------------------------------------------------------------*/
/* styles for start page                                      */
/*------------------------------------------------------------*/
.startPage td
{
	color:					#000000;
	font-size:				12px;
	font-family:			arial,helvetica,verdana,"sans serif";
}

.startPage .headline
{
	font-size:				18px;
	font-weight:			bold;
}

.startPage .headline2
{
	font-size:				16px;
	font-weight:			bold;
}

.startPage 
{
	font-size:				10px;
}

.startPage .kontrast
{
	color:						#ffffff;
}

.startPage a.more
{
	color:						#656565;
	text-decoration:	none;
}

/*------------------------------------------------------------*/

.lines
{
	/* border-left : 1px solid #CCCCCC; */
	/* border-right : 1px solid #CCCCCC; */
	/* border-top : 1px solid #CCCCCC; */
	background-color:		#CCCCCC;
}

.tabBorder {
	border-left : 1px solid #CCCCCC;
	border-right : 1px solid #CCCCCC;
	border-top : 1px solid #CCCCCC;
}

/* Forms */

input.searchClass 
{ 
	width: 							122px; 
	font-size: 					10px; 
}

.customSearchClass {font-size:9px;
  font-family:arial;
  width:122px; 
}

input.searchClass2
{ 
	width: 							167px; 
	font-size: 					10px; 
}

select.dropdownClass
{
	width:							165px;
	font-size:					11px;
}

select.mediumDropdownClass
{
	width:							100px;
	font-size:					11px;
}

select.simpleDropdownClass
{
	width:						40px;
	font-size:					10px;
}

select.smallDropdownClass
{
	width:							40px;
	font-size:					9px;
}

select.searchDetail
{
	z-index:-1000;
	width:							160px;
	font-size:						11px;	
}

.searchButton
{
	height:							22px;
	width:							100px;
	max-width:						120px;
	vertical-align:					middle;
}

.checkLayout
{
	height:							11px;
	width:							11px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
}

.inputLayout
{
	height:							17px;
	
}

