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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: transparent url('../img/bg.jpg') repeat;
	height: 100%;
	margin: 0;
	padding: 0;
}

img {
    border: none;
}

#container {
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	
	height: 725px;
	width: 985px;
	min-height: 725px;
	min-width: 985px;
	background: transparent url('../img/p1bg.jpg') no-repeat;
	color: #006a5a;
	overflow: visible;
	position: relative;
}

#container.gewinnspiel {
	background: transparent url('../img/p2bg.jpg') no-repeat;
}

#p1toplink{
	position:absolute;
	top:0px;
	left:543px;
	width:442px;
	height:269px;
	background: transparent url('../img/p1head.png') no-repeat;
}

#p1famtrainer{
	position:absolute;
	top:160px;
	left:390px;
	width:137px;
	height:69px;
	background: transparent url('../img/famtrainer.png') no-repeat;
}

#p1text{
	position:absolute;
	top:657px;
	left: 190px;
	width: 780px;
	height: 60px;
	font-size: 90%;
}

#p2spclogo{
	position:absolute;
	top:0px;
	left:500px;
	width:189px;
	height:158px;
	background: transparent url('../img/spclogo.png') no-repeat;
	z-index:20;
}

#p2gewinnenHeadline{
	padding-top:61px;
	width: 490px;
	background: transparent url('../img/ja_ich_moechte_gewinnen.png') top left no-repeat;
}

#p2form {
	color: #007734;
	position: absolute;
	top: 130px;
	left: 65px;
	width: 490px;
	overflow: visible;
}

#p2packs{
	position: absolute;
	top: 130px;
	left: 613px;
}

#p2kontakt{
	color: #007734;
	position: absolute;
	top: 475px;
	left: 635px;
}

#p2footerLeft{
	position: absolute;
	top: 655px;
	left: 230px;
	width: 230px;
}

#p2footerMid{
	position: absolute;
	top: 642px;
	left: 473px;
	width: 115px;
	height: 56px;
	background: transparent url('../img/bandailogo.png');
}

#p2footerRight{
	position: absolute;
	top: 643px;
	left: 608px;
	width: 350px;
}

#p2kontakt a{
	color: #007734;
}

#p2form a{
	color: #007734;
}

a {
	color: #006a5a;
	text-decoration:none;
}

p{
	margin-top:5px;
	margin-bottom:5px;
	padding:0;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

.smalltext{
	font-size:80%;
}

form {
	margin: 0;
	padding: 0;
	font-size:110%;
}

#formLeftBottom{
	float:left;
	width:75%;
	position:relative;
	padding-top:5px;
}

#einverstanden_label{
	position:absolute;
	left:30px;
}

#formRightBottom{
	float:right;
	width:25%;
	text-align:right;
	padding-top:5px;
}

.clear{
	clear:both;
}

#flashMessage {
	border: 1px solid red;
	position: absolute;
	top: 100px;
	left: 65px;
	width: 490px;
	z-index:100;
	color:red;
	background-color:#fff;
	text-align:center;
	font-size:90%;
	font-weight:bold;
	overflow:visible;
}
.error-message {
	display:none;
	color:red;
	font-size:8pt;
	padding:0;
	margin:0;
}
input {
	padding: 3px 2px 3px 2px;
	border:2px solid #ffffff;
}
.form-error {
	border: 2px solid red;
}
.submit-button {
	padding-left:7px;
	padding-right:7px;
	border:2px solid #007734;
	background: transparent;
	color:#007734;
}


