/* CSS Document */

DIV.k1	{
          margin:auto;
		  padding:0px;
		  border:1px outset #666666;
		  width:700px;
		  height:auto;
		  

			}
			
DIV.logo	{
		   background-image:url(logo.jpg);
		   width:700px;
		   height:219px;


			}
			
			
DIV.menu	{
            margin:0px;
		    width:200px;
			padding:0px 0px 10px 0px;
			text-align:center;
			float:left;
			}
			
DIV.show_krakow	{

			margin:0px;
		    width:476px;
			height:auto;
			border:2px solid #006600;
			padding:10px 10px 10px 10px;
			clear:none;
			float:right;
			text-align:justify;
			}
			
DIV.page_footer	{
			margin:0px;
		    width:500px;
			height:20px;
			padding:0px 0px 0px 0px;
			text-align:center;
			background-color:#003300;
			color:#FFFFFF;
			font-weight:bold;
			float:right;
			}

DIV.footer	{
			background-color:#003300;
			color:#FFFFFF;
			}
			
DIV.foot	{
			margin:0px;
		    width:700px;
			padding:0px 0px 0px 0px;
			text-align:center;
			background-color:#003300;
			color:#FFFFFF;
			clear:both;
			
			}
			
DIV.foot A:link {
			text-decoration:none;
			color:#FFFFFF;
			}
			
DIV.foot A:hover {
			text-decoration:none;
			color:#FFFFFF;
			}
			
DIV.foot A:visited {
			text-decoration:none;
			color:#FFFFFF;
			}						
						
			
DIV.menu A:link {
				text-decoration:none;
				color:#333333;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:14px;
				font-weight:bold;
				}

DIV.menu A:visited {
				text-decoration:none;
				color:#333333;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:14px;
				font-weight:bold;
				}
DIV.menu A:hover {
				text-decoration:none;
				color:#000033;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:14px;
				font-weight:bold;
				}