﻿body {
	background: #f3f3f4 url(/images/website/pattern_bg.png) repeat-x;
	text-align: center;
}
#container {
	text-align: left;
	width: 864px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	height: 500px;
}

/**********************  HEADER **********************/
/*****************************************************/

.boxicon
{
	width: 14px;
	height: 15px;
	position: absolute;
	top: 5px;
	left: 8px;
	z-index: 0;
	background-color: white;
	border: solid 1px #a7a9ac;        
}

.active-boxicon {
	background-color: #8cc63f;        
}

#header {
	width: 864px;
	height: 110px;
	position: relative;
	margin-bottom: 10px;
}

#header .left {
	width: 600px;
	height: 110px;
	float: left;
	background: url(/images/website/topbar_background.png) repeat left;
}

#header .left img {
	position: absolute;
	top: 19px;
	left: 43px;
}

#header .right {
	width: 260px;
	height: 110px;
	position: relative;
	float: right;
	background: url(/images/website/pattern_login.png) repeat-x;
}

#header .right .heading {
	width: 206px;
	height: 90px;
	position: absolute;
	top: 6px;
	left: 33px;
	cursor: default;
	color: #514f50;
	font-size: 8pt;
}

#loginform {
	width: 194px;
	position: absolute;
	top: 30px;
	left: 45px;
}
#loginform input {
	height: 16px;
	padding-left: 3px;
	padding-top: 3px;
	border: solid 1px #a7a9ac;
	margin-bottom: 5px;
	font-size: 10px;
	color: #717275;
}
#loginform .email {
	width: 185px;
}
#loginform .password {
	width: 122px;
	float: left;
}
#loginform img {
	margin-left: 5px;
	float: left;
	cursor: pointer;
}
#loginform a {
	display: block;
	width: 135px;
	float: right;
	margin-top: 4px;
	cursor: pointer;
        font-family: Arial;
	font-size: 7pt;
	text-align: right;
	text-decoration: underline;
}

/**********************  CONTENT *********************/
/*****************************************************/

#content {
	width: 804px;
	padding: 30px 30px 30px 30px;
	background: white;
	position: relative;
}

#content .left {
	width: 290px;
	margin-bottom: 90px; /* space for the bottomtext which is absolutely positioned */
	float: left;
}

#content .left .teaserimg {
	margin-bottom: 36px;
}
#content .left .menubutton {
	width: 240px;
	height: 67px;
	position: relative;
	background: url(/images/website/gfx_menubutton.png) no-repeat;
	margin-bottom: 7px;
}
#content .left .menubutton div {
	width: 14px;
	height: 15px;
	position: absolute;
	top: 24px;
	left: 10px;
	z-index: 0;
	background-color: white;
	border: solid 1px #a7a9ac;
}
#content .left .menubutton div.active {
	background-color: #f19437;
}
#content .left .menubutton a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#content .left .menubutton img {
	position: absolute;
	bottom: 25px;
	left: 37px;
}

#bottomtext {
	width: 290px;
	height: 30px;
	position: absolute;
	bottom: 70px;
	left: 30px;
	font-weight: bold;
}

#bottomtext .copyrightnotice
{
	float: left;	
	color: #5f6062;	
	margin-top: 8px;
	font-family: Arial;
	font-size: 10px;
}
#bottomtext .copyrightnotice a
{
	text-decoration: none;	
	color: #5f6062;		
}

#bottomtext img {
    display: block;
    margin-left: 35px;
}

#content .right {
	width: 514px;
	float: right;
}

#menu {
	width: 516px;
	height: 20px;
	margin-bottom: 25px;
}

#menu a
{
	background-image: url(/images/website/gfx_menu_normal.png);
	background-repeat: no-repeat;
	padding-left: 21px;
	padding-right: 23px;
	padding-bottom: 1px;
	color: #231f20;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#menu a.active
{
	background-image: url(/images/website/gfx_menu_active.png);
}
#content .right .PageTitle
{
	height: 29px;
}
#content .right .PageTitle .Icon
{
	float: left;
	width: 30px;
	height: 29px;
	padding-right: 5px;
	background-image: url(/images/website/gfx_menuicon.png);
	background-repeat: no-repeat;
}
#content .right .PageTitle .Title
{
	float: left;
	width: 472px;
	height: 23px;
	background-color: #6d6e71;
	padding-left: 7px;
	padding-top: 6px;
	color: White;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
}
#content .right .Data
{
	margin-top: 22px;
        font-size:11px;
	font-family: Arial;
	text-align: justify;
}

#content ul {
    margin-left:10px;
    padding-left:10px;
}

#content li {
    font-size:11px;
    list-style-type:none;
    margin-bottom:5px;
    padding-left:10px;
}
/**********************  FOOTER **********************/
/*****************************************************/

#Footer
{
	margin-top: 16px;
	height: 100px;
}
#Footer img
{
	float: left;	
}

.confirmation-indent {
  margin-left:10px;
}


#forgot-password-submit {
  float:right;
  margin-top:10px;
  margin-right:12px;
}

