﻿/**************************************************************** 
    ORTGIES IT, Ikenstrasse 26, 40625 Duesseldorf, Germany
	T. 0211-2880852
	E. info@ortgies-it.de
 	W. www.ortgies-it.de
  ---------------------------------------------------------------
    Standardfarben:
		blau:		#2B76B3
		
*****************************************************************/   

/* Import eines passenden Fonts von google */
/*@import url(https://fonts.googleapis.com/css?family=Montserrat);*/

BODY {
  color: #2B76B3;
  background-color: #FFFFFF;
  /*
  background-image: url(../img/ortgies-logo-muster.png);
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;*/ 
  /*font: 10pt Lucida Sans;*/
  /*font: 11pt Courier New;*/
  font-family: Helvetica;
  font-size: 2vmin;
  /*line-height: 48pt;*/
    
  /*
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  */
}


/* =============================================================*/
/* === HEADLINES ===============================================*/
/* =============================================================*/

H1 {
/*  color: #FFFFFF;*/
  font: 1.3em Lucida Sans;
  font-weight: bold;
  line-height: 18pt;
}
H2 {
  color: #2B76B3;
  font: 1.2em Lucida Sans;
  font-weight: bold;
  line-height: 14pt;
}
H3 {
  color: #2B76B3;
  font: 1.1em Lucida Sans;
  font-weight: bold;
  line-height: 14pt;
}

H4 {
  color: #2B76B3;
  font: 1.1em Lucida Sans;
  font-weight: bold;
  line-height: 14pt;
}

P {
  /*color: #FFFFFF;*/
  font: 1.1em Lucida Sans;
}


/* =============================================================*/
/* === STANDARDS ===============================================*/
/* =============================================================*/
A {
  color: #2B76B3;
  text-decoration: none;
  /*display: block;*/
  /*background-color: #666666;*/
}

A:hover{
  color: #FF0000;
  text-decoration: underline;
}
A:visited{
  color: #2B76B3;
}

/* individuelle Links */
A.menue {
  color: #2B76B3;
  font-family: Lucida Sans;
  font-size: 1em;
  margin-left: 8px;
  margin-right: 8px;
}
A.menue:visited {
  color: #2B76B3;
  font: 11pt Lucida Sans;
  margin-left: 8px;
  margin-right: 8px;
}

A.menue.hover {
  color: #FFFFFF;
  font: 11pt Lucida Sans;
  margin-left: 8px;
  margin-right: 8px;
}

A.aktivesmenue{
  color: #FF;
  font-weight: bold;
  text-decoration: underline;
  /*display: block;*/
  margin-left: 8px;
  margin-right: 8px;
}


/* -------------------------------------*/
/* Tabellen, Zellen, Zeilen, ...        */
/* -------------------------------------*/
TABLE {
  /*font: 11pt Lucida Sans;*/
  /*border-style: solid;*/
  /*border-width: 1px;*/
  /*border-style: dashed;*/
  /*border-width: 5px;*/
}

TD {
  /*padding: 5px;*/
}

TFOOT {
  /*border-top: 5px solid #FF0000;*/
  /*border-top: solid;*/
}


/* -------------------------------------*/
/* Listen								*/
/* -------------------------------------*/
/*UL {
  font: 11pt Lucida Sans;
  list-style-image: uri('../img/img2.png');
}*/

/* =============================================================*/
/* === Boxen ================================================== */
/* =============================================================*/
#mainbox {
    width: 800px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #FFFFFF;
	border-radius: 5px;
	background-color: #181818;
	box-shadow: 5px 5px 3px #333333;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* =============================================================*/
/* === ENDE ====================================================*/
/* =============================================================*/
