﻿html
{
	height:100%;
	margin:0;padding:0;
}

body 
{	
	height:90%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin:0px 0px 0px 0px;
	padding:0;
	background-color:#FFFFFF;
}

.HiddenPageContent {
	position:absolute;
	display:none;
	visibility:hidden;
}

.ClearBoth  { clear:both; }
.ClearLeft  { clear:left; }
.ClearRight { clear:right;}

.ImageCollection
{
	top:23px;
}

.HeadImage
{
	position:absolute;
	top:23px;
	width:990px;
	height:290px;
}

#InImageHeadline
{
	text-transform:uppercase;
	color:White;
	font-size:21px;
	margin: 0 0 0 0;
	padding: 0px 0px 0 0;
	text-align:right;
	line-height:1.6em;
	position:absolute;
	top:211px;
	left:697px;
	z-index:10000;
	width:270px;
}

#GrayBar
{
	margin:23px 0 0 0;
	background-color:gray;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity:0.85;
	height:65px;
	width:100%;
	position:absolute;
	z-index:100;
	float:left
}

#MainLogo
{
	position:absolute;
	top:0;
	left:729px;
	z-index:200;
}

#MainLogoShadow
{
	position:absolute;
	top:5px;
	left:734px;
	z-index:199;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity:0.50;
	
}

#EhrlLogo
{
	position:relative;
	top:30px;
	left:12px;
	width:90%;
	height:90%;
}

#EhrlLogo_invers
{
	position:absolute;
	top:35px;
	left:10px;
	z-index:101;
	float:left
}

#ColumnArea
{ 
	position:absolute;
	top:340px;
	width:990px;
	height:230px;
	background-image:url('../Media/ColumnBG.jpg');
	background-repeat:repeat-y;
}

.Column h2
{
	margin:0;
	padding:0;
	font-size:12px;
	color:#666666;
	margin:10px 0 0 0;
}

.Column
{
	background-color:white;
	width:271px;
	position:absolute;	
	padding:0;
	margin:0;
	
}

#LeftColumn
{
	left:51px;
}

#MiddleColumn
{
	left:363px;
	
}

#RightColumn
{
	left:675px;	
}

.ColumnLinkBlock
{
	text-transform:uppercase;	
	font-weight:bold;
	line-height:1.7em;
	position:relative;
	left:0px;
	font-size:13px;
	margin:15px 0 0 0;
}

.ColumnLinkBlock a
{
	text-decoration:none;
	color:black;
}

.ColumnLinkBlock a:hover
{
	text-decoration:none;
	color:red;
}

.ColumnLinkBlock a:visited
{

}

.ColumnLinkBlock a:active, .ColumnLinkBlock a:focus
{
	outline:white;
}

.TradeMarkArea
{
	background-color:white;
	position:absolute;
	top:165px;
	width:281px;
	height:50px;
}

.TradeMarkImage
{
	margin: 15px 12px 0 12px;
	border:0;
}

.TradeMarkArea a:active, .TradeMarkArea a:focus
{
	outline:white;
}

#ImpressumLink
{
	text-decoration:none;
	color:#cfcfcf;
	position:absolute;
	top:290px;
	left:10px;
	z-index:500;
	font-size:11px;
}


/* the overlayed element */
.Overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#fcfcfc;
	
	width:775px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

