
/*  Ab Beginn Style für Admin-Bereich  */

body {
font-family:verdana, arial, sans-serif;  /*  Schrifttyp des gesamten Dokuments*/
font-size:11px;                          /*  Schriftgröße Allgemein für nicht definierte Schriften*/
color:#FFFFFF;                           /*  Schriftfarbe Allgemein für nicht definierte Schriftfarben*/
background-color:#003080;                /*  Hindergrundfabe der gesamten Seite*/
margin-top: 10px;
}

.statusyes {
font-size:12px;
color:#FFFFFF;
padding: 0 0 0 5px;
}
.statusno {
font-size:12px;
color:#FF0000;
padding: 0 0 0 5px;
}

.aussenrahmen {
border-style:solid;
border-width:1px;
border-color:#FFDF00;
}

/*  Rahmen für Titel im Adminbereich */
#titel {
	border-style:solid;
	border-width:1px;
	border-color:#FFDF00;
	padding: 5px 0 5px 5px;
}
/*  Titelüberschrift im Adminbereich */
#titeladmin {
font-size: 20px;
color: #FFFF00;
}

/*  Navigation im Adminbereich */
#navi {
font-family: verdana, arial, sans-serif;
font-size: 11px;
font-width: bold:
line-height: 1.4;
border-style: solid;
border-width: 1px;
border-color: #FFDF00;
color: #FFFFFF;
padding: 5px 0 5px 5px;
margin: 0px;
}

#navi a {
line-height: 1.4;
padding: 0 2px 0 2px;
}

#navi a:link {
font-size:11px;
line-height: 1.4;
color:#FFFFFF;
padding: 0 2px 0 2px;
}

#navi a:hover {
font-size:11px;
line-height: 1.4;
color:#FFFFFF;
background-color: #001060;
padding: 0 2px 0 2px;
}

/*  Bereich wo die Inhalte im Adminbereich ausgegeben werden */
#content {
font-size: 12px;
font-width: bold:
line-height: 1.4;
border-style: solid;
border-width: 1px;
border-color: #FFDF00;
color: #FFFFFF;
padding: 5px 0 5px 15px;
margin: 0px;
}

#content table,tr,th, td, div, p {
	font-size: 11px;
	color: #FFFFFF;
}

#content input, form {
	font-size: 12px;
}

.blinki {
	font-size: 12px;
	color: #FFDF00;
  font-weight: normal;
	text-decoration: blink;
}
.blinki b {
	color: #FF0000;
}

/*  Anfang Submit-Button's */
.submit {
font-size:12px;               /* Textgrösse im Button                 */
color:#FFBF00;                /* Textfarbe im Button                  */
border-style: solid;          /* Rahmenstil                           */
border-width: 1px;            /* Rahmenbreite                         */
background:#001060;           /* Hindergrundfarbe des Button          */
}
/*  Ende Submit-Button's */

.row_0 {
	font-size:11px;
  background-color: #0050A0;
}
.row_1 {
	font-size:11px;
	background-color: #001060;
}

.b {
	font-size:11px;
	color: #000000;
}

.w {
	font-size:11px;
	color: #FFFFFF;
}

.reftable {
	border-style: solid;          /* Rahmenstil                           */
	border-width: 1px;
	border-color: #AF00FF;
	background-color: #EFEFEF;
}

.copy {
	font-size:10px;
}

/*  Beginn Datei highload.php  */
a.high {
  background-color: #FF8040;
  border-width: 1px;
  border-color: red;
  padding-bottom: 5px;
  color: white;
}
a:visited.high {
  background-color: #FF8040;
  color: white;
}

.tabfoto {
	border-style: solid;
	border-width: 1px;
	border-color: #CFCFCF;
	padding-top: 2px;
	padding-bottom:2px;
}

.highname {
	color: #001060;
	font-size:10px;
	border-style: solid;
	border-width: 1px;
	border-color: #FF0000;
	background-color: #EFEFEF;
	width:100%;
}

.bred {
	color: #FFDF00;
	font-size:10px;
}

.highdel {
	color: #EFEFEF;
	font-size:10px;
	width:100%;
}


.highinhalt {
	font-size:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.highloesch {
	font-size:11px;
	border-style: solid;
	border-width: 1px;
	border-color: #FF0000;
	background-color: #EFEFEF;
	width:100%;
}

#highloesch a {
	font-size:11px;
	color: #CFCFCF;
	width:100%;
}

#highloesch a:visited {
	font-size:11px;
	color: #EFEFEF;
}

/*  Ende Datei highload.php  */

/*  Ende Style für Admin-Bereich  */

/*                           LINKS                                             */

A:link {
text-decoration : none;                /*   Link nicht Unterstrichen           */
font-size:11px;                        /*  Textgrösse des Link                 */
color : #00FFFF;                       /*  Textfarbe des Link                  */
}
A:hover {
text-decoration : none;                /*   Link nicht Unterstrichen           */
font-size:11px;                        /*  Textgrösse des Link                 */
color : #00FFFF;                       /*  Textfarbe des Link                  */
background-color:#001060;              /*  Hindergrund des Überfahrenden Link  */
}

A:active {
text-decoration : none;               /*   Link nicht Unterstrichen            */
font-size:11px;                       /*  Textgrösse des Link                  */
color : #00FF00;                      /*  Textfarbe des Link                   */

}

A:visited {
font-size:11px;                       /*  Textgrösse des Link                  */
color : #00FF00;                      /*  Textfarbe des Link                   */
}



