/******************************************************************************
*                       Styles und Positionierung EGC                         *
******************************************************************************/

/* --- Allgemein --- */

:focus{outline:none;}

/* ======== TAGS  ======== */

body {
  	background-color: #ffffff;
	font-family: Helvetica,Arial,Verdana sans-serif;
	font-size: 0.75em;
}

/* --- Ueberschriften --- */

h2 {
  font-size: 1em;
  font-weight: bold;
}

/* --- Verweise --- */

a {
  text-decoration: none;
  white-space: nowrap;
}

a.rootmenu {
  color: #888686;
  font-size: 0.8em;	
  font-weight: bold;
}

a.rootmenu:hover {
  color: #555555;
}

a.menured {
  color: #e20a16;
}

a.menured:hover {
  color: #841437;
}

a.menugreen {
  color: #45971c;
}

a.menugreen:hover {
  color: #007000;
}

a.menublue {
  color: #019dec;
}

a.menublue:hover {
  color: #36499f;
}

/* --- 
div { 
  border-width:1px; 
  border-style:solid; 
  border-color:black;
  
}
--- */

/* --- Bilder --- */

img {
  	border: 0px;
}

/* ======== KLASSEN  ======== */

/* --- Schriftfarben --- */

.red {
  color: #e20a16;
}

.green {
  color: #45971c;
}

.blue {
  color: #019dec;
}

/* --- Absaetze --- */

.inline {
  display: inline;
}

.nowrap {
  white-space: nowrap;
}

/* --- Menues --- */

.rootmenublack {
  color: #000000;
  font-size: 0.8em;
  font-weight: bold;
  white-space: nowrap;
}

/* ======== CONTAINER  ======== */

#central {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 615px;
  border-color:blue;
}

#sprache {
  background: url(../img/klammer.gif) no-repeat;
  position: absolute;
  top: 10px;
  left: 10px;
  padding-left: 20px;
  padding-top: 3px;
  width: 60px;
  height: 65px;
  line-height : 1.5em;
}

#statement {
  position: absolute;
  top: 50px;
  left: 480px;
  width: 400px;
  height: 50px;
  font-weight: bold;
  font-size: 1.5em;
}

#navred {
  position: absolute;
  left: 88px;
  bottom: 360px;
  width: 200px;
}

#navgreen {
  position: absolute;
  left: 625px;
  bottom: 360px;
  width: 150px;
}

#navblue {
  position: absolute;
  top: 385px;
  left: 370px;
  width: 180px;
}

#news {
  position: absolute;
  top: 168px;
  left: 479px;
  width: 40px;
  height: 140px;
}

#newsletter {
  position: absolute;
  top: 191px;
  left: 511px;
  width: 100px;
  height: 40px;
  font-size: 140%;
}

#egc {
  position: absolute;
  top: 270px;
  left: 61px;
  width: 730px;
  height: 110px;
}

#egcback {
  background: url(../img/egc.gif) no-repeat;
  position: absolute;
  top: 270px;
  left: 61px;
  width: 730px;
  height: 110px;
}

#footer {
  position: absolute;
  top: 540px;
  left: 10px;
  width: 250px;
  height: 70px;
  line-height : 1.5em;
  background-color: #ffffff;
  z-index: 2;
}

#rootmenu {
  background: url(../img/klammer.gif) no-repeat;
  position: absolute;
  padding-left: 20px;
  padding-top: 3px;
  width: 70px;
  height: 65px;
}

#suche {
  background: url(../img/klammer.gif) no-repeat;
  position: absolute;
  left: 90px;
  padding-left: 20px;
  padding-top: 3px;
  width: 130px;
  height: 65px;
}

#temp
{
	position: absolute;
	top: 400px;
	left: 550px;
	line-height: 1.2em;
}

*html #newsletter
{
	top: 186px;
}