* {
	margin:0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	 font-family: Arial,Verdana,sans-serif;
	 }
	 
header, section, footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	}

header {	
	font-size: 2.4em;
	text-align:center;
}

header strong {
	font-size:2.8em;
}

header img {
	width: 150px;
	height: 150px;
	margin-left:25px;
	margin-right:25px;
}

header p {
	
	float:left;
	vertical-align:middle;
	margin-top: 15px;
	width:500px;
}

footer {
	text-align: right;
	padding:15px 0;
}

.clear {
	clear:both;
}

#logo-links {
	float: left;
}

 #corner-banner {
        position: absolute;
        left: -65px;
        top: 25px;
        display: block;
        width: 200px;
        background: #333; /* old browsers */
        background: -moz-linear-gradient(top, #333 0%, #000 100%); /* firefox */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#000)); /* webkit */
        text-align:center;
        font-size:15px;
        line-height:23px;
        padding:8px 8px 8px 8px;
        text-shadow: #000 1px 1px 0;
       
        -moz-transform: rotate(-45deg);  /* FF3.5+ */
        -o-transform: rotate(-45deg);  /* Opera 10.5 */
        -webkit-transform: rotate(-45deg);  /* Saf3.1+, Chrome */
        transform: rotate(-45deg);  /* CSS3 (for when it gets supported) */

       
        box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px; 
        -moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px; 
        -webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;    
        -o-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;    
    }
    #corner-banner em {letter-spacing:1px;font-style:normal;font-size:20px !important;color:#fff;text-transform:uppercase;line-height:12px;display:block;}

/*
 * 
 * Navigation
 */

/*
 * 
 * Inhalt
 */

h4 {
	margin-top:5px;
}

h5 {
	margin-top:5px;
}

.content ol, .content ul {
margin-left:25px;
}

a.fblogo img {
width:20px;
height:20px;
vertical-align: middle;
}
img.otp-key {
	float: none; 
	padding: 15px; 
	background-color: #ffffff; 
	margin-left:250px;
	}
	
/* Neulos-Seite */

#konfirm_neulos {
	margin-right:5px;
	}

#getneulosnr {
	margin-left:5px;
	}
	
.green {
	color:#088A08;
	font-weight:bold;
}
