
html	{
	height: 100%;
	}
	
body	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	background: #fff;
	margin: 0;
	padding: 0;
	height: 100%;
	}

a	{
	color: #347ead;
	}

h1	{
	font-family: DIN medium, arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 250%;
	margin: 0;
	vertical-align: middle;
	}

h1 span	{
	vertical-align: middle;
	}
		
h1 img	{
	margin: 0 .5em 0 0;
	border: none;
	width: 15%;
	vertical-align: middle;
	}

h2	{
	margin: .5em 0;
	text-transform: uppercase;
	font-size: 200%;
	font-family: DIN medium, arial, helvetica, sans-serif;
	}

#nav	{
	display: none;
	}

#langselect	{
	display: none;
	}

#content	{
	border-top: 1px solid #6bafe0;
	border-bottom: 4px solid #6bafe0;
	margin: 11px 0 0 0;
	text-align: justify;
	line-height: 1.5em;
	}

div.illu	{
	display: none;
	}
	
hr	{
	clear: both;
	visibility: hidden;
	padding: 0 0 50px;
	}
	
#content ul	{
	margin: 0 0 2em 0;
	padding: 0;
	list-style-type: none;
	}
	
#content ul li	{
	padding: 0 0 0 20px;
	margin: 1em 0 0 0; 
	background: url(/data/images/li.png) no-repeat 0 .8em;
	}
	
#footer	{
	font-size: .8em;
	}

#footer span.design	{
	background: #6BAFE0;
	color: #fff;
	padding: .3em;
	}

#footer span.design a	{
	text-decoration: none;
	color: #313370;
	}
		
address	{
	font-style: normal;
	margin: 0 0 0 .1em;
	padding: 0 0 0 .9em;
	border-left: 3px solid #6BAFE0;
	}

form	{
	text-align: right;
	}

form p	{
	margin: .8em 0;
	}

label	{
	float: left;
	text-align: left;
	}
	
#content a.submit, input.text, input.submit, textarea	{
	font-family: inherit;
	font-size: 100%;
	width: 20em;
	border: 1px solid #6bafe0;
	padding: .2em;
	}
	
input.submit, #content a.submit	{
	width: 10em;
	cursor: pointer;
	background: #D4D0C8;
	color: #000;
	text-align: center;
	}

#content a.submit	{
	float: left;
	margin: 0 1em 0 0;
	_margin: .1em 1em 0 0;
	text-decoration: none;
	}
	
textarea	{
	overflow: auto;
	height: 10em;
	}
	
input.error, textarea.error	{
	background: #ff8;
	}
	
input.noerror, textarea.noerror	{
	color: #888;
	}
	
div.error, p.error	{
	padding: 1em;
	background: #f88;
	}

div.thanks, p.thanks	{
	padding: 1em;
	background: #8f8;
	}
	
table.jobs	{
/*	border: 1px solid #6bafe0; */
	width: 100%;
	}

table.jobs th	{
	padding: .5em;
	}

table.jobs td	{
	border-bottom: 1px solid #6bafe0;
	}
	
table.jobs th	{
	border-bottom: 3px solid #6bafe0;
	}

#content table.jobs td a	{
	display: block;
	color: #000;
	background: transparent;
	padding: .5em;
	text-decoration: none;
	}

