@charset "utf-8";
/* CSS Document */

/* The Holly Hack */
* html blockquote p {	height: 1%; }
/* End The Holly Hack */

* {					margin:0px;
						padding:0px;  }
						
body {				margin:0px; 
						padding:0px; 
						background-color:#006;;
						font-size: 100.01%; }

#header {			width:2000px;
						height:130px;
						background-color:#CCC; }

#mitte { 			width:2000px; 
						min-height:600px;
						background-color:#999; }

#footer {			width:2000px;
						height:130px;
						background-color:#006; }
						
#blattwrapper {position:absolute;
						width:470px;
						height:auto;
						margin-top:20px;
						margin-left:400px;  }

.blattkopf1 {		width:470px;
						height:15px;
						background-image:url(../bilder/blattkopf1.png);
						background-position:left top;
						background-repeat:no-repeat; }
	
.blattkopf2 {		width:395px;
						height:42px;
						background-image:url(../bilder/blattkopf2.png);
						background-position:left top;
						background-repeat:repeat-y; 
						padding: 28px 35px 0px 40px; }

.blatt {				width:395px;
						min-height:595px;
						background-image:url(../bilder/blatt.png);
						background-position:left top;
						background-repeat:repeat-y; 
						padding: 25px 35px 30px 40px; 
						overflow:hidden; }

.blattfuss {		width:395px;
						height:45px;
						background-image:url(../bilder/blattfuss.png);
						background-position:left top;
						background-repeat:no-repeat;
						padding: 40px 30px 0px 40px; }

.abstand_2 {		width:300px;
						height:2px; }

.abstand_3 {		width:300px;
						height:3px; }

.abstand_5 {		width:300px;
						height:5px; }

.abstand_10 {	width:300px;
						height:10px; }

.abstand_15 {	width:300px;
						height:15px; }

.abstand_25 {	width:300px;
						height:25px; }
						
.abstand_50 {	width:300px;
						height:50px; }

.abstand_60 {	width:300px;
						height:60px; }

.download	{ 		overflow:hidden;
						width:400px;  }
					
.download img	{ 	float:left; 
						margin-right:15px; }
						
/*a img {				border : 0 none; }*/

a img {				border:0!important; }

img, div {			behavior: url(iepngfix.htc); }
