/* Die Seite allgemein */
body {
background:	url(../Bilder/back.jpg) #B0D6FA fixed no-repeat;color: #000000;
font-family: arial, sans-serif;
font-size: 9pt;
}

/* Überschriften */
h1 {
font-family: verdana, sans-serif;
color: #718AFE;
font-size: 17pt;
font-weight:bold;
text-align: center;
}

ul {
list-style: none;
margin: 0;
padding: 0;
}

li {
border-top: 1px solid #718AFE;
}

/* Tabellen */
table, tr, td {
background: transparent;
color: #000000;
font-family: arial, sans-serif;
font-size: 9pt;
}

/* Tabelle in eintrag.php und edit.php */
.form {
text-align: center;
width: 70%;
}

/* Tabellenspalte in der die Erklärungen stehen */
td.describtion {
text-align: right;
width: 50%;
}

/* Tabellenspalte in der die Eingabefelder stehen */
td.input {
text-align: left;
width: 50%;
}

/* Eingabefelder */
input, select {
background-color: #CFDFE4;
color: #00544A;
border: 1px solid #718AFE;
height: 13pt;
}

input.gb, select.gb {
width: 90%;
}

/* Textfeld */
textarea.gb {
background-color: #CFDFE4;
color: #00544A;
font-family: arial, sans-serif;
font-size: 9pt;
width: 100%;
border: 1px solid #A5D0E4;
}

/* Links */
a:link {
color: #718AFE;
font-family: arial, sans-serif;
font-size: 9pt;
text-decoration: none;
}

/* Links beim Überfahren mit der Maus */
a:link:hover {
color: #718AFE;
font-family: arial, sans-serif;
font-size: 9pt;
text-decoration: underline;
}

/* besuchte Links */
a:visited {
color: #718AFE;
font-family: arial, sans-serif;
font-size: 9pt;
text-decoration: none;
}

/* besuchte Links beim Überfahren mit der Maus */
a:visited:hover {
color: #718AFE;
font-family: arial, sans-serif;
font-size: 9pt;
text-decoration: underline;
}


/* ========================================================================================================= */

/* Link zu Anfrageformular*/



/* Verweis 		*/

a:link.anfrage		{ 	color:#4967F3; text-decoration:none; font-weight:bold; font-size:15px;	}


/* besuchter Verweis 	*/

a:visited.anfrage 	{	color:#4967F3; text-decoration:none; font-weight:bold; font-size:15px;	}


/* aktivierter Verweis 	*/

a:active.anfrage 		{ 	color:#4967F3; text-decoration:none; font-weight:bold; font-size:15px;	background: #FAB6B7; }


/* ueberfahrener Verweis*/

a:hover.anfrage 		{ 	color:#4967F3; text-decoration:none; font-weight:bold; font-size:15px;	background: #BCFFBA; }



/* ========================================================================================================= */



/* Fehlermeldung bei deaktiviertem Javascript */
div.nojs {
color: red;
font-weight: bold;
}

/* Einträge mit gerader Nummer (2, 4, 6, 8 usw.) */
div.gerade {
border: 0px solid #A5D0E4;
background: transparent;
}

/* Einträge mit ungerader Nummer (1, 3, 5, 7 usw.) */
div.ungerade {
border: 0px solid #CFDFE4;
background: transparent;
}


/* Dateiname */
div.code_datei {
font-weight: bold;
}

/* der Code */
div.codetext {
font-family: "Courier New", monospace;
background-color: #CFDFE4;
}


/* Angebotstitel */
span.user {
font-weight: bold;
font-size: 15;
color: #718AFE;
}

/* die Nummer des Angebots */
span.nummer {
font-size: 15px;
font-weight: bold;
color: #718AFE;
}

/* die aktuelle Seite */
span.aktuelle_seite {
font-weight: bold;
}

/* Text "..." bei der Seitenauswahl */
span.punkt {
color: #718AFE;
}

/* Der Betreff eines Eintrags */
div.betreff {
font-weight: bold;
margin-top: 5px;
}

/* Die Einträge */
div.eintragstext {
background: transparent;
margin-top: 5px;
}

/* showimage.php: das hochgeladene Bild */
div.upimg {
text-align: center;
}

/* showimage.php: Text unter Bild */
p.upimgdesc {
text-align: center;
}

@media print {
.onlyscreen {
visibility: hidden;
height: 0px;
}

a.linkinfo {
text-decoration: none;
}

a.linkinfo:after {
content: " ("attr(title)" ) ";
}

}










#Rabatt {	z-index:		1;
         	position:		absolute;		/* Ausrichtung am vorheringen Element	*/
			width:		250px;				/* Breite 								*/
			margin-left:	5px;			/* Linker-Aussenrand 					*/
			margin-top:		-58px;  		/* Oberer-Aussenrand 					*/
			background:		transparent;	/* Hintergrundfarbe = transparent		*/
			color:		#FF0000;			/* Schriftfarbe = rot 					*/
			font-size:		15px;			/* Schriftgroesse 						*/
			font-weight:	bold;			/* Schriftstaerke = fett 				*/
}
