﻿/*************************************************************************************************************************
* page / background / basic main-area
*************************************************************************************************************************/

html, body {
	background-color:black;
	margin:0px;
	padding:0px;
	margin: 0 auto;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	height: 100%;
}
a {
	color:#ff0000;
	text-decoration:none;
}
*{
	margin: 0px;
	padding: 0px;
}

/**************************************************************************************************************************
generelle aufbau
*************************************************************************************************************************/
#main_area_01{
	height: 100%;
	
}
#container
{
	margin: 0 auto;
	width:960px;
}
#header1{
	width:960px;
	height:81px;
	background-image:url(/gfx/landingpage/pokerjob/best-job-landing-page_03.png);
	background-repeat:no-repeat;
}
#header2{
	width:960px;
	height:79px;
	background-image:url(/gfx/landingpage/pokerjob/best-job-landing-page_05.png);
	background-repeat:no-repeat;
}
#header3{
	width:960px;
	height:80px;
	background-image:url(/gfx/landingpage/pokerjob/best-job-landing-page_06.png);
	background-repeat:no-repeat;
}
#header4{
	width:960px;
	height:80px;
	background-image:url(/gfx/landingpage/pokerjob/best-job-landing-page_07.png);
	background-repeat:no-repeat;
}
#header5{
	width:960px;
	height:71px;
	background-image:url(/gfx/landingpage/pokerjob/best-job-landing-page_08.png);
	background-repeat:no-repeat;
}
#content_wrap{
	display:block;
	width:672px;
	height:1000px;
	float:left;
}

#contentheader{
	width:672px;
	height:260px;
	background-image:url(/gfx/landingpage/pokerjob/best-job-landing-page_09.png);
	background-repeat:no-repeat;
}

#content{
	width:672px;
}
#rightside{
	float:right;
	display:block;
}
#rside1{
	padding:0px 0px 20px 0px;
	width:288px;
	height:167px;
	background-image:url(/gfx/landingpage/pokerjob/best-job-landing-page_10.png);
	background-repeat:no-repeat;
}
#rside2{
	padding:0px 0px 20px 0px;
	width:288px;
	height:200px;
	background-image:url(/gfx/landingpage/pokerjob/best-job-landing-page_12.png);
	background-repeat:no-repeat;
}
#rside3{
	padding:0px 0px 20px 0px;
	width:288px;
	height:200px;
	background-image:url(/gfx/landingpage/pokerjob/best-job-landing-page_17.png);
	background-repeat:no-repeat;
}
#rside4{	
	padding:0px 0px 20px 0px;
	width:288px;
	height:360px;
	background-image:url(/gfx/landingpage/pokerjob/best-job-landing-page_19.png);
	background-repeat:no-repeat;
}


/**************************************************************************************************************************
Register
*************************************************************************************************************************/
#box{
	padding:10px 0px 0px 0px;
	width:672px;
	height:635px;
	color:black;
}

#box_hl{
	background-image:url(/gfx/landingpage/pokerjob/best-job-landing-page_14.png);
	background-repeat:no-repeat;
	width:672px;
	height:106px;
}

#box_md{
	background-image:url(/gfx/landingpage/pokerjob/best-job-landing-page_21.png);
	background-repeat:repeat-y;
	height:635px;
	width:672px;

}

#box_ft{
	background-image:url(/gfx/landingpage/pokerjob/best-job-landing-page_23.png);
	background-repeat:no-repeat;
	height:9px;
	width:672px;
}

.headline{
	padding-left:10px;
	vertical-align:baseline;
	font-size:14px;
	line-height:22px;
}
.box_general{
	padding:20px;
}

.box_register{
	padding:20px;
}

.box_register form{
	margin:0px 5px 5px 65px;
}

.box_register label{
	padding:5px;
	display:block;
	float:left;
	font-size:12px;
	line-height:20px;
	width:200px;	
}

.box_register input{
	display:block;
	float:left;
	font-size:12px;
	height:20px;
	width:300px;	
}

.box_register select option{
	display:block;
	float:left;
	font-size:12px;
	width:100%;	
	height:20px;
}

.inner{
	clear:both;
	padding:5px 0;
	width:100%;
}

.inner2{
	position:relative;
	display:block;
	clear:both;
}

.inner2 p {
	width:100%;
	
}

.inner2 label{
	line-height:16px;
	font-size:12px;
	vertical-align:middle;
	width:400px;
	height:20px;
}

.inner2 input{
	padding-right:15px;
	width:20px;
	height:20px;
}