
/* layout, structure
----------------------------------------------- */

body {
  	margin:0;
  	padding:0;
	text-align:center;
  }


/* =page-default
----------------------------------------------- */
#page-default {
	 
	 }
.container { 
   width:920px;
	margin:0 auto;	
	} 

* html .container {
	width:919px;
}
	
	
/* =header
----------------------------------------------- */
.header {
	display:inline;
	float:left;
	width:100%;
	height:275px;	
}

/* =wrapper
----------------------------------------------- */
#loading {
	float:left;
	width:100%;
	background: url("bg-vertical-bar.gif") repeat-x 0px 0em;
	/*background: url("loading.gif") no-repeat 0px 0em;
	background-position: center;*/	
}

#loadingText {
	display:block;
	color:#FFF;
	text-align:center;
	margin-top:60px;
	font-size:100%;
	font-weight:bold;
}

#wrapper {
	display:none;
	float:left;
	width:100%;
	background-color:#ff1617;
}
	
/* =main
----------------------------------------------- */
.main {
	float:left;
	width:100%;
	margin-top:0px;
}


/* =context
----------------------------------------------- */
.context {
	float:left;
	width:180px;
	margin-top:10px;
}


/* =content
----------------------------------------------- */
.content {
	float:right;
	width:739px;
	margin-bottom:20px;
}  


/* =result
----------------------------------------------- */
.result {
	display:inline;
	float:left;
	width:495px;	
	margin-left:2px;	
}

#AZSearchPage .result, #newssPage .result, #schoolPage .result, #imprintPage .result {
   display:inline;
	float:left;
	width:727px;	
	margin-left:2px;		
}

#jobPage .result, #newsPage .result {
	display:inline;
	float:left;
	width:443px;
	margin-left:2px;
}

/* =info
----------------------------------------------- */
.info {
	float:left;
	width:232px;	
}

#jobPage .info, #newsPage .info {
	float:left;
	width:284px;
}

/* =nav
----------------------------------------------- */


/* =misc padding
----------------------------------------------- */


/* =misc
----------------------------------------------- */
.content h2, .content h3 span, .content p, .content ul, .content ol, .content dl,
#jobPage div.desc,
.info dl, .info ul, .info table,
form#matchJob, #checkBoxPage h3.debug
{
	margin-left:20px;
	margin-right:20px;
}

#jobPage div.desc {
   margin-top:10px;
	margin-bottom:10px;
}

#jobPage div.desc p {
	margin-left:0;
	margin-right:0;
}

#jobPage div.desc hr {
	
}

.context h3, .context p, .context table, .context ul
{
	margin-left:10px;
	margin-right:10px;
}

.result h3, .info h3, .result table, .result h4{
	margin-bottom:15px;
}


#tempLoaderFrame .correctAnswer span{
	color: green;
}

#tempLoaderFrame .wrongAnswer span{
	color: red;
}

#tempLoaderFrame {
	width:0;
	height:0;
	border-width:0;
}