BODY {
color: #000000;
font-size:12px;
font-family: verdana, sans-serif; 
line-height: 18px;
font-weight: regular;
cursor: url(inc/cursor.ani);
}

.ticker{
color: #FF9900;
font-size: 8pt;
line-height:10pt;
}

td, font, p, i{
color: #000000;
align:left
font-family:verdana;
font-size: 12px;
}

BODY{margin: 0pt; 
scrollbar-face-color: #FF9900;
scrollbar-highlight-color: #FFFF66;
scrollbar-3dlight-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #FF9900;
scrollbar-track-color: #FFCC66;
}

.header {border-bottom: solid 1px #000000; color: #FF9900; width: 100%; text-transform: lowercase; letter-spacing: 1px; font-family: times new roman; font-size: 13pt; font-weight:bold; text-align: left; filter: blur(direction=180, strength=20); height: 5px;}


.big {color: #000000; font-family: verdana, sans-serif; font-size: 16px; font-weight:bold; text-align: center;}
.start {color: #FF9900; font-family: verdana, sans-serif; font-size: 16px; font-weight:bold; text-align: center;}
.yellow {color: #FFE400; font-family: verdana, sans-serif; font-size: 13px; font-weight: bold;}

.bg {background: #FFE400; font-family: verdana, sans-serif; font-size: 13px; font-weight: bold;}


a:link    {color:#000000; text-decoration: bold; font-weight: bold; border=0;}
a:visited {color:#000000; text-decoration: bold; font-weight: bold; }
a:active  {color: #000000; text-decoration: bold; font-weight: bold; }
a:hover   {color: #FF9900; text-decoration: bold; font-weight: bold; background: #000000; cursor: url(inc/cursor.ani);}

.ecke_logo { 
    /* absolut positioniert */
    position: fixed;
    top: 0px;
    left: 0px;
	}

.ecke_lo {
	width: 57px;
	height: 57px;
	background-image: url(../layout/ecke_lo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
.ecke_lu {
	width: 57px;
	height: 57px;
	background-image: url(../layout/ecke_lu.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}	
	
.ecke_ro {
	width: 57px;
	height: 57px;
	background-image: url(../layout/ecke_ro.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
.ecke_ru {
	width: 57px;
	height: 57px;
	background-image: url(../layout/ecke_ru.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
.rand_o {
	height: 57px;
	background-image: url(../layout/rand_o.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
.rand_u {
	height: 57px;
	background-image: url(../layout/rand_u.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: verdana, sans-serif;
	font-size: 7pt;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 4px;
	}
	
.rand_l {
	width: 18px;
	background-image: url(../layout/rand_l.jpg);
	background-repeat: repeat-y;
	}

.rand_r {
	width: 18px;
	background-image: url(../layout/rand_r.jpg);
	background-position: right;
	background-repeat: repeat-y;
	}

.main {
	background-color: #FF9900;
/*	background-image: url(../images/logo_m_neu.jpg); */ 
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 4px;
	}

.main_nrm {
	background-color: #FF9900;
	}



/* Die Seite allgemein */
body {
background-color: #000000;
color: #000000;
font-family: verdana, sans-serif;
line-height: 18px;
font-weight: regular;
font-size: 9pt;
}

/* Überschriften */
h1 {
color: #000000;
font-size: 17pt;
font-weight:bold;
}

/* Tabellen */
table, tr, td {
color: #000000;
font-family: verdana, sans-serif;
font-size: 9pt;
}

/* Tabelle in eintrag.php und edit.php */
.form {
background-color: #FF9900;
text-align: center;
width: 90%;

}

/* Tabellenspalte in der die Erklärungen stehen */
td.describtion {
text-align: right;
width: 20%;
font-size: 8pt;
}

/* Tabellenspalte in der die Eingabefelder stehen */
td.input {
background-color: #FF9900;
text-align: left;
width: 70%;
}

/* Eingabefelder */
input, select {
background-color: #FFCC66;
color: #000000;
border: 1px solid #FF9900;
height: 13pt;
border: 1px solid #000000;
}

input.gb, select.gb {
background-color: #FFCC66;
width: 90%;
font-size: 9pt;
border: 1px solid #000000;
}

/* Textfeld Eingabemaske*/
textarea.gb {
background-color: #FFCC66;
color: #000000;
font-family: verdana, sans-serif;
font-size: 9pt;
width: 90%;
border: 1px solid #000000;
}

/* Links */
a:link {
color: #000000;
font-family: verdana, sans-serif;
font-size: 8pt;
text-decoration: none;
}

/* Links beim Überfahren mit der Maus */
a:link:hover {
color: #FFFFFF;
font-family: verdana, sans-serif;
font-size: 9pt;
text-decoration: underline;
}

/* besuchte Links */
a:visited {
color: #000000;
font-family: verdana, sans-serif;
font-size: 8pt;
text-decoration: none;
}

/* besuchte Links beim Überfahren mit der Maus */
a:visited:hover {
color: #FFFFFF;
font-family: verdana, sans-serif;
font-size: 8pt;
text-decoration: underline;
}

/* Erfolgs- oder Fehlermeldung bei der Suche */
div.suchmeldung {
font-size: 12pt;
}


/* Der Suchbegriff */
span.suchwort {
font-weight: bold;
}

/* Die Regeln in der eintrag.php */
div.regeln {
text-align: center;
}

/* Der Button unter den Regeln in der eintrag.php */
form.regeln {
text-align: center;
}

/* Die Buttons in eintrag.php, über die die BBCodes eingefügt werden */
img.bbcode{
background-color: #FFCC66;
width: 23px;
height: 23px;
border: 1px solid #000000;
}

/* Die kleinen Bilder (Page, Mail, ICQ, Bild) in gbuch.php */
img.gbuch{
border: 0px solid;
width: 15px;
height: 15px;
}

/* Text "(* Pflichtfelder)" */
div.pflichtfeld {
font-size: 7pt;
text-align: center;
}

/* Fehlermeldung bei deaktiviertem Javascript */
div.nojs {
color: red;
font-weight: bold;
}

/* Einträge mit gerader Nummer (2, 4, 6, 8 usw.) */
div.gerade {
width: 85%;
text-align: left;
background-color: #FFFF99;
padding-top: 5px;
border: 1px solid #FFFF99;
}

/* Einträge mit ungerader Nummer (1, 3, 5, 7 usw.) */
div.ungerade {
width: 85%;
text-align: left;
background-color: #FFCC66;
padding-top: 5px;
border: 1px solid #FFCC66;
}

/* ein Zitat */
div.zitat {
border: 1px solid black;
margin: 10px;
}

/* die zitierte Person */
div.zitat_person {
font-weight: bold;
}

/* der zitierte Text */
div.zitat_text {
font-style: italic;
}

/* ein Code */
div.code {
border: 1px solid black;
margin: 10px;
}

/* Dateiname */
div.code_datei {
font-weight: bold;
}

/* der Code */
div.codetext {
font-family: "Courier New", monospace;
background-color: #CFDFE4;
}

/* ein Kommentar */
div.kommentar {
border: 1px solid black;
margin: 10px;
}

/* Text wie "Kommentar vom Webmaster" */
div.kommentar_beschr {
font-weight: bold;
color: #EE5500;
}

/* der Kommentar selbst */
div.kommentar_text {
font-style: italic;
}

/* Der Besucher */
span.user {
font-weight: bold;
}

/* die Nummer des Eintrags */
span.nummer {
font-weight: bold;
padding-left: 5px;
color: #000000;
}

/* die aktuelle Seite */
span.aktuelle_seite {
font-weight: bold
}

/* Text "..." bei der Seitenauswahl */
span.punkt {
color: #000000;
}

/* Der Betreff eines Eintrags */
div.betreff {
text-align: left;
font-weight: bold;
font-size: 7pt;
padding: 2px;
padding-left: 5px;
background-color: #FF9900;
}

/* Die Einträge */
div.eintragstext {
text-align: left;
padding: 5px;
background-color: #FF9900;
}

/* showimage.php: das hochgeladene Bild */
div.upimg {
text-align: center;
}

/* showimage.php: Text unter Bild */
p.upimgdesc {
text-align: center;
}
