/* avoStyle.css */

/* pseudo defs */

a:link {color: #3333FF;}
a:visited {color: #3333FF;}
a:active {color: #FF3333;}

*.autoSize
{ 
   width:'100%'; 
}  

font.linkStyle
{
	color: #3333FF;
}

/* plain style formatting */

table,tr,th,tf,td,h1,h2,h3,h4,h5.h6,body,p,a
{
	font-family:"Times New Roman", "Times","Arial","Helvetica"
}

body
{
   font-size: 12pt; 
   background-color:white;
	background-image: url("back.gif");
   z-index:0;   
/*   background-attachment:fixed; */
}

h1,h2,h3,h4,h5,h6
{
	font-weight: bold;
	text-align: center;
}

h1{font-size: 24pt; line-height: 24pt;}
h2{font-size: 21pt; line-height: 21pt;}
h3{font-size: 18pt; line-height: 18pt;}
h4{font-size: 15pt; line-height: 15pt;}
h5{font-size: 12pt; line-height: 12pt;}
h6{font-size: 9pt; line-height: 9pt;}

.darkCentered{color: #000000;	text-align:center;}
.whiteCentered{color: #FFFFFF;	text-align:center;}
.darkLeft{color: #000000;	text-align:left;}
.whiteLeft{color: #FFFFFF;	text-align:left;}
.darkRight{color: #000000;	text-align:right;}
.whiteRight{color: #FFFFFF;	text-align:right;}

/* PHL = Page Header Dark */
.PHD
{
	font-color: #000000;	/* Blaok */
	font-size: 18pt; 
	line-height: 100%;
	text-align: center;
}

/* PHL = Page Header Light */
.PHL
{
	font-color: #FFFFFF;	/* White */
	font-size: 18pt; 
	line-height: 36pt;
	text-align: center;
}


/* table related defines */

/* SM == Size Medium, Table Backgroud Light */
table.tblSM
{
	align:center;
	background-color:#CCFFFF;
	frame:box; 
	border:5pt;
}

th.tblSM
{
	background-color:#000099; /* dark blue */
	color:#CCFFFF; /* light aqua */
  font-weight:bold;
	font-size: 13pt;
}
td.tblSM
{
	background-color:#CCFFFF; /* light aqua */
	color:#000000; /* black */
	font-weight:normal;
	font-size: 12pt;
}

/* SS == Size Small, Table Backgroud Light */
table.tblSS
{
	align:center;
	background-color:#CCFFFF;
	frame:box; 
	border:5pt;
}
th.tblSS
{
	background-color:#000099; /* dark blue */
	color:#CCFFFF; /* light aqua */
  font-weight:bold;
	font-size: 11pt;
}
td.tblSS
{
	background-color:#CCFFFF; /* light aqua */
	color:#000000; /* black */
	font-weight:normal;
	font-size: 10pt;
}

/* Kleinanzeigen == Size Small, Table Backgroud Very light Silver */
table.Kleinanzeigen
{
	align:center;
	font-size: 10pt;
    background-color:#e0e0e0	
}

/* SM == Size Medium, Table Backgroud Grey */
table.tblSMG
{
	align:center;
	background-color:#333333;
	frame:box; 
	border:5pt;
}

th.tblSMG
{
	background-color:#888888; /* dark */
	color:#EEEEEE; /* light */
  font-weight:bold;
	font-size: 13pt;
}
td.tblSMG
{
	background-color:#AAAAAA; /* light aqua */
	color:#000000; /* black */
	font-weight:normal;
	font-size: 12pt;
}

TEXTAREA
{
	background-color:#CCFFFF; /* light aqua */
	color:#000000; /* black */
	font-weight:normal;
	font-size: 10pt;
}

/* p formatting */
.EinrueckungKlein{margin-left:0.25cm;}
.EinrueckungMittel{margin-left:0.5cm;}
.EinrueckungGross{margin-left:1cm;}

.centered{text-align:center;}

*.NavigatorLogo,
div.Navigator
{
   position:absolute;
   top: 0;
   left: 0;
   border-width:0;
}

table.Navigator
{
	/*background-color:#AAAAAA;*/ /* light aqua */
 	/* frame:box; */ 
   font-family:Arial;
   
	border:3pt;
   border-style: solid;
/*   
   position: absolute;
   top: 0;
   left: 0;
*/   
   border-collapse:collapse;
   border-spacing:0;    
   
   background-color: "#ffffcc"; /* lichtes gelb */
   
   border-collapse:collapse;
   border-spacing:0; 
}

/* Schrift für Links im Navigator */
table.Navigator a,
table.Navigator td,
table.Navigator tr
{
   font-family:Arial;
   font-size:x-small; 
   font-weight:bold;
}

img.NavigatorLogo
{
	border-width=0;
}