body {
	margin: 0 0 0 20px;
	background-image: url(../images/seiten_bg.gif);
	background-repeat: repeat-y;
	background-color: #D3D3D3;
}
body, p, h1, h2, h3, h4, h5, h6, table, td, tr, ul, ol {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}
p, ul, h1, h2, h3, h4, h5 {
	margin: 0px;
}
p {
	padding-bottom: 10px;
	line-height: 16px;
}
td {
	line-height: 16px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 16px;
	padding-bottom: 5px;
	color: #07429C;
}
a {
	color: #000;
}
form {
	display: inline;
}
/*---------------------------------- Tabeellenbreite */
table.page {
	width: 916px;
	background-color: #FFF;
}
/*---------------------------------- Schriftzug MYK rechts */
.schriftzug-myk {
	position: absolute;
	top: 100px;
	left: 0px;
}
/*---------------------------------- Bradcrumbs */
table.breadcrumb {
	width: 593px;
	background-color: #3868B0;
	height: 22px;
	color: #FFF;
	padding-top: 2px;
}
	table.breadcrumb a {
		color: #FFF;
		text-decoration: none;
	}
html>body {
	min-height: 22px;
	height: auto;
}
/*---------------------------------- Trennlinie Menu-Content */
td.linie {
	background-image: url(../images/linie_bg.gif);
	background-position: 210px;
	background-repeat: repeat-y;
}
/*---------------------------------- Footer */
.footer {
	background-color: #07429C;
	margin-left: 210px;
	width: 706px;
	text-align: center;
	font-weight: bold;
	padding: 3px 0;
	color: #FFF;
}
	.footer a {
		text-decoration: none;
		color: #FFF;
	}
/*---------------------------------- Spaltenaufteilung */
td.menuspalte {
	padding: 0 15px;
	width: 180px;
}
td.inhaltsspalte {
	padding: 0 15px 15px 15px;
	width: 675px;
}
	td.inhaltsspalte table {
		/*width: 675px;*/
	}
/*---------------------------------- Tabelle Jobübersicht */
table.jobs {
	width: 675px;
}
	table.jobs th{
		background-color: #3968B0;
		color: #FFF;
		text-align: left;
		padding: 3px;
	}
	table.jobs td {
		vertical-align: top;
		padding: 3px;
	}
/*---------------------------------- Tabelle Suche nach */
table.suche {
	width: 675px;
}
	table.suche th{
		background-color: #3968B0;
		color: #FFF;
		text-align: left;
		padding: 3px;
	}
	table.suche td {
		padding: 3px;
	}
/*---------------------------------- Tabelle Jobausgabe */
table.jobbeschreibung {
	background-color: #E8E8E8;
	border: 1px solid #3968B0;
	width: 675px;
}
	table.jobbeschreibung th {
		background-color: #3968B0;
		text-align: left;
		color: #FFF;
		padding: 3px;
	}
	table.jobbeschreibung td {
		padding: 3px;
		vertical-align: top;
	}
	table.jobbeschreibung td.width {
		width: 130px;
	}
/*---------------------------------- Tabelle Institutionsauasgabe */
table.institution {
	background-color: #F3EBE3;
	border: 1px solid #3968B0;
	width: 675px;
}
	table.institution th {
		background-color: #CDD9EB;
		text-align: left;
		padding: 3px;
		color: #000;
	}
	table.institution td {
		padding: 3px;
		vertical-align: top;
	}
	table.institution td.width {
		width: 130px;
	}
/*---------------------------------- Tabelle Backend Jobübersicht */
table.jobuebersicht {
	background-color: #F3EBE3;
	border: 1px solid #3968B0;
	width: 675px;
	font-size: 10px;
}
	table.jobuebersicht th {
		background-color: #3968B0;
		text-align: left;
		padding: 3px;
		color: #000;
		font-size: 11px;
		color: #FFF;
	}
	table.jobuebersicht tr.gerade {
		vertical-align: top;
		background-color: #CDD9EB;
	}
		table.jobuebersicht tr.gerade td {
			font-size: 11px;
			padding: 3px;
			vertical-align: top;
		}
	table.jobuebersicht tr.ungerade {
		vertical-align: top;
		background-color: #E8E8E8;
	}
		table.jobuebersicht tr.ungerade td {
			font-size: 11px;
			padding: 3px;
			vertical-align: top;
		}
	table.jobuebersicht table.minitabelle {
		width: 16px;
	}
	html>body table.jobuebersicht table.minitabelle {
		min-width: 16px;
		width: auto;
	}
		table.jobuebersicht table.minitabelle td {
			padding: 1px;
		}
/*---------------------------------- Tabelle Institutionsauasgabe */
table.auswertung {
	background-color: #F3EBE3;
	border: 1px solid #3968B0;
	width: 675px;
}
	table.auswertung td {
		padding: 3px;
		vertical-align: top;
		border-bottom: 1px solid #FFF;
	}
/*---------------------------------- Noch Fabians Definitionen */
.textfeld-small{
	width: 150px;
}
.textfeld-standard{
	width: 300px;
}






