html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	}

body {
	height: 100%;
	}

div, p, h1, ul, li, form {
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	}

body {
	background: #fff url(../img/background3.png) 935px 0 no-repeat;
	}

#frameBox {
	position: relative;
	top: 0;
	left: 220px;
	width: 715px;
	min-height: 100%;
	background: #b4e862 url(../img/background2.png) left bottom no-repeat;
	z-index: 3;
	}

* html #frameBox {
	height: 100%;
	}

#contentFrameBox {
	position: relative;
	padding-bottom: 80px;
	}

#footerBox {
	position: relative;
	left: 15px;
	width: 920px;
	margin-top: -25px;
	padding-bottom: 5px; /* hack IE 7: unterlängen */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	color: #000;
	z-index: 4;
	}

#copyrightDyna {
	float: left;
	width: 240px;
	}

#copyrightDyna a {
	color: #999;
	text-decoration: none;
	}

#copyrightDyna a:hover {
	color: #666;
	}

#addressBox a {
	color: #000;
	text-decoration: none;
	}

#addressBox a:hover {
	color: #fff;
	}

#imageBox1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 100%;
	background: url(../img/background1.png) 0 0 no-repeat;
	z-index: 1;
	}

#imageBox3 {
	position: absolute;
	top: 0;
	left: 935px;
	width: 50px;
	height: 10px;
	z-index: 2;
	}

#navBox {
	position: absolute;
	top: 15px;
	left: 0;
	width: 700px;
	padding-bottom: 5px; /* hack IE 7: unterlängen */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	text-align: right;
	z-index: 6;
	}

#navBox a {
	color: #000;
	text-decoration: none;
	}

#navBox a:hover {
	color: #fff;
	}

#titleBox {
	position: absolute;
	top: 95px;
	left: 35px;
	width: 593px;
	height: 22px;
	background: url(../img/title.png) 0 0 no-repeat;
	z-index: 5;
	}

#contentBox {
	position: relative;
	left: 100px;
	width: 520px;
	padding-top: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	}

#contentBox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	padding-bottom: 12px;
	text-transform: uppercase;
	}

#contentBox p {
	padding-top: 8px;
	padding-bottom: 8px;
	}

#contentBox a {
	color: #000;
	}

#contentBox a:hover {
	color: #fff;
	}

#contentBox img.dictum {
	margin-top: 50px;
	}

.required {
	color: #000;
	}

.errorMessage {
	color: #f00;
	font-weight: bold;
	}

form {
	margin-top: 16px;
	}

form div.label {
	}

form label {
	float: left;
	width: 90px;
	}

form .input, form input.inputFullWidth {
	width: 410px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	background-color: #c8ef8b;
	border: none;
	}

form label.inputFullWidth {
	width: 510px;
	}

form input.inputFullWidth {
	margin-left: 90px;
	}

form button {
	margin-top: 10px;
	margin-left: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	background-color: #fff;
	border: none;
	}

form button:hover {
	background-color: #c8ef8b;
	}

