/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #EDEAF1;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .10em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

td
{
	font-family:Arial, Verdana;
	font-size:12px;
}



	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
	

/************************
					links
*************************/	

A:link,a:visited,a:active	{	
	text-decoration:	none;
	color:	#334c88;
	}	
		
	
A:hover	{	
	text-decoration:	underline;
	color:	#334c88;
}

a.tablink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #334c88; 
	font-weight:normal;
	text-decoration: none;
}

a.hlink, a.hlink:hover,a.hlink:active,a.hlink:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: white; 
	font-weight:bold;
	letter-spacing:1px;
	text-decoration: none;
}


a.tablink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #334c88; 
	font-weight:normal;
	text-decoration: none;
}

a.tablink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #334c88;
	text-decoration:underline;
}


/************************
		
*************************/	
.divDocs
{
BORDER-RIGHT: #334c88 1px solid; 
BORDER-TOP: #334c88 1px solid; 
PADDING: 5px; 
BORDER-LEFT: #334c88 1px solid; 
BORDER-BOTTOM: #334c88 1px solid; 
BACKGROUND-COLOR: white; 
width: 100%
}

.footertd
{
	vertical-align: top;
	background-color:White;	
	height:20px;
}


.leftbg
{
	background:url(/images/leftimg.gif);
	background-repeat:no-repeat;
	background-position: left top;	
	width:10px;
	background-color:#EDEAF1;
}

.rightbg
{
	/*background:url(/images/rechts_bg.gif);*/
	background-repeat:no-repeat;
	background-position: right bottom;	
	width:10px;
	background-color:#EDEAF1;
}

/************************
		content				
*************************/	

.currentpage
{
	font-weight:bold;
	font-size:16px;
	color:#334c88;
	padding-top:40px;
	padding-bottom:10px;
}

.tabs
{
	background-image:url(/images/bg_gradient_line.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-bottom:30px;
	padding-left:17px;
}

.outertable
{
	border-left:1px solid #334c88;
	border-right: 1px solid #334c88;
	border-bottom:1px solid #334c88;
}
	
.underlinetd
{
		border-bottom: 1px solid #334c88;
		font-size: 12px;
		font-weight:bold;
		letter-spacing:1px;
		font-style:italic;
		color:#334c88;
		padding-top:30px;
}

.content
{
	padding-right:20px;
	padding-top:5px;	
	font-size:12px;
}

.anwb
{
	FONT-WEIGHT: bold; 
	COLOR: white; 
	BACKGROUND-COLOR: #0a4fff
}
/************************
		forms
*************************/	

INPUT
{
	border-bottom: 1px solid #AACDDA;
	border-top: 1px solid #AACDDA;
	border-right: 1px solid #AACDDA;
	border-left: 1px solid #AACDDA;
	background:#FAF7FD;
	font-size:12px;
}

input 
{
    border-bottom: expression(this.type=="text"?'1px solid gray':this.type=="radio"?'0px solid red':this.type=="checkbox"?'0px solid blue':''); 
    border-top: expression(this.type=="text"?'1px solid gray':this.type=="radio"?'0px solid red':this.type=="checkbox"?'0px solid blue':''); 
    border-left: expression(this.type=="text"?'1px solid gray':this.type=="radio"?'0px solid red':this.type=="checkbox"?'0px solid blue':''); 
    border-right: expression(this.type=="text"?'1px solid gray':this.type=="radio"?'0px solid red':this.type=="checkbox"?'0px solid blue':''); 
    font-family: Arial,Verdana,Sans-Serif; 
    background-color:expression(this.type=="text"?'#FAF7FD':'#EDEAF1'); 
    font-size:12px;
}

.btnAnn
{
	background-color:white;	
	border-bottom: 1px solid #334c88;
	border-top: 1px solid #334c88;
	border-right: 1px solid #334c88;
	border-left: 1px solid #334c88;
	color:black;
}


.btnGo
{
	background-color:#334c88;
	border-bottom: 1px solid #334c88;
	border-top: 1px solid #334c88;
	border-right: 1px solid #334c88;
	border-left: 1px solid #334c88;
	color:White;
}

.listbox
{
    background-color:#FAF7FD; 
    font-size:12px;
}
