@charset "utf-8";
@import url("reset.css");
/* CSS AupairNorge: Start v1.0 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}
	
/* Fade */

#fadeTop {
	width: 100%;
	height: 70px;
	background: url(../gfx/fade/fade_top.png);
	}
	
#fadeBottom {
	width: 100%;
	height: 70px;
	bottom: 0;
	z-index: 0;
	position: absolute;
	background: url(../gfx/fade/fade_bottom.png);
	}
	
/* Start */

#container {
	width: 552px;
	height: 272px;
	position: absolute; 
	top: 50%;
	left: 50%;
	margin-left: -276px;
	margin-top: -136px;
	z-index: 1;
	}
	
#container a {
	color: #c21517;
	font-weight: bold;
	text-decoration: underline;
	}
	
#container a:hover {
	color: #000;
	text-decoration: none;
	}
	
#container p { 
	margin: 20px; 
	}

#top {
	width: 522px;
	height: 49px;
	margin-left: 12px;
	background: url(../gfx/start/top_start.png);
	}
	
#picsBackground {
	width: 497px;
	height: 216px;
	padding: 28px;
	background: url(../gfx/start/pics_background.png);
	}
	
#picJobbsokande, #picArbeidsgiver {
	width: 217px;
	height: 217px;
	float: left;
	}
	
#picJobbsokande {
	margin-left: 63px;
	}
	
#copyright {
	width: 497px;
	margin-left: 20px;
	color: #afafaf;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	}
	
/* Sources */

#topicKilde {
	color: #fff;
	font-weight: bold;
	padding: 18px 150px;
	}
