﻿html
{
	overflow-y: scroll;

}

body
{
	background-color: #ffffff;
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial,Tahoma,Verdana;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
}

#MainContainer
{
	border-left: 1px solid #706e6f;
	border-top: 1px solid #706e6f;
	border-right: 2px groove #706e6f;
	border-bottom: 2px groove #706e6f;
	background-color:#eceded;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	position: relative;
	width: 905px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 35px;
	z-index: 1;
}

#Area_Headline
{
	background-color:#eceded;
	margin-top: 280px;
	margin-left: 175px;
	height: 38px;
	padding: 0px;
	overflow: auto;
	z-index: 2;
	border-left: solid 3px #ffffff;
}

#Area_Content
{
	background-color:#eceded;
	margin-left: 175px;
	min-height: 283px;
	padding: 0px;
	z-index: 2;
	border-left: solid 3px #ffffff;
}

#Area_Visual
{
	position: absolute;
	left: 154px;
	top: 23px;
	width: 746px;
	height: 255px;
	background-color: #ffffff;
	z-index: 4;
}

#Area_MetaNavigation
{
	position: absolute;
	left: 0px;
	top: -25px;
	width: 570px;
	height: 19px;
	padding: 0px;
}

#Area_Share
{
	position: absolute;
	left: 460px;
	top: -26px;
	padding: 0px;
}

#Area_Navigation .Navigation1
{
	position: absolute;
	left: 20px;
	top: 73px;
	width: 122px;
	height: 196px;
	background-image: url(images/background_navigation1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}

#Area_Navigation .Navigation2
{
	position: absolute;
	left: 1px;
	top: 280px;
	width: 175px;
	height: 321px;
	z-index: 2;
}

#Area_Navigation .Navigation3
{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background-color: #ffffff;
	padding: 0;
	overflow: hidden;
	display: none;
	visibility: hidden;
}

#Area_Logo
{
	position: absolute;
	left: 23px;
	top: 11px;
	z-index: 2;
}

