* {
	border: 0;
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
}

hr { height: 1px; color:#333333; }

body {
	background-color: white;
	font-size: small;
}
h1, h2, h3, h4, p {
}
h1 {
}
h2 {
}
h3 {
}
ul {
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.centered {
	text-align: center;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.floatnone {
	float: none;
}
.clear {
	overflow: hidden;
}
.clearboth {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
div.wrap {
	margin: auto;
	min-width: 800px;
	position: relative;
}
/*
	Header
*/
div#header {
	background-color: #e3e3e3;
	padding: 9px 5px 5px 22px;
}
div#header p#headertext {
	font-size: 1.1em;
	font-style: italic;
	line-height: 105%;
	padding-left: 0.5em;
}
div#header a.headerlinks  {
	padding-top: 0.5em;
	font-size: 0.9em;
	line-height: 100%;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
div#header input.text  {
	font-size: 0.9em;
	line-height: 100%;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.3em;
}
div#header input#lupe  {
	padding-left: 0.3em;
	padding-right: 0.8em;
}
/*
	Toplevel-Menue
*/
div#topmenu {
	position: absolute;
	right: 0;
	top: 46px;
}
div#topmenu img {
	vertical-align: middle;
}
div#topmenu a {
	color: white;
	padding-left: 22px;
	padding-right: 22px;
}
div#topmenu a.active {
	text-decoration: underline;
}
/*
	Anmeldung
*/
div#banner h3,
p.anmeldungpfeil {
	background:  url(../img/triangle.gif) no-repeat left 18px;
	font-size: 14px;
	font-weight: bold;
	padding: 16px 0 0 18px !important;
}
div#banner h4,
p.anmeldungtelefon {
	font-size: 13px;
	font-weight: bold;
	padding: 0;
}
/*
	Inhaltsbereiche
*/
div#content {
	border-right: 1px solid #cccccc;
	
}
/*
	Footer
*/
div#footer {
	border: 1px solid #cccccc;
	text-align: right;
	padding: 0.5em 0.5em 0.5em 0;
}

div#leftbarinner i {
	color: #e4e4e4;
}

.companyjob {
	color: #e4e4e4;
	font-size: 10px;
}