@import "text.css";
@import "tabelle.css";
@import "formular.css";




	.top 		{   background-image:url(rahmen_hoch.gif);
					background-repeat:repeat-x;
					margin:0px;
					padding:0px;
					width:100%;
					border:thick;
					position:absolute;
					top:0px;
					left:0px;
					z-index:1;
					}
					
	.left   	{   background-image:url(rahmen_quer.gif);
					background-repeat:repeat-y;
					margin:0px;
					padding:0px;
					height:100%;
					width:20px;
					position:absolute;
					left:0px;
					bottom:18px;
					z-index:1;
					}
			
	.right  	{   background-image:url(rahmen_quer.gif);
					background-repeat:repeat-y;
					margin:0px;
					padding:0px;
					height:100%;
					width:20px;
				    position:absolute;
					right:0px;
					bottom:18px;
					z-index:1;
					}
	
	.bottom 	{ 	background-image:url(rahmen_hoch.gif);
					background-repeat:repeat-x;
					margin:0px;
					padding:0px;
					width:100%;
					border:thick;
					position:absolute;
					bottom:0px;
					left:0px;
					z-index:1;
					
	}

.tabelle {
  margin-top: 5%;
}

#content {
 width: 650px;
 padding-left: 0px;
 padding-right: 100px;
 text-align: left;
 vertical-align: top;
}

#menu {
  width: 350px;
  padding-left: 0px;
  padding-right: 50px;
  text-align: left;
  vertical-align: top;
}

