* {
    margin: 5px;
    padding:0;
    border:0;
}

h1 {
	margin-left: 30%;
	font-size: 48px;
}

h2 {
	text-align: justify;
	padding-top: 2em;
}

body {
    background:#FFFFFF;
	background-image: url('images/UP-Human-Logo_300x300.png');
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 100px 100px;

    margin: 0;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size:11px;
    color:#0B0B3B;
}

head {
    background:#FFFFFF;
    margin: 20px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif
    font-size:11px;
    color:#0B0B3B;
}

emph {
	font-style: italic;
}

.topBar {
	margin-left: 3em;
}

.leftMenuItems {
	font-size: 13px;
	margin-top: 3em;
}

.footer {
	position: absolute;
	bottom: 0;
	background-color: #0B0B3B;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	margin-left: 0;
}

.mainField {
	font-size: 15px;
	float: left;
	margin: 2em;
	text-align: justify;
	width: 50%;
}

.mainFieldMenu {
	font-size: 12px;
	float: left;
	margin: 2em;
	text-align: justify;
	width: 15%;
}

.bmbfLogo {
	font-size: 12px;
	float: right;

	text-align: justify;
	width: 15%;
}


/* Standarddefinitionen */
a:link, a:visited, a:active, a:focus {
    text-decoration: none;
    color:#FF3300;
	font-weight: bold;
}
a:hover { 
    text-decoration:none;
}

.left {
    float:left;
}

.right {
    float:right;
}

.clear {
    clear:both;
    height:1px;
    font-size:1px;
    line-height:1px;
}
