/* Uni Flensburg Standardtabelle */

table.style-sortuni {
	background-color : #FFFFFF;
	margin : 2em 0 0 0;
}

table.style-sortuni tr td {
	border-bottom : 1px solid #CCCCCC;
	border-right : 1px solid #CCCCCC;
	font-size : 0.9em;
}

table.style-sortuni tr th {
	background-color : #ADFF2F;
	background-image : url(../img/sys/tables/bg-greenhead.jpg);
	background-repeat : repeat-x;
	font-size : 1.2em;
	font-weight : bold;
	text-align : left;
}

table.style-sortuni tr th a:link,  table.style-sortuni tr th a:visited {
	color : #FFFFFF;
	text-decoration : none;
}

table.style-sortuni tr th a:hover {
	color : #FFFFFF;
}

table.style-sortuni tr th:hover {
	background-color : #6495ED;
	background-image : url(../img/sys/tables/bg-greenhead-over.jpg);
	background-repeat : repeat-x;
}

table.style-sortuni tr th:hover a {
	color : #FFFFFF;
}

tr.sortuni {
	background-color : #EDEDED;
}

/* UpDown-Pfeile */

table.style-sortuni th span {
		color : White;
		font-weight : bold;
}

/* Lebensläufe Tabellarisch */

table.lebenslauf {
	border-collapse:collapse;
	margin-left: 10px;
}

table.lebenslauf tr td {
	border-top: 1px solid #33CC33;
	vertical-align: top;
	padding: 5px 5px 15px 5px;
	font-size: 12px;
	font-weight: normal;
}

table.lebenslauf tr td p {
	font-size: 1em;
}

/* Tabellen mit mouseOver-Effekt */

#ruletable tr.ruled {
	background: #E7F0F7;
}

#ruletable {
	border-collapse: collapse;
	border-spacing: 0;
	border-style : solid;
	border-color : #D5D5D5;
	border-width : 1px;
	width: 100%;
  }
 
#ruletable td {
	vertical-align: top;
	font-size: 0.8em;
	padding-top: 3px;
	padding-left: 10px;
}

#ruletable tr {
	border-bottom : 1px solid #E3E3E3;
}

#ruletable th {
	font-weight: bold;
	white-space : nowrap;
	color: #336699;
	margin-right: 20px;
	background-color : #D4E5F0;
}


#ruletable td.mitarbeiterfoto {
	text-align: right;
}
