/* Tags */
html
{
height:100%;
}

body 
{ 
  background-color:#000000; 
  font-family:Verdana;
  font-size:12px;
  color:#FFFFFF;
  text-align:center;
  height:100%;
  margin:0%;
  padding:0%;
}

h1 
{
  font-size:16px;
  color:#FFFFFF;
  margin-top:48px;
  margin-left:24px;
  margin-right:24px;
}
h2 
{
  font-size:14px;color:#FFFFFF;
  }
h3 
{
  font-size:14px;color:#FFFFFF;
}
p 
{
	margin-top:20px;
	margin-left:24px;
	margin-right:24px;
	line-height:19px;
}
li
{
	line-height:19px;
}

/* Layer */
div#container
{
  width:760px;
  margin:0px auto;
  text-align:left;
  height:100%;
}

div#logo
{
  width:100%;
  text-align:right;
  padding-top:16px;
}

/* Ab hier Layout des eigentlichen Inhalts, grauer Bereich mit Text + Bildern */
div#content 
{
  margin:0% auto;
  padding:0% auto;
  position:absolute;
  display:table-row-group;
  min-height:80%;
  float:left;
  height:auto !important;
  height: 100%;
  width: 760px;
  border:1px solid #eee;
  background-color:#686868;
}

/* Bilderspalte links */
div#imagecolumn
{
  float:left;
  /*
  position: absolute;
  top: 0px;
  left: 0px;
  */
  width:240px;
  height: auto; 
  text-align:center;
  margin:0% auto;
  padding-top:88px;
}

/* schwarze Linie zwischen Bildern + Text */
div#blackline
{
  position: absolute;
  top:0px;
  left:241px;
  width:1px;
  height:100%; 
  background-color:#000000;
}

/* Textspalte rechts */
div#textcolumn
{
	float:right;
	/*
  position: absolute;
  top: 0px;
  left: 242px;
  */
  width:517px;
	height: 100%;
	margin:0% auto;
	padding:0% auto;
  /*
  overflow:auto;
  */
}

/* Link Kontakt / Impressum */
div#kontaktlink
{
  position: absolute;
  bottom:-16px;
  left:-84px;
  text-align:right;
  margin:0% auto;
  padding: 0% auto; 

}

a:link { text-decoration:none; font-weight:bold; color:#ffffff; }
a:visited { text-decoration:none; font-weight:bold; color:#ffffff; }
a:hover { text-decoration:none; font-weight:bold;}
a:active { text-decoration:none; font-weight:bold; }
a:focus { text-decoration:none; font-weight:bold; }

div#textcolumn a:link, 
div#textcolumn a:visited, 
div#textcolumn a:hover, 
div#textcolumn a:active, 
div#textcolumn a:focus 
{
  text-decoration: none; 
  font-weight: bold; 
  color: #D4D700; 
}
