@media screen{
/* Style sheet basic */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,figure,code,ol,ul,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
caption,th,td{text-align:left;vertical-align:top;}
blockquote,q{quotes:none;}
fieldset,img{border:0;}
li{list-style-type:none;}sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
del{text-decoration:line-through;}
ins{text-decoration:none;}
a{text-decoration:none;color:#ffffff;}
a:hover{text-decoration:underline;}
:focus{outline:0;}
input,button,textarea,select{font-size:99%; font-family:inherit; font-weight:inherit;}
h1,h2,h3,h4,h5,h6{font:100% 'Ebrima', Helvetica, Arial, sans-serif; font-weight:normal; color:#ffffff;}
h1{font-size:24px;}
h2{font-size:20px;}
h3{font-size:16px; color:#247bba; margin-top:1em;}
table{font-size:inherit;}
caption,th{font-weight:bold;}
.center{text-align:center;}
.middle{vertical-align:middle;}
.right{text-align:right;}

/* Style sheet layout */
body{
	background-color:#00285f;
	height:99.9%;
	font:14px 'Ebrima', Arial, Helvetica, sans-serif; 
	color:#ffffff; 
	line-height:1.5em;
	scroll:auto;
}
#wrapper{width:920px;margin:0 auto;}
#container{position:absolute;top:50%;margin-top:-330px;}
#inside{height:630px;width:920px;padding:0px;margin:0 auto;}


/* Style sheet layout INDEX */

#body .anschrift{width:auto; text-align:center;}
}


@media print{
/* Style sheet print */
body{font:11pt/1.5 Arial, Helvetica, sans-serif; font-weight:normal; color:#000;}
h1{margin-bottom:0.5em; font-size:16pt;}
h2{margin-bottom:0.25em; font-size:14pt;}
h3,h4,h5,h6{margin-bottom:0; font-size:12pt;}
a{text-decoration:none; color:#333;}
img{border:0px;}
}