/*allgemeine Einstellungen*/
* {
margin: 0;
padding: 0;
}
html {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-color: #E7D3AD;
	background-image: url(../images/recruitwerk_bgd.gif);
	background-repeat: repeat-y;
}
#all {
	width: 1020px;
	overflow: hidden;
}

/*Texte, Links und Überschriften*/
a {
	color: #8A1700;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4 {
	margin: 0 0 0.3em 0;
	line-height: 140%;
}
p {
	margin: 0 0 1em 0;
	line-height: 160%;
	letter-spacing: 0.03em;
}
h1 {
	font-size: 160%;
	color: #8A1700;
	font-weight: normal;
}
h2 {
	font-size: 140%;
	color: #8A1700;
	font-weight: normal;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 100%;
}

/*Header*/
#header {
	background-image: url(../images/recruitwerk_logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 486px;
	width: 987px;
	overflow: hidden;
	text-indent: -999px;
	left: 20px;
	top: 20px;
	background-position: left top;
}

/*Link Home ueber Logo*/
#linkHome {
	z-index: 9999;
	left: 20px;
	top: 20px;
	position: absolute;
}
#linkHome a {
	display: block;
	width: 150px;
	height: 80px;
	text-indent: -9999px;
}

/*trailer*/
#trailer {
	position: absolute;
	left: 707px;
	top: 20px;
	height: 226px;
	width: 226px;
	overflow: hidden;
}

/*Breadcrumb Navi*/
#breadcrumb {
	position: absolute;
	left: 205px;
	top: 40px;
	width: 515px;
	padding: 0 0 5px 0;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#breadcrumb a {
	text-decoration: none;
}

/*Suche*/
#searchbox {
	position: absolute;
	left: 500px;
	top: 15px;
	height: 25px;
	width: 207px;
	text-align: right;
}
#searchbox p {
	display: inline;
}
#searchbox .searchlabel {
	font-size: 0.8em;
	color: #333333;
	margin: 0 5px 0 0;
}
#searchbox .searchbox {
	font-size: 1em;
	border: 1px solid #333333;
}
#searchbox .searchbutton {
	font-size: 1em;
	margin: 0 0 0 5px;
	background-color:#fff;
	border: 1px solid #333333;
	height: 1.5em;
}

/*Printversion*/
#printversion {
	position: absolute;
	left: 205px;
	top: 18px;
	width: 207px;
	font-size: 90%;
}
#printversion a {
	text-decoration: none;
}

/*nav*/
#nav1 {
	position: absolute;
	left: 0px;
	top: 120px;
	width: 192px;
}
#nav1 li {
	list-style: none;
}
#nav1 li a {
	display: block;
	font-size: 1.1em;
	color: #8A1700;
	text-decoration: none;
	padding: 2px 0 2px 22px;
	min-height: 1em; /* fuer moderne Browser */
	height: auto !important; /* fuer moderne Browser */
	height: 0.5em; /*fuer IE*/
	font-weight: bold;
}
#nav1 li a.act, #nav1 li a:hover {
	background-image: url(../images/square.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
}
/*zweite Menueebene*/
#nav1 li li a {
	font-size: 1em;
	padding: 2px 0 2px 35px;
	font-weight: normal;
}
#nav1 li li a.act, #nav1 li li a:hover {
	background-position: 23px 8px;
}
/*dritte Menueebene*/
#nav1 li li li a {
	font-size: 0.9em;
	padding: 2px 0 2px 48px;
	font-weight: normal;
}
#nav1 li li li a.act, #nav1 li li li a:hover {
	background-position: 36px 8px;
}

/*content*/
#content {
	position: absolute;
	width: 800px;
	left: 205px;
	top: 120px;
	overflow: hidden;
}

/*mittlere Spalte*/
#normal {
	float: left;
	width: 490px;
	overflow: hidden;
}
#normal li {
	margin: 0 0 0.5em 1.2em;
	line-height: 160%;
	letter-spacing: 0.03em;
}

/*rechte Spalte*/
#right {
	display: inline;
	float: left;
	width: 250px;
	margin: 150px 0 0 55px;
}

/*IE clearing*/
#ieclearing {
	clear: both;
}

/*footer*/
#footer {
	font-size: 90%;
	display: inline; /*behebt double margin bug im ie*/
	clear: both;
	float: left;
	width: 515px;
	height: 20px;
	margin: 20px 0;
	padding: 4px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer a {
	font-weight: normal;
	text-decoration: none;
}
#footerLeft {
	float: left;
}
#footerRight {
	float: right;
}

/*Specials für Typo3 Elemente*/
/*Bildunterschriften, Tabellen*/
.csc-caption {
	font-size: 90%;
	background-color: #DEE3E7;
	padding: 0 0 0 2px;
}
.contenttable {
	width: 100%;
}
.contenttable p {
	margin: 0;
}
.contenttable td {
	margin: 3px;
	padding: 3px;
}
.contenttable .tr-odd {
	background-color: #DEE3E7;
}
.contenttable .tr-0 {
	font-weight: bold;
}

/*News Formatierungen*/
.news-list-container H3 {
	font-size: 100%;
	padding: 0 10px;
}
.news-list-date {
	display: block;
	font-size: 80%;
}
.news-list-category {
	display: none;
}
.news-list-morelink {
	padding: 0 10px 10px 10px;
}
.clearer {
	display: none;
	/*border:solid #FF7800 1px;height:1px;*/
}

/*Calendar Formatierung*/
.tx-keyac-pi1 {
			width:530px;
		}

/*social bookmarking*/
.tx-timtabsociable-pi1 img {
	border: none;
	padding: 1px;
}