body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
/*for ie*/
/*\*/
*html body, *html table, *html input, *html select {
	font-size: xx-small;
}
/**/

.textjust {
	text-align: justify;
}

.textjust h4 {
	margin: 0;
}

#jobstable {
	background: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	width: 100%;
}

#jobstable tr {
}

#jobstable td{
	background: #FFF;
	border-bottom: 1px solid #999999;
	vertical-align: top;
}

#jobstable .head {
	background: #DBDBDB;
}

#jobstable .nounderline {
	border-bottom: 0;
}

#jobstable .underline {
	border-bottom: 3px solid #999999;
}

#jobstable th {
	border: 1px solid #999999;
	background: #BBB;
	color: #000;
	font-weight: bold;
	padding: 1px 3px 1px 3px;
}

/***********************************************************/
/*                  Bewerbungsformular                     */
/***********************************************************/
legend {
	font-weight: bold;
	border: 0;
	/*margin: 10px 0 0px 0;
	float: left;*/
	padding: 0;
	font-size: medium;
	color: #AAA;
	clear: both;
}
*html legend {
	font-size: small;
}
.legendsmaller {
	font-size: small;
	/*margin: 0px 0 5px 0;
	clear: both;*/
	margin: 0;
	font-weight: bolder;
}
*html .legendsmaller {
	font-size: x-small;
}

form br {
	clear: left;
}

label {
	width: 15em;
	display: block;
	float: left;
	margin: 0 5px 0 5px;
	vertical-align: top;
}

fieldset {
	width: 50em;
}

fieldset fieldset {
	width: 47em;
	padding: 1em;
}

input {
/*	width: 10em;*/
}

input radio {
	width: 2em;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
/*for ie*/
/*\*/
*html textarea {
	font-size: xx-small;
}
/**/

#submit, #reset, .btn {
	background: #CC0000;
	color: #FFF;
	border: 1px solid black;
	font-weight: bold;
}

#single td {
	vertical-align: top;
}

/***********************************************************/
/*                    Bewerbungsdaten                      */
/***********************************************************/
#jobdatawrap {
	width: 520px;
}
#jobdata {
	border: 1px solid #999;
	padding: 10px;
	margin: 0 0 15px 0;
}

dl {
	background: #EFEFEF;
	width: 520px;
	margin: 0 0 10px 0;
}

dt {
	width: 12em;
	margin: 0;
	padding: 3px;
	float: left;
	background: #DEDEDE;
	display: table-cell;
}

dd {
	background: #EFEFEF;
	padding: 3px;
	margin: 0;
	/*clear: both;*/
}

#pinfo, #schools {
	border: 1px solid #CDCDCD;
	margin: 10px 0 0 0;
	width: 520px;
}

#pinfo h3 {
	font-size: x-small;
	margin: 0;
	padding: 0;
}
#pdata h4 {
	font-size: x-small;
	color: #000;
	margin: 10px 0 4px 0;
}

#pdata strong {
	color: #888;
}

/***********************************************************/
/*                        diverses                         */
/***********************************************************/
#regionwrap, #scopewrap {
	float: left;
}

.cleaner {
	float: none;
	clear: both;
}

h2 {
	font-size: medium;
}

h3,h4 {
	color: #CC0000;
}

h4 {
	font-size: small;
}
