body {
    background: white url("../pic/logo-ike.svg") no-repeat top right fixed;
	color: black;
	font-size: 1.2em;
    line-height: 1.5em;
	font-family:'normal';
	text-align: justify;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	margin: 50px;
	}

b
{
	font-family:'bold';
}

i
{
	font-family:'italic';
}

@font-face
{
    font-family: 'normal';
    src: url('../fonts/montserrat/light.woff2')  format('woff2');
}

@font-face
{
    font-family: 'bold';
    src: url('../fonts/montserrat/regular.woff2')  format('woff2');
}

@font-face
{
    font-family: 'italic';
    src: url('../fonts/montserrat/lightitalic.woff2')  format('woff2');
}

p {
	text-align : justify;
	}

td {
	text-align : left;
	vertical-align:top;
	margin: 5px;
	}

h1 {
	font-size : 24pt;
	font-weight : bold;
	text-align : left;
	line-height : 1; }
h2 {
	margin-top:50px;
	font-size : 18pt;
	font-weight : bold;
	text-align : left; }
h3 {
	margin-top:10px;
	margin-bottom:0;
	font-size : 14pt;
	font-weight : bold;
	text-align : left;
	}

a {
	color:black;
	text-decoration : none;
	font-style: italic;
	font-weight : bold;
	}

a:hover {
	color: #d20000;
	}

img {
    border:0px;
	}

img.mi
{
	margin: 0 auto;
	display: block;
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	clear: both;
}


img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
	}

img.left {
    margin-right: 30px;
	float:left;
	}

img.right {
    margin-left: 30px;
	float: right;
	}

img.pfeil {
	float: right;
	margin-top: 50px;
	margin-bottom: 50px;
	}

#pf-re
{
	float: right;
	width: 80px;
	height: 80px;
	text-decoration: none;
	display: block;
	background: url('pic/pfeile.svg') 0px 0px;
}

#pf-re:hover, #pf-re:active
{
	background-position: 80px 0px;
}

#pf-ob
{
	float: right;
	width: 80px;
	height: 80px;
	text-decoration: none;
	display: block;
	background: url('pic/pfeile.svg') 0px 80px;
}

#pf-ob:hover, #pf-ob:active
{
	background-position: 80px 80px;
}


#menu {
	width: 50px;
	height: 50px;
	text-decoration: none;
	display: block;
	background: url('pic/menu.gif') 0px 0px;
}

#menu:hover, #menu:active {
	background-position: 0px -50px;
}
