﻿/**************************************************************** 
  Für www.ORTIGAS.de
	Uwe Ortgies
	Gronauer Weg 11
	61184 Karben 
  
  Von ORTGIES IT
	Ikenstrasse 26
	40625 Düsseldorf 
	T. 0211-2880852
	E. info@ortgies-it.de
 	W. www.ortgies-it.de
  ---------------------------------------------------------------
  Standardfarben:
	hellbeige:	#FFE8C3;	(Schrift, Rahmen)
	schwarz:	#000000;	(Hintergrund, vorher dunkelgrün)
	hellgrün:	#C0FF79;	(Scroll-Balken)
*****************************************************************/   

BODY {
  color: #FFE8C3;
  font: 11pt Times New Roman;
  background: #282828;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 10px;
  margin-top: 10px;

  scrollbar-3dlight-color: #000000; 
  scrollbar-highlight-color: #FFFFFF; 
  scrollbar-face-color: #3E3E3E; 
  scrollbar-shadow-color: #000000; 
  scrollbar-track-color: #000000; 
  scrollbar-darkshadow-color: #000000;
}

/* =============================================================*/
/* === HEADLINES ===============================================*/
/* =============================================================*/
H1 {
  font: 16pt Times New Roman;
}

H1.a {
  font: 14pt Times New Roman;
  background: gray;
  margin-left: 0px;
  margin-right: 25px;
  text-align: left;
}

H2 {
  font: 12pt;
  border-color: #FFE8C3;
  border-style: solid;
  border-width: 1px;
}

H3 {
  font: 11pt Verdana;
  color: white;
  margin-left:0px;
}

/* =============================================================*/
/* === STANDARDS ===============================================*/
/* =============================================================*/
P, TABLE {
  font: 11pt Times New Roman;
  color: #282828;
  margin-left: 0px;
}

A:LINK {
  color: #000000;
  text-decoration: none;
}

A:VISITED {
  color: #000000;
  text-decoration: none; 
}

A:HOVER {
  text-decoration: underline; 
  font-weight: normal;
}

A:ACTIVE {
  color: #000000;
  text-decoration: none; 
}

IMG {
  border-width: 0px;
}

/* =============================================================*/
/* === MENÜS ===================================================*/
/* =============================================================*/
A.menue {
  /*font-family: Verdana, Swis721 LtCn BT, Arial, Helvetica, sans-serif */
  color: #FFE8C3;
  display: block;
  background-color: #282828;
  padding: 2px;
  text-align: right;
  text-decoration: none;
  margin-right: 40px;
}
A.menue:link {
  color: #FFE8C3;
  background-color: #282828;
  font-weight: none;
}
A.menue:visited {
  color: #FFE8C3;
  background-color: #282828;
}
A.menue:hover {
  color: #282828;
  background-color: #FFFFFF;
  text-decoration: none;
}
A.menue:active {
  color: #000000;
  background-color: #FFFFFF;
}

/* =============================================================*/
/* === BOXEN ===================================================*/
/* =============================================================*/

/*  Kopfzeile: Logo und Claim */
#headboxleft {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 220px;
  height: 110px;
  background-color: #282828;
  font-family: Times New Roman; 
  font-size: 16pt;
  font-weight: bold;
  text-align: right;
  padding-right: 40px;
  padding-top: 30px;
}

#headboxright {
  position: absolute;
  top: 0px;
  left: 220px;
  width: 900px;
  height: 110px;
  background-color: #282828;
  font-family: Times New Roman; 
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
  padding-top: 45px;
}


/* ------------------------------------------------------------ */
/* Navigation links */
#menubox {
  position: absolute;
  top: 235px;
  left: 0px;
  width: 220px;
  height: 430px;
  background-color: #282828;
  overflow: hidden;
}

/* ------------------------------------------------------------ */
/* Hauptbox mit den Inhalten */
#mainbox {
  position: absolute;
  top: 195px;
  left: 220px;
  width: 870px;
  height: 470px;
  color: #000000;
  background-color: #FFFFFF;
  padding-left: 20px;
  padding-top: 20px;
  /*overflow: hidden;*/
}

/* ------------------------------------------------------------ */
/* Für das Gästebuch */
#guestbox {
  position: absolute;
  top: 10px;
  left: 220px;
  width: 870px;
  height: 470px;
  color: #000000;
  background-color: #FFFFFF;
  padding-left: 20px;
  padding-top: 20px;
  /*overflow: hidden;*/
}



/* =============================================================*/
/* === ENDE ====================================================*/
/* =============================================================*/

