body {		
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	background-color: #29272B;
	background-image: url('../images/bg_content_landingpage.png');
	background-position: top center;	
	margin: 0px;
}

a {
	color: #FFFFFF;
}

img {
	border: 0px;
}

h1 {
	color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;	
}

p, ul, ol, li {
	line-height: 1.4em;
}

span.green {
	color: #9FB705;
}
span.black {
	color: #000000;
}

/* Header */
#jobworldLPHeader {
	width: 100%;
	height: 200px;	
}

/* Landingpage Content Container */
#jobworldLPContent {
	position: relative;
	width: 1100px;
	margin: auto;	
}

/* Landingpage Main Menu */
#jobworldLPMenu {	
	width: 730px;
	margin: auto;
	height: 39px;	
	font-size: 11pt;
	font-weight: bold;	
	white-space: nowrap;
	position: absolute;
	z-index: 10;
}
div.jobworldMainmenu {
	float: left;
}
div.jobworldMainmenu a.jobworldMainmenuButton {
	display: block;	
	margin-left: 5px;
	width: 130px;
	padding-left: 12px;
	height: 30px;
	padding-top: 7px;	
	background-image: url('../images/button0.gif');
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	color: #FFFFFF;
}
div.jobworldMainmenu div.jobworldSubmenu {
	display: none;
}
div.jobworldMainmenu:hover a.jobworldMainmenuButton {
	background-image: url('../images/button1.gif');	
}
div.jobworldMainmenu:hover div.jobworldSubmenu {
	display:block;
}
div.jobworldSubmenu {
	margin-left: 10px;	
	width: 127px;
	background-color: #7A7C7D;
	border: 1px solid;
	border-top: 0px;
	border-color: #EDEDED;
}
div.jobworldSubmenu a {
	display: block;
	padding-left: 10px;
	width: 117px;
	font-size: 9pt;
	font-weight: normal;	
	text-decoration: none;
	white-space: normal;
	padding-top: 0.5em;
	padding-bottom: 0.5em;	
}
div.jobworldSubmenu a:hover {
	text-decoration: underline;
	background-color: #29272B;
}

div.jobworldSubmenu a.jobworldSubSubmenu {
	font-size: 8pt;
	padding-left: 20px;
	width: 107px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;	
}

/* Container für Monitor, Suchbox und Boxen links und rechts */
#jobworldLPAdTable {
	width: 1100px;
	margin: auto;
}

/* Box im iPhone-Stil */
td.jobworldLPAdTablePhoneCell {
	padding-top: 183px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url('../images/bg_landingpage_phone.gif');
	background-position: 4px 156px;
	background-repeat: no-repeat;
	width: 145px;
	text-align: center;
	vertical-align: top;
}
td.jobworldLPAdTablePhoneCell p {
	color: #FFFFFF;
	font-size: 10pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.1em;
}
td.jobworldLPAdTablePhoneCell h1, td.jobworldLPAdTablePhoneCell h1 a {
	color: #9FB705;
	font-size: 10pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.1em;
}

/* Box rechts vom Monitor */
td.jobworldLPAdTableCell {
	padding-top: 174px;
	background-image: url('../images/bg_landingpage_box.gif');
	background-position: 4px 156px;	
	background-repeat: no-repeat;
	width: 185px;
	text-align: center;
	vertical-align: top;
}
td.jobworldLPAdTableCell p {
	color: #FFFFFF;
	font-size: 9pt;
}
td.jobworldLPAdTableCell h1, td.jobworldLPAdTableCell h1 a {
	color: #9FB705;
	font-size: 10pt;	
}

/* Landingpage Searchbox */
#jobworldLPSearchtable {
	margin-top: 6px;
	margin-bottom: 6px;
	width: 730px;
	height: 100px;
	background-image: url('../images/bg_landingpage_suchbox.gif');
	background-repeat: no-repeat;
}
tr.jobworldLPSearchbox {
	height: 100px;
}
tr.jobworldLPSearchbox td {
	padding-left: 20px;
}
tr.jobworldLPSearchbox td input.jobworldTextbox {	
	width: 225px;
	height: 19px;
	margin-top: 1px,
	padding-top: 2px;
	font-weight: bold;
	color: #9FB705;
	border: 0px;
}

/* Landingpage Monitor Table */
#jobworldLPTable {
	width: 730px;
	height: 324px;
	background-image: url('../images/bg_landingpage_erdkugel.gif');
	background-repeat: no-repeat;	
}

tr.jobworldLPMonitor {
	height: 108px;
}
tr.jobworldLPMonitor td {
	width: 182px;
	vertical-align: middle;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: #13257B;
}

/* Buttons */
input.jobworldButton {
	width: 83px;
	height: 22px;	
	padding-top: 0px;
	background-color: transparent;
	background-image: url('../images/button_suche.gif');
	border: 0px;
	font-weight: bold;
	color: #9FB705;
}
input.jobworldButton:hover {
	background-image: url('../images/button_suche_active.gif');	
	color: #000000;
}

input.jobworldButtonBig {
	width: 134px;
	height: 25px;
	padding-top: 0px;
	background-color: transparent;
	background-image: url('../images/button_green_big.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	border: 0px;
	font-size: 9pt;
	font-weight: bold;
}
input.jobworldButtonBig:hover {
	background-image: url('../images/button_green_big_active.gif');	
}

/* Teaser-Zeile */
td.jobworldLPTeaserCell {
	padding-left: 200px;
	height: 50px;
	background-image: url('../images/bg_landingpage_teaser.gif');
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
}


/* Footer */
#jobworldFooter {
	clear: right;
	width: 100%;
	height: 32px;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 13px;
	color: #9FB705;	
	background-image: url('../images/bg_footer.png');
	background-repeat: repeat-x;
	text-align: center;
}
#jobworldFooter a {
	text-decoration: none;
}
#jobworldFooter a:hover {
	text-decoration: underline;
}
