html {
    background-color: #000;
	background-image: url(/static/img/m101_1280x960.jpg); /* starry-night-1.gif); */
	/* background-repeat: no-repeat; */
	background-attachment: fixed;
}

body {
	font-size: 85%;
    font-family: "Linux Libertine", Times, "Times New Roman", serif;
    color: white;
}

h1, h2, h3 {
    font-style: italic;
    font-weight: normal;
	clear: both;
	-webkit-transform-origin: bottom left;
	-webkit-transform: rotate(-5deg);
}

h2, h3, h4, h5 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	line-height: 1.75;
	border-top: 1px solid #ddd;
	float: none;
}

h1 {
	font-size: 200%;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 200%;
	margin-top: 0;
	border-top: none;
}

h3 {
	font-size: 150%;
}

h3:first-child {
	border-top: none;
}

h4 {
	font-size: 120%;
	font-weight: bold;
}

h5, th, dt {
	font-weight: bold;
}

a {
    text-decoration: none;
}

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

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

blockquote {
	padding-left: 1em;
}

.kleiner {
	font-size: smaller;
}

#hd p a, #ft p a {
    color: #ddd;
}

#hd p a:hover, #hd p a:focus,
#ft p a:hover, #ft p a:focus {
	color: #fff;
	text-decoration: none;
}

#bd a {
	color: #333;	
}

#bd a:hover {
	background-color: #aaa;
	text-decoration: underline;
}

#bd img {
    max-width: 100%;
}

#bd img:hover {
	-webkit-transform: rotate(-5deg);
}

.schatten {
	-webkit-box-shadow: 0.25em 0.25em 2em #333;
	-moz-box-shadow: 0.25em 0.25em 2em #333;
}

.hochkant {
	-webkit-transform-origin: bottom left;
	-webkit-transform: rotate(-90deg) translateX(-1.5em) translateY(-1em);
}

img.fullsize {
	max-height: 50%;
	max-width: 100%;
}

img.intext {
	float: right;
	max-width: 50%;
}

img.sidebar {
	position: relative;
	float: right;
	max-width: 80%;
	max-height: 80%;
}

#hd .logo img {
	position: fixed;
	top: 10px;
	right: 10px;
}

.image .caption {
	display: none;
}

.hidden, .type {
    display: none;
} 

#hd, #ft {
    font-family: "MS Trebuchet", Helvetica, sans-serif;
    font-size: smaller;
	min-height: 50px;
	padding-left: 1em;
}

#hd {
	background-image: url(/static/img/verlauf-oben.png);
}

#hd .logo {
	float: right;
}

#ft {
	background-image: url(/static/img/verlauf-unten.png);
}

#bd {
    /* background-color: #ccc; */
	background-image: url(/static/img/verlauf.png);
	background-repeat: repeat-y;
	padding: 0 1em 1em 1em;
	color: black;
}

#right-column {
	color: #fff;
}

#right-column a {
	color: #eee;
}


/* Listen */

#bd p, #bd ul, #bd ol, #bd dl {
	margin-bottom: 0.5em;
}

#bd ul li, #bd dl dt, #bd ol li {
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.25em;
}

#bd ol li {
	list-style-type: decimal;
}

#bd dl dt {
	font-style: italic;
}

#bd dl dd {
	margin-left: 1.25em;
}

/* Tabelle */

table {
	width: 100%;
	margin-bottom: 1em;
}

thead, tbody {
	border-bottom: 1px solid #eee;
}

td, th {
	padding: 0.5em 0.5em 0.5em 0;
	text-align: left;
	vertical-align: top;	
}

table.referenzen th,
table.referenzen td
{
	border-left: 0;
	border-right: 0;
	border-color: #eee;
}

/* Menus */

#breadcrumbs ul {
    font-family: "MS Trebuchet", Helvetica, sans-serif;
	font-size: 80%;
	clear: both;
	float: none;
	display: block;
	margin: 0;
}

#breadcrumbs ul li {
	list-style: none !important;
	float: left;
	display: inline-block;
	margin: 0;
}

#breadcrumbs ul li:after {
	content: "» ";
}

ul.vmenu {
	margin: 10px 0 0 10px;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	float: left;
	/* clear: both; */
	font-size: 120%;
	line-height: 1.0;
	-webkit-box-shadow: 0.25em 0.25em 2em #333;
	-moz-box-shadow: 0.25em 0.25em 2em #333;
	border: 1px solid #fc0;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	background-color: #333;
}

ul.vmenu a {
	color: #ccc;
	text-decoration: none;
	display: block;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-bottom: 1px solid #fc0;
	white-space: nowrap;
}

ul.vmenu a:link, ul.vmenu a:visited {
	color: #ccc;
}

ul.vmenu a:hover,
ul.vmenu a:focus,
ul.vmenu li.active a,
ul.vmenu a.active {
	color: #fff;
	text-decoration: none;
}

ul.vmenu ul li a {
	font-size: 90%;
	padding: 0.25em;
}

ul.vmenu li {
	background-color: transparent;
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

ul.vmenu li:last-child > a {
	border-bottom: none;
}

ul.vmenu ul {
	position: absolute;
	visibility: hidden;
	display: inline;
	left: 100%;
	margin: -1.5em 0 0 0;
	border: 1px solid #fc0;
	-webkit-box-shadow: 0.25em 0.25em 2em #333;
	-moz-box-shadow: 0.25em 0.25em 2em #333;
	z-index: 99;
	-webkit-border-top-right-radius: 0.5em;
	-webkit-border-bottom-right-radius: 0.5em;
	-moz-border-radius-topright: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	background-color: #333;
}

ul.vmenu li:hover > ul,
ul.vmenu li a:hover > ul,
ul.vmenu li a:focus > ul {
	/* position: relative; */
	visibility: visible;
}


/* TeX */

.tex-e, .tex-a {
	position: relative;
	text-transform: uppercase;
	font-size: 85%;
}

.tex-e {
	top: 0.25em;
	left: -0.125em;
}

.tex-a {
	top: -0.33em;
	left: -0.25em;
}
