* {
  margin:0;
  padding:0;
}
.center {
  margin: auto;
  width:90%;
 }
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #F0F0F0; 	
}
#seite {
	position: absolute;
    min-height: 100%;
    width: 100%;
    margin: 0;
	padding: 0;
}

#wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 770px;
	height: 100%;
	min-height: 100%;
}
header { 
	height: 299px;
	min-height: 299px;
	width: 100%;
	display: flex;
	background-image: url(titel-hg.png), 
					  url(titel-hg1.png);
	background-repeat: no-repeat, repeat-x;
}
header p:nth-child(1) { width: 550px;}
header p:nth-child(2) { flex: 1; }
header p:nth-child(3) { width: 100%;}
nav {
	height: 50px;
	width: 100%;
}	
article {
	flex: 1;
	min-height: 225px;
	padding-bottom: 180px;
}
footer {
	position: absolute; 
	background-color: #205EB1;
	color: #ffffff;
	left: 0px;
	bottom: 0px;
	width: 100%;
	min-width: 770px;
}

#rollup {
 position: fixed; 
 right: 0px;
 bottom: 0px; 
}
.feld { border: 1px dotted #000000; font-size: 14; }
.deko_form {
    display:block; 
    width:500px;
    margin:10px auto;
    padding:10px;
    background:#F0F0F0 url(bgform.png) repeat-x 0 0px;
    border-radius:20px; /*some css3*/
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    box-shadow:0 2px 2px rgba(0,0,0, .5);
    -moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);
}
.deko_form_fehler {
    display:block;
    width:auto;
    margin:10px auto;
    padding:10px;
    background:#F0F0F0 url(bgfehler.png) repeat-x 0 0px;
    border-radius:5px; /*some css3*/
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:0 2px 2px rgba(0,0,0, .5) inset;
    -moz-box-shadow:0 2px 2px rgba(0,0,0, .5) inset;
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .5) inset;
}
.deko_form_ok {
    display:block;
    width:auto;
    margin:10px auto;
    padding:10px;
    background:#F0F0F0 url(bgok.png) repeat-x 0 0px;
    border-radius:5px; /*some css3*/
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:0 2px 2px rgba(0,0,0, .5) inset;
    -moz-box-shadow:0 2px 2px rgba(0,0,0, .5) inset;
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .5) inset;
}
.deko_all {
    display:block; 
    width:700px;
    margin:10px auto;
    padding:10px;
    background:#F0F0F0 url(bgform.png) repeat-x 0 0px;
    border-radius:20px; /*some css3*/
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    box-shadow:0 2px 2px rgba(0,0,0, .5);
    -moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);
}
