/* CSS - Stylesheet Definitionen ABI2003SG.de */
/* letzte Aenderung am 24.4.2003 */

body,u,i,p,a,ul,ol,li,div,p,dl,dd,dt {
	color: rgb(255,255,153);
	font-family: Arial, Helvetica, sans-serif;
	font : 10pt;
}

body {
	background-color:  rgb(0,51,102);
	background-image: url(bg.jpg);
	background-repeat : repeat;
	/* Internet Explorer 6: */
	scrollbar-face-color: rgb(0,51,102);
	scrollbar-highlight-color: rgb(255,255,255);
	scrollbar-3dlight-color: rgb(0,51,102);
	scrollbar-arrow-color: rgb(255,204,0);
	scrollbar-track-color: rgb(0,51,102);
	scrollbar-darkshadow-color: rgb(0,51,102);
	scrollbar-shadow-color: rgb(204,153,0);
}

a:link {
	color: rgb(255,204,0);
	text-decoration : underline;
}

a:visited {
	color: rgb(153,204,204);
	text-decoration : underline;
}

a:active {
	color: rgb(102,255,0);
	text-decoration : underline;
}

a:hover {
	color: rgb(255,0,0);
	text-decoration : underline;
}

p.ueberschrift {
	font-family:arial,Arial,sans-serif;
	font-size:14px;
	font-variant:normal;
	font-style:normal;
	font-weight:bold;
	margin-top:1px;
	margin-bottom:1px;
	text-align:center;
}

pre {
  	font-family: Courier New;
  	white-space: pre;
}

ul { 
	list-style-image: url('u1.gif') 
}

ul ul { 
	list-style-image: url('u2.gif') 
}

ul ul ul { 
	list-style-image: url('u3.gif') 
}

h1,h2,h3,h4,h5,h6 { 
	color: rgb(255,204,0);
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24pt
}

h2 {
	font-size: 18pt
}

h3 {
	font-size: 12;
}

h4 {
	font-size: 12pt
}


h5 {
	font-size: 10pt
}

h6 {
	font-size: 8pt
}

hr {
	color : Navy;
}

/* CLASSES - Einteiling der Gesamtseite */
/* ==================================== */

table.main {
	padding:0px;
}

td.top-frame {
	vertical-align:top;
	background-color: #000066;
	background: no-repeat;
	background-image: url(bgtop.gif);
	height:50px;
	padding:5px;
}

td.nav-frame {
	background-color: #000066;
	vertical-align:top;
	width: 150px;
	background-image: url(bgcontent.gif);
}

td.content-frame {
	background-color:rgb(0,51,102);
	vertical-align:top;
	background-image : none;
	width: 600px;
}

td.footer-frame {
	vertical-align:top;
	background-color: #000066;
	background: no-repeat;
	background-image: url(bgtop.gif);
	height:50px;
}

/* CLASSES - Einteiling des Navigationsfenster*/
/* ========================================== */

td.nav-top {
	vertical-align:top;
	text-align:center;
}

td.nav-left {
	vertical-align:top;
	text-align:center;
}

td.nav-content {
	vertical-align:top;
	text-align:center;
}

td.nav-bottom {
	vertical-align: top;
	text-align:center;
	height:100%;
}


/* CLASSES - Contentbereich */
/* ======================== */

.ueberschrift {
	background-color: #333399;
}


table {
	font-family: Arial, Helvetica, sans-serif; 
	color: rgb(255,255,153); 
	border-color: rgb(204,153,0); 
	font : 10pt;
}

th { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;	 
}

tr { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:10pt;	
}
td { 
	border-color: rgb(204,153,0); 
	font-size:10pt;	
}


button { 
	background-color: rgb(255,204,0); 
	color: black; 
	border-color: rgb(255,204,0); 
	font-size: 8pt; 
	font-family: Arial, Helvetica; 
	font-style: normal;
	border-style: solid; 
	border-width: 1pt; 
}
textarea { 
	color: black; 
	border-color: rgb(204,153,0);
	/*
	font-size: 8pt; 
	font-family: Verdana, Arial, Helvetica; 
	font-style: normal; 
 	*/
 	border-style: solid; 
	border-width: 1pt; 
}

fieldset { 
	color: white; 
	border-color: rgb(204,153,0); 
	font-size: 8pt; 
	font-family: Verdana, Arial, Helvetica; 
	font-style: normal; 
	border-style: solid; 
	border-width: 1pt; 
}

select { 
	color: black; 
	border-color: rgb(204,153,0);
	font-size: 8pt; 
	font-family: Verdana, Arial, Helvetica; 
	border-style: solid; 
	border-width: 1pt; 
}

label {
	font-size: 8pt; 
	font-family: Arial, Helvetica; 
	font-style: normal;
	color: rgb(255,255,153); 
}

legend { 
	font-size: 8pt; 
	font-family: Verdana, Arial, Helvetica; 
	font-style: normal;
	color: rgb(255,204,0); 
}

caption	{ 
	font-size: 14pt; 
	font-family: Verdana, Arial, Helvetica; 
	font-style: normal; 
	color: rgb(255,204,0); 
}

td.adressen {
	font-size: 8pt; 
}