body {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-style : normal;
/* 	text-align: justify; */
}

h4, h3, h2, h1 {
	border-bottom-color : #5287BC;
	border-bottom-style : outset;
	border-bottom-width : 2pt;
	color : #2F4E6C;
	font-variant : small-caps;
	margin-bottom : 1em;
	margin-top : 1em;
	margin-left: 10px;
}

.a, a:link, a:active, a:visited {
	color : #121279;
	text-decoration : none;
}

/* Keine grauen Ränder um den Inhalt, wenn das Bildschimverhältnis nicht zu den Folien paßt */
.remark-container {
	background: #FFF;
}

/* Keine grauen Ränder um den Inhalt, wenn das Bildschimverhältnis nicht zu den Folien paßt */
.remark-slide-scaler {
	-moz-box-shadow:0 0 0px #FFF;
	-webkit-box-shadow:0 0 0px #FFF;
	box-shadow:0 0 0px #FFF;
}


a:hover {
	color : #121279;
	cursor : pointer;
	font-style : italic;
	text-decoration : none;
}


code {
	background-color: #DDD !important;
}

img[alt=img100full]{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

img[alt=img95u]{
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 95%;
}

img[alt=img100u]{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}


img[alt=img100]{
	width: 100%;
}

img[alt=img90]{
	width: 90%;
}

img[alt=img90l]{
	float: left;
	padding-right: 2em;
	padding-bottom: 1em;
	width: 90%;
}

img[alt=img80]{
	width: 80%;
}

img[alt=img80l]{
	float: left;
	padding-right: 2em;
	padding-bottom: 1em;
	width: 80%;
}

img[alt=img80r]{
	float: right;
	padding-left: 2em;
	padding-bottom: 1em;
	width: 80%;
}


img[alt=img60]{
	width: 60%;
}

img[alt=img60r]{
	float: right;
	padding-left: 2em;
	padding-bottom: 1em;
	width: 60%;
}

img[alt=img61l]{
	float: left;
	padding-bottom: 1em;
	width: 61%;
}


img[alt=img50]{
	width: 49%;
}

img[alt=img50l]{
	float: left;
	padding-right: 2em;
	padding-bottom: 1em;
	width: 50%;
}

img[alt=img50r]{
	float: right;
	padding-left: 2em;
	padding-bottom: 1em;
	width: 50%;
}

img[alt=img45l]{
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
	width: 45%;
}

img[alt=img45r]{
	float: right;
	padding-left: 1em;
	padding-bottom: 1em;
	width: 45%;
}


img[alt=img33]{
	width: 32%;
}

img[alt=img33r]{
	float: right;
	padding-left: 2em;
	width: 33%;
}

img[alt=img33l]{
	float: left;
	padding-right: 2em;
	width: 33%;
}

img[alt=img20]{
	width: 20%;
}

img[alt=img20l]{
	float: left;
	padding-right: 2em;
	width: 20%;
}

img[alt=img20r]{
	float: right;
	padding-left: 2em;
	width: 20%;
}

img[alt=img15]{
	width: 15%;
}

img[alt=img15l]{
	float: left;
	padding-right: 2em;
	width: 15%;
}

img[alt=img15r]{
	float: right;
	padding-left: 2em;
	width: 15%;
}


.copyright{
	font-size: 0.5em;
}

.cls{
	clear: both;
}

.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
