
/* *//* *//* *//* *//* *//* *//* */
/* Allgemein, Überschriften */
/* *//* *//* *//* *//* *//* *//* */

h4, h5, h6, div, p, body, html, input, button { 
	font: normal 12px Verdana, Arial, monospace; 
}

body, html	{
	margin:0;
	padding:0;
	background-color:#CDE4F0; /*#ddf0f0;#808080; grau*/
}

h1 { 
	font: normal 18px Verdana, Arial, monospace;
	font-weight: bold;
 	color:#285692;
}

h2 { 
	font: normal 14px Verdana, Arial, monospace;
	font-weight: bold;
	color:#285692;
}

h3 {
  	font: normal 13px Verdana, Arial;
  	color:#285692;
}

p {
	line-height:1.5;
}

/* *//* *//* *//* */
/* Link-Farben */
/* *//* *//* *//* */

a {
	font: normal 14px Arial;
	text-decoration: none;
	font-weight: bold;
}

.navi_weiss a {
  	color:#ffffff; /*weiss*/
}

.navi_blau a:link {
  	color:#ffffff; /*exirius_blau*/
}
.navi_blau a:visited {
  	color:#ffffff; /*exirius_blau*/
}
.navi_blau a:hover {
  	color:#285692; /*exirius_blau*/
}



/* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* */
/* Links für das obere Menü: Home - Kontakt - Impressum */
/* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* */

div#menue_oben a:link {
	color:#285692; /*exirius_blau*/
}

div#menue_oben a:visited {
	color:#285692; /*exirius_blau*/
}

div#menue_oben a:hover {
	color:#b0c0ff; /*hellblau*/
}


/* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* */
/* Links für das Hauptmenü: Über uns - Oracle - Produkte - Referenzen */
/* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* */

div#menue_haupt a:link {
	color:#285692; /*exirius_blau*/
	font: normal 18px  Arial;
	font-weight: bold;
}
div#menue_haupt a:visited {
	color:#285692; /*exirius_blau*/
	font: normal 18px  Arial;
	font-weight: bold;
}
div#menue_haupt a:hover{
	color:#b0c0ff; /*hellblau*/
	font: normal 18px  Arial;
	font-weight: bold;
}


/* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* */
/* Links für Hauptmenü, zweite Ebene: standard edition - db live monitoring */
/* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* */

div.navi_sub a:link {
  	color:#285692; /*exirius_blau*/
}
div.navi_sub a:visited {
  	color:#285692; /*exirius_blau*/
}
div.navi_sub a:hover {
  	color:#b0c0ff; /*hellblau*/
}

/* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* */
/* Links für das  Submenü am linken Rand: standard edition - db live monitoring */
/* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* */

div.navi_weiss a:link {
  	color:#6d6d6d; /*weiss*/
}
div.navi_weiss a:visited {
  	color:#6d6d6d; /*weiss*/
}
div.navi_weiss a:hover {
  	color:#000000; /*weiss*/
}

/* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* */
/* Links für das Textfeld */
/* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* *//* */

div.links a:link {
  	color:#285692;
  	text-decoration:underline;
}
div.links a:visited {
  	color:#285692;
  	text-decoration:underline;
}
div.links a:hover {
  	color:#6d6d6d;
  	text-decoration:none;
}



/* *//* *//* *//* *//* *//* *//* *//* *//* */
/* Links für das untere Menü: Drucken - AGB */
/* *//* *//* *//* *//* *//* *//* *//* *//* */

div#menue_unten a:link {
	color:#285692; /*exirius_blau*/
}

div#menue_unten a:visited {
	color:#285692; /*exirius_blau*/
}

div#menue_unten a:hover {
	color:#b0c0ff; /*hellblau*/
}


/* *//* *//* *//* */
/* Teilbereiche*/
/* *//* *//* *//* */

div#alles {
  	margin-left:auto;
 	margin-right:auto;
 	margin-bottom:5px;
 	margin-top:5px;
 	width:1000px;
 	padding-left:20px;
 	padding-right:20px;
  	background-color:#fff;  /*weiss*/
}

div#menue_oben {
  	padding-top:20px;
  	/*width:200px;*/
  	height:20px;
  	background-color:#ffffff;
  	float:right;
}

div#trailer {
	height:160px;
	background-color:#b0c0ff; /*hellblau*/
  	clear:both;
}

div#menue_haupt	{
	clear:both;
  	margin-top:110px;
  	margin-bottom:40px;
  	width:1000px;
  	padding:10px;
	height:20px;
  	background-color:#ffffff;
}

div#unten {
  	margin-top:10px;
  	width:1000px;
}

div#submenue {
  	width:165px;
  	height:750px;
  	background-color:#e6eadc;
  	float:left;
}

div#submenue li	{
	margin-left:-35px; 
	padding-bottom:10px; 
	border-bottom:5px solid white;
}

div#mittlerer_bereich	{
	height:auto;
	width:800px;
  	background-color:#ffffff; /*weiss*/
  	float:right;
}

div#mittlerer_bereich ul, ol	{
	line-height:1.5;
}

div#mittlerer_bereich table {
	background-color:#ffffff; /*#e6eadc;*/
	border-collapse:collapse;
	border-color:#285692;
}

div#textfelder	{
  	margin-top:0px;
  	margin-bottom:10px;
  	width:580px;
  	background-color:#ffffff;
  	float:left;
}


div#zusatzfelder {
    	height:auto;
    	width:162px;
    	background-color:#fff;
      	float:right;
}

.feld {
  	padding:3px;
	height:200px;
	margin-bottom:5px;
  	background-color:#fff; /*#b0c0ff; hellblau*/
  	overflow:hidden;
}

/*button*/
.zusatz0 {
	padding:3px;
	height:170px;
	margin-bottom:5px;
  	background-color:#ffffff; /*weiss*/
  	border-top: 3px solid #e6eadc;
  	border-bottom: 3px solid #e6eadc;
}

/* text: adresse */
.zusatz1 {
	padding:3px;
	height:170px;
	margin-bottom:3px;
	margin-top:3px;
  	background-color:#ffffff; /*weiss*/
  	border-bottom: 3px solid #e6eadc;
}

/* text: oracle */
.zusatz2 {
	padding:3px;
	height:80px;
	margin-bottom:3px;
  	background-color:#ffffff; /*weiss*/
  	border-bottom: 3px solid #e6eadc;
}

/* video */
.zusatz3 {
	padding:3px;
	height:170px;
	margin-bottom:3px;
  	background-color:#ffffff; /*weiss*/
  	border-bottom: 3px solid #e6eadc;
}

/*exirius-link*/
.zusatz4 {
	padding:3px;
	height:100px;
	margin-bottom:5px;
  	background-color:#ffffff; /*weiss*/
  	border-bottom: 3px solid #e6eadc;
}

div#menue_unten	{
	clear:both;
	padding:10px;
	height:20px;
	background-color:#ffffff;
}


div#menue_unten	{
	clear:both;
	padding:10px;
	height:20px;
	background-color:#ffffff;
}

  	width:580px;
  	background-color:#ffffff;
  	float:left;
}
