/* CSS Document */
/* Stylesheet fuer die Druckausgabe */


/* ALLGEMEIN */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	background: none;
	width: 99%;
}

h1, h2, h3, h4 {
	margin-top: 0;
	padding-top: 0;
}

*html h1, h2, h3, h4 {
	font-size: 1.2em;
}

h1 {
	margin-bottom: 1em;
	font-size: 1.2em;
}

h2, h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

h4 {
	margin-bottom: .5em;
	font-size: .9em;
}

h5 {
	color: #0065FF;
	font-size: 120%;
	margin: 0pt 0pt 5px;
	text-transform: uppercase;
}

td, th {
	vertical-align: top;
}

a {
	color: #B75A48;
	text-decoration: none;
}

ul {
	margin: 0pt 0pt 20px 20px;
}


.login, #footer,
.eingeloggt,
#navi,
#marginalWrapper {
	display: none;
}

img, fieldset {
	border: none;
}

/*input {
	margin-left: 15px;
}*/

#header {
	text-align: right;
	margin-bottom: 20px;
	width: 98%;
}

/* STARTSEITE */
.begruessung {
	width: 98%;
}

/* PERSÖNLICHE STARTSEITE */
.aktuellesWrapper {
	padding: 0 0 20px 0;
	width: 98%;
}

.aktuellesSpalte {
	float: left;
	padding: 0pt;
	width: 45%;
}

.abstand {
	float: left;
	width: 20px;
}

.aktuellesSpalte ul {
	margin: 0pt;
	padding: 0;
	list-style-type: none;
}

.aktuellesSpalte ul li {
	background: transparent none repeat scroll 0%;
	border-bottom: 1px solid #8A94A3;
	margin: 0pt 0pt 15px 0;
	padding: 0pt;
}

.aktuellesSpalte ul li h2 {
	font-weight: normal;
	margin: 0pt 0pt 8px 0;
}

.aktuellesContent ul li h4 {
	margin: 0pt 0pt 5px 0 !important;
}

.aktuellesBox {
	float: left;
	padding: 0pt 10px 0pt 15px;
	width: 180px;
}

.clear0 {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

.aktuellesSpalte ul li {
	border-bottom: 1px solid #8a94a3;
	margin: 0 0 15px 0;
	background: none;
	padding: 0;
}

.aktuellesSpalte ul li.last {
	border-bottom: none;
}


/* MY KARRIERELINK */
.searchResultTable {
	width: 95%;
}

.searchResultTable td {
	border-bottom: 1px solid #CCCCCC;
	font-size: 9pt;
	margin-right: 10px;
	padding: 5px;
}

.newsservice {
	font-size: 9pt;
	width: 95%;
}

.newsservice td {
	margin-right: 5px;
	padding: 2px 5px 2px 0;
}

/* AKTUELLES */
.aktuellesWrapperLi {
	width: 98%;
}

.aktuellesWrapperLi h2 {
	border-top: 1px solid #B75A48;
	padding-top: 1em;
}

