html {
 height:			100%;
}

body {
 background-color:	#336699;
 color:			#FFFFFF;
 font-family:		Verdana, Arial;
 font-size:		12px;
 height:			100%;
 padding:		0px;
 margin:			0px;
}

a {
 font-size:		12px;
 color:			#ffffff;
 text-decoration:	none;
}

a:hover {
 color:			#BBE820;
}

form, p {
 padding:		0px;
 margin:			0px;
}


/* Tabelle fuer den Seiteninhalt Beginn*/
table#tbl_main {
 width:			1000px;
 height:			850px;
 padding:		0px;
}

	table#tbl_main col#col_main1 {
          width:			220px;
         }

         table#tbl_main col#col_main2 {
          width:			610px;
         }

         table#tbl_main col#col_main3 {
          width:			170px;
         }

         table#tbl_main tr#tr_head {
          height:                100px;
         }

         table#tbl_main td#content {
          background-image:       url('../images/bg/bg_karte.jpg');
 	 background-repeat:      no-repeat;
          padding:		 0px;
         }

