/* 
	Stylesheet Translation Network Body mit Hintergrundbild
	concept & design by Web@ble - http://www.webable.de - email: info@webable.de
*/

BODY {
	font-family: arial,helvetica,sans-serif;

	background-image : url(../_images/iBackgroundBody.jpg);
	background-position : center;
	background-repeat : no-repeat;
	background-attachment : fixed;
	
	margin: 0px;
	scrollbar-3dlight-color: #F7F7F7;
	scrollbar-arrow-color: #003366;
	scrollbar-base-color: #F7F7F7;
	scrollbar-darkshadow-color: #F7F7F7;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #000066;
	scrollbar-track-color: #FBFBFB;	
} 

P,TD,TH,DIV,FORM,H1,H2,H3,H4,BLOCKQUOTE,UL,OL, B, DIV {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
} 

A:link {	COLOR: black; TEXT-DECORATION: none;}
A:visited {	COLOR: black; TEXT-DECORATION: none;}
A:hover {	COLOR: #003366; TEXT-DECORATION: none;  font-weight: bold;}

/* Formularelemente */
TEXTAREA{
	background-color : transparent;
	background : transparent;
	font : bolder normal normal;
	border-top: 1px solid #C4C4B8;
	border-right: 1px solid #e6e6dc;
	border-bottom: 1px solid #e6e6dc;
	border-left: 1px solid #C4C4B8;
	margin: 0px;
	padding: 0px;
}

INPUT{
	background-color : transparent;
	background : transparent;
	font : bolder normal normal;
	border-top: 1px solid #C4C4B8;
	border-right: 1px solid #e6e6dc;
	border-bottom: 1px solid #e6e6dc;
	border-left: 1px solid #C4C4B8;
	margin: 0px 5px 0px 0px;	
}

hr {color: #e6e6dc; background: #e6e6dc; border: none; height: 1px;}



/* Header und Body der Tabellen mit halbrunder Ecke */
.tdblueheader {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.tdblue {
	border-bottom: 1px solid #3399CC;
	border-left: 1px solid #3399CC;
	border-right: 1px solid #3399CC;
	border-top: 1px solid #3399CC;
}

/* weitere Schriftdefinitonen */
.text13 {
	font-size: 12px;
}