body {
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
}

div#navbar ul ul {
	margin-left: 1em;
}

div.images {
	max-width:1000px;
}

div.images div {
	float: left;
	text-align: center;
	padding: 1ex 2ex 1ex 2ex;
}

div.newline {
	clear: both;
	width:100%;
}

div.terminplan {
	float:right;
	overflow:hidden;
	background-color: white;
	margin: 0;
	border: 1px solid #012E5C;
	max-width: 450px;
}

div.terminplan ul {
	margin: 0.5em 1.25em;
	padding: 0 1ex 1ex 1ex;
}

div.terminplan li {
	padding: 0 0 0.7ex 0ex;
}

div.neuigkeiten ul {
	padding-left: 1em;
}

div.neuigkeiten li {
	margin-bottom: 0.5em;
	list-style-type: none;
	margin-left: 5ex;
	text-indent: -5ex;
}

div.terminplan h2 {
	margin-top:0;
}


li.old {
	text-decoration: line-through;
}

h2 {
	padding: 5px 10px;
}

td.uebung {
	background-color:#ff90bb;
	text-align:center;
}

td.besprechung {
	background-color:#ffcc00;
	text-align:center;
}

table.visible {
	border:1px solid black;
	margin:2px;
	padding:5px;
}

table.visible td,th {
	padding:5px;
}

table.visible th {
 	color: #012e5c;
	background-color: #F2F2F2;
 	/*background-color:#012e5c;
 	color:white;*/
}

table tr.title td:first-child,
table tr.title td:nth-child(2) {
	font-weight: bold;
}

table.responsive tr:hover {
	background-color: silver;
}

table.responsive tr:hover td {
	background-color: transparent;
}

table.responsive tr:hover td.besprechung {
	background-color: #DB3;
}

table.responsive tr:hover td.uebung {
	background-color: #E69;
}

.hide_name table table tr:nth-child(3) {
	display: none;
}

.univis_list > table > tbody > tr {
	border-bottom: 1px solid silver;
}

.univis_list tr:hover {
	background-color: silver;
}

.univis_list > table {
	width: 100% !important;
}

.univis_list .formattedtext {
	font-weight: bold;
}

.univis_list td:nth-child(5) {
	display: none;
}

.arrup {
	float: right;
	color: silver !important;
}

.arrup:hover {
	color: black !important;
}

.cflags {
	font-family: monospace;
	display: inline;
}

.tutors {
	width: 100%;
	overflow: hidden;
}

.tutors td {
	position: relative;
	width: 25%;
	text-align: center;
}

.tutors td:hover {
	font-weight: bold;
}

.hint {
	background-image: url(/Lehre/WS18/V_SP/warning.png);
	background-repeat: no-repeat;
	background-color: #ffa;
	padding: 5px 5px 5px 70px;
	border: 1px solid #fc3;
	border-left: 5px solid #fc3;
	min-height: 64px;
}

.url {
	padding-left: 20px;
	background-color: #ddd;
}

