@charset "utf-8";
/* CSS Document */

html {
			height: 100%;
}

body {
			height: 100%; 
			margin: 0px auto;
			text-align: center;
			background-color: #5A0F04;
			font-family: Verdana, sans-serif;
			color: #000000;
}

	/* Kontener */

#container {
			width:700px;
			margin: 0px auto;
			text-align:center;
			background-position: center;
			background-repeat: repeat-y;
			background-image: url('images/container.jpg');
}
	  
#menuSWF {
			height: 323px !important;
			width:700px;
}	

#logo {

}
#textObUp {

	/* Menu */

}
#menu {
			clear:both;
			float:left;
			width: 150px;
			margin: 0px auto;
			float: left;
			text-align:left; 
			
}
#menu ul {
			display: block;
			list-style: none;
		    margin: 0px auto;
			padding: 0px;
}

#menu a {	
			width:150px;
			height:24px;
			font-family: Verdana;
			font-size:10px; color:#ffffff;
			display:block;
			padding-left: 10px ;
			padding-top: 11px;
			text-decoration: none;
			background:url("images/butNorm.jpg") repeat-y left top;
}

	}
	* html #menu a{
			margin-right: -3px;
			margin-left:-3px;
	}

#menu a:link {

}

#menu a:visited {

}

#menu a:hover {
			color:#000000;
			background:url("images/butHoover.jpg") repeat-y left top;
}

#menu a:active {

}

	/* Koniec Menu */
	
	/* Menu dla duzych buttonow */
	
#menuBig {
			clear:both;
			float:left;
			width: 154px;
			margin: 0px auto;
			float: left;
			text-align:left; 
			
}
#menuBig ul {
			display: block;
			list-style: none;
		    margin: 0px auto;
			padding: 0px;
}

#menuBig a {	
			width:142px;
			height:40px;
			font-family: Verdana;
			font-size:12px; color:#ffffff;
			display:block;
			padding-left: 8px ;
			padding-top: 10px;
			text-decoration: none;
			background:url("images/butBigNorm.jpg") repeat-y left top;
}

	}
	* html #menu a{
			margin-right: -3px;
			margin-left:-3px;
	}

#menuBig a:link {

}

#menuBig a:visited {

}

#menuBig a:hover {
			color:#000000;
			background:url("images/butBigHoover.jpg") repeat-y left top;
}

#menuBig a:active {

}
/*koniec menu duzego */

#column1 {
			clear: right;
			width: 546px; 
			margin: 0 auto;
			float: right;
			text-align: left;
			
}

		#textBox {
				width:506px;
				float: left;
				text-align: left;
				font-family: Times New Roman, sans-serif;
				font-size: 12px;
				padding: 20px 20px 20px 20px;
		}
		
		.line {
				background-position: right;
				background-repeat: repeat-y;
				background-image: url('images/textRepeat.jpg');
				}
		.paragraphg{
				font-size: 20px !important;
				font-weight: bold;
		}
		
		.par1 {
				font-size: 18px;
		}
		
#textObDown {
			width: 700px;
			height: 14px;
			clear: both;
}
	
#footer {

}


