/* basic elements */
html {
	margin: 0;
	padding: 0;
	}

object 
{ 
  display:block; 
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
hr{
  background-color: #aaa; /* Farbe für Opera und Firefox */ 
  color: #aaa; /* Farbe für Internet Explorer (IE) */
  border: 0; 
  height: 1px; 
}
	
body { 
	font-family: Trebuchet MS, Verdana, Sans Serif;
	line-height: 1.88889;
	color: #111111; 
	background: #eef2f8 url(../img/geoBg.gif) repeat-x top; 
	margin: 0; 
	padding: 0;
	}
	
p { 
	margin-top: 0; 
	text-align: left;
	}
	
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}

	
/* specific divs */
#container { 
	background: transparent;
	border-bottom: 1px solid #A0A2B4;
	border-right: 1px solid #A0A2B4;
  width: 760px;
  min-height: 500px;
  margin: 0pt auto; 
  margin-top: 10px;
	position: relative;
	}
	
#header { 
	background: transparent url(../img/Header.png) no-repeat top left; 
  width: 760px;
  height: 131px;
	margin: 0px; 
	padding: 0px;
}

#mText
{
    background: #fff;
}

#headerLogo
{
    width: 149; 
    height: 40px; 
    top: 30px; 
    left: 30px; 
    position: absolute;
}

#pixelEfx
{
    position: absolute;
    top: 93px; 
}

#mainText{
  padding-left: 50px;
  padding-top: 25px;
  width: 420px;
  font-family: Verdana, Sans Serif;
  line-height: 14pt;
  font-size: 11px;
  font-weight: normal; 
	color: #666666; 
}

#mainText h3 
{ 
	font:  bold 15pt Verdana, Trebuchet MS, Sans Serif;
	letter-spacing: 1px; 
	color: #22314A;
}

#mainText a:link 
{ 
	font:  bold 11pt Verdana, Sans Serif;
	letter-spacing: 1px; 
	text-decoration:none;
  color: #c9a96a; 
}

#mainText a:visited
{
  text-decoration:none;
  color: #c9a96a; 
}

#mainText a:hover
{
  color: #22314A; 
}

#linkList {
  position: absolute;
  left: 640px;
  top: 200px;
  font-family: Verdana, Sans Serif;
  line-height: 14pt;
  font-size: 10px;
  font-weight: normal; 
}


#linkList h3
{
  font:  bold 10pt Verdana, Sans Serif;
	letter-spacing: 1px; 
	color: #22314A;
}

#linkList a:link
{
  text-decoration:none;
  color: #c9a96a; 
}

#linkList a:visited
{
  text-decoration:none;
  color: #c9a96a; 
}

#linkList a:hover
{
  color: #22314A; 
}

#footer 
{ 
    color: #eef2f8; 
    text-align: right;
    font-size: 0.8em;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 760px;
    height: 19px;
    background: transparent url(../img/Footer.png) no-repeat right; 
}

#footerUp 
{ 
    color: #eef2f8; 
    text-align: right;
    font-size: 0.8em;
    position: relative;
    top: 0px;
    left: 0px;
    width: 760px;
    height: 19px;
    background: #fff url(../img/FooterUp.png) no-repeat; 
}

#dl
{
  
}

#dl a:link
{
  font-size: 8pt;
  text-decoration:none;
  font-weight: normal;
  color: #c9a96a; 
}

#dl a:visited
{
  font-size: 8pt;
  text-decoration:none;
  font-weight: normal;
  color: #c9a96a; 
}

#dl a:hover
{
  font-size: 8pt;
  font-weight: normal;
  text-decoration:none;
  color: #22314A; 
}

	
#footer a:link
{ 
  text-decoration:none;
	margin-right: 20px; 
	color: #eef2f8;
}

#footer a:visited
{ 
  text-decoration:none;
	margin-right: 20px; 
	color: #eef2f8;
}

#footer a:hover
{
 color: #c9a96a;
}


ul#navbar {
	background:url(../img/menue.png) repeat-x left top;
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	height:31px;
	
}

ul#navbar li {
	float:left;
}

ul#navbar li a {
	display:block;
	padding:5px 15px 4px;
	font-family: Trebuchet MS, Verdana, Sans Serif;
	font-size: 12px;
	text-decoration:none;
	color: #eef2f8; 

}
ul#navbar li a:hover {
	color:#dfcfb0;
}
