﻿@charset "utf-8";

/*
8px 0.5em 50% 
9px 0.55em 55% 
10px 0.625em 62.5% 
11px 0.7em 70% 
12px 0.75em 75% 
13px 0.8em 80% 
14px 0.875em 87.5% 
15px 0.95em 95% 
16px 1em 100% 
17px 1.05em 105% 
18px 1.125em 112.5% 
19px 1.2em 120% 
20px 1.25em 125% 
*/


*{
	padding:0;
	border:0;
	margin:0;
}

html,body{
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:100.1%;
	color:#624536;
	height:100%;
	width:100%;
}

a{
	color:#624536;
}
#stellenangebot{
	height:100%;
	background-color:#f8e5cc;	
	position:relative;
}
#stellenangebotHead{
	padding:15px;
	border-bottom:2px solid #624536;
}
#stellenangebotName{
	font-weight:bold;	
	margin-bottom:4px;
}
#stellenangebotOrt,#stellenangebotBeginn,#stellenangebotBeschreibung{
	font-size:0.7em;
}
#stellenangebotBeschreibung{
	padding:15px;
}

#stellenangebotLink{
	font-size:0.7em;
	position:absolute;
	bottom:0px;
	right:0px;
	padding:10px;
	text-align:right;
	border-top:1px solid #624536;
	font-weight:bold;
	width:100%
}
*+html #stellenangebotLink{
	width:546px;
}
#stellenangebotLink a{
	text-decoration:none;
}
#stellenangebotFormular{
	padding:15px;
	font-size:0.7em;
}
.kontaktSuccess{
	font-weight:bold;
	margin-top:30px;
	padding:15px 15px 0 15px;
	font-size:0.7em;
}
.kontaktError{
	color:#FF0000;
	padding:15px 15px 0 15px;
	font-size:0.7em;
}

#stellenangebotFormular label{
	width:150px;
	display:block;
	float:left;
}
.stellenangebotFormularZeile{
	clear:left;
	margin-bottom:4px;
}
*+html .stellenangebotFormularZeile{
	margin-bottom:3px;
}
#stellenangebotFormular .inputText{
	width:200px;
	border:1px solid #ded5d7;
	padding:3px;
	font-size:1.0em;
	font-family: Arial, Helvetica, sans-serif;
}
#stellenangebotFormular .inputTextarea{
	width:350px;
	border:1px solid #ded5d7;
	padding:3px;
	font-size:1.0em;
	font-family: Arial, Helvetica, sans-serif;
	height:80px;
}
#stellenangebotFormular .inputFile{
	width:356px;
	border:1px solid #ded5d7;
	padding:3px;
	font-size:1.0em;
	font-family: Arial, Helvetica, sans-serif;
}
#stellenangebotFormular .inputSubmit{
	width:140px;
	border:1px solid #ded5d7;
	padding:3px;
	font-size:1.0em;
	font-family: Arial, Helvetica, sans-serif;
	margin-left:150px;
}

