body {
	background-color: black;
	background-image: url(images/stripe.png);
	font-family: "Trebuchet MS", sans-serif;
	padding: 1em 2em 1em 2em;
}

pre.euler {
	border: 1px dashed black;
	padding: 10px;
	margin-left: 25px;
	margin-right: 25px;
	background: #EEEEEE;
}

img {
	border-style: none;
	border: 0px;
}

img.foto {
	border: 1px solid black;
	padding: 2px;
}

div.fotodiv {
	float: right;
	text-align: right;
	font-size: 75%;
	margin-left: 1em;
	margin-bottom: 1em;
}

img.foto:hover {
	background-color: #0066cc;
}

div.news h2 {
	padding-top: 1em;
	font-weight: normal;
	font-size: 100%;
	border-bottom: 1px dotted black;
}

div.news h2 a {
	text-decoration: none;
	color: black;
}

div.news {
	padding-bottom: 1em;
}

div.head {
	padding: 0.5em;
	margin: 0px;
	background-color: #0066cc;
}

div.foot {
	vertical-align: middle;
	text-align: right;
	margin: 0px;
	background-color: white;
	padding: 3px;
	padding-top: 5px;
	padding-right: 5px;
}

div.head a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

div.head a:hover {
	color: #FF3D3D;
}

div.title {
	color: white;
	font-variant: small-caps;
	font-size: 110%;
}

div.title a {
	text-decoration: none;
	font-weight: normal;
}

div.container {
	margin: 0px;
	padding: 0px;
	border: 5px solid #0066cc;
}

div.content {
	margin: 0px;
	padding: 0.5em 4em 1em 4em;
	background-color: white;
}

ul {
	list-style-type: square;
}

a {
	text-decoration: underline;
	color: navy;
}

a:hover {
	text-decoration: underline;
	color: #FF3D3D;
}

div.vorlesunginhalt {
	margin: 10px;
	border: 1px dashed black;
	padding: 10px;
	font-size: 80%;
	width: 50%;
}

div.box {
	border: 1px dashed black;
	padding: 5px;
}


/*==================== CSS TOOLTIPS ====================*/

a.tooltip {
	position: relative;
}

a.tooltip:hover {
	color: #0000ff; 
	background: transparent;
	text-decoration: none;
}

a.tooltip span {
	display: none;  
}

a.tooltip:hover span {
	text-decoration: none;
	z-index: 100;
	display: block;
	position: absolute; 
	top: 20px;
	left: 20px; 
	width: 200px;
	color: #000000; 
	border:1px solid #000000; 
	background: #ffffcc;
	text-align: center;
}


